aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:19:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:19:05 +0300
commit2ae9f36e2b7c354711d6f78592bd97cb47dd024a (patch)
tree6637c28e193790fc1d550af9da4e5a78f013645d
parented267da35ccdd58559220f26c054fe9c4a2c0f99 (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--doc/buildfile2
-rw-r--r--doc/intro.xhtml4
-rw-r--r--examples/build/bootstrap.build2
-rw-r--r--examples/build/root.build2
-rw-r--r--examples/buildfile2
-rw-r--r--examples/hybrid/buildfile2
-rw-r--r--examples/inheritance/buildfile2
-rw-r--r--examples/performance/buildfile2
-rw-r--r--examples/persistence/buildfile2
-rw-r--r--examples/processing/buildfile2
-rw-r--r--examples/roundtrip/buildfile2
-rw-r--r--examples/xhtml/buildfile2
-rw-r--r--libstudxml/buildfile2
-rw-r--r--libstudxml/content.hxx2
-rw-r--r--libstudxml/details/config-vc.h2
-rw-r--r--libstudxml/details/config.h2
-rw-r--r--libstudxml/details/config.hxx2
-rw-r--r--libstudxml/details/export.hxx2
-rw-r--r--libstudxml/details/genx/LICENSE2
-rw-r--r--libstudxml/details/genx/char-props.c2
-rw-r--r--libstudxml/details/genx/genx.c2
-rw-r--r--libstudxml/details/genx/genx.h2
-rw-r--r--libstudxml/details/post.hxx2
-rw-r--r--libstudxml/details/pre.hxx2
-rw-r--r--libstudxml/exception.hxx2
-rw-r--r--libstudxml/forward.hxx2
-rw-r--r--libstudxml/parser.cxx2
-rw-r--r--libstudxml/parser.hxx2
-rw-r--r--libstudxml/parser.ixx2
-rw-r--r--libstudxml/parser.txx2
-rw-r--r--libstudxml/qname.cxx2
-rw-r--r--libstudxml/qname.hxx2
-rw-r--r--libstudxml/serializer.cxx2
-rw-r--r--libstudxml/serializer.hxx2
-rw-r--r--libstudxml/serializer.ixx2
-rw-r--r--libstudxml/value-traits.cxx2
-rw-r--r--libstudxml/value-traits.hxx2
-rw-r--r--libstudxml/value-traits.txx2
-rw-r--r--libstudxml/version.hxx.in2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/parser/buildfile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/roundtrip/buildfile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/testscript2
-rw-r--r--tests/serializer/buildfile2
-rw-r--r--tests/serializer/driver.cxx2
54 files changed, 55 insertions, 55 deletions
diff --git a/LICENSE b/LICENSE
index b179eec..94be864 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,7 +8,7 @@ Code found in the xml/details/genx/ directory is distributed under
the MIT License (see the xml/details/genx/LICENSE file for copyright
information).
-The rest is Copyright (c) 2013-2018 Code Synthesis Tools CC and is
+The rest is Copyright (c) 2013-2019 Code Synthesis Tools CC and is
distributed under the MIT License:
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 2f32f58..d3cc640 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 464fc33..641f9a1 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 2193ee4..5293559 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/buildfile b/buildfile
index e52d5e4..af1f6fd 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 9eeb8e0..84c913c 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/intro.xhtml b/doc/intro.xhtml
index 981df05..86bea49 100644
--- a/doc/intro.xhtml
+++ b/doc/intro.xhtml
@@ -5,7 +5,7 @@
<head>
<title>XML Parsing and Serialization in C++ with libstudxml</title>
- <meta name="copyright" content="&#169; 2013-2018 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&#169; 2013-2019 Code Synthesis Tools CC"/>
<meta name="keywords" content="xml,c++,parsing,serialization,api,streaming,persistence"/>
<meta name="description" content="XML Parsing and Serialization in C++ with libstudxml"/>
<meta name="revision" content="1.0"/>
@@ -169,7 +169,7 @@
<div class="title" id="first-title">XML Parsing and Serialization in C++</div>
<div class="title" id="second-title">With <code>libstudxml</code></div>
- <p>Copyright &#169; 2013-2018 Code Synthesis Tools CC. Permission is
+ <p>Copyright &#169; 2013-2019 Code Synthesis Tools CC. Permission is
granted to copy, distribute and/or modify this document under the
terms of the MIT license.</p>
diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build
index 6c288eb..2eba9dd 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 2025bf7..3e30169 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/examples/buildfile b/examples/buildfile
index 8e06393..dc0f98d 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,5 @@
# file : examples/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 f7e741b..a6815d9 100644
--- a/examples/hybrid/buildfile
+++ b/examples/hybrid/buildfile
@@ -1,5 +1,5 @@
# file : examples/hybrid/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 036ca90..ac9fdbb 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : examples/inheritance/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 1454a52..128d354 100644
--- a/examples/performance/buildfile
+++ b/examples/performance/buildfile
@@ -1,5 +1,5 @@
# file : examples/performance/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 dd8383d..4504583 100644
--- a/examples/persistence/buildfile
+++ b/examples/persistence/buildfile
@@ -1,5 +1,5 @@
# file : examples/persistence/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 c8f49ca..fa4c58b 100644
--- a/examples/processing/buildfile
+++ b/examples/processing/buildfile
@@ -1,5 +1,5 @@
# file : examples/processing/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 efff87e..ad2920a 100644
--- a/examples/roundtrip/buildfile
+++ b/examples/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : examples/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 15ec4ba..2250689 100644
--- a/examples/xhtml/buildfile
+++ b/examples/xhtml/buildfile
@@ -1,5 +1,5 @@
# file : examples/xhtml/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 221843e..fe0c856 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -1,5 +1,5 @@
# file : libstudxml/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 f4f44bf..4e35224 100644
--- a/libstudxml/content.hxx
+++ b/libstudxml/content.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/content.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 6ef4ff4..2fc2363 100644
--- a/libstudxml/details/config-vc.h
+++ b/libstudxml/details/config-vc.h
@@ -1,5 +1,5 @@
/* file : libstudxml/details/config-vc.h
- * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+ * 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 bd2c28c..aec5f66 100644
--- a/libstudxml/details/config.h
+++ b/libstudxml/details/config.h
@@ -1,5 +1,5 @@
/* file : libstudxml/details/build2/config.h
- * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+ * 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 8bfc429..d614781 100644
--- a/libstudxml/details/config.hxx
+++ b/libstudxml/details/config.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/config.hxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 f5371d8..913f72e 100644
--- a/libstudxml/details/export.hxx
+++ b/libstudxml/details/export.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/export.hxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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/LICENSE b/libstudxml/details/genx/LICENSE
index 2d2fe9f..616519a 100644
--- a/libstudxml/details/genx/LICENSE
+++ b/libstudxml/details/genx/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2018 Code Synthesis Tools CC.
+Copyright (c) 2007-2019 Code Synthesis Tools CC.
Copyright (c) Tim Bray and Sun Microsystems, 2004.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c
index acb9839..2ea0208 100644
--- a/libstudxml/details/genx/char-props.c
+++ b/libstudxml/details/genx/char-props.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2018 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c
index fdde65b..36aad97 100644
--- a/libstudxml/details/genx/genx.c
+++ b/libstudxml/details/genx/genx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2018 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h
index 57ea8c8..89ef1e8 100644
--- a/libstudxml/details/genx/genx.h
+++ b/libstudxml/details/genx/genx.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (c) 2007-2018 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/post.hxx b/libstudxml/details/post.hxx
index f9dd9c5..f2f857a 100644
--- a/libstudxml/details/post.hxx
+++ b/libstudxml/details/post.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/post.hxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 4ad2015..912430c 100644
--- a/libstudxml/details/pre.hxx
+++ b/libstudxml/details/pre.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/pre.hxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 c0e3e93..bbfd800 100644
--- a/libstudxml/exception.hxx
+++ b/libstudxml/exception.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/exception.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 43bc5bc..3b55f19 100644
--- a/libstudxml/forward.hxx
+++ b/libstudxml/forward.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/forward.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 a1507d5..581ce7a 100644
--- a/libstudxml/parser.cxx
+++ b/libstudxml/parser.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 b9ff212..870e9e6 100644
--- a/libstudxml/parser.hxx
+++ b/libstudxml/parser.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 a61a421..501dfe5 100644
--- a/libstudxml/parser.ixx
+++ b/libstudxml/parser.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.ixx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 520cee5..4a10234 100644
--- a/libstudxml/parser.txx
+++ b/libstudxml/parser.txx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.txx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 328cb33..bc4cb65 100644
--- a/libstudxml/qname.cxx
+++ b/libstudxml/qname.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 ba208b5..ff32ec4 100644
--- a/libstudxml/qname.hxx
+++ b/libstudxml/qname.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 750d7df..dcfe5f0 100644
--- a/libstudxml/serializer.cxx
+++ b/libstudxml/serializer.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 9e9f79a..914c5c5 100644
--- a/libstudxml/serializer.hxx
+++ b/libstudxml/serializer.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 3063417..a77c3b9 100644
--- a/libstudxml/serializer.ixx
+++ b/libstudxml/serializer.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.ixx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 ac10190..e271820 100644
--- a/libstudxml/value-traits.cxx
+++ b/libstudxml/value-traits.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 8401ea1..b324f19 100644
--- a/libstudxml/value-traits.hxx
+++ b/libstudxml/value-traits.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 6720d23..9801fba 100644
--- a/libstudxml/value-traits.txx
+++ b/libstudxml/value-traits.txx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.txx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 fafb711..3fce94d 100644
--- a/libstudxml/version.hxx.in
+++ b/libstudxml/version.hxx.in
@@ -1,5 +1,5 @@
// file : libstudxml/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 5ed47c6..1fb742a 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 210b297..38d2a96 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index 08eb84a..b150e92 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 68196ac..70dda48 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 d283eed..e9f6e27 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 73035b2..f22c0d7 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 a4e9c45..3968587 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// 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 2eba084..04c4327 100644
--- a/tests/roundtrip/testscript
+++ b/tests/roundtrip/testscript
@@ -1,5 +1,5 @@
# file : tests/roundtrip/testscript
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 5fcb30e..6f91b95 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+# 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 7b74707..85ea013 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG