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 8fbb1ef..4922791 100644
--- a/cutl/xml/exception.hxx
+++ b/cutl/xml/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/exception.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 75825a7..e8490b5 100644
--- a/cutl/xml/parser.cxx
+++ b/cutl/xml/parser.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 76564c4..7c66ae6 100644
--- a/cutl/xml/parser.hxx
+++ b/cutl/xml/parser.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 cfb6cf3..0930dee 100644
--- a/cutl/xml/parser.ixx
+++ b/cutl/xml/parser.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.ixx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 be4159c..bb445dd 100644
--- a/cutl/xml/parser.txx
+++ b/cutl/xml/parser.txx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.txx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 ca9a56d..45ca1e0 100644
--- a/cutl/xml/qname.cxx
+++ b/cutl/xml/qname.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 a2a4ad8..b516e18 100644
--- a/cutl/xml/qname.hxx
+++ b/cutl/xml/qname.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 a36d124..619941b 100644
--- a/cutl/xml/serializer.cxx
+++ b/cutl/xml/serializer.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 1ba47ae..19164ba 100644
--- a/cutl/xml/serializer.hxx
+++ b/cutl/xml/serializer.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 7d83b63..ef657b3 100644
--- a/cutl/xml/serializer.ixx
+++ b/cutl/xml/serializer.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.ixx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 4da6009..01d2d51 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 a57d9a6..9f39e66 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 263b70a..b592858 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>