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 --- 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 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'xml') 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