summaryrefslogtreecommitdiff
path: root/shared/assert_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/assert_static.h')
-rw-r--r--shared/assert_static.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/shared/assert_static.h b/shared/assert_static.h
index 37705ded..9b1a189e 100644
--- a/shared/assert_static.h
+++ b/shared/assert_static.h
@@ -1,9 +1,10 @@
// **************************************************************************
-// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
+// * 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) 2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#ifndef ASSERTSTATIC_H_INCLUDED
#define ASSERTSTATIC_H_INCLUDED
bgstack15