aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-21 11:01:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-21 11:01:12 +0200
commitcd817fe1c54fcf712c257d0628a002b2165ff098 (patch)
tree3300bf76b58daa6994afb6233e20db5d964dea13 /xsde/cxx/parser
parent8b33f84adf9e893bce0ee207c2ac8cbdfe501924 (diff)
Update copyright
Diffstat (limited to 'xsde/cxx/parser')
-rw-r--r--xsde/cxx/parser/attribute-validation-source.cxx2
-rw-r--r--xsde/cxx/parser/attribute-validation-source.hxx2
-rw-r--r--xsde/cxx/parser/characters-validation-source.cxx2
-rw-r--r--xsde/cxx/parser/characters-validation-source.hxx2
-rw-r--r--xsde/cxx/parser/driver-source.cxx2
-rw-r--r--xsde/cxx/parser/driver-source.hxx2
-rw-r--r--xsde/cxx/parser/element-validation-source.cxx2
-rw-r--r--xsde/cxx/parser/element-validation-source.hxx2
-rw-r--r--xsde/cxx/parser/elements.cxx2
-rw-r--r--xsde/cxx/parser/elements.hxx2
-rw-r--r--xsde/cxx/parser/generator.cxx6
-rw-r--r--xsde/cxx/parser/generator.hxx2
-rw-r--r--xsde/cxx/parser/impl-header.cxx2
-rw-r--r--xsde/cxx/parser/impl-header.hxx2
-rw-r--r--xsde/cxx/parser/impl-source.cxx2
-rw-r--r--xsde/cxx/parser/impl-source.hxx2
-rw-r--r--xsde/cxx/parser/name-processor.cxx2
-rw-r--r--xsde/cxx/parser/name-processor.hxx2
-rw-r--r--xsde/cxx/parser/options.cli2
-rw-r--r--xsde/cxx/parser/parser-forward.cxx2
-rw-r--r--xsde/cxx/parser/parser-forward.hxx2
-rw-r--r--xsde/cxx/parser/parser-header.cxx2
-rw-r--r--xsde/cxx/parser/parser-header.hxx2
-rw-r--r--xsde/cxx/parser/parser-inline.cxx2
-rw-r--r--xsde/cxx/parser/parser-inline.hxx2
-rw-r--r--xsde/cxx/parser/parser-source.cxx2
-rw-r--r--xsde/cxx/parser/parser-source.hxx2
-rw-r--r--xsde/cxx/parser/print-impl-common.hxx2
-rw-r--r--xsde/cxx/parser/state-processor.cxx2
-rw-r--r--xsde/cxx/parser/state-processor.hxx2
-rw-r--r--xsde/cxx/parser/type-processor.cxx2
-rw-r--r--xsde/cxx/parser/type-processor.hxx2
-rw-r--r--xsde/cxx/parser/validator.cxx2
-rw-r--r--xsde/cxx/parser/validator.hxx2
34 files changed, 36 insertions, 36 deletions
diff --git a/xsde/cxx/parser/attribute-validation-source.cxx b/xsde/cxx/parser/attribute-validation-source.cxx
index 759f56f..d47e4be 100644
--- a/xsde/cxx/parser/attribute-validation-source.cxx
+++ b/xsde/cxx/parser/attribute-validation-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/attribute-validation-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/attribute-validation-source.hxx>
diff --git a/xsde/cxx/parser/attribute-validation-source.hxx b/xsde/cxx/parser/attribute-validation-source.hxx
index 82cae44..67669f9 100644
--- a/xsde/cxx/parser/attribute-validation-source.hxx
+++ b/xsde/cxx/parser/attribute-validation-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/attribute-validation-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_ATTRIBUTE_VALIDATION_SOURCE_HXX
diff --git a/xsde/cxx/parser/characters-validation-source.cxx b/xsde/cxx/parser/characters-validation-source.cxx
index 4b90d12..ef969d1 100644
--- a/xsde/cxx/parser/characters-validation-source.cxx
+++ b/xsde/cxx/parser/characters-validation-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/characters-validation-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/characters-validation-source.hxx>
diff --git a/xsde/cxx/parser/characters-validation-source.hxx b/xsde/cxx/parser/characters-validation-source.hxx
index e5c2bfb..1a73f97 100644
--- a/xsde/cxx/parser/characters-validation-source.hxx
+++ b/xsde/cxx/parser/characters-validation-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/characters-validation-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_CHARACTERS_VALIDATION_SOURCE_HXX
diff --git a/xsde/cxx/parser/driver-source.cxx b/xsde/cxx/parser/driver-source.cxx
index 4dba9dc..c1ac3f8 100644
--- a/xsde/cxx/parser/driver-source.cxx
+++ b/xsde/cxx/parser/driver-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/driver-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/driver-source.hxx b/xsde/cxx/parser/driver-source.hxx
index 9786536..fd24958 100644
--- a/xsde/cxx/parser/driver-source.hxx
+++ b/xsde/cxx/parser/driver-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/driver-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_DRIVER_SOURCE_HXX
diff --git a/xsde/cxx/parser/element-validation-source.cxx b/xsde/cxx/parser/element-validation-source.cxx
index 7199d86..4a00458 100644
--- a/xsde/cxx/parser/element-validation-source.cxx
+++ b/xsde/cxx/parser/element-validation-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/element-validation-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <vector>
diff --git a/xsde/cxx/parser/element-validation-source.hxx b/xsde/cxx/parser/element-validation-source.hxx
index f9af58c..81093e7 100644
--- a/xsde/cxx/parser/element-validation-source.hxx
+++ b/xsde/cxx/parser/element-validation-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/element-validation-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_ELEMENT_VALIDATION_SOURCE_HXX
diff --git a/xsde/cxx/parser/elements.cxx b/xsde/cxx/parser/elements.cxx
index 4af8a7f..7bff7c8 100644
--- a/xsde/cxx/parser/elements.cxx
+++ b/xsde/cxx/parser/elements.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/elements.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/elements.hxx>
diff --git a/xsde/cxx/parser/elements.hxx b/xsde/cxx/parser/elements.hxx
index d8caea5..3a57c59 100644
--- a/xsde/cxx/parser/elements.hxx
+++ b/xsde/cxx/parser/elements.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/elements.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_ELEMENTS_HXX
diff --git a/xsde/cxx/parser/generator.cxx b/xsde/cxx/parser/generator.cxx
index afd7cfe..72ade75 100644
--- a/xsde/cxx/parser/generator.cxx
+++ b/xsde/cxx/parser/generator.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/generator.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <algorithm>
@@ -59,7 +59,7 @@ namespace CXX
namespace
{
char const copyright_gpl[] =
- "// Copyright (c) 2005-2011 Code Synthesis Tools CC\n"
+ "// Copyright (c) 2005-2014 Code Synthesis Tools CC\n"
"//\n"
"// This program was generated by CodeSynthesis XSD/e, an XML Schema\n"
"// to C++ data binding compiler for embedded systems.\n"
@@ -80,7 +80,7 @@ namespace CXX
"//\n\n";
char const copyright_proprietary[] =
- "// Copyright (c) 2005-2011 Code Synthesis Tools CC\n"
+ "// Copyright (c) 2005-2014 Code Synthesis Tools CC\n"
"//\n"
"// This program was generated by CodeSynthesis XSD/e, an XML Schema to\n"
"// C++ data binding compiler for embedded systems, in the Proprietary\n"
diff --git a/xsde/cxx/parser/generator.hxx b/xsde/cxx/parser/generator.hxx
index 081646c..f94baaa 100644
--- a/xsde/cxx/parser/generator.hxx
+++ b/xsde/cxx/parser/generator.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/generator.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_GENERATOR_HXX
diff --git a/xsde/cxx/parser/impl-header.cxx b/xsde/cxx/parser/impl-header.cxx
index 8d7a39c..abbfe90 100644
--- a/xsde/cxx/parser/impl-header.cxx
+++ b/xsde/cxx/parser/impl-header.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/impl-header.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/impl-header.hxx>
diff --git a/xsde/cxx/parser/impl-header.hxx b/xsde/cxx/parser/impl-header.hxx
index 8a4ef2a..88f05c9 100644
--- a/xsde/cxx/parser/impl-header.hxx
+++ b/xsde/cxx/parser/impl-header.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/impl-header.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_IMPL_HEADER_HXX
diff --git a/xsde/cxx/parser/impl-source.cxx b/xsde/cxx/parser/impl-source.cxx
index d9a8dfd..6ff458e 100644
--- a/xsde/cxx/parser/impl-source.cxx
+++ b/xsde/cxx/parser/impl-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/impl-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/impl-source.hxx>
diff --git a/xsde/cxx/parser/impl-source.hxx b/xsde/cxx/parser/impl-source.hxx
index 8783f3c..0391b47 100644
--- a/xsde/cxx/parser/impl-source.hxx
+++ b/xsde/cxx/parser/impl-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/impl-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_IMPL_SOURCE_HXX
diff --git a/xsde/cxx/parser/name-processor.cxx b/xsde/cxx/parser/name-processor.cxx
index a948c05..e9284b8 100644
--- a/xsde/cxx/parser/name-processor.cxx
+++ b/xsde/cxx/parser/name-processor.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/name-processor.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/name-processor.hxx b/xsde/cxx/parser/name-processor.hxx
index 93b5eff..c13e3b0 100644
--- a/xsde/cxx/parser/name-processor.hxx
+++ b/xsde/cxx/parser/name-processor.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/name-processor.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_NAME_PROCESSOR_HXX
diff --git a/xsde/cxx/parser/options.cli b/xsde/cxx/parser/options.cli
index 9b8cfb3..9b4ea32 100644
--- a/xsde/cxx/parser/options.cli
+++ b/xsde/cxx/parser/options.cli
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/options.cli
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include <cstddef>; // std::size_t
diff --git a/xsde/cxx/parser/parser-forward.cxx b/xsde/cxx/parser/parser-forward.cxx
index 22e12b3..f1632c1 100644
--- a/xsde/cxx/parser/parser-forward.cxx
+++ b/xsde/cxx/parser/parser-forward.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-forward.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/parser-forward.hxx>
diff --git a/xsde/cxx/parser/parser-forward.hxx b/xsde/cxx/parser/parser-forward.hxx
index 6a013cf..9eb61df 100644
--- a/xsde/cxx/parser/parser-forward.hxx
+++ b/xsde/cxx/parser/parser-forward.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-forward.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_PARSER_FORWARD_HXX
diff --git a/xsde/cxx/parser/parser-header.cxx b/xsde/cxx/parser/parser-header.cxx
index cf7bd90..398fe7d 100644
--- a/xsde/cxx/parser/parser-header.cxx
+++ b/xsde/cxx/parser/parser-header.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-header.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/parser-header.hxx b/xsde/cxx/parser/parser-header.hxx
index bf78534..35b7167 100644
--- a/xsde/cxx/parser/parser-header.hxx
+++ b/xsde/cxx/parser/parser-header.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-header.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_PARSER_HEADER_HXX
diff --git a/xsde/cxx/parser/parser-inline.cxx b/xsde/cxx/parser/parser-inline.cxx
index 7825f64..059a600 100644
--- a/xsde/cxx/parser/parser-inline.cxx
+++ b/xsde/cxx/parser/parser-inline.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-inline.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/parser/parser-inline.hxx>
diff --git a/xsde/cxx/parser/parser-inline.hxx b/xsde/cxx/parser/parser-inline.hxx
index afd1577..ca62f36 100644
--- a/xsde/cxx/parser/parser-inline.hxx
+++ b/xsde/cxx/parser/parser-inline.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-inline.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_PARSER_INLINE_HXX
diff --git a/xsde/cxx/parser/parser-source.cxx b/xsde/cxx/parser/parser-source.cxx
index 978fa65..f7b0fed 100644
--- a/xsde/cxx/parser/parser-source.cxx
+++ b/xsde/cxx/parser/parser-source.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-source.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/parser-source.hxx b/xsde/cxx/parser/parser-source.hxx
index 67442fd..ce2bc14 100644
--- a/xsde/cxx/parser/parser-source.hxx
+++ b/xsde/cxx/parser/parser-source.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/parser-source.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_PARSER_SOURCE_HXX
diff --git a/xsde/cxx/parser/print-impl-common.hxx b/xsde/cxx/parser/print-impl-common.hxx
index 09a9f9b..58a6f18 100644
--- a/xsde/cxx/parser/print-impl-common.hxx
+++ b/xsde/cxx/parser/print-impl-common.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/print-impl-common.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_PRINT_IMPL_COMMON_HXX
diff --git a/xsde/cxx/parser/state-processor.cxx b/xsde/cxx/parser/state-processor.cxx
index 01f1e7a..983fbd3 100644
--- a/xsde/cxx/parser/state-processor.cxx
+++ b/xsde/cxx/parser/state-processor.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/state-processor.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <vector>
diff --git a/xsde/cxx/parser/state-processor.hxx b/xsde/cxx/parser/state-processor.hxx
index 04188fe..e716907 100644
--- a/xsde/cxx/parser/state-processor.hxx
+++ b/xsde/cxx/parser/state-processor.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/state-processor.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_STATE_PROCESSOR_HXX
diff --git a/xsde/cxx/parser/type-processor.cxx b/xsde/cxx/parser/type-processor.cxx
index d7141a9..78978b4 100644
--- a/xsde/cxx/parser/type-processor.cxx
+++ b/xsde/cxx/parser/type-processor.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/type-processor.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/type-processor.hxx b/xsde/cxx/parser/type-processor.hxx
index 7da38d0..5c34b64 100644
--- a/xsde/cxx/parser/type-processor.hxx
+++ b/xsde/cxx/parser/type-processor.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/type-processor.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_TYPE_PROCESSOR_HXX
diff --git a/xsde/cxx/parser/validator.cxx b/xsde/cxx/parser/validator.cxx
index 07d7727..4d3c158 100644
--- a/xsde/cxx/parser/validator.cxx
+++ b/xsde/cxx/parser/validator.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/validator.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/parser/validator.hxx b/xsde/cxx/parser/validator.hxx
index b0802eb..5eaef8c 100644
--- a/xsde/cxx/parser/validator.hxx
+++ b/xsde/cxx/parser/validator.hxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/parser/validator.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_PARSER_VALIDATOR_HXX