From 4e5dc8da6c8ef9ead4fcc6acbbade0cd6bfc61ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Apr 2014 09:01:28 +0200 Subject: Update copyright years --- Makefile.am | 2 +- bootstrap | 2 +- build/bootstrap.make | 2 +- build/export/libstudxml/stub.make | 2 +- build/import/libstudxml/configuration-rules.make | 2 +- build/import/libstudxml/configure | 2 +- build/import/libstudxml/stub.make | 2 +- configure.ac | 2 +- examples/Makefile.am | 2 +- examples/makefile | 2 +- examples/roundtrip/makefile | 2 +- examples/test.bat | 2 +- libstudxml.pc.in | 2 +- m4/diff.m4 | 2 +- m4/disable-rpath.m4 | 2 +- m4/libexpat.m4 | 2 +- m4/libtool-link.m4 | 2 +- m4/pkgconfig.m4 | 2 +- m4/static-lib.m4 | 2 +- makefile | 2 +- tester.bat | 2 +- tester.in | 2 +- tests/Makefile.am | 2 +- tests/makefile | 2 +- tests/parser/driver.cxx | 2 +- tests/parser/makefile | 2 +- tests/roundtrip/driver.cxx | 2 +- tests/roundtrip/makefile | 2 +- tests/serializer/driver.cxx | 2 +- tests/serializer/makefile | 2 +- tests/test.bat | 2 +- xml/Makefile.am | 2 +- xml/details/config-vc.h | 2 +- xml/details/config.h.in | 2 +- xml/details/config.hxx | 2 +- xml/details/export.hxx | 2 +- xml/details/post.hxx | 2 +- xml/details/pre.hxx | 2 +- xml/exception.hxx | 2 +- xml/makefile | 2 +- xml/parser.cxx | 2 +- xml/parser.hxx | 2 +- xml/parser.ixx | 2 +- xml/parser.txx | 2 +- xml/qname.cxx | 2 +- xml/qname.hxx | 2 +- xml/serializer.cxx | 2 +- xml/serializer.hxx | 2 +- xml/serializer.ixx | 2 +- xml/value-traits.cxx | 2 +- xml/value-traits.hxx | 2 +- xml/value-traits.txx | 2 +- 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 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 // 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 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 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 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 // 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 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 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 -- cgit v1.1