From 4bbabb3f78ab943c1fecbed08b1920db9609bc34 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:38:31 +0200 Subject: Update copyright --- 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/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.hxx | 2 +- xsd-frontend/xml.hxx | 2 +- 83 files changed, 85 insertions(+), 85 deletions(-) (limited to 'xsd-frontend') diff --git a/xsd-frontend/makefile b/xsd-frontend/makefile index 6e88369..e0526ab 100644 --- a/xsd-frontend/makefile +++ b/xsd-frontend/makefile @@ -1,6 +1,6 @@ # file : xsd-frontend/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 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 363def4..bcdf0a6 100644 --- a/xsd-frontend/parser.cxx +++ b/xsd-frontend/parser.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 3b6c6dd..ac0ff4d 100644 --- a/xsd-frontend/parser.hxx +++ b/xsd-frontend/parser.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 ced1170..452980c 100644 --- a/xsd-frontend/schema-dom-parser.cxx +++ b/xsd-frontend/schema-dom-parser.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/schema-dom-parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 fb73006..7571677 100644 --- a/xsd-frontend/schema-dom-parser.hxx +++ b/xsd-frontend/schema-dom-parser.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/schema-dom-parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 3a6c903..bee17fc 100644 --- a/xsd-frontend/semantic-graph.hxx +++ b/xsd-frontend/semantic-graph.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 bcd96e0..22793f7 100644 --- a/xsd-frontend/semantic-graph/annotation.cxx +++ b/xsd-frontend/semantic-graph/annotation.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/annotation.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 49017be..661ac72 100644 --- a/xsd-frontend/semantic-graph/annotation.hxx +++ b/xsd-frontend/semantic-graph/annotation.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/annotation.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 3883549..86b327f 100644 --- a/xsd-frontend/semantic-graph/any-attribute.cxx +++ b/xsd-frontend/semantic-graph/any-attribute.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/any-attribute.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 a24e209..bc8c512 100644 --- a/xsd-frontend/semantic-graph/any-attribute.hxx +++ b/xsd-frontend/semantic-graph/any-attribute.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/any-attribute.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 43d9532..dd433fd 100644 --- a/xsd-frontend/semantic-graph/any.cxx +++ b/xsd-frontend/semantic-graph/any.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/any.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 0f0607e..ded9bd8 100644 --- a/xsd-frontend/semantic-graph/any.hxx +++ b/xsd-frontend/semantic-graph/any.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/any.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 d1bec6f..54bb5df 100644 --- a/xsd-frontend/semantic-graph/attribute-group.cxx +++ b/xsd-frontend/semantic-graph/attribute-group.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/attribute-group.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 3b2fb78..44739f2 100644 --- a/xsd-frontend/semantic-graph/attribute-group.hxx +++ b/xsd-frontend/semantic-graph/attribute-group.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/attribute-group.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 3c028bb..2e30d4e 100644 --- a/xsd-frontend/semantic-graph/attribute.cxx +++ b/xsd-frontend/semantic-graph/attribute.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/attribute.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 08f08bf..ecfd312 100644 --- a/xsd-frontend/semantic-graph/attribute.hxx +++ b/xsd-frontend/semantic-graph/attribute.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/attribute.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 2f0a8b1..0cc265f 100644 --- a/xsd-frontend/semantic-graph/complex.cxx +++ b/xsd-frontend/semantic-graph/complex.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/complex.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 9b70db8..7d4b650 100644 --- a/xsd-frontend/semantic-graph/complex.hxx +++ b/xsd-frontend/semantic-graph/complex.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/complex.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 16c7258..08953bc 100644 --- a/xsd-frontend/semantic-graph/compositors.cxx +++ b/xsd-frontend/semantic-graph/compositors.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/compositor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 48f9c26..90a95b8 100644 --- a/xsd-frontend/semantic-graph/compositors.hxx +++ b/xsd-frontend/semantic-graph/compositors.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/compositors.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 a21341e..0e71aa6 100644 --- a/xsd-frontend/semantic-graph/element-group.cxx +++ b/xsd-frontend/semantic-graph/element-group.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/element-group.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 00dea2e..49ed93c 100644 --- a/xsd-frontend/semantic-graph/element-group.hxx +++ b/xsd-frontend/semantic-graph/element-group.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/element-group.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 fc6ffdd..1d8cda5 100644 --- a/xsd-frontend/semantic-graph/element.cxx +++ b/xsd-frontend/semantic-graph/element.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/element.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 8f108e3..91df308 100644 --- a/xsd-frontend/semantic-graph/element.hxx +++ b/xsd-frontend/semantic-graph/element.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/element.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 f092f85..6a4fa52 100644 --- a/xsd-frontend/semantic-graph/elements.cxx +++ b/xsd-frontend/semantic-graph/elements.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 3b27fc4..58779fa 100644 --- a/xsd-frontend/semantic-graph/elements.hxx +++ b/xsd-frontend/semantic-graph/elements.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 72ece78..adcf71e 100644 --- a/xsd-frontend/semantic-graph/enumeration.cxx +++ b/xsd-frontend/semantic-graph/enumeration.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/enumeration.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 303166a..a21e8f3 100644 --- a/xsd-frontend/semantic-graph/enumeration.hxx +++ b/xsd-frontend/semantic-graph/enumeration.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/enumeration.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 0abf634..cc1316c 100644 --- a/xsd-frontend/semantic-graph/fundamental.cxx.m4 +++ b/xsd-frontend/semantic-graph/fundamental.cxx.m4 @@ -2,7 +2,7 @@ divert(-1) # file : xsd-frontend/semantic-graph/fundamental.cxx.m4 # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include(`fundamental.m4') @@ -43,7 +43,7 @@ dnl dnl // file : xsd-frontend/semantic-graph/fundamental.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 f0a63f0..f5a88a9 100644 --- a/xsd-frontend/semantic-graph/fundamental.hxx.m4 +++ b/xsd-frontend/semantic-graph/fundamental.hxx.m4 @@ -2,7 +2,7 @@ divert(-1) # file : xsd-frontend/semantic-graph/fundamental.hxx.m4 # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include(`fundamental.m4') @@ -28,7 +28,7 @@ dnl dnl // file : xsd-frontend/semantic-graph/fundamental.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 24bf01b..735b35d 100644 --- a/xsd-frontend/semantic-graph/fundamental.m4 +++ b/xsd-frontend/semantic-graph/fundamental.m4 @@ -1,6 +1,6 @@ # file : xsd-frontend/semantic-graph/fundamental.m4 # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 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 8cafebc..3184041 100644 --- a/xsd-frontend/semantic-graph/list.cxx +++ b/xsd-frontend/semantic-graph/list.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/list.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 82fce2a..3ba0c02 100644 --- a/xsd-frontend/semantic-graph/list.hxx +++ b/xsd-frontend/semantic-graph/list.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/list.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 95f9ebe..789b5d8 100644 --- a/xsd-frontend/semantic-graph/namespace.cxx +++ b/xsd-frontend/semantic-graph/namespace.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 2ad5b8d..25bd1c0 100644 --- a/xsd-frontend/semantic-graph/namespace.hxx +++ b/xsd-frontend/semantic-graph/namespace.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 a6e9301..f8c93de 100644 --- a/xsd-frontend/semantic-graph/particle.cxx +++ b/xsd-frontend/semantic-graph/particle.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/particle.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 fbdad9e..edfd264 100644 --- a/xsd-frontend/semantic-graph/particle.hxx +++ b/xsd-frontend/semantic-graph/particle.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/particle.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 aa12327..f812797 100644 --- a/xsd-frontend/semantic-graph/schema.cxx +++ b/xsd-frontend/semantic-graph/schema.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/schema.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 6091f05..78f51cc 100644 --- a/xsd-frontend/semantic-graph/schema.hxx +++ b/xsd-frontend/semantic-graph/schema.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/schema.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 cb2201d..44f2ed3 100644 --- a/xsd-frontend/semantic-graph/union.cxx +++ b/xsd-frontend/semantic-graph/union.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/union.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 8763edb..42115d6 100644 --- a/xsd-frontend/semantic-graph/union.hxx +++ b/xsd-frontend/semantic-graph/union.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/semantic-graph/union.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 84a2306..19ffb44 100644 --- a/xsd-frontend/transformations/anonymous.cxx +++ b/xsd-frontend/transformations/anonymous.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/anonymous.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 df1829e..2409822 100644 --- a/xsd-frontend/transformations/anonymous.hxx +++ b/xsd-frontend/transformations/anonymous.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/anonymous.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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/restriction.cxx b/xsd-frontend/transformations/restriction.cxx index 4421914..2fc3c7a 100644 --- a/xsd-frontend/transformations/restriction.cxx +++ b/xsd-frontend/transformations/restriction.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/restriction.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 17a5597..7c3282e 100644 --- a/xsd-frontend/transformations/restriction.hxx +++ b/xsd-frontend/transformations/restriction.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/restriction.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 cc565a4..547cdf0 100644 --- a/xsd-frontend/transformations/schema-per-type.cxx +++ b/xsd-frontend/transformations/schema-per-type.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/schema-per-type.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd-frontend/transformations/schema-per-type.hxx b/xsd-frontend/transformations/schema-per-type.hxx index 8be650d..79912f7 100644 --- a/xsd-frontend/transformations/schema-per-type.hxx +++ b/xsd-frontend/transformations/schema-per-type.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/schema-per-type.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 f97b5a4..cddbf06 100644 --- a/xsd-frontend/transformations/simplifier.cxx +++ b/xsd-frontend/transformations/simplifier.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/simplifier.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 3049a99..676c166 100644 --- a/xsd-frontend/transformations/simplifier.hxx +++ b/xsd-frontend/transformations/simplifier.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/transformations/simplifier.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 39f3d5b..9b1c359 100644 --- a/xsd-frontend/traversal.hxx +++ b/xsd-frontend/traversal.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 ec2ac4b..55ed999 100644 --- a/xsd-frontend/traversal/any-attribute.hxx +++ b/xsd-frontend/traversal/any-attribute.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/any-attribute.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 06dbbbd..505d336 100644 --- a/xsd-frontend/traversal/any.hxx +++ b/xsd-frontend/traversal/any.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/any.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 9927b52..e5c2237 100644 --- a/xsd-frontend/traversal/attribute-group.cxx +++ b/xsd-frontend/traversal/attribute-group.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/attribute-group.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 de08f9d..cd01a97 100644 --- a/xsd-frontend/traversal/attribute-group.hxx +++ b/xsd-frontend/traversal/attribute-group.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/attribute-group.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 9349d34..c051667 100644 --- a/xsd-frontend/traversal/attribute.cxx +++ b/xsd-frontend/traversal/attribute.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/attribute.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 153233e..feb6b31 100644 --- a/xsd-frontend/traversal/attribute.hxx +++ b/xsd-frontend/traversal/attribute.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/attribute.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 e2f1e8f..d6cfc41 100644 --- a/xsd-frontend/traversal/complex.cxx +++ b/xsd-frontend/traversal/complex.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/complex.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 bea6a6c..3dd7e7b 100644 --- a/xsd-frontend/traversal/complex.hxx +++ b/xsd-frontend/traversal/complex.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/complex.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 7acaee2..d3089fc 100644 --- a/xsd-frontend/traversal/compositors.cxx +++ b/xsd-frontend/traversal/compositors.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/compositors.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 60bab06..e81460b 100644 --- a/xsd-frontend/traversal/compositors.hxx +++ b/xsd-frontend/traversal/compositors.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/compositors.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 1d47d40..cb7a51a 100644 --- a/xsd-frontend/traversal/element-group.cxx +++ b/xsd-frontend/traversal/element-group.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/element-group.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 f8eba45..8ebe0bd 100644 --- a/xsd-frontend/traversal/element-group.hxx +++ b/xsd-frontend/traversal/element-group.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/element-group.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 20c1802..7f296ee 100644 --- a/xsd-frontend/traversal/element.cxx +++ b/xsd-frontend/traversal/element.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/element.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 140daa7..d5187ad 100644 --- a/xsd-frontend/traversal/element.hxx +++ b/xsd-frontend/traversal/element.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/element.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 9e97f25..b1c47a0 100644 --- a/xsd-frontend/traversal/elements.cxx +++ b/xsd-frontend/traversal/elements.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 9193dda..c405a1b 100644 --- a/xsd-frontend/traversal/elements.hxx +++ b/xsd-frontend/traversal/elements.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 ff28d6b..b673a8d 100644 --- a/xsd-frontend/traversal/elements.txx +++ b/xsd-frontend/traversal/elements.txx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/elements.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 fba5222..a8a49a5 100644 --- a/xsd-frontend/traversal/enumeration.cxx +++ b/xsd-frontend/traversal/enumeration.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/enumeration.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 12a71a1..c6d7f04 100644 --- a/xsd-frontend/traversal/enumeration.hxx +++ b/xsd-frontend/traversal/enumeration.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/enumeration.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 7a3e80e..b9cadec 100644 --- a/xsd-frontend/traversal/fundamental.cxx +++ b/xsd-frontend/traversal/fundamental.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/fundamental.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 5358018..5c20d9c 100644 --- a/xsd-frontend/traversal/fundamental.hxx +++ b/xsd-frontend/traversal/fundamental.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/fundamental.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 596a82f..ec434ba 100644 --- a/xsd-frontend/traversal/list.cxx +++ b/xsd-frontend/traversal/list.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/list.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 c10c8c9..2bbc136 100644 --- a/xsd-frontend/traversal/list.hxx +++ b/xsd-frontend/traversal/list.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/list.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 33b0f3f..cbc6ef2 100644 --- a/xsd-frontend/traversal/namespace.cxx +++ b/xsd-frontend/traversal/namespace.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 400a280..22305e1 100644 --- a/xsd-frontend/traversal/namespace.hxx +++ b/xsd-frontend/traversal/namespace.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 90e9eb2..e3d3a97 100644 --- a/xsd-frontend/traversal/particle.cxx +++ b/xsd-frontend/traversal/particle.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/particle.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 bedacc3..3584c12 100644 --- a/xsd-frontend/traversal/particle.hxx +++ b/xsd-frontend/traversal/particle.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/particle.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 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 eb1e605..acfca26 100644 --- a/xsd-frontend/traversal/schema.cxx +++ b/xsd-frontend/traversal/schema.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/schema.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 7057c65..a975475 100644 --- a/xsd-frontend/traversal/schema.hxx +++ b/xsd-frontend/traversal/schema.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/schema.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 bb156d4..f1c979d 100644 --- a/xsd-frontend/traversal/union.cxx +++ b/xsd-frontend/traversal/union.cxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/union.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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 db175f4..22201c9 100644 --- a/xsd-frontend/traversal/union.hxx +++ b/xsd-frontend/traversal/union.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/traversal/union.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 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.hxx b/xsd-frontend/types.hxx index fb37165..b3059fd 100644 --- a/xsd-frontend/types.hxx +++ b/xsd-frontend/types.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/types.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_FRONTEND_TYPES_HXX diff --git a/xsd-frontend/xml.hxx b/xsd-frontend/xml.hxx index 7424b3e..ed7d181 100644 --- a/xsd-frontend/xml.hxx +++ b/xsd-frontend/xml.hxx @@ -1,6 +1,6 @@ // file : xsd-frontend/xml.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_FRONTEND_XML_HXX -- cgit v1.1