summaryrefslogtreecommitdiff
path: root/zen/assert_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/assert_static.h')
-rw-r--r--zen/assert_static.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/zen/assert_static.h b/zen/assert_static.h
index 0f2a150a..c5b7f8c1 100644
--- a/zen/assert_static.h
+++ b/zen/assert_static.h
@@ -1,8 +1,7 @@
// **************************************************************************
// * This file is part of the zenXML project. It is distributed under the *
-// * Boost Software License, Version 1.0. See accompanying file *
-// * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt. *
-// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved *
+// * Boost Software License: http://www.boost.org/LICENSE_1_0.txt *
+// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef ASSERTSTATIC_H_INCLUDED
bgstack15