aboutsummaryrefslogtreecommitdiff
path: root/xml
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 /xml
parent7748bba03e2e4f004f98067f3c497008fb33afe7 (diff)
Update copyright years
Diffstat (limited to 'xml')
-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
21 files changed, 21 insertions, 21 deletions
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>