summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/serialization
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
commit7c064687415c895334650321bd5bc34453b0ce38 (patch)
tree9932ca1c470f2afbf80a9c9cb4ebfac0565ff6e8 /libxsd/xsd/cxx/tree/serialization
parent0ca328cb9026aa53064a147226ef5b296426ea5f (diff)
Copyright update
Diffstat (limited to 'libxsd/xsd/cxx/tree/serialization')
-rw-r--r--libxsd/xsd/cxx/tree/serialization/boolean.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/byte.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/date-time.txx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/decimal.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/double.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/element-map.txx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/float.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/int.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/long.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/short.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx2
14 files changed, 14 insertions, 14 deletions
diff --git a/libxsd/xsd/cxx/tree/serialization/boolean.hxx b/libxsd/xsd/cxx/tree/serialization/boolean.hxx
index ce34560..499d00c 100644
--- a/libxsd/xsd/cxx/tree/serialization/boolean.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/boolean.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/boolean.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_BOOLEAN_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/byte.hxx b/libxsd/xsd/cxx/tree/serialization/byte.hxx
index 583eda9..7e21064 100644
--- a/libxsd/xsd/cxx/tree/serialization/byte.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/byte.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/byte.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_BYTE_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/date-time.txx b/libxsd/xsd/cxx/tree/serialization/date-time.txx
index 1180e1c..b746d15 100644
--- a/libxsd/xsd/cxx/tree/serialization/date-time.txx
+++ b/libxsd/xsd/cxx/tree/serialization/date-time.txx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/date-time.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <locale>
diff --git a/libxsd/xsd/cxx/tree/serialization/decimal.hxx b/libxsd/xsd/cxx/tree/serialization/decimal.hxx
index 971622f..70c97e3 100644
--- a/libxsd/xsd/cxx/tree/serialization/decimal.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/decimal.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/decimal.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_DECIMAL_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/double.hxx b/libxsd/xsd/cxx/tree/serialization/double.hxx
index 6d21536..d57c3a4 100644
--- a/libxsd/xsd/cxx/tree/serialization/double.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/double.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/double.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_DOUBLE_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/element-map.txx b/libxsd/xsd/cxx/tree/serialization/element-map.txx
index 9870ff2..d509243 100644
--- a/libxsd/xsd/cxx/tree/serialization/element-map.txx
+++ b/libxsd/xsd/cxx/tree/serialization/element-map.txx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/element-map.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_ELEMENT_MAP_TXX
diff --git a/libxsd/xsd/cxx/tree/serialization/float.hxx b/libxsd/xsd/cxx/tree/serialization/float.hxx
index 2d37ae6..00466f3 100644
--- a/libxsd/xsd/cxx/tree/serialization/float.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/float.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/float.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_FLOAT_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/int.hxx b/libxsd/xsd/cxx/tree/serialization/int.hxx
index f88d6b8..0ebfb51 100644
--- a/libxsd/xsd/cxx/tree/serialization/int.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/int.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/int.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_INT_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/long.hxx b/libxsd/xsd/cxx/tree/serialization/long.hxx
index c37338b..2ac07e0 100644
--- a/libxsd/xsd/cxx/tree/serialization/long.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/long.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/long.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_LONG_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/short.hxx b/libxsd/xsd/cxx/tree/serialization/short.hxx
index 7d885c1..276ee6a 100644
--- a/libxsd/xsd/cxx/tree/serialization/short.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/short.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/short.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_SHORT_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx
index 114f1a1..3b3d5f8 100644
--- a/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/unsigned-byte.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_BYTE_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx
index f91fe21..80f9993 100644
--- a/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/unsigned-int.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_INT_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx
index f5f12f3..eab1b27 100644
--- a/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/unsigned-long.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_LONG_HXX
diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx
index 52437e0..7b35e31 100644
--- a/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx
+++ b/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/serialization/unsigned-short.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_SHORT_HXX