aboutsummaryrefslogtreecommitdiff
path: root/libstudxml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:34:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:34:51 +0300
commite15b04f4bb5bd73c6f9b4a0c7839fd86a75d8498 (patch)
tree8bcf316d8cbe94d490612a7e1067d5449a2299fe /libstudxml
parentefc6c830f4113b5151d7df5e5bddca92d2af812b (diff)
Update copyright year
Diffstat (limited to 'libstudxml')
-rw-r--r--libstudxml/buildfile2
-rw-r--r--libstudxml/content.hxx2
-rw-r--r--libstudxml/details/config-vc.h2
-rw-r--r--libstudxml/details/config.h2
-rw-r--r--libstudxml/details/config.hxx2
-rw-r--r--libstudxml/details/export.hxx2
-rw-r--r--libstudxml/details/genx/LICENSE2
-rw-r--r--libstudxml/details/genx/char-props.c2
-rw-r--r--libstudxml/details/genx/genx.c2
-rw-r--r--libstudxml/details/genx/genx.h2
-rw-r--r--libstudxml/details/post.hxx2
-rw-r--r--libstudxml/details/pre.hxx2
-rw-r--r--libstudxml/exception.hxx2
-rw-r--r--libstudxml/forward.hxx2
-rw-r--r--libstudxml/parser.cxx2
-rw-r--r--libstudxml/parser.hxx2
-rw-r--r--libstudxml/parser.ixx2
-rw-r--r--libstudxml/parser.txx2
-rw-r--r--libstudxml/qname.cxx2
-rw-r--r--libstudxml/qname.hxx2
-rw-r--r--libstudxml/serializer.cxx2
-rw-r--r--libstudxml/serializer.hxx2
-rw-r--r--libstudxml/serializer.ixx2
-rw-r--r--libstudxml/value-traits.cxx2
-rw-r--r--libstudxml/value-traits.hxx2
-rw-r--r--libstudxml/value-traits.txx2
-rw-r--r--libstudxml/version.hxx.in2
27 files changed, 27 insertions, 27 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile
index f44c426..221843e 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -1,5 +1,5 @@
# file : libstudxml/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
lib{studxml}: {hxx ixx txx cxx}{** -version} {hxx}{version} \
diff --git a/libstudxml/content.hxx b/libstudxml/content.hxx
index b267128..f4f44bf 100644
--- a/libstudxml/content.hxx
+++ b/libstudxml/content.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/content.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_CONTENT_HXX
diff --git a/libstudxml/details/config-vc.h b/libstudxml/details/config-vc.h
index 3c2f9ab..6ef4ff4 100644
--- a/libstudxml/details/config-vc.h
+++ b/libstudxml/details/config-vc.h
@@ -1,5 +1,5 @@
/* file : libstudxml/details/config-vc.h
- * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.h b/libstudxml/details/config.h
index b31aa2d..bd2c28c 100644
--- a/libstudxml/details/config.h
+++ b/libstudxml/details/config.h
@@ -1,5 +1,5 @@
/* file : libstudxml/details/build2/config.h
- * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx
index d42d2cf..8bfc429 100644
--- a/libstudxml/details/config.hxx
+++ b/libstudxml/details/config.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/config.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_DETAILS_CONFIG_HXX
diff --git a/libstudxml/details/export.hxx b/libstudxml/details/export.hxx
index b4a385e..f5371d8 100644
--- a/libstudxml/details/export.hxx
+++ b/libstudxml/details/export.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/export.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_DETAILS_EXPORT_HXX
diff --git a/libstudxml/details/genx/LICENSE b/libstudxml/details/genx/LICENSE
index 6fc3fa7..2d2fe9f 100644
--- a/libstudxml/details/genx/LICENSE
+++ b/libstudxml/details/genx/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2017 Code Synthesis Tools CC.
+Copyright (c) 2007-2018 Code Synthesis Tools CC.
Copyright (c) Tim Bray and Sun Microsystems, 2004.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c
index 528ab05..acb9839 100644
--- a/libstudxml/details/genx/char-props.c
+++ b/libstudxml/details/genx/char-props.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c
index 234a1dd..fdde65b 100644
--- a/libstudxml/details/genx/genx.c
+++ b/libstudxml/details/genx/genx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h
index 166ee89..57ea8c8 100644
--- a/libstudxml/details/genx/genx.h
+++ b/libstudxml/details/genx/genx.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
+ * Copyright (c) 2007-2018 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
*
* For copying permission, see the accompanying COPYING file.
diff --git a/libstudxml/details/post.hxx b/libstudxml/details/post.hxx
index 748a9b5..f9dd9c5 100644
--- a/libstudxml/details/post.hxx
+++ b/libstudxml/details/post.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/post.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/libstudxml/details/pre.hxx b/libstudxml/details/pre.hxx
index 492eb6e..4ad2015 100644
--- a/libstudxml/details/pre.hxx
+++ b/libstudxml/details/pre.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/details/pre.hxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx
index c649fba..c0e3e93 100644
--- a/libstudxml/exception.hxx
+++ b/libstudxml/exception.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/exception.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_EXCEPTION_HXX
diff --git a/libstudxml/forward.hxx b/libstudxml/forward.hxx
index c5ae94d..43bc5bc 100644
--- a/libstudxml/forward.hxx
+++ b/libstudxml/forward.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/forward.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_FORWARD_HXX
diff --git a/libstudxml/parser.cxx b/libstudxml/parser.cxx
index 11e4aaa..a1507d5 100644
--- a/libstudxml/parser.cxx
+++ b/libstudxml/parser.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/libstudxml/parser.hxx b/libstudxml/parser.hxx
index 57a8cdb..b9ff212 100644
--- a/libstudxml/parser.hxx
+++ b/libstudxml/parser.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_PARSER_HXX
diff --git a/libstudxml/parser.ixx b/libstudxml/parser.ixx
index 4a9ea3d..a61a421 100644
--- a/libstudxml/parser.ixx
+++ b/libstudxml/parser.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.ixx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/libstudxml/parser.txx b/libstudxml/parser.txx
index 11f9e7d..520cee5 100644
--- a/libstudxml/parser.txx
+++ b/libstudxml/parser.txx
@@ -1,5 +1,5 @@
// file : libstudxml/parser.txx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/value-traits.hxx>
diff --git a/libstudxml/qname.cxx b/libstudxml/qname.cxx
index 3049344..328cb33 100644
--- a/libstudxml/qname.cxx
+++ b/libstudxml/qname.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/libstudxml/qname.hxx b/libstudxml/qname.hxx
index 9014409..ba208b5 100644
--- a/libstudxml/qname.hxx
+++ b/libstudxml/qname.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/qname.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_QNAME_HXX
diff --git a/libstudxml/serializer.cxx b/libstudxml/serializer.cxx
index 1a01d86..750d7df 100644
--- a/libstudxml/serializer.cxx
+++ b/libstudxml/serializer.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/libstudxml/serializer.hxx b/libstudxml/serializer.hxx
index cbf5b72..9e9f79a 100644
--- a/libstudxml/serializer.hxx
+++ b/libstudxml/serializer.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_SERIALIZER_HXX
diff --git a/libstudxml/serializer.ixx b/libstudxml/serializer.ixx
index 805ccb3..3063417 100644
--- a/libstudxml/serializer.ixx
+++ b/libstudxml/serializer.ixx
@@ -1,5 +1,5 @@
// file : libstudxml/serializer.ixx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/value-traits.hxx>
diff --git a/libstudxml/value-traits.cxx b/libstudxml/value-traits.cxx
index ab2f49d..ac10190 100644
--- a/libstudxml/value-traits.cxx
+++ b/libstudxml/value-traits.cxx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/parser.hxx>
diff --git a/libstudxml/value-traits.hxx b/libstudxml/value-traits.hxx
index 08590e2..8401ea1 100644
--- a/libstudxml/value-traits.hxx
+++ b/libstudxml/value-traits.hxx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_VALUE_TRAITS_HXX
diff --git a/libstudxml/value-traits.txx b/libstudxml/value-traits.txx
index 0e4d4df..6720d23 100644
--- a/libstudxml/value-traits.txx
+++ b/libstudxml/value-traits.txx
@@ -1,5 +1,5 @@
// file : libstudxml/value-traits.txx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>
diff --git a/libstudxml/version.hxx.in b/libstudxml/version.hxx.in
index 3ff0286..fafb711 100644
--- a/libstudxml/version.hxx.in
+++ b/libstudxml/version.hxx.in
@@ -1,5 +1,5 @@
// file : libstudxml/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_VERSION // Note: using the version macro itself.