aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:30:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:30:59 +0300
commit16f925da6f7b94c77f0e7a7f6132030d28fe276e (patch)
tree4be74ad44ac0c61f833e2b6afba4bee46cfcc6bf /cutl/xml
parent5706d11d311760ef13d32616b46da060e0f35141 (diff)
Update copyright year
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 ea3aac5..8fbb1ef 100644
--- a/cutl/xml/exception.hxx
+++ b/cutl/xml/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/exception.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 c2fe976..75825a7 100644
--- a/cutl/xml/parser.cxx
+++ b/cutl/xml/parser.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 19a49e8..76564c4 100644
--- a/cutl/xml/parser.hxx
+++ b/cutl/xml/parser.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 b86529d..cfb6cf3 100644
--- a/cutl/xml/parser.ixx
+++ b/cutl/xml/parser.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.ixx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 28a2ec6..be4159c 100644
--- a/cutl/xml/parser.txx
+++ b/cutl/xml/parser.txx
@@ -1,5 +1,5 @@
// file : cutl/xml/parser.txx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 18d9adc..ca9a56d 100644
--- a/cutl/xml/qname.cxx
+++ b/cutl/xml/qname.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 7609c07..a2a4ad8 100644
--- a/cutl/xml/qname.hxx
+++ b/cutl/xml/qname.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/qname.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 0c7ee28..a36d124 100644
--- a/cutl/xml/serializer.cxx
+++ b/cutl/xml/serializer.cxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 4e24f21..1ba47ae 100644
--- a/cutl/xml/serializer.hxx
+++ b/cutl/xml/serializer.hxx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 cf870a4..7d83b63 100644
--- a/cutl/xml/serializer.ixx
+++ b/cutl/xml/serializer.ixx
@@ -1,5 +1,5 @@
// file : cutl/xml/serializer.ixx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 5dbca6d..4da6009 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a4a4516..a57d9a6 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 3b88b53..263b70a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>