From 1823e2f86e23614021e710b6b44ac6a54cbad905 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 18:13:00 +0300 Subject: Drop copyright notice from source code --- build/bootstrap.build | 1 - build/export.build | 1 - build/root.build | 1 - buildfile | 1 - doc/buildfile | 1 - examples/build/bootstrap.build | 1 - examples/build/root.build | 1 - examples/buildfile | 1 - examples/hybrid/buildfile | 1 - examples/inheritance/buildfile | 1 - examples/performance/buildfile | 1 - examples/persistence/buildfile | 1 - examples/processing/buildfile | 1 - examples/roundtrip/buildfile | 1 - examples/xhtml/buildfile | 1 - libstudxml/buildfile | 1 - libstudxml/content.hxx | 1 - libstudxml/details/config-vc.h | 1 - libstudxml/details/config.h | 1 - libstudxml/details/config.hxx | 1 - libstudxml/details/export.hxx | 1 - libstudxml/details/genx/char-props.c | 3 ++- libstudxml/details/genx/genx.c | 3 ++- libstudxml/details/genx/genx.h | 3 ++- libstudxml/details/post.hxx | 1 - libstudxml/details/pre.hxx | 1 - libstudxml/exception.hxx | 1 - libstudxml/forward.hxx | 1 - libstudxml/parser.cxx | 1 - libstudxml/parser.hxx | 1 - libstudxml/parser.ixx | 1 - libstudxml/parser.txx | 1 - libstudxml/qname.cxx | 1 - libstudxml/qname.hxx | 1 - libstudxml/serializer.cxx | 1 - libstudxml/serializer.hxx | 1 - libstudxml/serializer.ixx | 1 - libstudxml/value-traits.cxx | 1 - libstudxml/value-traits.hxx | 1 - libstudxml/value-traits.txx | 1 - libstudxml/version.hxx.in | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/parser/buildfile | 1 - tests/parser/driver.cxx | 1 - tests/roundtrip/buildfile | 1 - tests/roundtrip/driver.cxx | 1 - tests/roundtrip/testscript | 1 - tests/serializer/buildfile | 1 - tests/serializer/driver.cxx | 1 - 51 files changed, 6 insertions(+), 51 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index d3cc640..f19c623 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = libstudxml diff --git a/build/export.build b/build/export.build index 641f9a1..752ab9a 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index efe6fca..a72acce 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index af1f6fd..b787c91 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest diff --git a/doc/buildfile b/doc/buildfile index 9563066..59d71be 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,4 @@ # file : doc/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file define css: file diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build index 2eba9dd..78d91f7 100644 --- a/examples/build/bootstrap.build +++ b/examples/build/bootstrap.build @@ -1,5 +1,4 @@ # file : examples/build/bootstrap.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/examples/build/root.build b/examples/build/root.build index 121d777..eab3bc7 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,5 +1,4 @@ # file : examples/build/root.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/examples/buildfile b/examples/buildfile index dc0f98d..13ad71b 100644 --- a/examples/buildfile +++ b/examples/buildfile @@ -1,5 +1,4 @@ # file : examples/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{README} diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile index a6815d9..58a7ba8 100644 --- a/examples/hybrid/buildfile +++ b/examples/hybrid/buildfile @@ -1,5 +1,4 @@ # file : examples/hybrid/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile index ac9fdbb..bba36bd 100644 --- a/examples/inheritance/buildfile +++ b/examples/inheritance/buildfile @@ -1,5 +1,4 @@ # file : examples/inheritance/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/performance/buildfile b/examples/performance/buildfile index 128d354..fc80c48 100644 --- a/examples/performance/buildfile +++ b/examples/performance/buildfile @@ -1,5 +1,4 @@ # file : examples/performance/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/persistence/buildfile b/examples/persistence/buildfile index 4504583..5caebf5 100644 --- a/examples/persistence/buildfile +++ b/examples/persistence/buildfile @@ -1,5 +1,4 @@ # file : examples/persistence/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/processing/buildfile b/examples/processing/buildfile index fa4c58b..d71b903 100644 --- a/examples/processing/buildfile +++ b/examples/processing/buildfile @@ -1,5 +1,4 @@ # file : examples/processing/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/roundtrip/buildfile b/examples/roundtrip/buildfile index ad2920a..44ac306 100644 --- a/examples/roundtrip/buildfile +++ b/examples/roundtrip/buildfile @@ -1,5 +1,4 @@ # file : examples/roundtrip/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/xhtml/buildfile b/examples/xhtml/buildfile index 2250689..1589adc 100644 --- a/examples/xhtml/buildfile +++ b/examples/xhtml/buildfile @@ -1,5 +1,4 @@ # file : examples/xhtml/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/libstudxml/buildfile b/libstudxml/buildfile index cc5a1ca..8cb06b2 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -1,5 +1,4 @@ # file : libstudxml/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file lib{studxml}: {hxx ixx txx cxx}{** -version} {hxx}{version} \ diff --git a/libstudxml/content.hxx b/libstudxml/content.hxx index 4e35224..0a003fd 100644 --- a/libstudxml/content.hxx +++ b/libstudxml/content.hxx @@ -1,5 +1,4 @@ // file : libstudxml/content.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_CONTENT_HXX diff --git a/libstudxml/details/config-vc.h b/libstudxml/details/config-vc.h index 2fc2363..5d8f79e 100644 --- a/libstudxml/details/config-vc.h +++ b/libstudxml/details/config-vc.h @@ -1,5 +1,4 @@ /* file : libstudxml/details/config-vc.h - * copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/libstudxml/details/config.h b/libstudxml/details/config.h index aec5f66..3030a76 100644 --- a/libstudxml/details/config.h +++ b/libstudxml/details/config.h @@ -1,5 +1,4 @@ /* file : libstudxml/details/build2/config.h - * copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx index d614781..6a466d6 100644 --- a/libstudxml/details/config.hxx +++ b/libstudxml/details/config.hxx @@ -1,5 +1,4 @@ // file : libstudxml/details/config.hxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_DETAILS_CONFIG_HXX diff --git a/libstudxml/details/export.hxx b/libstudxml/details/export.hxx index 913f72e..bcd1143 100644 --- a/libstudxml/details/export.hxx +++ b/libstudxml/details/export.hxx @@ -1,5 +1,4 @@ // file : libstudxml/details/export.hxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_DETAILS_EXPORT_HXX diff --git a/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c index 2ea0208..680dd13 100644 --- a/libstudxml/details/genx/char-props.c +++ b/libstudxml/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. */ diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c index 36aad97..49b7095 100644 --- a/libstudxml/details/genx/genx.c +++ b/libstudxml/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/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h index 89ef1e8..31e5831 100644 --- a/libstudxml/details/genx/genx.h +++ b/libstudxml/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/libstudxml/details/post.hxx b/libstudxml/details/post.hxx index f2f857a..0b8b15c 100644 --- a/libstudxml/details/post.hxx +++ b/libstudxml/details/post.hxx @@ -1,5 +1,4 @@ // file : libstudxml/details/post.hxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/libstudxml/details/pre.hxx b/libstudxml/details/pre.hxx index 912430c..c3ff954 100644 --- a/libstudxml/details/pre.hxx +++ b/libstudxml/details/pre.hxx @@ -1,5 +1,4 @@ // file : libstudxml/details/pre.hxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx index bbfd800..4b326c9 100644 --- a/libstudxml/exception.hxx +++ b/libstudxml/exception.hxx @@ -1,5 +1,4 @@ // file : libstudxml/exception.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_EXCEPTION_HXX diff --git a/libstudxml/forward.hxx b/libstudxml/forward.hxx index 3b55f19..0b7b1f1 100644 --- a/libstudxml/forward.hxx +++ b/libstudxml/forward.hxx @@ -1,5 +1,4 @@ // file : libstudxml/forward.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_FORWARD_HXX diff --git a/libstudxml/parser.cxx b/libstudxml/parser.cxx index 581ce7a..09b38b7 100644 --- a/libstudxml/parser.cxx +++ b/libstudxml/parser.cxx @@ -1,5 +1,4 @@ // file : libstudxml/parser.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/libstudxml/parser.hxx b/libstudxml/parser.hxx index 870e9e6..c67919a 100644 --- a/libstudxml/parser.hxx +++ b/libstudxml/parser.hxx @@ -1,5 +1,4 @@ // file : libstudxml/parser.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_PARSER_HXX diff --git a/libstudxml/parser.ixx b/libstudxml/parser.ixx index 501dfe5..1454a58 100644 --- a/libstudxml/parser.ixx +++ b/libstudxml/parser.ixx @@ -1,5 +1,4 @@ // file : libstudxml/parser.ixx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/parser.txx b/libstudxml/parser.txx index 4a10234..be0aa9e 100644 --- a/libstudxml/parser.txx +++ b/libstudxml/parser.txx @@ -1,5 +1,4 @@ // file : libstudxml/parser.txx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/qname.cxx b/libstudxml/qname.cxx index bc4cb65..3387e73 100644 --- a/libstudxml/qname.cxx +++ b/libstudxml/qname.cxx @@ -1,5 +1,4 @@ // file : libstudxml/qname.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/qname.hxx b/libstudxml/qname.hxx index ff32ec4..d099c5c 100644 --- a/libstudxml/qname.hxx +++ b/libstudxml/qname.hxx @@ -1,5 +1,4 @@ // file : libstudxml/qname.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_QNAME_HXX diff --git a/libstudxml/serializer.cxx b/libstudxml/serializer.cxx index dcfe5f0..68116fa 100644 --- a/libstudxml/serializer.cxx +++ b/libstudxml/serializer.cxx @@ -1,5 +1,4 @@ // file : libstudxml/serializer.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/libstudxml/serializer.hxx b/libstudxml/serializer.hxx index 914c5c5..4913c25 100644 --- a/libstudxml/serializer.hxx +++ b/libstudxml/serializer.hxx @@ -1,5 +1,4 @@ // file : libstudxml/serializer.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_SERIALIZER_HXX diff --git a/libstudxml/serializer.ixx b/libstudxml/serializer.ixx index a77c3b9..66e1d76 100644 --- a/libstudxml/serializer.ixx +++ b/libstudxml/serializer.ixx @@ -1,5 +1,4 @@ // file : libstudxml/serializer.ixx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/value-traits.cxx b/libstudxml/value-traits.cxx index e271820..f302604 100644 --- a/libstudxml/value-traits.cxx +++ b/libstudxml/value-traits.cxx @@ -1,5 +1,4 @@ // file : libstudxml/value-traits.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/value-traits.hxx b/libstudxml/value-traits.hxx index b324f19..23639ef 100644 --- a/libstudxml/value-traits.hxx +++ b/libstudxml/value-traits.hxx @@ -1,5 +1,4 @@ // file : libstudxml/value-traits.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_VALUE_TRAITS_HXX diff --git a/libstudxml/value-traits.txx b/libstudxml/value-traits.txx index 9801fba..e1c91bc 100644 --- a/libstudxml/value-traits.txx +++ b/libstudxml/value-traits.txx @@ -1,5 +1,4 @@ // file : libstudxml/value-traits.txx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/version.hxx.in b/libstudxml/version.hxx.in index fe38028..c5f6c6d 100644 --- a/libstudxml/version.hxx.in +++ b/libstudxml/version.hxx.in @@ -1,5 +1,4 @@ // file : libstudxml/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_VERSION // Note: using the version macro itself. diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 1fb742a..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2013-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 f4838d0..bb274d3 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index b150e92..556ed55 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/parser/buildfile b/tests/parser/buildfile index 70dda48..50cc1d6 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,5 +1,4 @@ # file : tests/parser/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index e9f6e27..f9128ec 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,4 @@ // file : tests/parser/driver.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index f22c0d7..85460e4 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -1,5 +1,4 @@ # file : tests/roundtrip/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index 3968587..02842ad 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -1,5 +1,4 @@ // file : tests/roundtrip/driver.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript index 04c4327..359a1c0 100644 --- a/tests/roundtrip/testscript +++ b/tests/roundtrip/testscript @@ -1,5 +1,4 @@ # file : tests/roundtrip/testscript -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # We are using external files for parsing/matching not to break make-based diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile index 6f91b95..23b69a5 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -1,5 +1,4 @@ # file : tests/serializer/buildfile -# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx index 85ea013..d427076 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -1,5 +1,4 @@ // file : tests/serializer/driver.cxx -// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG -- cgit v1.1