aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:34:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:34:51 +0300
commite15b04f4bb5bd73c6f9b4a0c7839fd86a75d8498 (patch)
tree8bcf316d8cbe94d490612a7e1067d5449a2299fe
parentefc6c830f4113b5151d7df5e5bddca92d2af812b (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 b8b424d..b179eec 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-2017 Code Synthesis Tools CC and is
+The rest is Copyright (c) 2013-2018 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 c0c470b..2f32f58 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = libstudxml
diff --git a/build/export.build b/build/export.build
index c5125f1..464fc33 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index a1c28e5..be2f582 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/buildfile b/buildfile
index 96d0c16..d89e9ca 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 3c842b3..9eeb8e0 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/intro.xhtml b/doc/intro.xhtml
index 50603c9..1eed6b1 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="&copy; 2013-2017 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2013-2018 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 &copy; 2013-2017 Code Synthesis Tools CC. Permission is
+ <p>Copyright &copy; 2013-2018 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 3cca91f..6c288eb 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 c93bac1..2025bf7 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/examples/buildfile b/examples/buildfile
index c5e408c..8e06393 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,5 @@
# file : examples/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{README}
diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile
index a0f0179..f7e741b 100644
--- a/examples/hybrid/buildfile
+++ b/examples/hybrid/buildfile
@@ -1,5 +1,5 @@
# file : examples/hybrid/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 400dd92..036ca90 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : examples/inheritance/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 55d5708..1454a52 100644
--- a/examples/performance/buildfile
+++ b/examples/performance/buildfile
@@ -1,5 +1,5 @@
# file : examples/performance/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 aab7e59..dd8383d 100644
--- a/examples/persistence/buildfile
+++ b/examples/persistence/buildfile
@@ -1,5 +1,5 @@
# file : examples/persistence/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 8bd7ae0..c8f49ca 100644
--- a/examples/processing/buildfile
+++ b/examples/processing/buildfile
@@ -1,5 +1,5 @@
# file : examples/processing/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 63c54f6..efff87e 100644
--- a/examples/roundtrip/buildfile
+++ b/examples/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : examples/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 670c0f9..15ec4ba 100644
--- a/examples/xhtml/buildfile
+++ b/examples/xhtml/buildfile
@@ -1,5 +1,5 @@
# file : examples/xhtml/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/libstudxml/buildfile b/libstudxml/buildfile
index f44c426..221843e 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -1,5 +1,5 @@
# file : libstudxml/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 b267128..f4f44bf 100644
--- a/libstudxml/content.hxx
+++ b/libstudxml/content.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/content.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 3c2f9ab..6ef4ff4 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-2017 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.h b/libstudxml/details/config.h
index b31aa2d..bd2c28c 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-2017 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx
index d42d2cf..8bfc429 100644
--- a/libstudxml/details/config.hxx
+++ b/libstudxml/details/config.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/config.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 b4a385e..f5371d8 100644
--- a/libstudxml/details/export.hxx
+++ b/libstudxml/details/export.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/export.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 6fc3fa7..2d2fe9f 100644
--- a/libstudxml/details/genx/LICENSE
+++ b/libstudxml/details/genx/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2017 Code Synthesis Tools CC.
+Copyright (c) 2007-2018 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 528ab05..acb9839 100644
--- a/libstudxml/details/genx/char-props.c
+++ b/libstudxml/details/genx/char-props.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 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 234a1dd..fdde65b 100644
--- a/libstudxml/details/genx/genx.c
+++ b/libstudxml/details/genx/genx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 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 166ee89..57ea8c8 100644
--- a/libstudxml/details/genx/genx.h
+++ b/libstudxml/details/genx/genx.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 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 748a9b5..f9dd9c5 100644
--- a/libstudxml/details/post.hxx
+++ b/libstudxml/details/post.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/post.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 492eb6e..4ad2015 100644
--- a/libstudxml/details/pre.hxx
+++ b/libstudxml/details/pre.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/pre.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx
index c649fba..c0e3e93 100644
--- a/libstudxml/exception.hxx
+++ b/libstudxml/exception.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/exception.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 c5ae94d..43bc5bc 100644
--- a/libstudxml/forward.hxx
+++ b/libstudxml/forward.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/forward.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 11e4aaa..a1507d5 100644
--- a/libstudxml/parser.cxx
+++ b/libstudxml/parser.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 57a8cdb..b9ff212 100644
--- a/libstudxml/parser.hxx
+++ b/libstudxml/parser.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 4a9ea3d..a61a421 100644
--- a/libstudxml/parser.ixx
+++ b/libstudxml/parser.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.ixx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/libstudxml/parser.txx b/libstudxml/parser.txx
index 11f9e7d..520cee5 100644
--- a/libstudxml/parser.txx
+++ b/libstudxml/parser.txx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.txx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 3049344..328cb33 100644
--- a/libstudxml/qname.cxx
+++ b/libstudxml/qname.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/libstudxml/qname.hxx b/libstudxml/qname.hxx
index 9014409..ba208b5 100644
--- a/libstudxml/qname.hxx
+++ b/libstudxml/qname.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 1a01d86..750d7df 100644
--- a/libstudxml/serializer.cxx
+++ b/libstudxml/serializer.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 cbf5b72..9e9f79a 100644
--- a/libstudxml/serializer.hxx
+++ b/libstudxml/serializer.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 805ccb3..3063417 100644
--- a/libstudxml/serializer.ixx
+++ b/libstudxml/serializer.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.ixx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 ab2f49d..ac10190 100644
--- a/libstudxml/value-traits.cxx
+++ b/libstudxml/value-traits.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 08590e2..8401ea1 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 0e4d4df..6720d23 100644
--- a/libstudxml/value-traits.txx
+++ b/libstudxml/value-traits.txx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.txx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 3ff0286..fafb711 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 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 3a9b241..5ed47c6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 377bb0b..0989b93 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index fcea29f..08eb84a 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index cf63348..68196ac 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 c144f22..d283eed 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index 29cf618..73035b2 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 856b956..a4e9c45 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript
index 0cb18a2..2eba084 100644
--- a/tests/roundtrip/testscript
+++ b/tests/roundtrip/testscript
@@ -1,5 +1,5 @@
# file : tests/roundtrip/testscript
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 91c2f45..5fcb30e 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 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 554a721..7b74707 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG