aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:07:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:38:51 +0300
commitacb1f4f53ac6f9d71fec2a3cea160bdfadcf6d18 (patch)
treedfc2d90f4156c61a9d9364de5316186634394061 /xsde/cxx/hybrid
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'xsde/cxx/hybrid')
-rw-r--r--xsde/cxx/hybrid/aggregate-elements.hxx1
-rw-r--r--xsde/cxx/hybrid/aggregate-include.hxx1
-rw-r--r--xsde/cxx/hybrid/default-value.cxx1
-rw-r--r--xsde/cxx/hybrid/default-value.hxx1
-rw-r--r--xsde/cxx/hybrid/elements.cxx1
-rw-r--r--xsde/cxx/hybrid/elements.hxx1
-rw-r--r--xsde/cxx/hybrid/extraction-header.cxx1
-rw-r--r--xsde/cxx/hybrid/extraction-header.hxx1
-rw-r--r--xsde/cxx/hybrid/extraction-source.cxx1
-rw-r--r--xsde/cxx/hybrid/extraction-source.hxx1
-rw-r--r--xsde/cxx/hybrid/generator.cxx1
-rw-r--r--xsde/cxx/hybrid/generator.hxx1
-rw-r--r--xsde/cxx/hybrid/insertion-header.cxx1
-rw-r--r--xsde/cxx/hybrid/insertion-header.hxx1
-rw-r--r--xsde/cxx/hybrid/insertion-source.cxx1
-rw-r--r--xsde/cxx/hybrid/insertion-source.hxx1
-rw-r--r--xsde/cxx/hybrid/options.cli1
-rw-r--r--xsde/cxx/hybrid/parser-aggregate-header.cxx1
-rw-r--r--xsde/cxx/hybrid/parser-aggregate-header.hxx1
-rw-r--r--xsde/cxx/hybrid/parser-aggregate-source.cxx1
-rw-r--r--xsde/cxx/hybrid/parser-aggregate-source.hxx1
-rw-r--r--xsde/cxx/hybrid/parser-header.cxx1
-rw-r--r--xsde/cxx/hybrid/parser-header.hxx1
-rw-r--r--xsde/cxx/hybrid/parser-name-processor.cxx1
-rw-r--r--xsde/cxx/hybrid/parser-name-processor.hxx1
-rw-r--r--xsde/cxx/hybrid/parser-source.cxx1
-rw-r--r--xsde/cxx/hybrid/parser-source.hxx1
-rw-r--r--xsde/cxx/hybrid/serializer-aggregate-header.cxx1
-rw-r--r--xsde/cxx/hybrid/serializer-aggregate-header.hxx1
-rw-r--r--xsde/cxx/hybrid/serializer-aggregate-source.cxx1
-rw-r--r--xsde/cxx/hybrid/serializer-aggregate-source.hxx1
-rw-r--r--xsde/cxx/hybrid/serializer-header.cxx1
-rw-r--r--xsde/cxx/hybrid/serializer-header.hxx1
-rw-r--r--xsde/cxx/hybrid/serializer-name-processor.cxx1
-rw-r--r--xsde/cxx/hybrid/serializer-name-processor.hxx1
-rw-r--r--xsde/cxx/hybrid/serializer-source.cxx1
-rw-r--r--xsde/cxx/hybrid/serializer-source.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-forward.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-forward.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-header.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-header.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-inline.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-inline.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-name-processor.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-name-processor.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-size-processor.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-size-processor.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-source.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-source.hxx1
-rw-r--r--xsde/cxx/hybrid/tree-type-map.cxx1
-rw-r--r--xsde/cxx/hybrid/tree-type-map.hxx1
-rw-r--r--xsde/cxx/hybrid/validator.cxx1
-rw-r--r--xsde/cxx/hybrid/validator.hxx1
53 files changed, 0 insertions, 53 deletions
diff --git a/xsde/cxx/hybrid/aggregate-elements.hxx b/xsde/cxx/hybrid/aggregate-elements.hxx
index 75fa117..5936912 100644
--- a/xsde/cxx/hybrid/aggregate-elements.hxx
+++ b/xsde/cxx/hybrid/aggregate-elements.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/aggregate-elements.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_AGGREGATE_ELEMENTS_HXX
diff --git a/xsde/cxx/hybrid/aggregate-include.hxx b/xsde/cxx/hybrid/aggregate-include.hxx
index df05d24..62389f9 100644
--- a/xsde/cxx/hybrid/aggregate-include.hxx
+++ b/xsde/cxx/hybrid/aggregate-include.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/aggregate-include.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_AGGREGATE_INCLUDE_HXX
diff --git a/xsde/cxx/hybrid/default-value.cxx b/xsde/cxx/hybrid/default-value.cxx
index 5582a44..bda9b75 100644
--- a/xsde/cxx/hybrid/default-value.cxx
+++ b/xsde/cxx/hybrid/default-value.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/default-value.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/default-value.hxx>
diff --git a/xsde/cxx/hybrid/default-value.hxx b/xsde/cxx/hybrid/default-value.hxx
index 9b08e5b..9d9ba87 100644
--- a/xsde/cxx/hybrid/default-value.hxx
+++ b/xsde/cxx/hybrid/default-value.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/default-value.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_DEFAULT_VALUE_HXX
diff --git a/xsde/cxx/hybrid/elements.cxx b/xsde/cxx/hybrid/elements.cxx
index ce87b18..5334525 100644
--- a/xsde/cxx/hybrid/elements.cxx
+++ b/xsde/cxx/hybrid/elements.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/elements.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/elements.hxx>
diff --git a/xsde/cxx/hybrid/elements.hxx b/xsde/cxx/hybrid/elements.hxx
index 4616787..9538bf3 100644
--- a/xsde/cxx/hybrid/elements.hxx
+++ b/xsde/cxx/hybrid/elements.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/elements.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_ELEMENTS_HXX
diff --git a/xsde/cxx/hybrid/extraction-header.cxx b/xsde/cxx/hybrid/extraction-header.cxx
index c558a2d..15bf183 100644
--- a/xsde/cxx/hybrid/extraction-header.cxx
+++ b/xsde/cxx/hybrid/extraction-header.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/extraction-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/extraction-header.hxx>
diff --git a/xsde/cxx/hybrid/extraction-header.hxx b/xsde/cxx/hybrid/extraction-header.hxx
index 54b6c78..fc53b9c 100644
--- a/xsde/cxx/hybrid/extraction-header.hxx
+++ b/xsde/cxx/hybrid/extraction-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/extraction-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_EXTRACTION_HEADER_HXX
diff --git a/xsde/cxx/hybrid/extraction-source.cxx b/xsde/cxx/hybrid/extraction-source.cxx
index 8992785..c66218e 100644
--- a/xsde/cxx/hybrid/extraction-source.cxx
+++ b/xsde/cxx/hybrid/extraction-source.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/extraction-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/extraction-source.hxx>
diff --git a/xsde/cxx/hybrid/extraction-source.hxx b/xsde/cxx/hybrid/extraction-source.hxx
index b2d4902..3781b20 100644
--- a/xsde/cxx/hybrid/extraction-source.hxx
+++ b/xsde/cxx/hybrid/extraction-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/extraction-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_EXTRACTION_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/generator.cxx b/xsde/cxx/hybrid/generator.cxx
index 727f8ac..62f4457 100644
--- a/xsde/cxx/hybrid/generator.cxx
+++ b/xsde/cxx/hybrid/generator.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/generator.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <algorithm>
diff --git a/xsde/cxx/hybrid/generator.hxx b/xsde/cxx/hybrid/generator.hxx
index 00544a5..bf0412f 100644
--- a/xsde/cxx/hybrid/generator.hxx
+++ b/xsde/cxx/hybrid/generator.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/generator.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_GENERATOR_HXX
diff --git a/xsde/cxx/hybrid/insertion-header.cxx b/xsde/cxx/hybrid/insertion-header.cxx
index 77421cf..c33b757 100644
--- a/xsde/cxx/hybrid/insertion-header.cxx
+++ b/xsde/cxx/hybrid/insertion-header.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/insertion-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/insertion-header.hxx>
diff --git a/xsde/cxx/hybrid/insertion-header.hxx b/xsde/cxx/hybrid/insertion-header.hxx
index 8783048..1eaf819 100644
--- a/xsde/cxx/hybrid/insertion-header.hxx
+++ b/xsde/cxx/hybrid/insertion-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/insertion-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_INSERTION_HEADER_HXX
diff --git a/xsde/cxx/hybrid/insertion-source.cxx b/xsde/cxx/hybrid/insertion-source.cxx
index fa75462..afd35af 100644
--- a/xsde/cxx/hybrid/insertion-source.cxx
+++ b/xsde/cxx/hybrid/insertion-source.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/insertion-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/insertion-source.hxx>
diff --git a/xsde/cxx/hybrid/insertion-source.hxx b/xsde/cxx/hybrid/insertion-source.hxx
index 5013fb8..299fbcd 100644
--- a/xsde/cxx/hybrid/insertion-source.hxx
+++ b/xsde/cxx/hybrid/insertion-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/insertion-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_INSERTION_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/options.cli b/xsde/cxx/hybrid/options.cli
index ad92e12..e74798d 100644
--- a/xsde/cxx/hybrid/options.cli
+++ b/xsde/cxx/hybrid/options.cli
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/options.cli
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include <cstddef>; // std::size_t
diff --git a/xsde/cxx/hybrid/parser-aggregate-header.cxx b/xsde/cxx/hybrid/parser-aggregate-header.cxx
index 2f2f564..dab0b20 100644
--- a/xsde/cxx/hybrid/parser-aggregate-header.cxx
+++ b/xsde/cxx/hybrid/parser-aggregate-header.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-aggregate-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/parser-aggregate-header.hxx b/xsde/cxx/hybrid/parser-aggregate-header.hxx
index dfaac43..16183ff 100644
--- a/xsde/cxx/hybrid/parser-aggregate-header.hxx
+++ b/xsde/cxx/hybrid/parser-aggregate-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-aggregate-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_PARSER_AGGREGATE_HEADER_HXX
diff --git a/xsde/cxx/hybrid/parser-aggregate-source.cxx b/xsde/cxx/hybrid/parser-aggregate-source.cxx
index 4c00742..e446928 100644
--- a/xsde/cxx/hybrid/parser-aggregate-source.cxx
+++ b/xsde/cxx/hybrid/parser-aggregate-source.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-aggregate-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/parser-aggregate-source.hxx>
diff --git a/xsde/cxx/hybrid/parser-aggregate-source.hxx b/xsde/cxx/hybrid/parser-aggregate-source.hxx
index abd1839..c489cdd 100644
--- a/xsde/cxx/hybrid/parser-aggregate-source.hxx
+++ b/xsde/cxx/hybrid/parser-aggregate-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-aggregate-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_PARSER_AGGREGATE_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/parser-header.cxx b/xsde/cxx/hybrid/parser-header.cxx
index a2af0eb..72055fd 100644
--- a/xsde/cxx/hybrid/parser-header.cxx
+++ b/xsde/cxx/hybrid/parser-header.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/parser-header.hxx>
diff --git a/xsde/cxx/hybrid/parser-header.hxx b/xsde/cxx/hybrid/parser-header.hxx
index 08bbf2b..9eb8b7d 100644
--- a/xsde/cxx/hybrid/parser-header.hxx
+++ b/xsde/cxx/hybrid/parser-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_PARSER_HEADER_HXX
diff --git a/xsde/cxx/hybrid/parser-name-processor.cxx b/xsde/cxx/hybrid/parser-name-processor.cxx
index 721f50f..127e754 100644
--- a/xsde/cxx/hybrid/parser-name-processor.cxx
+++ b/xsde/cxx/hybrid/parser-name-processor.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-name-processor.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/parser-name-processor.hxx b/xsde/cxx/hybrid/parser-name-processor.hxx
index 5d76bda..cc3609d 100644
--- a/xsde/cxx/hybrid/parser-name-processor.hxx
+++ b/xsde/cxx/hybrid/parser-name-processor.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-name-processor.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX
diff --git a/xsde/cxx/hybrid/parser-source.cxx b/xsde/cxx/hybrid/parser-source.cxx
index aa122e5..f29b5d6 100644
--- a/xsde/cxx/hybrid/parser-source.cxx
+++ b/xsde/cxx/hybrid/parser-source.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/parser-source.hxx>
diff --git a/xsde/cxx/hybrid/parser-source.hxx b/xsde/cxx/hybrid/parser-source.hxx
index 3d62c07..4728626 100644
--- a/xsde/cxx/hybrid/parser-source.hxx
+++ b/xsde/cxx/hybrid/parser-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/parser-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_PARSER_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/serializer-aggregate-header.cxx b/xsde/cxx/hybrid/serializer-aggregate-header.cxx
index 51047ff..7df884b 100644
--- a/xsde/cxx/hybrid/serializer-aggregate-header.cxx
+++ b/xsde/cxx/hybrid/serializer-aggregate-header.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-aggregate-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/serializer-aggregate-header.hxx b/xsde/cxx/hybrid/serializer-aggregate-header.hxx
index 2b3a284..910fba6 100644
--- a/xsde/cxx/hybrid/serializer-aggregate-header.hxx
+++ b/xsde/cxx/hybrid/serializer-aggregate-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-aggregate-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_SERIALIZER_AGGREGATE_HEADER_HXX
diff --git a/xsde/cxx/hybrid/serializer-aggregate-source.cxx b/xsde/cxx/hybrid/serializer-aggregate-source.cxx
index 2a9354f..d47b87d 100644
--- a/xsde/cxx/hybrid/serializer-aggregate-source.cxx
+++ b/xsde/cxx/hybrid/serializer-aggregate-source.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-aggregate-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/serializer-aggregate-source.hxx>
diff --git a/xsde/cxx/hybrid/serializer-aggregate-source.hxx b/xsde/cxx/hybrid/serializer-aggregate-source.hxx
index a2456f5..30f1b2a 100644
--- a/xsde/cxx/hybrid/serializer-aggregate-source.hxx
+++ b/xsde/cxx/hybrid/serializer-aggregate-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-aggregate-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_SERIALIZER_AGGREGATE_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/serializer-header.cxx b/xsde/cxx/hybrid/serializer-header.cxx
index 4e4eb64..e2148e8 100644
--- a/xsde/cxx/hybrid/serializer-header.cxx
+++ b/xsde/cxx/hybrid/serializer-header.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/serializer-header.hxx>
diff --git a/xsde/cxx/hybrid/serializer-header.hxx b/xsde/cxx/hybrid/serializer-header.hxx
index adb5036..b6d42da 100644
--- a/xsde/cxx/hybrid/serializer-header.hxx
+++ b/xsde/cxx/hybrid/serializer-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_SERIALIZER_HEADER_HXX
diff --git a/xsde/cxx/hybrid/serializer-name-processor.cxx b/xsde/cxx/hybrid/serializer-name-processor.cxx
index fc5e448..7d5dfa5 100644
--- a/xsde/cxx/hybrid/serializer-name-processor.cxx
+++ b/xsde/cxx/hybrid/serializer-name-processor.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-name-processor.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/serializer-name-processor.hxx b/xsde/cxx/hybrid/serializer-name-processor.hxx
index 1145135..0fa3c88 100644
--- a/xsde/cxx/hybrid/serializer-name-processor.hxx
+++ b/xsde/cxx/hybrid/serializer-name-processor.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-name-processor.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_SERIALIZER_NAME_PROCESSOR_HXX
diff --git a/xsde/cxx/hybrid/serializer-source.cxx b/xsde/cxx/hybrid/serializer-source.cxx
index f972b30..799a0e7 100644
--- a/xsde/cxx/hybrid/serializer-source.cxx
+++ b/xsde/cxx/hybrid/serializer-source.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/serializer-source.hxx>
diff --git a/xsde/cxx/hybrid/serializer-source.hxx b/xsde/cxx/hybrid/serializer-source.hxx
index bb5b013..ed825c5 100644
--- a/xsde/cxx/hybrid/serializer-source.hxx
+++ b/xsde/cxx/hybrid/serializer-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/serializer-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_SERIALIZER_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/tree-forward.cxx b/xsde/cxx/hybrid/tree-forward.cxx
index 1c8f1ad..84e9289 100644
--- a/xsde/cxx/hybrid/tree-forward.cxx
+++ b/xsde/cxx/hybrid/tree-forward.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/tree-forward.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/tree-forward.hxx>
diff --git a/xsde/cxx/hybrid/tree-forward.hxx b/xsde/cxx/hybrid/tree-forward.hxx
index a028a3a..7f333b6 100644
--- a/xsde/cxx/hybrid/tree-forward.hxx
+++ b/xsde/cxx/hybrid/tree-forward.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-forward.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_FORWARD_HXX
diff --git a/xsde/cxx/hybrid/tree-header.cxx b/xsde/cxx/hybrid/tree-header.cxx
index a597897..fbfe8e7 100644
--- a/xsde/cxx/hybrid/tree-header.cxx
+++ b/xsde/cxx/hybrid/tree-header.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/tree-header.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/tree-header.hxx>
diff --git a/xsde/cxx/hybrid/tree-header.hxx b/xsde/cxx/hybrid/tree-header.hxx
index 80e0c7c..7aafdd5 100644
--- a/xsde/cxx/hybrid/tree-header.hxx
+++ b/xsde/cxx/hybrid/tree-header.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-header.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_HEADER_HXX
diff --git a/xsde/cxx/hybrid/tree-inline.cxx b/xsde/cxx/hybrid/tree-inline.cxx
index f28d7fc..4f73b92 100644
--- a/xsde/cxx/hybrid/tree-inline.cxx
+++ b/xsde/cxx/hybrid/tree-inline.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/tree-inline.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/tree-inline.hxx>
diff --git a/xsde/cxx/hybrid/tree-inline.hxx b/xsde/cxx/hybrid/tree-inline.hxx
index 7913fa7..9b6502a 100644
--- a/xsde/cxx/hybrid/tree-inline.hxx
+++ b/xsde/cxx/hybrid/tree-inline.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-inline.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_INLINE_HXX
diff --git a/xsde/cxx/hybrid/tree-name-processor.cxx b/xsde/cxx/hybrid/tree-name-processor.cxx
index ae2596e..44cd114 100644
--- a/xsde/cxx/hybrid/tree-name-processor.cxx
+++ b/xsde/cxx/hybrid/tree-name-processor.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-name-processor.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/tree-name-processor.hxx b/xsde/cxx/hybrid/tree-name-processor.hxx
index 09b6f8f..9c60dc5 100644
--- a/xsde/cxx/hybrid/tree-name-processor.hxx
+++ b/xsde/cxx/hybrid/tree-name-processor.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-name-processor.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_NAME_PROCESSOR_HXX
diff --git a/xsde/cxx/hybrid/tree-size-processor.cxx b/xsde/cxx/hybrid/tree-size-processor.cxx
index 6afd402..011a2b8 100644
--- a/xsde/cxx/hybrid/tree-size-processor.cxx
+++ b/xsde/cxx/hybrid/tree-size-processor.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-size-processor.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/tree-size-processor.hxx b/xsde/cxx/hybrid/tree-size-processor.hxx
index b34ea1c..b532e18 100644
--- a/xsde/cxx/hybrid/tree-size-processor.hxx
+++ b/xsde/cxx/hybrid/tree-size-processor.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-size-processor.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_SIZE_PROCESSOR_HXX
diff --git a/xsde/cxx/hybrid/tree-source.cxx b/xsde/cxx/hybrid/tree-source.cxx
index ae5c5b5..525df78 100644
--- a/xsde/cxx/hybrid/tree-source.cxx
+++ b/xsde/cxx/hybrid/tree-source.cxx
@@ -1,5 +1,4 @@
// file : xsd/cxx/hybrid/tree-source.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cxx/hybrid/tree-source.hxx>
diff --git a/xsde/cxx/hybrid/tree-source.hxx b/xsde/cxx/hybrid/tree-source.hxx
index 0666ccf..237ab92 100644
--- a/xsde/cxx/hybrid/tree-source.hxx
+++ b/xsde/cxx/hybrid/tree-source.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_SOURCE_HXX
diff --git a/xsde/cxx/hybrid/tree-type-map.cxx b/xsde/cxx/hybrid/tree-type-map.cxx
index e43e4e4..1d4465c 100644
--- a/xsde/cxx/hybrid/tree-type-map.cxx
+++ b/xsde/cxx/hybrid/tree-type-map.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-type-map.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/tree-type-map.hxx b/xsde/cxx/hybrid/tree-type-map.hxx
index 03880e5..868fcee 100644
--- a/xsde/cxx/hybrid/tree-type-map.hxx
+++ b/xsde/cxx/hybrid/tree-type-map.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/tree-type-map.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_TREE_TYPE_MAP_HXX
diff --git a/xsde/cxx/hybrid/validator.cxx b/xsde/cxx/hybrid/validator.cxx
index dd41340..3edc474 100644
--- a/xsde/cxx/hybrid/validator.cxx
+++ b/xsde/cxx/hybrid/validator.cxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/validator.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <set>
diff --git a/xsde/cxx/hybrid/validator.hxx b/xsde/cxx/hybrid/validator.hxx
index 164b016..2c9ff5e 100644
--- a/xsde/cxx/hybrid/validator.hxx
+++ b/xsde/cxx/hybrid/validator.hxx
@@ -1,5 +1,4 @@
// file : xsde/cxx/hybrid/validator.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef CXX_HYBRID_VALIDATOR_HXX