aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
commit1823e2f86e23614021e710b6b44ac6a54cbad905 (patch)
tree3349a40fa252cf15b1fcf8ee507dc69f3f0619a5
parent2abab820dc410ea685d58694648984998d13338d (diff)
Drop copyright notice from source code
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/export.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--doc/buildfile1
-rw-r--r--examples/build/bootstrap.build1
-rw-r--r--examples/build/root.build1
-rw-r--r--examples/buildfile1
-rw-r--r--examples/hybrid/buildfile1
-rw-r--r--examples/inheritance/buildfile1
-rw-r--r--examples/performance/buildfile1
-rw-r--r--examples/persistence/buildfile1
-rw-r--r--examples/processing/buildfile1
-rw-r--r--examples/roundtrip/buildfile1
-rw-r--r--examples/xhtml/buildfile1
-rw-r--r--libstudxml/buildfile1
-rw-r--r--libstudxml/content.hxx1
-rw-r--r--libstudxml/details/config-vc.h1
-rw-r--r--libstudxml/details/config.h1
-rw-r--r--libstudxml/details/config.hxx1
-rw-r--r--libstudxml/details/export.hxx1
-rw-r--r--libstudxml/details/genx/char-props.c3
-rw-r--r--libstudxml/details/genx/genx.c3
-rw-r--r--libstudxml/details/genx/genx.h3
-rw-r--r--libstudxml/details/post.hxx1
-rw-r--r--libstudxml/details/pre.hxx1
-rw-r--r--libstudxml/exception.hxx1
-rw-r--r--libstudxml/forward.hxx1
-rw-r--r--libstudxml/parser.cxx1
-rw-r--r--libstudxml/parser.hxx1
-rw-r--r--libstudxml/parser.ixx1
-rw-r--r--libstudxml/parser.txx1
-rw-r--r--libstudxml/qname.cxx1
-rw-r--r--libstudxml/qname.hxx1
-rw-r--r--libstudxml/serializer.cxx1
-rw-r--r--libstudxml/serializer.hxx1
-rw-r--r--libstudxml/serializer.ixx1
-rw-r--r--libstudxml/value-traits.cxx1
-rw-r--r--libstudxml/value-traits.hxx1
-rw-r--r--libstudxml/value-traits.txx1
-rw-r--r--libstudxml/version.hxx.in1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/parser/buildfile1
-rw-r--r--tests/parser/driver.cxx1
-rw-r--r--tests/roundtrip/buildfile1
-rw-r--r--tests/roundtrip/driver.cxx1
-rw-r--r--tests/roundtrip/testscript1
-rw-r--r--tests/serializer/buildfile1
-rw-r--r--tests/serializer/driver.cxx1
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 <new> // 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 <cassert>
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 <libstudxml/value-traits.hxx>
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 <ostream>
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 <new> // 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 <libstudxml/value-traits.hxx>
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 <libstudxml/parser.hxx>
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 <sstream>
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 <string>
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