aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/xml')
-rw-r--r--cutl/xml/exception.hxx2
-rw-r--r--cutl/xml/parser.cxx2
-rw-r--r--cutl/xml/parser.hxx2
-rw-r--r--cutl/xml/parser.ixx2
-rw-r--r--cutl/xml/parser.txx2
-rw-r--r--cutl/xml/qname.cxx2
-rw-r--r--cutl/xml/qname.hxx2
-rw-r--r--cutl/xml/serializer.cxx2
-rw-r--r--cutl/xml/serializer.hxx2
-rw-r--r--cutl/xml/serializer.ixx2
-rw-r--r--cutl/xml/value-traits.cxx2
-rw-r--r--cutl/xml/value-traits.hxx2
-rw-r--r--cutl/xml/value-traits.txx2
13 files changed, 13 insertions, 13 deletions
diff --git a/cutl/xml/exception.hxx b/cutl/xml/exception.hxx
index c4d3c0d..ea3aac5 100644
--- a/cutl/xml/exception.hxx
+++ b/cutl/xml/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/exception.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_EXCEPTION_HXX
diff --git a/cutl/xml/parser.cxx b/cutl/xml/parser.cxx
index 219fb00..c2fe976 100644
--- a/cutl/xml/parser.cxx
+++ b/cutl/xml/parser.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/cutl/xml/parser.hxx b/cutl/xml/parser.hxx
index 5c3c959..19a49e8 100644
--- a/cutl/xml/parser.hxx
+++ b/cutl/xml/parser.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_PARSER_HXX
diff --git a/cutl/xml/parser.ixx b/cutl/xml/parser.ixx
index 65834b6..b86529d 100644
--- a/cutl/xml/parser.ixx
+++ b/cutl/xml/parser.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.ixx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/parser.txx b/cutl/xml/parser.txx
index 8189883..28a2ec6 100644
--- a/cutl/xml/parser.txx
+++ b/cutl/xml/parser.txx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.txx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/qname.cxx b/cutl/xml/qname.cxx
index a32add2..18d9adc 100644
--- a/cutl/xml/qname.cxx
+++ b/cutl/xml/qname.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/cutl/xml/qname.hxx b/cutl/xml/qname.hxx
index 0964705..7609c07 100644
--- a/cutl/xml/qname.hxx
+++ b/cutl/xml/qname.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_QNAME_HXX
diff --git a/cutl/xml/serializer.cxx b/cutl/xml/serializer.cxx
index 8da3df5..0c7ee28 100644
--- a/cutl/xml/serializer.cxx
+++ b/cutl/xml/serializer.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/cutl/xml/serializer.hxx b/cutl/xml/serializer.hxx
index 88164e2..4e24f21 100644
--- a/cutl/xml/serializer.hxx
+++ b/cutl/xml/serializer.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_SERIALIZER_HXX
diff --git a/cutl/xml/serializer.ixx b/cutl/xml/serializer.ixx
index 11ff33a..cf870a4 100644
--- a/cutl/xml/serializer.ixx
+++ b/cutl/xml/serializer.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.ixx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/value-traits.hxx>
diff --git a/cutl/xml/value-traits.cxx b/cutl/xml/value-traits.cxx
index 7598645..5dbca6d 100644
--- a/cutl/xml/value-traits.cxx
+++ b/cutl/xml/value-traits.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/value-traits.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/xml/parser.hxx>
diff --git a/cutl/xml/value-traits.hxx b/cutl/xml/value-traits.hxx
index b98a6fe..a4a4516 100644
--- a/cutl/xml/value-traits.hxx
+++ b/cutl/xml/value-traits.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/value-traits.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_XML_VALUE_TRAITS_HXX
diff --git a/cutl/xml/value-traits.txx b/cutl/xml/value-traits.txx
index 4868dba..3b88b53 100644
--- a/cutl/xml/value-traits.txx
+++ b/cutl/xml/value-traits.txx
@@ -1,5 +1,5 @@
// file : cutl/xml/value-traits.txx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>