From 416359f425f7035c63f1cf8f2831873d11510e76 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 18:48:55 +0300 Subject: Drop copyright notice from source code --- Makefile.am | 1 - bootstrap | 1 - build/bootstrap.build | 1 - build/bootstrap.make | 1 - build/export.build | 1 - build/export/libcutl/stub.make | 1 - build/import/libcutl/configuration-rules.make | 1 - build/import/libcutl/configure | 1 - build/import/libcutl/stub.make | 1 - build/root.build | 1 - buildfile | 1 - configure.ac | 1 - cutl/Makefile.am | 1 - cutl/buildfile | 1 - cutl/compiler/code-stream.hxx | 1 - cutl/compiler/code-stream.txx | 1 - cutl/compiler/context.cxx | 1 - cutl/compiler/context.hxx | 1 - cutl/compiler/context.txx | 1 - cutl/compiler/cxx-indenter.cxx | 1 - cutl/compiler/cxx-indenter.hxx | 1 - cutl/compiler/cxx-indenter.ixx | 1 - cutl/compiler/cxx-indenter.txx | 1 - cutl/compiler/sloc-counter.hxx | 1 - cutl/compiler/sloc-counter.txx | 1 - cutl/compiler/traversal.hxx | 1 - cutl/compiler/traversal.txx | 1 - cutl/compiler/type-id.hxx | 1 - cutl/compiler/type-id.ixx | 1 - cutl/compiler/type-id.txx | 1 - cutl/compiler/type-info.cxx | 1 - cutl/compiler/type-info.hxx | 1 - cutl/compiler/type-info.ixx | 1 - cutl/container/any.hxx | 1 - cutl/container/graph.hxx | 1 - cutl/container/graph.txx | 1 - cutl/container/key.hxx | 1 - cutl/container/map-iterator.hxx | 1 - cutl/container/multi-index.hxx | 1 - cutl/container/pointer-iterator.hxx | 1 - cutl/details/build2/config-stub.h | 1 - cutl/details/build2/config-vc-stub.h | 1 - cutl/details/build2/config-vc.h | 1 - cutl/details/build2/config.h | 1 - cutl/details/config-vc.h | 1 - cutl/details/config.h.in | 1 - cutl/details/config.hxx | 1 - cutl/details/export.hxx | 1 - cutl/details/genx/char-props.c | 4 ++-- cutl/details/genx/genx.c | 3 ++- cutl/details/genx/genx.h | 3 ++- cutl/exception.cxx | 1 - cutl/exception.hxx | 1 - cutl/fs/auto-remove.cxx | 1 - cutl/fs/auto-remove.hxx | 1 - cutl/fs/exception.cxx | 1 - cutl/fs/exception.hxx | 1 - cutl/fs/path.cxx | 1 - cutl/fs/path.hxx | 1 - cutl/fs/path.ixx | 1 - cutl/fs/path.txx | 1 - cutl/makefile | 1 - cutl/meta/answer.hxx | 1 - cutl/meta/class-p.hxx | 1 - cutl/meta/polymorphic-p.hxx | 1 - cutl/meta/remove-c.hxx | 1 - cutl/meta/remove-cv.hxx | 1 - cutl/meta/remove-p.hxx | 1 - cutl/meta/remove-v.hxx | 1 - cutl/re.hxx | 1 - cutl/re/re.cxx | 1 - cutl/re/re.txx | 1 - cutl/shared-ptr.hxx | 1 - cutl/shared-ptr/base.cxx | 1 - cutl/shared-ptr/base.hxx | 1 - cutl/shared-ptr/base.ixx | 1 - cutl/shared-ptr/base.txx | 1 - cutl/static-ptr.hxx | 1 - cutl/version.hxx.in | 1 - cutl/xml/exception.hxx | 1 - cutl/xml/parser.cxx | 1 - cutl/xml/parser.hxx | 1 - cutl/xml/parser.ixx | 1 - cutl/xml/parser.txx | 1 - cutl/xml/qname.cxx | 1 - cutl/xml/qname.hxx | 1 - cutl/xml/serializer.cxx | 1 - cutl/xml/serializer.hxx | 1 - cutl/xml/serializer.ixx | 1 - cutl/xml/value-traits.cxx | 1 - cutl/xml/value-traits.hxx | 1 - cutl/xml/value-traits.txx | 1 - libcutl.pc.in | 1 - m4/disable-rpath.m4 | 1 - m4/libboost.m4 | 1 - m4/libexpat.m4 | 1 - m4/libtool-link.m4 | 1 - m4/pkgconfig.m4 | 1 - m4/static-lib.m4 | 1 - m4/threads.m4 | 1 - makefile | 1 - tests/Makefile.am | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/compiler/cxx-indenter/buildfile | 1 - tests/compiler/cxx-indenter/driver.cxx | 1 - tests/compiler/cxx-indenter/makefile | 1 - tests/compiler/makefile | 1 - tests/compiler/sloc-counter/buildfile | 1 - tests/compiler/sloc-counter/driver.cxx | 1 - tests/compiler/sloc-counter/makefile | 1 - tests/compiler/sloc-counter/testscript | 1 - tests/compiler/traversal/buildfile | 1 - tests/compiler/traversal/driver.cxx | 1 - tests/compiler/traversal/makefile | 1 - tests/container/makefile | 1 - tests/container/multi-index/buildfile | 1 - tests/container/multi-index/driver.cxx | 1 - tests/container/multi-index/makefile | 1 - tests/fs/makefile | 1 - tests/fs/path/buildfile | 1 - tests/fs/path/driver.cxx | 1 - tests/fs/path/makefile | 1 - tests/makefile | 1 - tests/re/buildfile | 1 - tests/re/driver.cxx | 1 - tests/re/makefile | 1 - tests/shared-ptr/buildfile | 1 - tests/shared-ptr/driver.cxx | 1 - tests/shared-ptr/makefile | 1 - tests/xml/makefile | 1 - tests/xml/parser/driver.cxx | 1 - tests/xml/parser/makefile | 1 - tests/xml/roundtrip/driver.cxx | 1 - tests/xml/roundtrip/makefile | 1 - tests/xml/serializer/driver.cxx | 1 - tests/xml/serializer/makefile | 1 - 138 files changed, 6 insertions(+), 139 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7cbf218..e508b3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/bootstrap b/bootstrap index 0e02776..c7174d7 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,6 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # diff --git a/build/bootstrap.build b/build/bootstrap.build index e4003f5..74387e8 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = libcutl diff --git a/build/bootstrap.make b/build/bootstrap.make index 81394df..f6f9d59 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,4 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project_name := libcutl diff --git a/build/export.build b/build/export.build index f5b73c2..12d96d4 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make index f11b12a..8b6c105 100644 --- a/build/export/libcutl/stub.make +++ b/build/export/libcutl/stub.make @@ -1,5 +1,4 @@ # file : build/export/libcutl/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(src_root)/cutl/makefile,$(out_root)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index ac6ae63..4559510 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index d2bdd68..5c182e2 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libcutl/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/libcutl/stub.make b/build/import/libcutl/stub.make index d831a43..11876f2 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/build/root.build b/build/root.build index b034271..0e1f5a5 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index c8ca42a..13f715c 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/ -doc/ -m4/} doc{INSTALL LICENSE NEWS README} manifest diff --git a/configure.ac b/configure.ac index ccf4d03..4ac0e6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file AC_PREREQ(2.60) 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 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 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 // 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 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 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 // 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 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 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 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 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 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 // 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 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 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 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 // 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 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 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 diff --git a/libcutl.pc.in b/libcutl.pc.in index ced03c5..5174114 100644 --- a/libcutl.pc.in +++ b/libcutl.pc.in @@ -1,5 +1,4 @@ # file : libcutl.pc.in -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file prefix=@prefix@ diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index edacb64..a1bcb01 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,5 +1,4 @@ dnl file : m4/disable-rpath.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libboost.m4 b/m4/libboost.m4 index 23cbc5e..b77e1ea 100644 --- a/m4/libboost.m4 +++ b/m4/libboost.m4 @@ -1,5 +1,4 @@ dnl file : m4/libboost.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl LIBBOOST([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libexpat.m4 b/m4/libexpat.m4 index 9d3cb2d..955267a 100644 --- a/m4/libexpat.m4 +++ b/m4/libexpat.m4 @@ -1,5 +1,4 @@ dnl file : m4/libexpat.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl LIBEXPAT([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index 8432d87..99d5543 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,4 @@ dnl file : m4/libtool-link.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index c19b44a..6e2e1c6 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,4 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index 475435d..972cd8b 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,5 +1,4 @@ dnl file : m4/static-lib.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/m4/threads.m4 b/m4/threads.m4 index 10bdfdd..6f2e25f 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,4 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ diff --git a/makefile b/makefile index ce71d0d..7a7389b 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ # file : 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/tests/Makefile.am b/tests/Makefile.am index b8df9d7..6cf9c54 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,4 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 26f0838..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 9acec0d..bb274d3 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index 989e5a2..3026620 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/ -xml/} diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile index ed0bfd1..a0d6dfa 100644 --- a/tests/compiler/cxx-indenter/buildfile +++ b/tests/compiler/cxx-indenter/buildfile @@ -1,5 +1,4 @@ # file : tests/compiler/cxx-indenter/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx index f86ba06..e0715d3 100644 --- a/tests/compiler/cxx-indenter/driver.cxx +++ b/tests/compiler/cxx-indenter/driver.cxx @@ -1,5 +1,4 @@ // file : tests/compiler/cxx-indenter/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile index f1b99b4..c586f14 100644 --- a/tests/compiler/cxx-indenter/makefile +++ b/tests/compiler/cxx-indenter/makefile @@ -1,5 +1,4 @@ # file : tests/compiler/cxx-indenter/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/tests/compiler/makefile b/tests/compiler/makefile index 7c98c20..457a0c1 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,5 +1,4 @@ # file : tests/compiler/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/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile index 071127c..bc84884 100644 --- a/tests/compiler/sloc-counter/buildfile +++ b/tests/compiler/sloc-counter/buildfile @@ -1,5 +1,4 @@ # file : tests/compiler/sloc-counter/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx index ecb7a69..470df0e 100644 --- a/tests/compiler/sloc-counter/driver.cxx +++ b/tests/compiler/sloc-counter/driver.cxx @@ -1,5 +1,4 @@ // file : tests/compiler/sloc-counter/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile index b393c20..f2f7de0 100644 --- a/tests/compiler/sloc-counter/makefile +++ b/tests/compiler/sloc-counter/makefile @@ -1,5 +1,4 @@ # file : tests/compiler/sloc-counter/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/tests/compiler/sloc-counter/testscript b/tests/compiler/sloc-counter/testscript index 9b7eea3..7509df5 100644 --- a/tests/compiler/sloc-counter/testscript +++ b/tests/compiler/sloc-counter/testscript @@ -1,5 +1,4 @@ # file : tests/compiler/sloc-counter/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # @@ BUG: adding blank lines at the end increases the count. diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile index 597b976..920c03e 100644 --- a/tests/compiler/traversal/buildfile +++ b/tests/compiler/traversal/buildfile @@ -1,5 +1,4 @@ # file : tests/compiler/traversal/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx index 8ed8577..7d5f8c6 100644 --- a/tests/compiler/traversal/driver.cxx +++ b/tests/compiler/traversal/driver.cxx @@ -1,5 +1,4 @@ // file : tests/compiler/traversal/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index 731d1da..d4ba615 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,5 +1,4 @@ # file : tests/compiler/traversal/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/tests/container/makefile b/tests/container/makefile index e8c5dc1..9773524 100644 --- a/tests/container/makefile +++ b/tests/container/makefile @@ -1,5 +1,4 @@ # file : tests/container/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/tests/container/multi-index/buildfile b/tests/container/multi-index/buildfile index ffc2068..eb42a73 100644 --- a/tests/container/multi-index/buildfile +++ b/tests/container/multi-index/buildfile @@ -1,5 +1,4 @@ # file : tests/container/multi-index/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/container/multi-index/driver.cxx b/tests/container/multi-index/driver.cxx index 9156366..73728d2 100644 --- a/tests/container/multi-index/driver.cxx +++ b/tests/container/multi-index/driver.cxx @@ -1,5 +1,4 @@ // file : tests/container/multi-index/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/container/multi-index/makefile b/tests/container/multi-index/makefile index 1ed7e26..4499e8f 100644 --- a/tests/container/multi-index/makefile +++ b/tests/container/multi-index/makefile @@ -1,5 +1,4 @@ # file : tests/container/multi-index/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/tests/fs/makefile b/tests/fs/makefile index f5b76b5..b685a11 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,5 +1,4 @@ # file : tests/fs/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/tests/fs/path/buildfile b/tests/fs/path/buildfile index 5deef95..b9c550f 100644 --- a/tests/fs/path/buildfile +++ b/tests/fs/path/buildfile @@ -1,5 +1,4 @@ # file : tests/fs/path/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index f8d2360..faf4703 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,5 +1,4 @@ // file : tests/fs/path/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index 834fa75..fa101ee 100644 --- a/tests/fs/path/makefile +++ b/tests/fs/path/makefile @@ -1,5 +1,4 @@ # file : tests/fs/path/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/tests/makefile b/tests/makefile index b745681..748a30d 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,4 @@ # file : tests/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/tests/re/buildfile b/tests/re/buildfile index 2b7fc54..0c54870 100644 --- a/tests/re/buildfile +++ b/tests/re/buildfile @@ -1,5 +1,4 @@ # file : tests/re/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx index 337b4a8..a88638f 100644 --- a/tests/re/driver.cxx +++ b/tests/re/driver.cxx @@ -1,5 +1,4 @@ // file : tests/re/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/re/makefile b/tests/re/makefile index 9ad666c..409ecf4 100644 --- a/tests/re/makefile +++ b/tests/re/makefile @@ -1,5 +1,4 @@ # file : tests/re/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/tests/shared-ptr/buildfile b/tests/shared-ptr/buildfile index 8fb72ed..b5e70c7 100644 --- a/tests/shared-ptr/buildfile +++ b/tests/shared-ptr/buildfile @@ -1,5 +1,4 @@ # file : tests/shared-ptr/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx index fd8d7f2..e0f9f78 100644 --- a/tests/shared-ptr/driver.cxx +++ b/tests/shared-ptr/driver.cxx @@ -1,5 +1,4 @@ // file : tests/shared-ptr/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index 34057c9..c4b2055 100644 --- a/tests/shared-ptr/makefile +++ b/tests/shared-ptr/makefile @@ -1,5 +1,4 @@ # file : tests/shared-ptr/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/tests/xml/makefile b/tests/xml/makefile index 5c888d2..f3adbea 100644 --- a/tests/xml/makefile +++ b/tests/xml/makefile @@ -1,5 +1,4 @@ # file : tests/xml/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/tests/xml/parser/driver.cxx b/tests/xml/parser/driver.cxx index 60b477e..38fc7f2 100644 --- a/tests/xml/parser/driver.cxx +++ b/tests/xml/parser/driver.cxx @@ -1,5 +1,4 @@ // file : tests/xml/parser/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/parser/makefile b/tests/xml/parser/makefile index ace1c55..7a53f94 100644 --- a/tests/xml/parser/makefile +++ b/tests/xml/parser/makefile @@ -1,5 +1,4 @@ # file : tests/xml/parser/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/tests/xml/roundtrip/driver.cxx b/tests/xml/roundtrip/driver.cxx index c5fee33..51ca472 100644 --- a/tests/xml/roundtrip/driver.cxx +++ b/tests/xml/roundtrip/driver.cxx @@ -1,5 +1,4 @@ // file : tests/xml/roundtrip/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/roundtrip/makefile b/tests/xml/roundtrip/makefile index 1ee9db5..342bc15 100644 --- a/tests/xml/roundtrip/makefile +++ b/tests/xml/roundtrip/makefile @@ -1,5 +1,4 @@ # file : tests/xml/roundtrip/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/tests/xml/serializer/driver.cxx b/tests/xml/serializer/driver.cxx index ab2118e..692ade2 100644 --- a/tests/xml/serializer/driver.cxx +++ b/tests/xml/serializer/driver.cxx @@ -1,5 +1,4 @@ // file : tests/xml/serializer/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/serializer/makefile b/tests/xml/serializer/makefile index d28ca44..38a260f 100644 --- a/tests/xml/serializer/makefile +++ b/tests/xml/serializer/makefile @@ -1,5 +1,4 @@ # file : tests/xml/serializer/makefile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make -- cgit v1.1