From 061b59ec50c40e8757c5e9237f45a2c7ade36d62 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2020 17:58:11 +0300 Subject: Drop copyright notice from source code --- build/bootstrap.make | 1 - build/export/libxsd-frontend/stub.make | 1 - build/import/libcutl/configuration-rules.make | 1 - build/import/libcutl/configure | 1 - build/import/libcutl/stub.make | 1 - build/import/libxerces-c/configuration-rules.make | 1 - build/import/libxerces-c/configure | 1 - build/import/libxerces-c/rules.make | 1 - build/import/libxerces-c/stub.make | 1 - build/import/libxsd-frontend/configuration-rules.make | 1 - build/import/libxsd-frontend/configure | 1 - build/import/libxsd-frontend/stub.make | 1 - makefile | 1 - tests/dump/driver.cxx | 1 - tests/dump/makefile | 1 - tests/makefile | 1 - tests/schema/annotation/makefile | 1 - tests/schema/anonymous/makefile | 1 - tests/schema/attribute-group/makefile | 1 - tests/schema/default/makefile | 1 - tests/schema/element-group/makefile | 1 - tests/schema/enumeration/makefile | 1 - tests/schema/makefile | 1 - tests/schema/union/makefile | 1 - xsd-frontend/generators/dependencies.cxx | 1 - xsd-frontend/generators/dependencies.hxx | 1 - xsd-frontend/makefile | 1 - xsd-frontend/parser.cxx | 1 - xsd-frontend/parser.hxx | 1 - xsd-frontend/schema-dom-parser.cxx | 1 - xsd-frontend/schema-dom-parser.hxx | 1 - xsd-frontend/semantic-graph.hxx | 1 - xsd-frontend/semantic-graph/annotation.cxx | 1 - xsd-frontend/semantic-graph/annotation.hxx | 1 - xsd-frontend/semantic-graph/any-attribute.cxx | 1 - xsd-frontend/semantic-graph/any-attribute.hxx | 1 - xsd-frontend/semantic-graph/any.cxx | 1 - xsd-frontend/semantic-graph/any.hxx | 1 - xsd-frontend/semantic-graph/attribute-group.cxx | 1 - xsd-frontend/semantic-graph/attribute-group.hxx | 1 - xsd-frontend/semantic-graph/attribute.cxx | 1 - xsd-frontend/semantic-graph/attribute.hxx | 1 - xsd-frontend/semantic-graph/complex.cxx | 1 - xsd-frontend/semantic-graph/complex.hxx | 1 - xsd-frontend/semantic-graph/compositors.cxx | 1 - xsd-frontend/semantic-graph/compositors.hxx | 1 - xsd-frontend/semantic-graph/element-group.cxx | 1 - xsd-frontend/semantic-graph/element-group.hxx | 1 - xsd-frontend/semantic-graph/element.cxx | 1 - xsd-frontend/semantic-graph/element.hxx | 1 - xsd-frontend/semantic-graph/elements.cxx | 1 - xsd-frontend/semantic-graph/elements.hxx | 1 - xsd-frontend/semantic-graph/enumeration.cxx | 1 - xsd-frontend/semantic-graph/enumeration.hxx | 1 - xsd-frontend/semantic-graph/fundamental.cxx.m4 | 2 -- xsd-frontend/semantic-graph/fundamental.hxx.m4 | 2 -- xsd-frontend/semantic-graph/fundamental.m4 | 1 - xsd-frontend/semantic-graph/list.cxx | 1 - xsd-frontend/semantic-graph/list.hxx | 1 - xsd-frontend/semantic-graph/namespace.cxx | 1 - xsd-frontend/semantic-graph/namespace.hxx | 1 - xsd-frontend/semantic-graph/particle.cxx | 1 - xsd-frontend/semantic-graph/particle.hxx | 1 - xsd-frontend/semantic-graph/schema.cxx | 1 - xsd-frontend/semantic-graph/schema.hxx | 1 - xsd-frontend/semantic-graph/union.cxx | 1 - xsd-frontend/semantic-graph/union.hxx | 1 - xsd-frontend/transformations/anonymous.cxx | 1 - xsd-frontend/transformations/anonymous.hxx | 1 - xsd-frontend/transformations/enum-synthesis.cxx | 1 - xsd-frontend/transformations/enum-synthesis.hxx | 1 - xsd-frontend/transformations/restriction.cxx | 1 - xsd-frontend/transformations/restriction.hxx | 1 - xsd-frontend/transformations/schema-per-type.cxx | 1 - xsd-frontend/transformations/schema-per-type.hxx | 1 - xsd-frontend/transformations/simplifier.cxx | 1 - xsd-frontend/transformations/simplifier.hxx | 1 - xsd-frontend/traversal.hxx | 1 - xsd-frontend/traversal/any-attribute.hxx | 1 - xsd-frontend/traversal/any.hxx | 1 - xsd-frontend/traversal/attribute-group.cxx | 1 - xsd-frontend/traversal/attribute-group.hxx | 1 - xsd-frontend/traversal/attribute.cxx | 1 - xsd-frontend/traversal/attribute.hxx | 1 - xsd-frontend/traversal/complex.cxx | 1 - xsd-frontend/traversal/complex.hxx | 1 - xsd-frontend/traversal/compositors.cxx | 1 - xsd-frontend/traversal/compositors.hxx | 1 - xsd-frontend/traversal/element-group.cxx | 1 - xsd-frontend/traversal/element-group.hxx | 1 - xsd-frontend/traversal/element.cxx | 1 - xsd-frontend/traversal/element.hxx | 1 - xsd-frontend/traversal/elements.cxx | 1 - xsd-frontend/traversal/elements.hxx | 1 - xsd-frontend/traversal/elements.txx | 1 - xsd-frontend/traversal/enumeration.cxx | 1 - xsd-frontend/traversal/enumeration.hxx | 1 - xsd-frontend/traversal/fundamental.cxx | 1 - xsd-frontend/traversal/fundamental.hxx | 1 - xsd-frontend/traversal/list.cxx | 1 - xsd-frontend/traversal/list.hxx | 1 - xsd-frontend/traversal/namespace.cxx | 1 - xsd-frontend/traversal/namespace.hxx | 1 - xsd-frontend/traversal/particle.cxx | 1 - xsd-frontend/traversal/particle.hxx | 1 - xsd-frontend/traversal/schema.cxx | 1 - xsd-frontend/traversal/schema.hxx | 1 - xsd-frontend/traversal/union.cxx | 1 - xsd-frontend/traversal/union.hxx | 1 - xsd-frontend/types.cxx | 1 - xsd-frontend/types.hxx | 1 - xsd-frontend/version.hxx | 1 - xsd-frontend/xml.hxx | 1 - 113 files changed, 115 deletions(-) diff --git a/build/bootstrap.make b/build/bootstrap.make index 6983cdd..16014f0 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,4 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2005-2017 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 9f3fc51..4ba6ae4 100644 --- a/build/export/libxsd-frontend/stub.make +++ b/build/export/libxsd-frontend/stub.make @@ -1,5 +1,4 @@ # file : build/import/libxsd-frontend/stub.make -# copyright : Copyright (c) 2005-2017 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/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index b9fcabc..4559510 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/configuration-rules.make -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index 8adb631..5c182e2 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libcutl/configure -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/libcutl/stub.make b/build/import/libcutl/stub.make index 1ec4716..11876f2 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,5 +1,4 @@ # file : build/import/libcutl/stub.make -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libxerces-c/configuration-rules.make b/build/import/libxerces-c/configuration-rules.make index 995e6bd..bda0a59 100644 --- a/build/import/libxerces-c/configuration-rules.make +++ b/build/import/libxerces-c/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libxerces-c/configuration-rules.make -# copyright : Copyright (c) 2005-2009 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libxerces-c/configuration-dynamic.make: | $(dcf_root)/import/libxerces-c/. diff --git a/build/import/libxerces-c/configure b/build/import/libxerces-c/configure index 45cd3da..3db09e5 100755 --- a/build/import/libxerces-c/configure +++ b/build/import/libxerces-c/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libxerces-c/configure -# copyright : Copyright (c) 2005-2009 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libxerces-c/rules.make b/build/import/libxerces-c/rules.make index 21ac145..b094d22 100644 --- a/build/import/libxerces-c/rules.make +++ b/build/import/libxerces-c/rules.make @@ -1,5 +1,4 @@ # file : build/import/libxerces-c/rules.make -# copyright : Copyright (c) 2005-2009 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libxerces-c/%: root := $(libxerces_c_root) diff --git a/build/import/libxerces-c/stub.make b/build/import/libxerces-c/stub.make index 745200d..f5bb440 100644 --- a/build/import/libxerces-c/stub.make +++ b/build/import/libxerces-c/stub.make @@ -1,5 +1,4 @@ # file : build/import/libxerces-c/stub.make -# copyright : Copyright (c) 2005-2009 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libxerces-c/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libxsd-frontend/configuration-rules.make b/build/import/libxsd-frontend/configuration-rules.make index 22224d8..b0b16e5 100644 --- a/build/import/libxsd-frontend/configuration-rules.make +++ b/build/import/libxsd-frontend/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libxsd-frontend/configuration-rules.make -# copyright : Copyright (c) 2005-2017 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 50d23df..1908830 100755 --- a/build/import/libxsd-frontend/configure +++ b/build/import/libxsd-frontend/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libxsd-frontend/configure -# copyright : Copyright (c) 2005-2017 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 16e8085..9bf00e5 100644 --- a/build/import/libxsd-frontend/stub.make +++ b/build/import/libxsd-frontend/stub.make @@ -1,5 +1,4 @@ # file : build/import/libxsd-frontend/stub.make -# copyright : Copyright (c) 2005-2017 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 d712723..a960b42 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ # file : makefile -# copyright : Copyright (c) 2005-2017 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 cd3da19..dc87d59 100644 --- a/tests/dump/driver.cxx +++ b/tests/dump/driver.cxx @@ -1,5 +1,4 @@ // file : tests/dump/driver.cxx -// copyright : Copyright (c) 2006-2017 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 a3d460f..18f18de 100644 --- a/tests/dump/makefile +++ b/tests/dump/makefile @@ -1,5 +1,4 @@ # file : tests/dump/makefile -# copyright : Copyright (c) 2006-2017 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 6bc10e5..103accf 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,4 @@ # file : tests/makefile -# copyright : Copyright (c) 2006-2017 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 76782eb..8c3d805 100644 --- a/tests/schema/annotation/makefile +++ b/tests/schema/annotation/makefile @@ -1,5 +1,4 @@ # file : tests/schema/annotation/makefile -# copyright : Copyright (c) 2006-2017 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 a8fcc23..345bf11 100644 --- a/tests/schema/anonymous/makefile +++ b/tests/schema/anonymous/makefile @@ -1,5 +1,4 @@ # file : tests/schema/annotation/makefile -# copyright : Copyright (c) 2006-2017 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 4153ec8..2caa99f 100644 --- a/tests/schema/attribute-group/makefile +++ b/tests/schema/attribute-group/makefile @@ -1,5 +1,4 @@ # file : tests/schema/attribute-group/makefile -# copyright : Copyright (c) 2006-2017 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 d66f087..3f5f31e 100644 --- a/tests/schema/default/makefile +++ b/tests/schema/default/makefile @@ -1,5 +1,4 @@ # file : tests/schema/default/makefile -# copyright : Copyright (c) 2006-2017 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 e302dbd..41c9afe 100644 --- a/tests/schema/element-group/makefile +++ b/tests/schema/element-group/makefile @@ -1,5 +1,4 @@ # file : tests/schema/element-group/makefile -# copyright : Copyright (c) 2006-2017 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 148a0d2..8981773 100644 --- a/tests/schema/enumeration/makefile +++ b/tests/schema/enumeration/makefile @@ -1,5 +1,4 @@ # file : tests/schema/enumeration/makefile -# copyright : Copyright (c) 2006-2017 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 9e492e4..b2c2fc3 100644 --- a/tests/schema/makefile +++ b/tests/schema/makefile @@ -1,5 +1,4 @@ # file : tests/schema -# copyright : Copyright (c) 2006-2017 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 4c4dbfa..a8a1ca6 100644 --- a/tests/schema/union/makefile +++ b/tests/schema/union/makefile @@ -1,5 +1,4 @@ # file : tests/schema/union/makefile -# copyright : Copyright (c) 2006-2017 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 a2fe642..b210b23 100644 --- a/xsd-frontend/generators/dependencies.cxx +++ b/xsd-frontend/generators/dependencies.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/generators/dependencies.cxx -// copyright : Copyright (c) 2006-2017 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 158cee9..534cb4c 100644 --- a/xsd-frontend/generators/dependencies.hxx +++ b/xsd-frontend/generators/dependencies.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/generators/dependencies.hxx -// copyright : Copyright (c) 2006-2017 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 f199bb8..9e955fa 100644 --- a/xsd-frontend/makefile +++ b/xsd-frontend/makefile @@ -1,5 +1,4 @@ # file : xsd-frontend/makefile -# copyright : Copyright (c) 2005-2017 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 36693df..58c1f34 100644 --- a/xsd-frontend/parser.cxx +++ b/xsd-frontend/parser.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/parser.cxx -// copyright : Copyright (c) 2005-2017 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 feb3588..35a7a53 100644 --- a/xsd-frontend/parser.hxx +++ b/xsd-frontend/parser.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/parser.hxx -// copyright : Copyright (c) 2005-2017 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 477a317..fc99add 100644 --- a/xsd-frontend/schema-dom-parser.cxx +++ b/xsd-frontend/schema-dom-parser.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/schema-dom-parser.cxx -// copyright : Copyright (c) 2005-2017 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 9b4b14c..9e6a349 100644 --- a/xsd-frontend/schema-dom-parser.hxx +++ b/xsd-frontend/schema-dom-parser.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/schema-dom-parser.hxx -// copyright : Copyright (c) 2005-2017 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 4bf9b5d..ad3aaa0 100644 --- a/xsd-frontend/semantic-graph.hxx +++ b/xsd-frontend/semantic-graph.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/semantic-graph.hxx -// copyright : Copyright (c) 2005-2017 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 diff --git a/xsd-frontend/transformations/anonymous.cxx b/xsd-frontend/transformations/anonymous.cxx index a65a434..7b3e86d 100644 --- a/xsd-frontend/transformations/anonymous.cxx +++ b/xsd-frontend/transformations/anonymous.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/anonymous.cxx -// copyright : Copyright (c) 2006-2017 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 7d3f2de..fcdf880 100644 --- a/xsd-frontend/transformations/anonymous.hxx +++ b/xsd-frontend/transformations/anonymous.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/anonymous.hxx -// copyright : Copyright (c) 2006-2017 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 b8e2815..41b668b 100644 --- a/xsd-frontend/transformations/enum-synthesis.cxx +++ b/xsd-frontend/transformations/enum-synthesis.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/enum-synthesis.cxx -// copyright : Copyright (c) 2006-2017 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 33b180c..c224b47 100644 --- a/xsd-frontend/transformations/enum-synthesis.hxx +++ b/xsd-frontend/transformations/enum-synthesis.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/enum-synthesis.hxx -// copyright : Copyright (c) 2006-2017 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 edfa423..ade1a22 100644 --- a/xsd-frontend/transformations/restriction.cxx +++ b/xsd-frontend/transformations/restriction.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/restriction.cxx -// copyright : Copyright (c) 2006-2017 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 e77e7d2..293904d 100644 --- a/xsd-frontend/transformations/restriction.hxx +++ b/xsd-frontend/transformations/restriction.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/restriction.hxx -// copyright : Copyright (c) 2006-2017 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 7fecc3f..d8c8e3c 100644 --- a/xsd-frontend/transformations/schema-per-type.cxx +++ b/xsd-frontend/transformations/schema-per-type.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/schema-per-type.cxx -// copyright : Copyright (c) 2006-2017 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 1f91735..8fb5ac1 100644 --- a/xsd-frontend/transformations/schema-per-type.hxx +++ b/xsd-frontend/transformations/schema-per-type.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/schema-per-type.hxx -// copyright : Copyright (c) 2006-2017 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 3e26880..e9b65c2 100644 --- a/xsd-frontend/transformations/simplifier.cxx +++ b/xsd-frontend/transformations/simplifier.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/simplifier.cxx -// copyright : Copyright (c) 2006-2017 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 77c86ad..d010e6b 100644 --- a/xsd-frontend/transformations/simplifier.hxx +++ b/xsd-frontend/transformations/simplifier.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/transformations/simplifier.hxx -// copyright : Copyright (c) 2006-2017 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 052dba6..545119d 100644 --- a/xsd-frontend/traversal.hxx +++ b/xsd-frontend/traversal.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal.hxx -// copyright : Copyright (c) 2005-2017 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 63ff802..86bc965 100644 --- a/xsd-frontend/traversal/any-attribute.hxx +++ b/xsd-frontend/traversal/any-attribute.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/any-attribute.hxx -// copyright : Copyright (c) 2005-2017 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 2122c4e..cd14971 100644 --- a/xsd-frontend/traversal/any.hxx +++ b/xsd-frontend/traversal/any.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/any.hxx -// copyright : Copyright (c) 2005-2017 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 430878d..8d362c2 100644 --- a/xsd-frontend/traversal/attribute-group.cxx +++ b/xsd-frontend/traversal/attribute-group.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/attribute-group.cxx -// copyright : Copyright (c) 2006-2017 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 44ae82f..f18856c 100644 --- a/xsd-frontend/traversal/attribute-group.hxx +++ b/xsd-frontend/traversal/attribute-group.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/attribute-group.hxx -// copyright : Copyright (c) 2006-2017 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 0ab0709..238f471 100644 --- a/xsd-frontend/traversal/attribute.cxx +++ b/xsd-frontend/traversal/attribute.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/attribute.cxx -// copyright : Copyright (c) 2005-2017 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 8dbbd7f..23a866f 100644 --- a/xsd-frontend/traversal/attribute.hxx +++ b/xsd-frontend/traversal/attribute.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/attribute.hxx -// copyright : Copyright (c) 2005-2017 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 2feebef..93c145c 100644 --- a/xsd-frontend/traversal/complex.cxx +++ b/xsd-frontend/traversal/complex.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/complex.cxx -// copyright : Copyright (c) 2005-2017 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 8e64c58..6a23342 100644 --- a/xsd-frontend/traversal/complex.hxx +++ b/xsd-frontend/traversal/complex.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/complex.hxx -// copyright : Copyright (c) 2005-2017 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 37cd96d..01566c1 100644 --- a/xsd-frontend/traversal/compositors.cxx +++ b/xsd-frontend/traversal/compositors.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/compositors.cxx -// copyright : Copyright (c) 2006-2017 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 280f55c..16d1632 100644 --- a/xsd-frontend/traversal/compositors.hxx +++ b/xsd-frontend/traversal/compositors.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/compositors.hxx -// copyright : Copyright (c) 2006-2017 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 43b0d46..c53c097 100644 --- a/xsd-frontend/traversal/element-group.cxx +++ b/xsd-frontend/traversal/element-group.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/element-group.cxx -// copyright : Copyright (c) 2006-2017 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 67032fb..55d6fec 100644 --- a/xsd-frontend/traversal/element-group.hxx +++ b/xsd-frontend/traversal/element-group.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/element-group.hxx -// copyright : Copyright (c) 2006-2017 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 64c9f24..d3ac7dd 100644 --- a/xsd-frontend/traversal/element.cxx +++ b/xsd-frontend/traversal/element.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/element.cxx -// copyright : Copyright (c) 2005-2017 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 f0d59db..4d00e3b 100644 --- a/xsd-frontend/traversal/element.hxx +++ b/xsd-frontend/traversal/element.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/element.hxx -// copyright : Copyright (c) 2005-2017 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 3981ecc..b6905d5 100644 --- a/xsd-frontend/traversal/elements.cxx +++ b/xsd-frontend/traversal/elements.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/elements.cxx -// copyright : Copyright (c) 2005-2017 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 b92f70e..25cb2f0 100644 --- a/xsd-frontend/traversal/elements.hxx +++ b/xsd-frontend/traversal/elements.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/elements.hxx -// copyright : Copyright (c) 2005-2017 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 cc5dd4b..7d78c6c 100644 --- a/xsd-frontend/traversal/elements.txx +++ b/xsd-frontend/traversal/elements.txx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/elements.txx -// copyright : Copyright (c) 2005-2017 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 ab0853a..b7fb398 100644 --- a/xsd-frontend/traversal/enumeration.cxx +++ b/xsd-frontend/traversal/enumeration.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/enumeration.cxx -// copyright : Copyright (c) 2005-2017 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 4b22c15..8f1e58b 100644 --- a/xsd-frontend/traversal/enumeration.hxx +++ b/xsd-frontend/traversal/enumeration.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/enumeration.hxx -// copyright : Copyright (c) 2005-2017 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 3f57e04..d3e7e3e 100644 --- a/xsd-frontend/traversal/fundamental.cxx +++ b/xsd-frontend/traversal/fundamental.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/fundamental.cxx -// copyright : Copyright (c) 2005-2017 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 431430e..9d9f98a 100644 --- a/xsd-frontend/traversal/fundamental.hxx +++ b/xsd-frontend/traversal/fundamental.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/fundamental.hxx -// copyright : Copyright (c) 2005-2017 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 8531142..908d0cb 100644 --- a/xsd-frontend/traversal/list.cxx +++ b/xsd-frontend/traversal/list.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/list.cxx -// copyright : Copyright (c) 2005-2017 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 738ebdc..02bcf5b 100644 --- a/xsd-frontend/traversal/list.hxx +++ b/xsd-frontend/traversal/list.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/list.hxx -// copyright : Copyright (c) 2005-2017 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 50602d9..2eafb93 100644 --- a/xsd-frontend/traversal/namespace.cxx +++ b/xsd-frontend/traversal/namespace.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/namespace.cxx -// copyright : Copyright (c) 2005-2017 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 3f17751..5c1a54f 100644 --- a/xsd-frontend/traversal/namespace.hxx +++ b/xsd-frontend/traversal/namespace.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/namespace.hxx -// copyright : Copyright (c) 2005-2017 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 5ced30f..97784b4 100644 --- a/xsd-frontend/traversal/particle.cxx +++ b/xsd-frontend/traversal/particle.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/particle.cxx -// copyright : Copyright (c) 2006-2017 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 04f92a7..0f97d6e 100644 --- a/xsd-frontend/traversal/particle.hxx +++ b/xsd-frontend/traversal/particle.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/particle.hxx -// copyright : Copyright (c) 2006-2017 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 9c9d9fe..a43009b 100644 --- a/xsd-frontend/traversal/schema.cxx +++ b/xsd-frontend/traversal/schema.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/schema.cxx -// copyright : Copyright (c) 2005-2017 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 727a0f2..79505fe 100644 --- a/xsd-frontend/traversal/schema.hxx +++ b/xsd-frontend/traversal/schema.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/schema.hxx -// copyright : Copyright (c) 2005-2017 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 81dc03c..9656746 100644 --- a/xsd-frontend/traversal/union.cxx +++ b/xsd-frontend/traversal/union.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/union.cxx -// copyright : Copyright (c) 2005-2017 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 5cda50e..766ddd5 100644 --- a/xsd-frontend/traversal/union.hxx +++ b/xsd-frontend/traversal/union.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/traversal/union.hxx -// copyright : Copyright (c) 2005-2017 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 dc1b150..b4a8cc9 100644 --- a/xsd-frontend/types.cxx +++ b/xsd-frontend/types.cxx @@ -1,5 +1,4 @@ // file : xsd-frontend/types.cxx -// copyright : Copyright (c) 2005-2017 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 cfc66eb..6683bf9 100644 --- a/xsd-frontend/types.hxx +++ b/xsd-frontend/types.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/types.hxx -// copyright : Copyright (c) 2005-2017 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 2e0b9be..dfe35bc 100644 --- a/xsd-frontend/version.hxx +++ b/xsd-frontend/version.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/version.hxx -// copyright : Copyright (c) 2005-2017 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 bcfe225..828f94e 100644 --- a/xsd-frontend/xml.hxx +++ b/xsd-frontend/xml.hxx @@ -1,5 +1,4 @@ // file : xsd-frontend/xml.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_FRONTEND_XML_HXX -- cgit v1.1