aboutsummaryrefslogtreecommitdiff
path: root/cutl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
commit416359f425f7035c63f1cf8f2831873d11510e76 (patch)
treeff31bbd951652751df2bb270b0395d713032ff8f /cutl
parentbba70704395bbc2801c9a033c1de6842b342b2a1 (diff)
Drop copyright notice from source code
Diffstat (limited to 'cutl')
-rw-r--r--cutl/Makefile.am1
-rw-r--r--cutl/buildfile1
-rw-r--r--cutl/compiler/code-stream.hxx1
-rw-r--r--cutl/compiler/code-stream.txx1
-rw-r--r--cutl/compiler/context.cxx1
-rw-r--r--cutl/compiler/context.hxx1
-rw-r--r--cutl/compiler/context.txx1
-rw-r--r--cutl/compiler/cxx-indenter.cxx1
-rw-r--r--cutl/compiler/cxx-indenter.hxx1
-rw-r--r--cutl/compiler/cxx-indenter.ixx1
-rw-r--r--cutl/compiler/cxx-indenter.txx1
-rw-r--r--cutl/compiler/sloc-counter.hxx1
-rw-r--r--cutl/compiler/sloc-counter.txx1
-rw-r--r--cutl/compiler/traversal.hxx1
-rw-r--r--cutl/compiler/traversal.txx1
-rw-r--r--cutl/compiler/type-id.hxx1
-rw-r--r--cutl/compiler/type-id.ixx1
-rw-r--r--cutl/compiler/type-id.txx1
-rw-r--r--cutl/compiler/type-info.cxx1
-rw-r--r--cutl/compiler/type-info.hxx1
-rw-r--r--cutl/compiler/type-info.ixx1
-rw-r--r--cutl/container/any.hxx1
-rw-r--r--cutl/container/graph.hxx1
-rw-r--r--cutl/container/graph.txx1
-rw-r--r--cutl/container/key.hxx1
-rw-r--r--cutl/container/map-iterator.hxx1
-rw-r--r--cutl/container/multi-index.hxx1
-rw-r--r--cutl/container/pointer-iterator.hxx1
-rw-r--r--cutl/details/build2/config-stub.h1
-rw-r--r--cutl/details/build2/config-vc-stub.h1
-rw-r--r--cutl/details/build2/config-vc.h1
-rw-r--r--cutl/details/build2/config.h1
-rw-r--r--cutl/details/config-vc.h1
-rw-r--r--cutl/details/config.h.in1
-rw-r--r--cutl/details/config.hxx1
-rw-r--r--cutl/details/export.hxx1
-rw-r--r--cutl/details/genx/char-props.c4
-rw-r--r--cutl/details/genx/genx.c3
-rw-r--r--cutl/details/genx/genx.h3
-rw-r--r--cutl/exception.cxx1
-rw-r--r--cutl/exception.hxx1
-rw-r--r--cutl/fs/auto-remove.cxx1
-rw-r--r--cutl/fs/auto-remove.hxx1
-rw-r--r--cutl/fs/exception.cxx1
-rw-r--r--cutl/fs/exception.hxx1
-rw-r--r--cutl/fs/path.cxx1
-rw-r--r--cutl/fs/path.hxx1
-rw-r--r--cutl/fs/path.ixx1
-rw-r--r--cutl/fs/path.txx1
-rw-r--r--cutl/makefile1
-rw-r--r--cutl/meta/answer.hxx1
-rw-r--r--cutl/meta/class-p.hxx1
-rw-r--r--cutl/meta/polymorphic-p.hxx1
-rw-r--r--cutl/meta/remove-c.hxx1
-rw-r--r--cutl/meta/remove-cv.hxx1
-rw-r--r--cutl/meta/remove-p.hxx1
-rw-r--r--cutl/meta/remove-v.hxx1
-rw-r--r--cutl/re.hxx1
-rw-r--r--cutl/re/re.cxx1
-rw-r--r--cutl/re/re.txx1
-rw-r--r--cutl/shared-ptr.hxx1
-rw-r--r--cutl/shared-ptr/base.cxx1
-rw-r--r--cutl/shared-ptr/base.hxx1
-rw-r--r--cutl/shared-ptr/base.ixx1
-rw-r--r--cutl/shared-ptr/base.txx1
-rw-r--r--cutl/static-ptr.hxx1
-rw-r--r--cutl/version.hxx.in1
-rw-r--r--cutl/xml/exception.hxx1
-rw-r--r--cutl/xml/parser.cxx1
-rw-r--r--cutl/xml/parser.hxx1
-rw-r--r--cutl/xml/parser.ixx1
-rw-r--r--cutl/xml/parser.txx1
-rw-r--r--cutl/xml/qname.cxx1
-rw-r--r--cutl/xml/qname.hxx1
-rw-r--r--cutl/xml/serializer.cxx1
-rw-r--r--cutl/xml/serializer.hxx1
-rw-r--r--cutl/xml/serializer.ixx1
-rw-r--r--cutl/xml/value-traits.cxx1
-rw-r--r--cutl/xml/value-traits.hxx1
-rw-r--r--cutl/xml/value-traits.txx1
80 files changed, 6 insertions, 81 deletions
diff --git a/cutl/Makefile.am b/cutl/Makefile.am
index 66f6b01..060b132 100644
--- a/cutl/Makefile.am
+++ b/cutl/Makefile.am
@@ -1,5 +1,4 @@
# file : cutl/Makefile.am
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/cutl/buildfile b/cutl/buildfile
index 55f2056..9fa8fbd 100644
--- a/cutl/buildfile
+++ b/cutl/buildfile
@@ -1,5 +1,4 @@
# file : cutl/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
lib{cutl}: {hxx ixx txx cxx}{** -version -xml/** -details/boost/**} \
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index 52bcc78..deeca47 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_CODE_STREAM_HXX
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index a78da3e..b0d2261 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx
index 8a360e0..178b0c3 100644
--- a/cutl/compiler/context.cxx
+++ b/cutl/compiler/context.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/context.hxx>
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 431fb64..8d99cd5 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_CONTEXT_HXX
diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx
index c5a5799..68525e2 100644
--- a/cutl/compiler/context.txx
+++ b/cutl/compiler/context.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx
index 22c4db6..4e1d01d 100644
--- a/cutl/compiler/cxx-indenter.cxx
+++ b/cutl/compiler/cxx-indenter.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/cxx-indenter.hxx>
diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx
index e063091..82a6b29 100644
--- a/cutl/compiler/cxx-indenter.hxx
+++ b/cutl/compiler/cxx-indenter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_CXX_INDENTER_HXX
diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx
index 151dae4..2cd2083 100644
--- a/cutl/compiler/cxx-indenter.ixx
+++ b/cutl/compiler/cxx-indenter.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx
index a1a9493..8846110 100644
--- a/cutl/compiler/cxx-indenter.txx
+++ b/cutl/compiler/cxx-indenter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx
index 903af97..b536e7f 100644
--- a/cutl/compiler/sloc-counter.hxx
+++ b/cutl/compiler/sloc-counter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_SLOC_COUNTER_HXX
diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx
index 3a66e37..5fb48b4 100644
--- a/cutl/compiler/sloc-counter.txx
+++ b/cutl/compiler/sloc-counter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cctype> // std::isspace
diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx
index c706256..b00c0de 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_TRAVERSAL_HXX
diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx
index a2c79f0..3892f4a 100644
--- a/cutl/compiler/traversal.txx
+++ b/cutl/compiler/traversal.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx
index 4a7c79b..f385103 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_TYPE_ID_HXX
diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx
index 5844299..ac03c7a 100644
--- a/cutl/compiler/type-id.ixx
+++ b/cutl/compiler/type-id.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx
index f232eda..1e26e19 100644
--- a/cutl/compiler/type-id.txx
+++ b/cutl/compiler/type-id.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx
index 4fec87a..356ade2 100644
--- a/cutl/compiler/type-info.cxx
+++ b/cutl/compiler/type-info.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx
index 2d5c720..41152e2 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_COMPILER_TYPE_INFO_HXX
diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx
index 9eefa0a..2f162dc 100644
--- a/cutl/compiler/type-info.ixx
+++ b/cutl/compiler/type-info.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx
index 99fea73..13e6a69 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/any.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_CONTAINER_ANY_HXX
diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx
index a2c1c8b..07ed4f1 100644
--- a/cutl/container/graph.hxx
+++ b/cutl/container/graph.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/graph.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_CONTAINER_GRAPH_HXX
diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx
index 83bd450..a8e87a2 100644
--- a/cutl/container/graph.txx
+++ b/cutl/container/graph.txx
@@ -1,5 +1,4 @@
// file : cutl/container/graph.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/container/key.hxx b/cutl/container/key.hxx
index 4159c92..423f59b 100644
--- a/cutl/container/key.hxx
+++ b/cutl/container/key.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/key.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompkeying LICENSE file
#ifndef CUTL_CONTAINER_KEY_HXX
diff --git a/cutl/container/map-iterator.hxx b/cutl/container/map-iterator.hxx
index 087b589..e07d3e5 100644
--- a/cutl/container/map-iterator.hxx
+++ b/cutl/container/map-iterator.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/map-iterator.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_CONTAINER_MAP_ITERATOR_HXX
diff --git a/cutl/container/multi-index.hxx b/cutl/container/multi-index.hxx
index e434129..05b29c0 100644
--- a/cutl/container/multi-index.hxx
+++ b/cutl/container/multi-index.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/multi-index.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_CONTAINER_MULTI_INDEX_HXX
diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx
index 630b5b3..84be75f 100644
--- a/cutl/container/pointer-iterator.hxx
+++ b/cutl/container/pointer-iterator.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/pointer-iterator.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_CONTAINER_POINTER_ITERATOR_HXX
diff --git a/cutl/details/build2/config-stub.h b/cutl/details/build2/config-stub.h
index 5509e26..791a66d 100644
--- a/cutl/details/build2/config-stub.h
+++ b/cutl/details/build2/config-stub.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-stub.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config-vc-stub.h b/cutl/details/build2/config-vc-stub.h
index cdda87f..a5dd5f7 100644
--- a/cutl/details/build2/config-vc-stub.h
+++ b/cutl/details/build2/config-vc-stub.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-vc-stub.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config-vc.h b/cutl/details/build2/config-vc.h
index 567e279..364a0f8 100644
--- a/cutl/details/build2/config-vc.h
+++ b/cutl/details/build2/config-vc.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config-vc.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h
index b2946b8..fe5d9ae 100644
--- a/cutl/details/build2/config.h
+++ b/cutl/details/build2/config.h
@@ -1,5 +1,4 @@
/* file : cutl/details/build2/config.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
index bf0ce7b..1d4cc98 100644
--- a/cutl/details/config-vc.h
+++ b/cutl/details/config-vc.h
@@ -1,5 +1,4 @@
/* file : cutl/details/config-vc.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.h.in b/cutl/details/config.h.in
index f799eec..3fbe73d 100644
--- a/cutl/details/config.h.in
+++ b/cutl/details/config.h.in
@@ -1,5 +1,4 @@
/* file : cutl/details/config.h.in
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 7438964..d4f3e41 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/config.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_DETAILS_CONFIG_HXX
diff --git a/cutl/details/export.hxx b/cutl/details/export.hxx
index 6f7d46d..e13a74c 100644
--- a/cutl/details/export.hxx
+++ b/cutl/details/export.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/export.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_DETAILS_EXPORT_HXX
diff --git a/cutl/details/genx/char-props.c b/cutl/details/genx/char-props.c
index f361501..959aa41 100644
--- a/cutl/details/genx/char-props.c
+++ b/cutl/details/genx/char-props.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
@@ -392,4 +393,3 @@ void genxSetCharProps(char * p)
#endif /* GENX_CHAR_TABLE_SIZE == 0x10000 */
}
-
diff --git a/cutl/details/genx/genx.c b/cutl/details/genx/genx.c
index b6d2f6f..4800bbe 100644
--- a/cutl/details/genx/genx.c
+++ b/cutl/details/genx/genx.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/cutl/details/genx/genx.h b/cutl/details/genx/genx.h
index f34f3cd..95fab84 100644
--- a/cutl/details/genx/genx.h
+++ b/cutl/details/genx/genx.h
@@ -3,8 +3,9 @@
*/
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/cutl/exception.cxx b/cutl/exception.cxx
index e43ab01..6e9924d 100644
--- a/cutl/exception.cxx
+++ b/cutl/exception.cxx
@@ -1,5 +1,4 @@
// file : cutl/exception.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <typeinfo>
diff --git a/cutl/exception.hxx b/cutl/exception.hxx
index 7c1dd85..45e58fe 100644
--- a/cutl/exception.hxx
+++ b/cutl/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/exception.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_EXCEPTION_HXX
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index ac957c0..00dfc61 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cstdio> // std::remove
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index 730b591..93fd2c5 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_AUTO_REMOVE_HXX
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
index 404947f..b894a7b 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/fs/exception.hxx>
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index 93200f9..ebb04bf 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_EXCEPTION_HXX
diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx
index e757b56..0a95507 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _WIN32
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index b93a376..df0782e 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_PATH_HXX
diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx
index 3ce2a07..b46e4f6 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _WIN32
diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx
index d3d1304..5c6611e 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/cutl/makefile b/cutl/makefile
index ad29c61..436a2e8 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -1,5 +1,4 @@
# file : cutl/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx
index dadec23..c1fec6e 100644
--- a/cutl/meta/answer.hxx
+++ b/cutl/meta/answer.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/answer.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_ANSWER_HXX
diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx
index c04fba5..7221c3e 100644
--- a/cutl/meta/class-p.hxx
+++ b/cutl/meta/class-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/class-p.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_CLASS_HXX
diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx
index 7acbbff..da1a3f9 100644
--- a/cutl/meta/polymorphic-p.hxx
+++ b/cutl/meta/polymorphic-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/polymorphic-p.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_POLYMORPHIC_HXX
diff --git a/cutl/meta/remove-c.hxx b/cutl/meta/remove-c.hxx
index 68f7812..e83673b 100644
--- a/cutl/meta/remove-c.hxx
+++ b/cutl/meta/remove-c.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-c.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_REMOVE_C_HXX
diff --git a/cutl/meta/remove-cv.hxx b/cutl/meta/remove-cv.hxx
index 51fbd21..b872a41 100644
--- a/cutl/meta/remove-cv.hxx
+++ b/cutl/meta/remove-cv.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-cv.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_REMOVE_CV_HXX
diff --git a/cutl/meta/remove-p.hxx b/cutl/meta/remove-p.hxx
index 51cd89e..e6530d3 100644
--- a/cutl/meta/remove-p.hxx
+++ b/cutl/meta/remove-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-p.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_REMOVE_P_HXX
diff --git a/cutl/meta/remove-v.hxx b/cutl/meta/remove-v.hxx
index 06628a4..e810294 100644
--- a/cutl/meta/remove-v.hxx
+++ b/cutl/meta/remove-v.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-v.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_META_REMOVE_V_HXX
diff --git a/cutl/re.hxx b/cutl/re.hxx
index cbf72ab..e691710 100644
--- a/cutl/re.hxx
+++ b/cutl/re.hxx
@@ -1,5 +1,4 @@
// file : cutl/re.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_RE_HXX
diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx
index f86b4ef..e26d4f7 100644
--- a/cutl/re/re.cxx
+++ b/cutl/re/re.cxx
@@ -1,5 +1,4 @@
// file : cutl/re/re.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/re.hxx>
diff --git a/cutl/re/re.txx b/cutl/re/re.txx
index 969bc2d..95829a8 100644
--- a/cutl/re/re.txx
+++ b/cutl/re/re.txx
@@ -1,5 +1,4 @@
// file : cutl/re/re.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx
index b8d98df..62dfb62 100644
--- a/cutl/shared-ptr.hxx
+++ b/cutl/shared-ptr.hxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_SHARED_PTR_HXX
diff --git a/cutl/shared-ptr/base.cxx b/cutl/shared-ptr/base.cxx
index 2869c1a..913e6f2 100644
--- a/cutl/shared-ptr/base.cxx
+++ b/cutl/shared-ptr/base.cxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/shared-ptr/base.hxx>
diff --git a/cutl/shared-ptr/base.hxx b/cutl/shared-ptr/base.hxx
index 3e64749..a37115b 100644
--- a/cutl/shared-ptr/base.hxx
+++ b/cutl/shared-ptr/base.hxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_SHARED_PTR_BASE_HXX
diff --git a/cutl/shared-ptr/base.ixx b/cutl/shared-ptr/base.ixx
index f93e1d4..21ea856 100644
--- a/cutl/shared-ptr/base.ixx
+++ b/cutl/shared-ptr/base.ixx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx
index 1f9d77b..d483481 100644
--- a/cutl/shared-ptr/base.txx
+++ b/cutl/shared-ptr/base.txx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/meta/answer.hxx>
diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx
index 2950381..5ac15d8 100644
--- a/cutl/static-ptr.hxx
+++ b/cutl/static-ptr.hxx
@@ -1,5 +1,4 @@
// file : cutl/static-ptr.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_STATIC_PTR_HXX
diff --git a/cutl/version.hxx.in b/cutl/version.hxx.in
index b0a1dbf..bd1ecb4 100644
--- a/cutl/version.hxx.in
+++ b/cutl/version.hxx.in
@@ -1,5 +1,4 @@
// file : cutl/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBCUTL_VERSION // Note: using the version macro itself.
diff --git a/cutl/xml/exception.hxx b/cutl/xml/exception.hxx
index 4922791..0b8b62d 100644
--- a/cutl/xml/exception.hxx
+++ b/cutl/xml/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/xml/exception.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_EXCEPTION_HXX
diff --git a/cutl/xml/parser.cxx b/cutl/xml/parser.cxx
index e8490b5..11e3e97 100644
--- a/cutl/xml/parser.cxx
+++ b/cutl/xml/parser.cxx
@@ -1,5 +1,4 @@
// file : cutl/xml/parser.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/cutl/xml/parser.hxx b/cutl/xml/parser.hxx
index 7c66ae6..0c24271 100644
--- a/cutl/xml/parser.hxx
+++ b/cutl/xml/parser.hxx
@@ -1,5 +1,4 @@
// file : cutl/xml/parser.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_PARSER_HXX
diff --git a/cutl/xml/parser.ixx b/cutl/xml/parser.ixx
index 0930dee..a3dea04 100644
--- a/cutl/xml/parser.ixx
+++ b/cutl/xml/parser.ixx
@@ -1,5 +1,4 @@
// file : cutl/xml/parser.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/parser.txx b/cutl/xml/parser.txx
index bb445dd..4e7ac7f 100644
--- a/cutl/xml/parser.txx
+++ b/cutl/xml/parser.txx
@@ -1,5 +1,4 @@
// file : cutl/xml/parser.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/qname.cxx b/cutl/xml/qname.cxx
index 45ca1e0..968e7df 100644
--- a/cutl/xml/qname.cxx
+++ b/cutl/xml/qname.cxx
@@ -1,5 +1,4 @@
// file : cutl/xml/qname.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/cutl/xml/qname.hxx b/cutl/xml/qname.hxx
index b516e18..409cae7 100644
--- a/cutl/xml/qname.hxx
+++ b/cutl/xml/qname.hxx
@@ -1,5 +1,4 @@
// file : cutl/xml/qname.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_QNAME_HXX
diff --git a/cutl/xml/serializer.cxx b/cutl/xml/serializer.cxx
index 619941b..3d5acc8 100644
--- a/cutl/xml/serializer.cxx
+++ b/cutl/xml/serializer.cxx
@@ -1,5 +1,4 @@
// file : cutl/xml/serializer.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/cutl/xml/serializer.hxx b/cutl/xml/serializer.hxx
index 19164ba..392cb33 100644
--- a/cutl/xml/serializer.hxx
+++ b/cutl/xml/serializer.hxx
@@ -1,5 +1,4 @@
// file : cutl/xml/serializer.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_SERIALIZER_HXX
diff --git a/cutl/xml/serializer.ixx b/cutl/xml/serializer.ixx
index ef657b3..0f6606b 100644
--- a/cutl/xml/serializer.ixx
+++ b/cutl/xml/serializer.ixx
@@ -1,5 +1,4 @@
// file : cutl/xml/serializer.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/value-traits.cxx b/cutl/xml/value-traits.cxx
index 01d2d51..fe7f23f 100644
--- a/cutl/xml/value-traits.cxx
+++ b/cutl/xml/value-traits.cxx
@@ -1,5 +1,4 @@
// file : cutl/xml/value-traits.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/parser.hxx>
diff --git a/cutl/xml/value-traits.hxx b/cutl/xml/value-traits.hxx
index 9f39e66..e095bb4 100644
--- a/cutl/xml/value-traits.hxx
+++ b/cutl/xml/value-traits.hxx
@@ -1,5 +1,4 @@
// file : cutl/xml/value-traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_VALUE_TRAITS_HXX
diff --git a/cutl/xml/value-traits.txx b/cutl/xml/value-traits.txx
index b592858..552c48b 100644
--- a/cutl/xml/value-traits.txx
+++ b/cutl/xml/value-traits.txx
@@ -1,5 +1,4 @@
// file : cutl/xml/value-traits.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>