aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 09:01:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 09:01:28 +0200
commit4e5dc8da6c8ef9ead4fcc6acbbade0cd6bfc61ca (patch)
tree8aadb461f875c64a8936b37bf6c875a52508d513
parent7748bba03e2e4f004f98067f3c497008fb33afe7 (diff)
Update copyright years
-rw-r--r--Makefile.am2
-rwxr-xr-xbootstrap2
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/export/libstudxml/stub.make2
-rw-r--r--build/import/libstudxml/configuration-rules.make2
-rwxr-xr-xbuild/import/libstudxml/configure2
-rw-r--r--build/import/libstudxml/stub.make2
-rw-r--r--configure.ac2
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/makefile2
-rw-r--r--examples/roundtrip/makefile2
-rw-r--r--examples/test.bat2
-rw-r--r--libstudxml.pc.in2
-rw-r--r--m4/diff.m42
-rw-r--r--m4/disable-rpath.m42
-rw-r--r--m4/libexpat.m42
-rw-r--r--m4/libtool-link.m42
-rw-r--r--m4/pkgconfig.m42
-rw-r--r--m4/static-lib.m42
-rw-r--r--makefile2
-rw-r--r--tester.bat2
-rwxr-xr-xtester.in2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/makefile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/makefile2
-rw-r--r--tests/serializer/driver.cxx2
-rw-r--r--tests/serializer/makefile2
-rw-r--r--tests/test.bat2
-rw-r--r--xml/Makefile.am2
-rw-r--r--xml/details/config-vc.h2
-rw-r--r--xml/details/config.h.in2
-rw-r--r--xml/details/config.hxx2
-rw-r--r--xml/details/export.hxx2
-rw-r--r--xml/details/post.hxx2
-rw-r--r--xml/details/pre.hxx2
-rw-r--r--xml/exception.hxx2
-rw-r--r--xml/makefile2
-rw-r--r--xml/parser.cxx2
-rw-r--r--xml/parser.hxx2
-rw-r--r--xml/parser.ixx2
-rw-r--r--xml/parser.txx2
-rw-r--r--xml/qname.cxx2
-rw-r--r--xml/qname.hxx2
-rw-r--r--xml/serializer.cxx2
-rw-r--r--xml/serializer.hxx2
-rw-r--r--xml/serializer.ixx2
-rw-r--r--xml/value-traits.cxx2
-rw-r--r--xml/value-traits.hxx2
-rw-r--r--xml/value-traits.txx2
52 files changed, 52 insertions, 52 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a33815..3ec6698 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# file : Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/bootstrap b/bootstrap
index 6f3b59e..7979894 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
#! /bin/sh
# file : bootstrap
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
#
diff --git a/build/bootstrap.make b/build/bootstrap.make
index c09afd8..93fd872 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,5 @@
# file : build/bootstrap.make
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project_name := libstudxml
diff --git a/build/export/libstudxml/stub.make b/build/export/libstudxml/stub.make
index 0ddde78..25ddfce 100644
--- a/build/export/libstudxml/stub.make
+++ b/build/export/libstudxml/stub.make
@@ -1,5 +1,5 @@
# file : build/export/libstudxml/stub.make
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(src_root)/xml/makefile,$(out_root))
diff --git a/build/import/libstudxml/configuration-rules.make b/build/import/libstudxml/configuration-rules.make
index 423df97..1a224e7 100644
--- a/build/import/libstudxml/configuration-rules.make
+++ b/build/import/libstudxml/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libstudxml/configuration-rules.make
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(dcf_root)/import/libstudxml/configuration-dynamic.make: | $(dcf_root)/import/libstudxml/.
diff --git a/build/import/libstudxml/configure b/build/import/libstudxml/configure
index 15ddb89..71c0f35 100755
--- a/build/import/libstudxml/configure
+++ b/build/import/libstudxml/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libstudxml/configure
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# $1 - out file
diff --git a/build/import/libstudxml/stub.make b/build/import/libstudxml/stub.make
index 2f73a97..1f28a32 100644
--- a/build/import/libstudxml/stub.make
+++ b/build/import/libstudxml/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libstudxml/stub.make
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libstudxml/configuration-rules.make,$(dcf_root))
diff --git a/configure.ac b/configure.ac
index 8fa55e0..8a81bde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# file : configure.ac
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
AC_PREREQ(2.60)
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d417a2c..a79c7c8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,5 @@
# file : examples/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/examples/makefile b/examples/makefile
index 5f0ae68..17bf301 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,5 +1,5 @@
# file : examples/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/examples/roundtrip/makefile b/examples/roundtrip/makefile
index 89262ef..feeddcd 100644
--- a/examples/roundtrip/makefile
+++ b/examples/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : examples/roundtrip/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/test.bat b/examples/test.bat
index 013d820..25502c9 100644
--- a/examples/test.bat
+++ b/examples/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : examples/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
rem license : MIT; see accompanying LICENSE file
setlocal
diff --git a/libstudxml.pc.in b/libstudxml.pc.in
index ae19924..a9dadac 100644
--- a/libstudxml.pc.in
+++ b/libstudxml.pc.in
@@ -1,5 +1,5 @@
# file : libstudxml.pc.in
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
prefix=@prefix@
diff --git a/m4/diff.m4 b/m4/diff.m4
index 87b5d13..c991f7a 100644
--- a/m4/diff.m4
+++ b/m4/diff.m4
@@ -1,5 +1,5 @@
dnl file : m4/diff.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl DIFF_TOOL
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4
index 68495b9..d194ef9 100644
--- a/m4/disable-rpath.m4
+++ b/m4/disable-rpath.m4
@@ -1,5 +1,5 @@
dnl file : m4/disable-rpath.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
AC_DEFUN([DISABLE_RPATH],[
diff --git a/m4/libexpat.m4 b/m4/libexpat.m4
index 67a9132..760b212 100644
--- a/m4/libexpat.m4
+++ b/m4/libexpat.m4
@@ -1,5 +1,5 @@
dnl file : m4/libexpat.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 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 f02811f..f4ab4ac 100644
--- a/m4/libtool-link.m4
+++ b/m4/libtool-link.m4
@@ -1,5 +1,5 @@
dnl file : m4/libtool-link.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl
diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4
index 59439fc..a251ca5 100644
--- a/m4/pkgconfig.m4
+++ b/m4/pkgconfig.m4
@@ -1,5 +1,5 @@
dnl file : m4/pkgconfig.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 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 802902a..db525ea 100644
--- a/m4/static-lib.m4
+++ b/m4/static-lib.m4
@@ -1,5 +1,5 @@
dnl file : m4/static-lib.m4
-dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl STATIC_LIB(MACRO, DESCRIPTION)
diff --git a/makefile b/makefile
index 2798463..4e321a3 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
# file : makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
diff --git a/tester.bat b/tester.bat
index b1d755b..cf50426 100644
--- a/tester.bat
+++ b/tester.bat
@@ -1,6 +1,6 @@
@echo off
rem file : tester.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
rem license : MIT; see accompanying LICENSE file
rem
diff --git a/tester.in b/tester.in
index 13d396e..256a23d 100755
--- a/tester.in
+++ b/tester.in
@@ -1,7 +1,7 @@
#! /bin/sh
# file : tester.in
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
#
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b6eaad8..1b1a93a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# file : tests/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/tests/makefile b/tests/makefile
index fb0821c..d058583 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,5 @@
# file : tests/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx
index bdad9bf..b882188 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/parser/makefile b/tests/parser/makefile
index 8b97633..1529317 100644
--- a/tests/parser/makefile
+++ b/tests/parser/makefile
@@ -1,5 +1,5 @@
# file : tests/parser/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 2e076c5..48c96b4 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile
index 00b78b8..d550036 100644
--- a/tests/roundtrip/makefile
+++ b/tests/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx
index b112d1b..7e56efc 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/serializer/makefile b/tests/serializer/makefile
index bf21b7f..fb5ca5a 100644
--- a/tests/serializer/makefile
+++ b/tests/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/serializer/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/test.bat b/tests/test.bat
index 50e06d8..572cff0 100644
--- a/tests/test.bat
+++ b/tests/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : tests/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
rem license : MIT; see accompanying LICENSE file
setlocal
diff --git a/xml/Makefile.am b/xml/Makefile.am
index 433214e..ebe357e 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -1,5 +1,5 @@
# file : xml/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/xml/details/config-vc.h b/xml/details/config-vc.h
index 229e52e..79b5440 100644
--- a/xml/details/config-vc.h
+++ b/xml/details/config-vc.h
@@ -1,5 +1,5 @@
/* file : xml/details/config-vc.h
- * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/xml/details/config.h.in b/xml/details/config.h.in
index 7df02a7..90beb67 100644
--- a/xml/details/config.h.in
+++ b/xml/details/config.h.in
@@ -1,5 +1,5 @@
/* file : xml/details/config.h.in
- * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/xml/details/config.hxx b/xml/details/config.hxx
index d466d89..5f4a19b 100644
--- a/xml/details/config.hxx
+++ b/xml/details/config.hxx
@@ -1,5 +1,5 @@
// file : xml/details/config.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_DETAILS_CONFIG_HXX
diff --git a/xml/details/export.hxx b/xml/details/export.hxx
index fb6d3b6..b4c4b58 100644
--- a/xml/details/export.hxx
+++ b/xml/details/export.hxx
@@ -1,5 +1,5 @@
// file : xml/details/export.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_DETAILS_EXPORT_HXX
diff --git a/xml/details/post.hxx b/xml/details/post.hxx
index c58fbc6..e0914c7 100644
--- a/xml/details/post.hxx
+++ b/xml/details/post.hxx
@@ -1,5 +1,5 @@
// file : xml/details/post.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/xml/details/pre.hxx b/xml/details/pre.hxx
index 914b5a8..30376ba 100644
--- a/xml/details/pre.hxx
+++ b/xml/details/pre.hxx
@@ -1,5 +1,5 @@
// file : xml/details/pre.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/xml/exception.hxx b/xml/exception.hxx
index aebb094..c9895bb 100644
--- a/xml/exception.hxx
+++ b/xml/exception.hxx
@@ -1,5 +1,5 @@
// file : xml/exception.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_EXCEPTION_HXX
diff --git a/xml/makefile b/xml/makefile
index 3e5ef87..a64f85b 100644
--- a/xml/makefile
+++ b/xml/makefile
@@ -1,5 +1,5 @@
# file : xml/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/xml/parser.cxx b/xml/parser.cxx
index d05add2..85ee19b 100644
--- a/xml/parser.cxx
+++ b/xml/parser.cxx
@@ -1,5 +1,5 @@
// file : xml/parser.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/xml/parser.hxx b/xml/parser.hxx
index 81aa506..f3a2e34 100644
--- a/xml/parser.hxx
+++ b/xml/parser.hxx
@@ -1,5 +1,5 @@
// file : xml/parser.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_PARSER_HXX
diff --git a/xml/parser.ixx b/xml/parser.ixx
index 18cdf69..adb8751 100644
--- a/xml/parser.ixx
+++ b/xml/parser.ixx
@@ -1,5 +1,5 @@
// file : xml/parser.ixx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <xml/value-traits.hxx>
diff --git a/xml/parser.txx b/xml/parser.txx
index 35ed8e5..e882c82 100644
--- a/xml/parser.txx
+++ b/xml/parser.txx
@@ -1,5 +1,5 @@
// file : xml/parser.txx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <xml/value-traits.hxx>
diff --git a/xml/qname.cxx b/xml/qname.cxx
index c900efc..2261ab8 100644
--- a/xml/qname.cxx
+++ b/xml/qname.cxx
@@ -1,5 +1,5 @@
// file : xml/qname.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/xml/qname.hxx b/xml/qname.hxx
index 027fcc8..9aff532 100644
--- a/xml/qname.hxx
+++ b/xml/qname.hxx
@@ -1,5 +1,5 @@
// file : xml/qname.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_QNAME_HXX
diff --git a/xml/serializer.cxx b/xml/serializer.cxx
index 59b47e5..6d7c904 100644
--- a/xml/serializer.cxx
+++ b/xml/serializer.cxx
@@ -1,5 +1,5 @@
// file : xml/serializer.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/xml/serializer.hxx b/xml/serializer.hxx
index 91abf63..59dcdec 100644
--- a/xml/serializer.hxx
+++ b/xml/serializer.hxx
@@ -1,5 +1,5 @@
// file : xml/serializer.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_SERIALIZER_HXX
diff --git a/xml/serializer.ixx b/xml/serializer.ixx
index 882cfba..d329bbd 100644
--- a/xml/serializer.ixx
+++ b/xml/serializer.ixx
@@ -1,5 +1,5 @@
// file : xml/serializer.ixx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <xml/value-traits.hxx>
diff --git a/xml/value-traits.cxx b/xml/value-traits.cxx
index ea118ae..65aa1b6 100644
--- a/xml/value-traits.cxx
+++ b/xml/value-traits.cxx
@@ -1,5 +1,5 @@
// file : xml/value-traits.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <xml/parser.hxx>
diff --git a/xml/value-traits.hxx b/xml/value-traits.hxx
index 61618d5..c61380a 100644
--- a/xml/value-traits.hxx
+++ b/xml/value-traits.hxx
@@ -1,5 +1,5 @@
// file : xml/value-traits.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef XML_VALUE_TRAITS_HXX
diff --git a/xml/value-traits.txx b/xml/value-traits.txx
index 9cc0777..b76b8a3 100644
--- a/xml/value-traits.txx
+++ b/xml/value-traits.txx
@@ -1,5 +1,5 @@
// file : xml/value-traits.txx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>