From 35858d66547a41dbd1af8b50d158b52e372cd757 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Mar 2014 10:47:14 +0200 Subject: Update copyright --- build/bootstrap.make | 2 +- build/export/libxsd-frontend/stub.make | 2 +- build/import/libxsd-frontend/configuration-rules.make | 2 +- build/import/libxsd-frontend/configure | 2 +- build/import/libxsd-frontend/stub.make | 2 +- makefile | 2 +- tests/dump/driver.cxx | 2 +- tests/dump/makefile | 2 +- tests/makefile | 2 +- tests/schema/annotation/makefile | 2 +- tests/schema/anonymous/makefile | 2 +- tests/schema/attribute-group/makefile | 2 +- tests/schema/default/makefile | 2 +- tests/schema/element-group/makefile | 2 +- tests/schema/enumeration/makefile | 2 +- tests/schema/makefile | 2 +- tests/schema/union/makefile | 2 +- xsd-frontend/generators/dependencies.cxx | 2 +- xsd-frontend/generators/dependencies.hxx | 2 +- xsd-frontend/makefile | 2 +- xsd-frontend/parser.cxx | 2 +- xsd-frontend/parser.hxx | 2 +- xsd-frontend/schema-dom-parser.cxx | 2 +- xsd-frontend/schema-dom-parser.hxx | 2 +- xsd-frontend/semantic-graph.hxx | 2 +- xsd-frontend/semantic-graph/annotation.cxx | 2 +- xsd-frontend/semantic-graph/annotation.hxx | 2 +- xsd-frontend/semantic-graph/any-attribute.cxx | 2 +- xsd-frontend/semantic-graph/any-attribute.hxx | 2 +- xsd-frontend/semantic-graph/any.cxx | 2 +- xsd-frontend/semantic-graph/any.hxx | 2 +- xsd-frontend/semantic-graph/attribute-group.cxx | 2 +- xsd-frontend/semantic-graph/attribute-group.hxx | 2 +- xsd-frontend/semantic-graph/attribute.cxx | 2 +- xsd-frontend/semantic-graph/attribute.hxx | 2 +- xsd-frontend/semantic-graph/complex.cxx | 2 +- xsd-frontend/semantic-graph/complex.hxx | 2 +- xsd-frontend/semantic-graph/compositors.cxx | 2 +- xsd-frontend/semantic-graph/compositors.hxx | 2 +- xsd-frontend/semantic-graph/element-group.cxx | 2 +- xsd-frontend/semantic-graph/element-group.hxx | 2 +- xsd-frontend/semantic-graph/element.cxx | 2 +- xsd-frontend/semantic-graph/element.hxx | 2 +- xsd-frontend/semantic-graph/elements.cxx | 2 +- xsd-frontend/semantic-graph/elements.hxx | 2 +- xsd-frontend/semantic-graph/enumeration.cxx | 2 +- xsd-frontend/semantic-graph/enumeration.hxx | 2 +- xsd-frontend/semantic-graph/fundamental.cxx.m4 | 4 ++-- xsd-frontend/semantic-graph/fundamental.hxx.m4 | 4 ++-- xsd-frontend/semantic-graph/fundamental.m4 | 2 +- xsd-frontend/semantic-graph/list.cxx | 2 +- xsd-frontend/semantic-graph/list.hxx | 2 +- xsd-frontend/semantic-graph/namespace.cxx | 2 +- xsd-frontend/semantic-graph/namespace.hxx | 2 +- xsd-frontend/semantic-graph/particle.cxx | 2 +- xsd-frontend/semantic-graph/particle.hxx | 2 +- xsd-frontend/semantic-graph/schema.cxx | 2 +- xsd-frontend/semantic-graph/schema.hxx | 2 +- xsd-frontend/semantic-graph/union.cxx | 2 +- xsd-frontend/semantic-graph/union.hxx | 2 +- xsd-frontend/transformations/anonymous.cxx | 2 +- xsd-frontend/transformations/anonymous.hxx | 2 +- xsd-frontend/transformations/enum-synthesis.cxx | 2 +- xsd-frontend/transformations/enum-synthesis.hxx | 2 +- xsd-frontend/transformations/restriction.cxx | 2 +- xsd-frontend/transformations/restriction.hxx | 2 +- xsd-frontend/transformations/schema-per-type.cxx | 2 +- xsd-frontend/transformations/schema-per-type.hxx | 2 +- xsd-frontend/transformations/simplifier.cxx | 2 +- xsd-frontend/transformations/simplifier.hxx | 2 +- xsd-frontend/traversal.hxx | 2 +- xsd-frontend/traversal/any-attribute.hxx | 2 +- xsd-frontend/traversal/any.hxx | 2 +- xsd-frontend/traversal/attribute-group.cxx | 2 +- xsd-frontend/traversal/attribute-group.hxx | 2 +- xsd-frontend/traversal/attribute.cxx | 2 +- xsd-frontend/traversal/attribute.hxx | 2 +- xsd-frontend/traversal/complex.cxx | 2 +- xsd-frontend/traversal/complex.hxx | 2 +- xsd-frontend/traversal/compositors.cxx | 2 +- xsd-frontend/traversal/compositors.hxx | 2 +- xsd-frontend/traversal/element-group.cxx | 2 +- xsd-frontend/traversal/element-group.hxx | 2 +- xsd-frontend/traversal/element.cxx | 2 +- xsd-frontend/traversal/element.hxx | 2 +- xsd-frontend/traversal/elements.cxx | 2 +- xsd-frontend/traversal/elements.hxx | 2 +- xsd-frontend/traversal/elements.txx | 2 +- xsd-frontend/traversal/enumeration.cxx | 2 +- xsd-frontend/traversal/enumeration.hxx | 2 +- xsd-frontend/traversal/fundamental.cxx | 2 +- xsd-frontend/traversal/fundamental.hxx | 2 +- xsd-frontend/traversal/list.cxx | 2 +- xsd-frontend/traversal/list.hxx | 2 +- xsd-frontend/traversal/namespace.cxx | 2 +- xsd-frontend/traversal/namespace.hxx | 2 +- xsd-frontend/traversal/particle.cxx | 2 +- xsd-frontend/traversal/particle.hxx | 2 +- xsd-frontend/traversal/schema.cxx | 2 +- xsd-frontend/traversal/schema.hxx | 2 +- xsd-frontend/traversal/union.cxx | 2 +- xsd-frontend/traversal/union.hxx | 2 +- xsd-frontend/types.cxx | 2 +- xsd-frontend/types.hxx | 2 +- xsd-frontend/version.hxx | 2 +- xsd-frontend/xml.hxx | 2 +- 106 files changed, 108 insertions(+), 108 deletions(-) diff --git a/build/bootstrap.make b/build/bootstrap.make index 9eea926..bb1a5aa 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# 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 project_name := libxsd-frontend diff --git a/build/export/libxsd-frontend/stub.make b/build/export/libxsd-frontend/stub.make index ac9f159..8575358 100644 --- a/build/export/libxsd-frontend/stub.make +++ b/build/export/libxsd-frontend/stub.make @@ -1,5 +1,5 @@ # file : build/import/libxsd-frontend/stub.make -# 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 $(call include-once,$(src_root)/xsd-frontend/makefile,$(out_root)) diff --git a/build/import/libxsd-frontend/configuration-rules.make b/build/import/libxsd-frontend/configuration-rules.make index b3add5f..05a312a 100644 --- a/build/import/libxsd-frontend/configuration-rules.make +++ b/build/import/libxsd-frontend/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libxsd-frontend/configuration-rules.make -# 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 $(dcf_root)/import/libxsd-frontend/configuration-dynamic.make: | $(dcf_root)/import/libxsd-frontend/. diff --git a/build/import/libxsd-frontend/configure b/build/import/libxsd-frontend/configure index 056cd73..0c34062 100755 --- a/build/import/libxsd-frontend/configure +++ b/build/import/libxsd-frontend/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libxsd-frontend/configure -# 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 diff --git a/build/import/libxsd-frontend/stub.make b/build/import/libxsd-frontend/stub.make index 3c58cec..cb57cef 100644 --- a/build/import/libxsd-frontend/stub.make +++ b/build/import/libxsd-frontend/stub.make @@ -1,5 +1,5 @@ # file : build/import/libxsd-frontend/stub.make -# 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 $(call include-once,$(scf_root)/import/libxsd-frontend/configuration-rules.make,$(dcf_root)) diff --git a/makefile b/makefile index e0e56c6..b92bfdf 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/tests/dump/driver.cxx b/tests/dump/driver.cxx index 12aaf3f..dd925a9 100644 --- a/tests/dump/driver.cxx +++ b/tests/dump/driver.cxx @@ -1,5 +1,5 @@ // file : tests/dump/driver.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 diff --git a/tests/dump/makefile b/tests/dump/makefile index be51a2c..707c9cc 100644 --- a/tests/dump/makefile +++ b/tests/dump/makefile @@ -1,5 +1,5 @@ # file : tests/dump/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index 5dbd2ef..7ed5300 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,5 @@ # file : tests/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/schema/annotation/makefile b/tests/schema/annotation/makefile index 87d72fe..7705ba8 100644 --- a/tests/schema/annotation/makefile +++ b/tests/schema/annotation/makefile @@ -1,5 +1,5 @@ # file : tests/schema/annotation/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/anonymous/makefile b/tests/schema/anonymous/makefile index b2d46d1..5d2cfe2 100644 --- a/tests/schema/anonymous/makefile +++ b/tests/schema/anonymous/makefile @@ -1,5 +1,5 @@ # file : tests/schema/annotation/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/attribute-group/makefile b/tests/schema/attribute-group/makefile index 27c1678..00746a3 100644 --- a/tests/schema/attribute-group/makefile +++ b/tests/schema/attribute-group/makefile @@ -1,5 +1,5 @@ # file : tests/schema/attribute-group/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/default/makefile b/tests/schema/default/makefile index 33d785e..d2ab540 100644 --- a/tests/schema/default/makefile +++ b/tests/schema/default/makefile @@ -1,5 +1,5 @@ # file : tests/schema/default/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/element-group/makefile b/tests/schema/element-group/makefile index 049bfcc..3271b94 100644 --- a/tests/schema/element-group/makefile +++ b/tests/schema/element-group/makefile @@ -1,5 +1,5 @@ # file : tests/schema/element-group/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/enumeration/makefile b/tests/schema/enumeration/makefile index d864f6b..bd55e0f 100644 --- a/tests/schema/enumeration/makefile +++ b/tests/schema/enumeration/makefile @@ -1,5 +1,5 @@ # file : tests/schema/enumeration/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/schema/makefile b/tests/schema/makefile index 63a64ef..3a6d048 100644 --- a/tests/schema/makefile +++ b/tests/schema/makefile @@ -1,5 +1,5 @@ # file : tests/schema -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/schema/union/makefile b/tests/schema/union/makefile index 09db2d3..b0a83e3 100644 --- a/tests/schema/union/makefile +++ b/tests/schema/union/makefile @@ -1,5 +1,5 @@ # file : tests/schema/union/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/xsd-frontend/generators/dependencies.cxx b/xsd-frontend/generators/dependencies.cxx index 6ffdbad..55e7ae8 100644 --- a/xsd-frontend/generators/dependencies.cxx +++ b/xsd-frontend/generators/dependencies.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/generators/dependencies.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 diff --git a/xsd-frontend/generators/dependencies.hxx b/xsd-frontend/generators/dependencies.hxx index 221841d..5a7624f 100644 --- a/xsd-frontend/generators/dependencies.hxx +++ b/xsd-frontend/generators/dependencies.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/generators/dependencies.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 XSD_FRONTEND_GENERATORS_DEPENDENCIES_HXX diff --git a/xsd-frontend/makefile b/xsd-frontend/makefile index fc10c80..4dbffcd 100644 --- a/xsd-frontend/makefile +++ b/xsd-frontend/makefile @@ -1,5 +1,5 @@ # file : xsd-frontend/makefile -# 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 $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/xsd-frontend/parser.cxx b/xsd-frontend/parser.cxx index 855aea2..d0df805 100644 --- a/xsd-frontend/parser.cxx +++ b/xsd-frontend/parser.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/parser.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 diff --git a/xsd-frontend/parser.hxx b/xsd-frontend/parser.hxx index 1fead0b..746aa97 100644 --- a/xsd-frontend/parser.hxx +++ b/xsd-frontend/parser.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/parser.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 XSD_FRONTEND_PARSER_HXX diff --git a/xsd-frontend/schema-dom-parser.cxx b/xsd-frontend/schema-dom-parser.cxx index af507da..73a0f83 100644 --- a/xsd-frontend/schema-dom-parser.cxx +++ b/xsd-frontend/schema-dom-parser.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/schema-dom-parser.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 diff --git a/xsd-frontend/schema-dom-parser.hxx b/xsd-frontend/schema-dom-parser.hxx index 018e976..344065a 100644 --- a/xsd-frontend/schema-dom-parser.hxx +++ b/xsd-frontend/schema-dom-parser.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/schema-dom-parser.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 XSD_FRONTEND_SCHEMA_DOM_PARSER_HXX diff --git a/xsd-frontend/semantic-graph.hxx b/xsd-frontend/semantic-graph.hxx index b52bfaf..36d42c3 100644 --- a/xsd-frontend/semantic-graph.hxx +++ b/xsd-frontend/semantic-graph.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph.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 XSD_FRONTEND_SEMANTIC_GRAPH_HXX diff --git a/xsd-frontend/semantic-graph/annotation.cxx b/xsd-frontend/semantic-graph/annotation.cxx index e595bb7..17a0f03 100644 --- a/xsd-frontend/semantic-graph/annotation.cxx +++ b/xsd-frontend/semantic-graph/annotation.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/annotation.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 diff --git a/xsd-frontend/semantic-graph/annotation.hxx b/xsd-frontend/semantic-graph/annotation.hxx index 256064f..0464f4f 100644 --- a/xsd-frontend/semantic-graph/annotation.hxx +++ b/xsd-frontend/semantic-graph/annotation.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/annotation.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 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 4c0d0c7..19b9df2 100644 --- a/xsd-frontend/semantic-graph/any-attribute.cxx +++ b/xsd-frontend/semantic-graph/any-attribute.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/any-attribute.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 diff --git a/xsd-frontend/semantic-graph/any-attribute.hxx b/xsd-frontend/semantic-graph/any-attribute.hxx index 9eb34a4..bb3d761 100644 --- a/xsd-frontend/semantic-graph/any-attribute.hxx +++ b/xsd-frontend/semantic-graph/any-attribute.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/any-attribute.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 XSD_FRONTEND_SEMANTIC_GRAPH_ANY_ATTRIBUTE_HXX diff --git a/xsd-frontend/semantic-graph/any.cxx b/xsd-frontend/semantic-graph/any.cxx index 9550331..c8ebc93 100644 --- a/xsd-frontend/semantic-graph/any.cxx +++ b/xsd-frontend/semantic-graph/any.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/any.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 diff --git a/xsd-frontend/semantic-graph/any.hxx b/xsd-frontend/semantic-graph/any.hxx index 0ab7685..8e42762 100644 --- a/xsd-frontend/semantic-graph/any.hxx +++ b/xsd-frontend/semantic-graph/any.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/any.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 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 730d7a4..f61fa39 100644 --- a/xsd-frontend/semantic-graph/attribute-group.cxx +++ b/xsd-frontend/semantic-graph/attribute-group.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/attribute-group.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 diff --git a/xsd-frontend/semantic-graph/attribute-group.hxx b/xsd-frontend/semantic-graph/attribute-group.hxx index ca59bbe..62a1f81 100644 --- a/xsd-frontend/semantic-graph/attribute-group.hxx +++ b/xsd-frontend/semantic-graph/attribute-group.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/attribute-group.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 XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_GROUP_HXX diff --git a/xsd-frontend/semantic-graph/attribute.cxx b/xsd-frontend/semantic-graph/attribute.cxx index 5798e33..624b16a 100644 --- a/xsd-frontend/semantic-graph/attribute.cxx +++ b/xsd-frontend/semantic-graph/attribute.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/attribute.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 diff --git a/xsd-frontend/semantic-graph/attribute.hxx b/xsd-frontend/semantic-graph/attribute.hxx index 5c9313c..9d9b0fb 100644 --- a/xsd-frontend/semantic-graph/attribute.hxx +++ b/xsd-frontend/semantic-graph/attribute.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/attribute.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 XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_HXX diff --git a/xsd-frontend/semantic-graph/complex.cxx b/xsd-frontend/semantic-graph/complex.cxx index 2a9349f..8433a0e 100644 --- a/xsd-frontend/semantic-graph/complex.cxx +++ b/xsd-frontend/semantic-graph/complex.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/complex.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 diff --git a/xsd-frontend/semantic-graph/complex.hxx b/xsd-frontend/semantic-graph/complex.hxx index 4a8d41b..e1f08f9 100644 --- a/xsd-frontend/semantic-graph/complex.hxx +++ b/xsd-frontend/semantic-graph/complex.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/complex.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 XSD_FRONTEND_SEMANTIC_GRAPH_COMPLEX_HXX diff --git a/xsd-frontend/semantic-graph/compositors.cxx b/xsd-frontend/semantic-graph/compositors.cxx index c207883..dd65e56 100644 --- a/xsd-frontend/semantic-graph/compositors.cxx +++ b/xsd-frontend/semantic-graph/compositors.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/compositor.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 diff --git a/xsd-frontend/semantic-graph/compositors.hxx b/xsd-frontend/semantic-graph/compositors.hxx index 78e9052..3573c24 100644 --- a/xsd-frontend/semantic-graph/compositors.hxx +++ b/xsd-frontend/semantic-graph/compositors.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/compositors.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 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 2f37d01..a02d751 100644 --- a/xsd-frontend/semantic-graph/element-group.cxx +++ b/xsd-frontend/semantic-graph/element-group.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/element-group.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 diff --git a/xsd-frontend/semantic-graph/element-group.hxx b/xsd-frontend/semantic-graph/element-group.hxx index 07b2ffb..ee7772c 100644 --- a/xsd-frontend/semantic-graph/element-group.hxx +++ b/xsd-frontend/semantic-graph/element-group.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/element-group.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 XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENT_GROUP_HXX diff --git a/xsd-frontend/semantic-graph/element.cxx b/xsd-frontend/semantic-graph/element.cxx index 3e31ce0..fb7d3a7 100644 --- a/xsd-frontend/semantic-graph/element.cxx +++ b/xsd-frontend/semantic-graph/element.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/element.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 diff --git a/xsd-frontend/semantic-graph/element.hxx b/xsd-frontend/semantic-graph/element.hxx index e2b0b40..0af164e 100644 --- a/xsd-frontend/semantic-graph/element.hxx +++ b/xsd-frontend/semantic-graph/element.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/element.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 XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENT_HXX diff --git a/xsd-frontend/semantic-graph/elements.cxx b/xsd-frontend/semantic-graph/elements.cxx index f243b68..fa48a9a 100644 --- a/xsd-frontend/semantic-graph/elements.cxx +++ b/xsd-frontend/semantic-graph/elements.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/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 diff --git a/xsd-frontend/semantic-graph/elements.hxx b/xsd-frontend/semantic-graph/elements.hxx index 9a91498..98fb180 100644 --- a/xsd-frontend/semantic-graph/elements.hxx +++ b/xsd-frontend/semantic-graph/elements.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/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 XSD_FRONTEND_SEMANTIC_GRAPH_ELEMENTS_HXX diff --git a/xsd-frontend/semantic-graph/enumeration.cxx b/xsd-frontend/semantic-graph/enumeration.cxx index edf1755..93bcf79 100644 --- a/xsd-frontend/semantic-graph/enumeration.cxx +++ b/xsd-frontend/semantic-graph/enumeration.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/enumeration.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 diff --git a/xsd-frontend/semantic-graph/enumeration.hxx b/xsd-frontend/semantic-graph/enumeration.hxx index 331987a..90a33d1 100644 --- a/xsd-frontend/semantic-graph/enumeration.hxx +++ b/xsd-frontend/semantic-graph/enumeration.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/enumeration.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 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 fd33df0..c336ab8 100644 --- a/xsd-frontend/semantic-graph/fundamental.cxx.m4 +++ b/xsd-frontend/semantic-graph/fundamental.cxx.m4 @@ -1,7 +1,7 @@ divert(-1) # file : xsd-frontend/semantic-graph/fundamental.cxx.m4 -# 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(`fundamental.m4') @@ -41,7 +41,7 @@ dnl dnl dnl // file : xsd-frontend/semantic-graph/fundamental.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 // 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 84f9327..52c9c89 100644 --- a/xsd-frontend/semantic-graph/fundamental.hxx.m4 +++ b/xsd-frontend/semantic-graph/fundamental.hxx.m4 @@ -1,7 +1,7 @@ divert(-1) # file : xsd-frontend/semantic-graph/fundamental.hxx.m4 -# 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(`fundamental.m4') @@ -24,7 +24,7 @@ dnl dnl dnl // file : xsd-frontend/semantic-graph/fundamental.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 // Note, that this file is automatically generated! diff --git a/xsd-frontend/semantic-graph/fundamental.m4 b/xsd-frontend/semantic-graph/fundamental.m4 index 4f4506d..b9243f7 100644 --- a/xsd-frontend/semantic-graph/fundamental.m4 +++ b/xsd-frontend/semantic-graph/fundamental.m4 @@ -1,5 +1,5 @@ # file : xsd-frontend/semantic-graph/fundamental.m4 -# 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 define(`upcase', `translit(`$*', `a-z', `A-Z')') diff --git a/xsd-frontend/semantic-graph/list.cxx b/xsd-frontend/semantic-graph/list.cxx index 17c18db..f62f617 100644 --- a/xsd-frontend/semantic-graph/list.cxx +++ b/xsd-frontend/semantic-graph/list.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/list.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 diff --git a/xsd-frontend/semantic-graph/list.hxx b/xsd-frontend/semantic-graph/list.hxx index a327cb2..d7f370f 100644 --- a/xsd-frontend/semantic-graph/list.hxx +++ b/xsd-frontend/semantic-graph/list.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/list.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 XSD_FRONTEND_SEMANTIC_GRAPH_LIST_HXX diff --git a/xsd-frontend/semantic-graph/namespace.cxx b/xsd-frontend/semantic-graph/namespace.cxx index eca3bbf..e33a892 100644 --- a/xsd-frontend/semantic-graph/namespace.cxx +++ b/xsd-frontend/semantic-graph/namespace.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/namespace.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 diff --git a/xsd-frontend/semantic-graph/namespace.hxx b/xsd-frontend/semantic-graph/namespace.hxx index 38d50d1..ccc9d61 100644 --- a/xsd-frontend/semantic-graph/namespace.hxx +++ b/xsd-frontend/semantic-graph/namespace.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/namespace.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 XSD_FRONTEND_SEMANTIC_GRAPH_NAMESPACE_HXX diff --git a/xsd-frontend/semantic-graph/particle.cxx b/xsd-frontend/semantic-graph/particle.cxx index 3d0b498..c3269e6 100644 --- a/xsd-frontend/semantic-graph/particle.cxx +++ b/xsd-frontend/semantic-graph/particle.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/particle.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 diff --git a/xsd-frontend/semantic-graph/particle.hxx b/xsd-frontend/semantic-graph/particle.hxx index c2f436e..a7f0755 100644 --- a/xsd-frontend/semantic-graph/particle.hxx +++ b/xsd-frontend/semantic-graph/particle.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/particle.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 XSD_FRONTEND_SEMANTIC_GRAPH_PARTICLE_HXX diff --git a/xsd-frontend/semantic-graph/schema.cxx b/xsd-frontend/semantic-graph/schema.cxx index 9396ead..d1cbf25 100644 --- a/xsd-frontend/semantic-graph/schema.cxx +++ b/xsd-frontend/semantic-graph/schema.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/schema.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 diff --git a/xsd-frontend/semantic-graph/schema.hxx b/xsd-frontend/semantic-graph/schema.hxx index 96b5dfc..803c870 100644 --- a/xsd-frontend/semantic-graph/schema.hxx +++ b/xsd-frontend/semantic-graph/schema.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/schema.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 XSD_FRONTEND_SEMANTIC_GRAPH_SCHEMA_HXX diff --git a/xsd-frontend/semantic-graph/union.cxx b/xsd-frontend/semantic-graph/union.cxx index eb51111..4e7436d 100644 --- a/xsd-frontend/semantic-graph/union.cxx +++ b/xsd-frontend/semantic-graph/union.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/union.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 diff --git a/xsd-frontend/semantic-graph/union.hxx b/xsd-frontend/semantic-graph/union.hxx index 036bcef..d7ba385 100644 --- a/xsd-frontend/semantic-graph/union.hxx +++ b/xsd-frontend/semantic-graph/union.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/semantic-graph/union.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 XSD_FRONTEND_SEMANTIC_GRAPH_UNION_HXX diff --git a/xsd-frontend/transformations/anonymous.cxx b/xsd-frontend/transformations/anonymous.cxx index 7a5eb15..1c42d98 100644 --- a/xsd-frontend/transformations/anonymous.cxx +++ b/xsd-frontend/transformations/anonymous.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/anonymous.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 diff --git a/xsd-frontend/transformations/anonymous.hxx b/xsd-frontend/transformations/anonymous.hxx index f671558..cafd187 100644 --- a/xsd-frontend/transformations/anonymous.hxx +++ b/xsd-frontend/transformations/anonymous.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/anonymous.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 XSD_FRONTEND_TRANSFORMATIONS_ANONYMOUS_HXX diff --git a/xsd-frontend/transformations/enum-synthesis.cxx b/xsd-frontend/transformations/enum-synthesis.cxx index 11e79b2..26ad16c 100644 --- a/xsd-frontend/transformations/enum-synthesis.cxx +++ b/xsd-frontend/transformations/enum-synthesis.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/enum-synthesis.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 diff --git a/xsd-frontend/transformations/enum-synthesis.hxx b/xsd-frontend/transformations/enum-synthesis.hxx index 15508ef..9f0f970 100644 --- a/xsd-frontend/transformations/enum-synthesis.hxx +++ b/xsd-frontend/transformations/enum-synthesis.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/enum-synthesis.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 XSD_FRONTEND_TRANSFORMATIONS_ENUM_SYNTHESIS_HXX diff --git a/xsd-frontend/transformations/restriction.cxx b/xsd-frontend/transformations/restriction.cxx index 5b0ee1e..edd74be 100644 --- a/xsd-frontend/transformations/restriction.cxx +++ b/xsd-frontend/transformations/restriction.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/restriction.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 diff --git a/xsd-frontend/transformations/restriction.hxx b/xsd-frontend/transformations/restriction.hxx index aeacd42..6d7410c 100644 --- a/xsd-frontend/transformations/restriction.hxx +++ b/xsd-frontend/transformations/restriction.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/restriction.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 XSD_FRONTEND_TRANSFORMATIONS_RESTRICTION_HXX diff --git a/xsd-frontend/transformations/schema-per-type.cxx b/xsd-frontend/transformations/schema-per-type.cxx index 6b98550..2fc14b5 100644 --- a/xsd-frontend/transformations/schema-per-type.cxx +++ b/xsd-frontend/transformations/schema-per-type.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/schema-per-type.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 // strcasecmp diff --git a/xsd-frontend/transformations/schema-per-type.hxx b/xsd-frontend/transformations/schema-per-type.hxx index b7707eb..8b6a69e 100644 --- a/xsd-frontend/transformations/schema-per-type.hxx +++ b/xsd-frontend/transformations/schema-per-type.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/schema-per-type.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 XSD_FRONTEND_TRANSFORMATIONS_SCHEMA_PER_TYPE_HXX diff --git a/xsd-frontend/transformations/simplifier.cxx b/xsd-frontend/transformations/simplifier.cxx index a44128c..9372a4a 100644 --- a/xsd-frontend/transformations/simplifier.cxx +++ b/xsd-frontend/transformations/simplifier.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/simplifier.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 diff --git a/xsd-frontend/transformations/simplifier.hxx b/xsd-frontend/transformations/simplifier.hxx index 58f1a24..674ee45 100644 --- a/xsd-frontend/transformations/simplifier.hxx +++ b/xsd-frontend/transformations/simplifier.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/transformations/simplifier.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 XSD_FRONTEND_TRANSFORMATIONS_SIMPLIFIER_HXX diff --git a/xsd-frontend/traversal.hxx b/xsd-frontend/traversal.hxx index 3f1d3b8..10190a1 100644 --- a/xsd-frontend/traversal.hxx +++ b/xsd-frontend/traversal.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal.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 XSD_FRONTEND_TRAVERSAL_HXX diff --git a/xsd-frontend/traversal/any-attribute.hxx b/xsd-frontend/traversal/any-attribute.hxx index 515d3aa..50655dd 100644 --- a/xsd-frontend/traversal/any-attribute.hxx +++ b/xsd-frontend/traversal/any-attribute.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/any-attribute.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 XSD_FRONTEND_TRAVERSAL_ANY_ATTRIBUTE_HXX diff --git a/xsd-frontend/traversal/any.hxx b/xsd-frontend/traversal/any.hxx index 7ecdb56..85a320d 100644 --- a/xsd-frontend/traversal/any.hxx +++ b/xsd-frontend/traversal/any.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/any.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 XSD_FRONTEND_TRAVERSAL_ANY_HXX diff --git a/xsd-frontend/traversal/attribute-group.cxx b/xsd-frontend/traversal/attribute-group.cxx index 8968b98..a40afd7 100644 --- a/xsd-frontend/traversal/attribute-group.cxx +++ b/xsd-frontend/traversal/attribute-group.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/attribute-group.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 diff --git a/xsd-frontend/traversal/attribute-group.hxx b/xsd-frontend/traversal/attribute-group.hxx index 555ac3f..03fee14 100644 --- a/xsd-frontend/traversal/attribute-group.hxx +++ b/xsd-frontend/traversal/attribute-group.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/attribute-group.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 XSD_FRONTEND_TRAVERSAL_ATTRIBUTE_GROUP_HXX diff --git a/xsd-frontend/traversal/attribute.cxx b/xsd-frontend/traversal/attribute.cxx index 80cfe66..e61eeb2 100644 --- a/xsd-frontend/traversal/attribute.cxx +++ b/xsd-frontend/traversal/attribute.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/attribute.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 diff --git a/xsd-frontend/traversal/attribute.hxx b/xsd-frontend/traversal/attribute.hxx index f55c70a..f3962e4 100644 --- a/xsd-frontend/traversal/attribute.hxx +++ b/xsd-frontend/traversal/attribute.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/attribute.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 XSD_FRONTEND_TRAVERSAL_ATTRIBUTE_HXX diff --git a/xsd-frontend/traversal/complex.cxx b/xsd-frontend/traversal/complex.cxx index b83ac0e..6e936ab 100644 --- a/xsd-frontend/traversal/complex.cxx +++ b/xsd-frontend/traversal/complex.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/complex.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 diff --git a/xsd-frontend/traversal/complex.hxx b/xsd-frontend/traversal/complex.hxx index e5dabd9..1f55730 100644 --- a/xsd-frontend/traversal/complex.hxx +++ b/xsd-frontend/traversal/complex.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/complex.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 XSD_FRONTEND_TRAVERSAL_COMPLEX_HXX diff --git a/xsd-frontend/traversal/compositors.cxx b/xsd-frontend/traversal/compositors.cxx index c12b8ce..f2b3dcd 100644 --- a/xsd-frontend/traversal/compositors.cxx +++ b/xsd-frontend/traversal/compositors.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/compositors.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 diff --git a/xsd-frontend/traversal/compositors.hxx b/xsd-frontend/traversal/compositors.hxx index a78f336..4761b99 100644 --- a/xsd-frontend/traversal/compositors.hxx +++ b/xsd-frontend/traversal/compositors.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/compositors.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 XSD_FRONTEND_TRAVERSAL_COMPOSITORS_HXX diff --git a/xsd-frontend/traversal/element-group.cxx b/xsd-frontend/traversal/element-group.cxx index bde6b06..0b253dd 100644 --- a/xsd-frontend/traversal/element-group.cxx +++ b/xsd-frontend/traversal/element-group.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/element-group.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 diff --git a/xsd-frontend/traversal/element-group.hxx b/xsd-frontend/traversal/element-group.hxx index 1002f74..df13b26 100644 --- a/xsd-frontend/traversal/element-group.hxx +++ b/xsd-frontend/traversal/element-group.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/element-group.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 XSD_FRONTEND_TRAVERSAL_ELEMENT_GROUP_HXX diff --git a/xsd-frontend/traversal/element.cxx b/xsd-frontend/traversal/element.cxx index c41c44a..efdb0a6 100644 --- a/xsd-frontend/traversal/element.cxx +++ b/xsd-frontend/traversal/element.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/element.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 diff --git a/xsd-frontend/traversal/element.hxx b/xsd-frontend/traversal/element.hxx index 19b8803..e1af29a 100644 --- a/xsd-frontend/traversal/element.hxx +++ b/xsd-frontend/traversal/element.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/element.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 XSD_FRONTEND_TRAVERSAL_ELEMENT_HXX diff --git a/xsd-frontend/traversal/elements.cxx b/xsd-frontend/traversal/elements.cxx index 5a7d385..e64e3b9 100644 --- a/xsd-frontend/traversal/elements.cxx +++ b/xsd-frontend/traversal/elements.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/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 diff --git a/xsd-frontend/traversal/elements.hxx b/xsd-frontend/traversal/elements.hxx index 90d76de..bd1dd70 100644 --- a/xsd-frontend/traversal/elements.hxx +++ b/xsd-frontend/traversal/elements.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/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 XSD_FRONTEND_TRAVERSAL_ELEMENTS_HXX diff --git a/xsd-frontend/traversal/elements.txx b/xsd-frontend/traversal/elements.txx index 1a67ed7..5b1aec0 100644 --- a/xsd-frontend/traversal/elements.txx +++ b/xsd-frontend/traversal/elements.txx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/elements.txx -// 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 namespace XSDFrontend diff --git a/xsd-frontend/traversal/enumeration.cxx b/xsd-frontend/traversal/enumeration.cxx index c18df6c..124606f 100644 --- a/xsd-frontend/traversal/enumeration.cxx +++ b/xsd-frontend/traversal/enumeration.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/enumeration.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 diff --git a/xsd-frontend/traversal/enumeration.hxx b/xsd-frontend/traversal/enumeration.hxx index da00003..960b11c 100644 --- a/xsd-frontend/traversal/enumeration.hxx +++ b/xsd-frontend/traversal/enumeration.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/enumeration.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 XSD_FRONTEND_TRAVERSAL_ENUMERATION_HXX diff --git a/xsd-frontend/traversal/fundamental.cxx b/xsd-frontend/traversal/fundamental.cxx index 1bcb5ab..5202adf 100644 --- a/xsd-frontend/traversal/fundamental.cxx +++ b/xsd-frontend/traversal/fundamental.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/fundamental.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 diff --git a/xsd-frontend/traversal/fundamental.hxx b/xsd-frontend/traversal/fundamental.hxx index ee1f0e6..0b771cd 100644 --- a/xsd-frontend/traversal/fundamental.hxx +++ b/xsd-frontend/traversal/fundamental.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/fundamental.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 XSD_FRONTEND_TRAVERSAL_FUNDAMENTAL_HXX diff --git a/xsd-frontend/traversal/list.cxx b/xsd-frontend/traversal/list.cxx index 5e291db..9241af1 100644 --- a/xsd-frontend/traversal/list.cxx +++ b/xsd-frontend/traversal/list.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/list.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 diff --git a/xsd-frontend/traversal/list.hxx b/xsd-frontend/traversal/list.hxx index 32be2f2..06aa154 100644 --- a/xsd-frontend/traversal/list.hxx +++ b/xsd-frontend/traversal/list.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/list.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 XSD_FRONTEND_TRAVERSAL_LIST_HXX diff --git a/xsd-frontend/traversal/namespace.cxx b/xsd-frontend/traversal/namespace.cxx index 5987be9..fbf1105 100644 --- a/xsd-frontend/traversal/namespace.cxx +++ b/xsd-frontend/traversal/namespace.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/namespace.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 diff --git a/xsd-frontend/traversal/namespace.hxx b/xsd-frontend/traversal/namespace.hxx index 7f2c127..0dd0901 100644 --- a/xsd-frontend/traversal/namespace.hxx +++ b/xsd-frontend/traversal/namespace.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/namespace.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 XSD_FRONTEND_TRAVERSAL_NAMESPACE_HXX diff --git a/xsd-frontend/traversal/particle.cxx b/xsd-frontend/traversal/particle.cxx index fbdf7b9..1dd0ce0 100644 --- a/xsd-frontend/traversal/particle.cxx +++ b/xsd-frontend/traversal/particle.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/particle.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 diff --git a/xsd-frontend/traversal/particle.hxx b/xsd-frontend/traversal/particle.hxx index a34dd69..5346ae9 100644 --- a/xsd-frontend/traversal/particle.hxx +++ b/xsd-frontend/traversal/particle.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/particle.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 XSD_FRONTEND_TRAVERSAL_PARTICLE_HXX diff --git a/xsd-frontend/traversal/schema.cxx b/xsd-frontend/traversal/schema.cxx index 53a3927..090e964 100644 --- a/xsd-frontend/traversal/schema.cxx +++ b/xsd-frontend/traversal/schema.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/schema.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 diff --git a/xsd-frontend/traversal/schema.hxx b/xsd-frontend/traversal/schema.hxx index 81d8f8b..a38ddfd 100644 --- a/xsd-frontend/traversal/schema.hxx +++ b/xsd-frontend/traversal/schema.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/schema.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 XSD_FRONTEND_TRAVERSAL_SCHEMA_HXX diff --git a/xsd-frontend/traversal/union.cxx b/xsd-frontend/traversal/union.cxx index 5c1430a..fe8f7d0 100644 --- a/xsd-frontend/traversal/union.cxx +++ b/xsd-frontend/traversal/union.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/union.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 diff --git a/xsd-frontend/traversal/union.hxx b/xsd-frontend/traversal/union.hxx index c1ba3e4..8012036 100644 --- a/xsd-frontend/traversal/union.hxx +++ b/xsd-frontend/traversal/union.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/traversal/union.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 XSD_FRONTEND_TRAVERSAL_UNION_HXX diff --git a/xsd-frontend/types.cxx b/xsd-frontend/types.cxx index 1568770..49faf92 100644 --- a/xsd-frontend/types.cxx +++ b/xsd-frontend/types.cxx @@ -1,5 +1,5 @@ // file : xsd-frontend/types.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 // std::mbstowcs diff --git a/xsd-frontend/types.hxx b/xsd-frontend/types.hxx index 9ab44f1..0cd1ad1 100644 --- a/xsd-frontend/types.hxx +++ b/xsd-frontend/types.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/types.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 XSD_FRONTEND_TYPES_HXX diff --git a/xsd-frontend/version.hxx b/xsd-frontend/version.hxx index 41fb037..fa6d1de 100644 --- a/xsd-frontend/version.hxx +++ b/xsd-frontend/version.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/version.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 XSD_FRONTEND_VERSION_HXX diff --git a/xsd-frontend/xml.hxx b/xsd-frontend/xml.hxx index 14e854f..d33f6bf 100644 --- a/xsd-frontend/xml.hxx +++ b/xsd-frontend/xml.hxx @@ -1,5 +1,5 @@ // file : xsd-frontend/xml.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 XSD_FRONTEND_XML_HXX -- cgit v1.1