aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph')
-rw-r--r--xsd-frontend/semantic-graph/annotation.cxx1
-rw-r--r--xsd-frontend/semantic-graph/annotation.hxx1
-rw-r--r--xsd-frontend/semantic-graph/any-attribute.cxx1
-rw-r--r--xsd-frontend/semantic-graph/any-attribute.hxx1
-rw-r--r--xsd-frontend/semantic-graph/any.cxx1
-rw-r--r--xsd-frontend/semantic-graph/any.hxx1
-rw-r--r--xsd-frontend/semantic-graph/attribute-group.cxx1
-rw-r--r--xsd-frontend/semantic-graph/attribute-group.hxx1
-rw-r--r--xsd-frontend/semantic-graph/attribute.cxx1
-rw-r--r--xsd-frontend/semantic-graph/attribute.hxx1
-rw-r--r--xsd-frontend/semantic-graph/complex.cxx1
-rw-r--r--xsd-frontend/semantic-graph/complex.hxx1
-rw-r--r--xsd-frontend/semantic-graph/compositors.cxx1
-rw-r--r--xsd-frontend/semantic-graph/compositors.hxx1
-rw-r--r--xsd-frontend/semantic-graph/element-group.cxx1
-rw-r--r--xsd-frontend/semantic-graph/element-group.hxx1
-rw-r--r--xsd-frontend/semantic-graph/element.cxx1
-rw-r--r--xsd-frontend/semantic-graph/element.hxx1
-rw-r--r--xsd-frontend/semantic-graph/elements.cxx1
-rw-r--r--xsd-frontend/semantic-graph/elements.hxx1
-rw-r--r--xsd-frontend/semantic-graph/enumeration.cxx1
-rw-r--r--xsd-frontend/semantic-graph/enumeration.hxx1
-rw-r--r--xsd-frontend/semantic-graph/fundamental.cxx.m42
-rw-r--r--xsd-frontend/semantic-graph/fundamental.hxx.m42
-rw-r--r--xsd-frontend/semantic-graph/fundamental.m41
-rw-r--r--xsd-frontend/semantic-graph/list.cxx1
-rw-r--r--xsd-frontend/semantic-graph/list.hxx1
-rw-r--r--xsd-frontend/semantic-graph/namespace.cxx1
-rw-r--r--xsd-frontend/semantic-graph/namespace.hxx1
-rw-r--r--xsd-frontend/semantic-graph/particle.cxx1
-rw-r--r--xsd-frontend/semantic-graph/particle.hxx1
-rw-r--r--xsd-frontend/semantic-graph/schema.cxx1
-rw-r--r--xsd-frontend/semantic-graph/schema.hxx1
-rw-r--r--xsd-frontend/semantic-graph/union.cxx1
-rw-r--r--xsd-frontend/semantic-graph/union.hxx1
35 files changed, 0 insertions, 37 deletions
diff --git a/xsd-frontend/semantic-graph/annotation.cxx b/xsd-frontend/semantic-graph/annotation.cxx
index ea175b9..c13be1f 100644
--- a/xsd-frontend/semantic-graph/annotation.cxx
+++ b/xsd-frontend/semantic-graph/annotation.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/annotation.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/annotation.hxx b/xsd-frontend/semantic-graph/annotation.hxx
index 7134b65..67b5dba 100644
--- a/xsd-frontend/semantic-graph/annotation.hxx
+++ b/xsd-frontend/semantic-graph/annotation.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/annotation.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ANNOTATION_HXX
diff --git a/xsd-frontend/semantic-graph/any-attribute.cxx b/xsd-frontend/semantic-graph/any-attribute.cxx
index 0062541..4753c9d 100644
--- a/xsd-frontend/semantic-graph/any-attribute.cxx
+++ b/xsd-frontend/semantic-graph/any-attribute.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/any-attribute.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/any-attribute.hxx b/xsd-frontend/semantic-graph/any-attribute.hxx
index 51baa7a..f16ef69 100644
--- a/xsd-frontend/semantic-graph/any-attribute.hxx
+++ b/xsd-frontend/semantic-graph/any-attribute.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/any-attribute.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ANY_ATTRIBUTE_HXX
diff --git a/xsd-frontend/semantic-graph/any.cxx b/xsd-frontend/semantic-graph/any.cxx
index 32cbc11..92d02e6 100644
--- a/xsd-frontend/semantic-graph/any.cxx
+++ b/xsd-frontend/semantic-graph/any.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/any.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/any.hxx b/xsd-frontend/semantic-graph/any.hxx
index 02c1f93..6f7527e 100644
--- a/xsd-frontend/semantic-graph/any.hxx
+++ b/xsd-frontend/semantic-graph/any.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/any.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ANY_HXX
diff --git a/xsd-frontend/semantic-graph/attribute-group.cxx b/xsd-frontend/semantic-graph/attribute-group.cxx
index b49caac..f1a1b7a 100644
--- a/xsd-frontend/semantic-graph/attribute-group.cxx
+++ b/xsd-frontend/semantic-graph/attribute-group.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/attribute-group.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/attribute-group.hxx b/xsd-frontend/semantic-graph/attribute-group.hxx
index ddce4f2..ff5a14b 100644
--- a/xsd-frontend/semantic-graph/attribute-group.hxx
+++ b/xsd-frontend/semantic-graph/attribute-group.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/attribute-group.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_GROUP_HXX
diff --git a/xsd-frontend/semantic-graph/attribute.cxx b/xsd-frontend/semantic-graph/attribute.cxx
index 181b776..2a75688 100644
--- a/xsd-frontend/semantic-graph/attribute.cxx
+++ b/xsd-frontend/semantic-graph/attribute.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/attribute.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/attribute.hxx b/xsd-frontend/semantic-graph/attribute.hxx
index 482cf8c..1eb5999 100644
--- a/xsd-frontend/semantic-graph/attribute.hxx
+++ b/xsd-frontend/semantic-graph/attribute.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/attribute.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_HXX
diff --git a/xsd-frontend/semantic-graph/complex.cxx b/xsd-frontend/semantic-graph/complex.cxx
index c50181c..d1c2f7a 100644
--- a/xsd-frontend/semantic-graph/complex.cxx
+++ b/xsd-frontend/semantic-graph/complex.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/complex.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/complex.hxx b/xsd-frontend/semantic-graph/complex.hxx
index 64eb27a..13fc1f8 100644
--- a/xsd-frontend/semantic-graph/complex.hxx
+++ b/xsd-frontend/semantic-graph/complex.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/complex.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_COMPLEX_HXX
diff --git a/xsd-frontend/semantic-graph/compositors.cxx b/xsd-frontend/semantic-graph/compositors.cxx
index ebca102..2098dc1 100644
--- a/xsd-frontend/semantic-graph/compositors.cxx
+++ b/xsd-frontend/semantic-graph/compositors.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/compositor.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/compositors.hxx b/xsd-frontend/semantic-graph/compositors.hxx
index 39be06d..e4db571 100644
--- a/xsd-frontend/semantic-graph/compositors.hxx
+++ b/xsd-frontend/semantic-graph/compositors.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/compositors.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_COMPOSITORS_HXX
diff --git a/xsd-frontend/semantic-graph/element-group.cxx b/xsd-frontend/semantic-graph/element-group.cxx
index 1bbc5c5..8d657e4 100644
--- a/xsd-frontend/semantic-graph/element-group.cxx
+++ b/xsd-frontend/semantic-graph/element-group.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/element-group.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/element-group.hxx b/xsd-frontend/semantic-graph/element-group.hxx
index 2830c8d..79b0725 100644
--- a/xsd-frontend/semantic-graph/element-group.hxx
+++ b/xsd-frontend/semantic-graph/element-group.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/element-group.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENT_GROUP_HXX
diff --git a/xsd-frontend/semantic-graph/element.cxx b/xsd-frontend/semantic-graph/element.cxx
index e75bd09..882c9e9 100644
--- a/xsd-frontend/semantic-graph/element.cxx
+++ b/xsd-frontend/semantic-graph/element.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/element.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/element.hxx b/xsd-frontend/semantic-graph/element.hxx
index f762e29..9c9f2b3 100644
--- a/xsd-frontend/semantic-graph/element.hxx
+++ b/xsd-frontend/semantic-graph/element.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/element.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENT_HXX
diff --git a/xsd-frontend/semantic-graph/elements.cxx b/xsd-frontend/semantic-graph/elements.cxx
index 9d7c766..8a521af 100644
--- a/xsd-frontend/semantic-graph/elements.cxx
+++ b/xsd-frontend/semantic-graph/elements.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/elements.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <algorithm>
diff --git a/xsd-frontend/semantic-graph/elements.hxx b/xsd-frontend/semantic-graph/elements.hxx
index 75560fa..96f8f92 100644
--- a/xsd-frontend/semantic-graph/elements.hxx
+++ b/xsd-frontend/semantic-graph/elements.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/elements.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENTS_HXX
diff --git a/xsd-frontend/semantic-graph/enumeration.cxx b/xsd-frontend/semantic-graph/enumeration.cxx
index 56fecb4..74d7fbf 100644
--- a/xsd-frontend/semantic-graph/enumeration.cxx
+++ b/xsd-frontend/semantic-graph/enumeration.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/enumeration.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/enumeration.hxx b/xsd-frontend/semantic-graph/enumeration.hxx
index 6192345..0580dbc 100644
--- a/xsd-frontend/semantic-graph/enumeration.hxx
+++ b/xsd-frontend/semantic-graph/enumeration.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/enumeration.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ENUMERATION_HXX
diff --git a/xsd-frontend/semantic-graph/fundamental.cxx.m4 b/xsd-frontend/semantic-graph/fundamental.cxx.m4
index 888bf1f..31e3847 100644
--- a/xsd-frontend/semantic-graph/fundamental.cxx.m4
+++ b/xsd-frontend/semantic-graph/fundamental.cxx.m4
@@ -1,7 +1,6 @@
divert(-1)
# file : xsd-frontend/semantic-graph/fundamental.cxx.m4
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include(`fundamental.m4')
@@ -41,7 +40,6 @@ dnl
dnl
dnl
// file : xsd-frontend/semantic-graph/fundamental.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Note, that this file is automatically generated!
diff --git a/xsd-frontend/semantic-graph/fundamental.hxx.m4 b/xsd-frontend/semantic-graph/fundamental.hxx.m4
index 538137b..eb02874 100644
--- a/xsd-frontend/semantic-graph/fundamental.hxx.m4
+++ b/xsd-frontend/semantic-graph/fundamental.hxx.m4
@@ -1,7 +1,6 @@
divert(-1)
# file : xsd-frontend/semantic-graph/fundamental.hxx.m4
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include(`fundamental.m4')
@@ -24,7 +23,6 @@ dnl
dnl
dnl
// file : xsd-frontend/semantic-graph/fundamental.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Note, that this file is automatically generated!
diff --git a/xsd-frontend/semantic-graph/fundamental.m4 b/xsd-frontend/semantic-graph/fundamental.m4
index 90975b5..c92881d 100644
--- a/xsd-frontend/semantic-graph/fundamental.m4
+++ b/xsd-frontend/semantic-graph/fundamental.m4
@@ -1,5 +1,4 @@
# file : xsd-frontend/semantic-graph/fundamental.m4
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
define(`upcase', `translit(`$*', `a-z', `A-Z')')
diff --git a/xsd-frontend/semantic-graph/list.cxx b/xsd-frontend/semantic-graph/list.cxx
index b566080..b1f6f30 100644
--- a/xsd-frontend/semantic-graph/list.cxx
+++ b/xsd-frontend/semantic-graph/list.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/list.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/list.hxx b/xsd-frontend/semantic-graph/list.hxx
index be29c62..ae9a65d 100644
--- a/xsd-frontend/semantic-graph/list.hxx
+++ b/xsd-frontend/semantic-graph/list.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/list.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_LIST_HXX
diff --git a/xsd-frontend/semantic-graph/namespace.cxx b/xsd-frontend/semantic-graph/namespace.cxx
index 1d85f4e..ec3c29e 100644
--- a/xsd-frontend/semantic-graph/namespace.cxx
+++ b/xsd-frontend/semantic-graph/namespace.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/namespace.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/namespace.hxx b/xsd-frontend/semantic-graph/namespace.hxx
index cf4a646..8155ffd 100644
--- a/xsd-frontend/semantic-graph/namespace.hxx
+++ b/xsd-frontend/semantic-graph/namespace.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/namespace.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_NAMESPACE_HXX
diff --git a/xsd-frontend/semantic-graph/particle.cxx b/xsd-frontend/semantic-graph/particle.cxx
index 2250671..c303b8f 100644
--- a/xsd-frontend/semantic-graph/particle.cxx
+++ b/xsd-frontend/semantic-graph/particle.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/particle.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/particle.hxx b/xsd-frontend/semantic-graph/particle.hxx
index 19594a4..2f208f4 100644
--- a/xsd-frontend/semantic-graph/particle.hxx
+++ b/xsd-frontend/semantic-graph/particle.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/particle.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_PARTICLE_HXX
diff --git a/xsd-frontend/semantic-graph/schema.cxx b/xsd-frontend/semantic-graph/schema.cxx
index 2154616..190b12b 100644
--- a/xsd-frontend/semantic-graph/schema.cxx
+++ b/xsd-frontend/semantic-graph/schema.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/schema.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/schema.hxx b/xsd-frontend/semantic-graph/schema.hxx
index e5d85f7..4c2907f 100644
--- a/xsd-frontend/semantic-graph/schema.hxx
+++ b/xsd-frontend/semantic-graph/schema.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/schema.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_SCHEMA_HXX
diff --git a/xsd-frontend/semantic-graph/union.cxx b/xsd-frontend/semantic-graph/union.cxx
index 10dbe5b..778c73a 100644
--- a/xsd-frontend/semantic-graph/union.cxx
+++ b/xsd-frontend/semantic-graph/union.cxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/union.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/xsd-frontend/semantic-graph/union.hxx b/xsd-frontend/semantic-graph/union.hxx
index fd79dbe..7a54fb0 100644
--- a/xsd-frontend/semantic-graph/union.hxx
+++ b/xsd-frontend/semantic-graph/union.hxx
@@ -1,5 +1,4 @@
// file : xsd-frontend/semantic-graph/union.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_UNION_HXX