From 01e169c900135a55ecc4cbafd317e5fcc3659c59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Mar 2014 12:48:15 +0200 Subject: Remove author from source files --- xsd/cxx/elements.cxx | 1 - xsd/cxx/elements.hxx | 1 - xsd/cxx/literal-map.cxx | 1 - xsd/cxx/literal-map.hxx | 1 - xsd/cxx/option-types.cxx | 1 - xsd/cxx/option-types.hxx | 1 - xsd/cxx/options.cli | 1 - xsd/cxx/parser/attribute-validation-source.cxx | 1 - xsd/cxx/parser/attribute-validation-source.hxx | 1 - xsd/cxx/parser/characters-validation-source.cxx | 1 - xsd/cxx/parser/characters-validation-source.hxx | 1 - xsd/cxx/parser/driver-source.cxx | 1 - xsd/cxx/parser/driver-source.hxx | 1 - xsd/cxx/parser/element-validation-source.cxx | 1 - xsd/cxx/parser/element-validation-source.hxx | 1 - xsd/cxx/parser/elements.cxx | 1 - xsd/cxx/parser/elements.hxx | 1 - xsd/cxx/parser/generator.cxx | 1 - xsd/cxx/parser/generator.hxx | 1 - xsd/cxx/parser/impl-header.cxx | 1 - xsd/cxx/parser/impl-header.hxx | 1 - xsd/cxx/parser/impl-source.cxx | 1 - xsd/cxx/parser/impl-source.hxx | 1 - xsd/cxx/parser/name-processor.cxx | 1 - xsd/cxx/parser/name-processor.hxx | 1 - xsd/cxx/parser/options.cli | 1 - xsd/cxx/parser/parser-forward.cxx | 1 - xsd/cxx/parser/parser-forward.hxx | 1 - xsd/cxx/parser/parser-header.cxx | 1 - xsd/cxx/parser/parser-header.hxx | 1 - xsd/cxx/parser/parser-inline.cxx | 1 - xsd/cxx/parser/parser-inline.hxx | 1 - xsd/cxx/parser/parser-source.cxx | 1 - xsd/cxx/parser/parser-source.hxx | 1 - xsd/cxx/parser/print-impl-common.hxx | 1 - xsd/cxx/parser/state-processor.cxx | 1 - xsd/cxx/parser/state-processor.hxx | 1 - xsd/cxx/parser/type-processor.cxx | 1 - xsd/cxx/parser/type-processor.hxx | 1 - xsd/cxx/parser/validator.cxx | 1 - xsd/cxx/parser/validator.hxx | 1 - xsd/cxx/tree/counter.cxx | 1 - xsd/cxx/tree/counter.hxx | 1 - xsd/cxx/tree/default-value.cxx | 1 - xsd/cxx/tree/default-value.hxx | 1 - xsd/cxx/tree/elements.cxx | 1 - xsd/cxx/tree/elements.hxx | 1 - xsd/cxx/tree/fundamental-header.hxx | 1 - xsd/cxx/tree/generator.cxx | 1 - xsd/cxx/tree/generator.hxx | 1 - xsd/cxx/tree/name-processor.cxx | 1 - xsd/cxx/tree/name-processor.hxx | 1 - xsd/cxx/tree/options.cli | 1 - xsd/cxx/tree/parser-header.cxx | 1 - xsd/cxx/tree/parser-header.hxx | 1 - xsd/cxx/tree/parser-source.cxx | 1 - xsd/cxx/tree/parser-source.hxx | 1 - xsd/cxx/tree/polymorphism-processor.cxx | 1 - xsd/cxx/tree/polymorphism-processor.hxx | 1 - xsd/cxx/tree/serialization-header.cxx | 1 - xsd/cxx/tree/serialization-header.hxx | 1 - xsd/cxx/tree/serialization-source.cxx | 1 - xsd/cxx/tree/serialization-source.hxx | 1 - xsd/cxx/tree/stream-extraction-source.cxx | 1 - xsd/cxx/tree/stream-extraction-source.hxx | 1 - xsd/cxx/tree/stream-header.cxx | 1 - xsd/cxx/tree/stream-header.hxx | 1 - xsd/cxx/tree/stream-insertion-header.cxx | 1 - xsd/cxx/tree/stream-insertion-header.hxx | 1 - xsd/cxx/tree/stream-insertion-source.cxx | 1 - xsd/cxx/tree/stream-insertion-source.hxx | 1 - xsd/cxx/tree/stream-source.cxx | 1 - xsd/cxx/tree/stream-source.hxx | 1 - xsd/cxx/tree/tree-forward.cxx | 1 - xsd/cxx/tree/tree-forward.hxx | 1 - xsd/cxx/tree/tree-header.cxx | 1 - xsd/cxx/tree/tree-header.hxx | 1 - xsd/cxx/tree/tree-inline.cxx | 1 - xsd/cxx/tree/tree-inline.hxx | 1 - xsd/cxx/tree/tree-source.cxx | 1 - xsd/cxx/tree/tree-source.hxx | 1 - xsd/cxx/tree/validator.cxx | 1 - xsd/cxx/tree/validator.hxx | 1 - xsd/elements.hxx | 1 - xsd/makefile | 1 - xsd/options-parser.hxx | 1 - xsd/options.cli | 1 - xsd/processing/cardinality/processor.cxx | 1 - xsd/processing/cardinality/processor.hxx | 1 - xsd/processing/inheritance/processor.cxx | 1 - xsd/processing/inheritance/processor.hxx | 1 - xsd/type-map/lexer.cxx | 1 - xsd/type-map/lexer.hxx | 1 - xsd/type-map/parser.cxx | 1 - xsd/type-map/parser.hxx | 1 - xsd/type-map/type-map.hxx | 1 - xsd/types.hxx | 1 - xsd/xsd.cxx | 1 - xsd/xsd.hxx | 1 - 99 files changed, 99 deletions(-) (limited to 'xsd') diff --git a/xsd/cxx/elements.cxx b/xsd/cxx/elements.cxx index c72eb13..1bc0110 100644 --- a/xsd/cxx/elements.cxx +++ b/xsd/cxx/elements.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/elements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/elements.hxx b/xsd/cxx/elements.hxx index d0d07e7..77e270c 100644 --- a/xsd/cxx/elements.hxx +++ b/xsd/cxx/elements.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/literal-map.cxx b/xsd/cxx/literal-map.cxx index ffc5144..02ae28d 100644 --- a/xsd/cxx/literal-map.cxx +++ b/xsd/cxx/literal-map.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/literal-map.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/literal-map.hxx b/xsd/cxx/literal-map.hxx index c103e15..ec71363 100644 --- a/xsd/cxx/literal-map.hxx +++ b/xsd/cxx/literal-map.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/literal-map.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/option-types.cxx b/xsd/cxx/option-types.cxx index 4dc2aef..ef83e25 100644 --- a/xsd/cxx/option-types.cxx +++ b/xsd/cxx/option-types.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/option-types.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/option-types.hxx b/xsd/cxx/option-types.hxx index 13aa363..7cf5e06 100644 --- a/xsd/cxx/option-types.hxx +++ b/xsd/cxx/option-types.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/option-types.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/options.cli b/xsd/cxx/options.cli index 78fd587..6bfaa29 100644 --- a/xsd/cxx/options.cli +++ b/xsd/cxx/options.cli @@ -1,5 +1,4 @@ // file : xsd/cxx/options.cli -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/attribute-validation-source.cxx b/xsd/cxx/parser/attribute-validation-source.cxx index ba412b0..c214d2b 100644 --- a/xsd/cxx/parser/attribute-validation-source.cxx +++ b/xsd/cxx/parser/attribute-validation-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/attribute-validation-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/attribute-validation-source.hxx b/xsd/cxx/parser/attribute-validation-source.hxx index 72010b6..77dabaa 100644 --- a/xsd/cxx/parser/attribute-validation-source.hxx +++ b/xsd/cxx/parser/attribute-validation-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/attribute-validation-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/characters-validation-source.cxx b/xsd/cxx/parser/characters-validation-source.cxx index 900bc0d..6c4cb5f 100644 --- a/xsd/cxx/parser/characters-validation-source.cxx +++ b/xsd/cxx/parser/characters-validation-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/characters-validation-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/characters-validation-source.hxx b/xsd/cxx/parser/characters-validation-source.hxx index 46135cd..9de5e89 100644 --- a/xsd/cxx/parser/characters-validation-source.hxx +++ b/xsd/cxx/parser/characters-validation-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/characters-validation-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/driver-source.cxx b/xsd/cxx/parser/driver-source.cxx index 6a69442..1637090 100644 --- a/xsd/cxx/parser/driver-source.cxx +++ b/xsd/cxx/parser/driver-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/driver-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/driver-source.hxx b/xsd/cxx/parser/driver-source.hxx index 956f733..ab3fa52 100644 --- a/xsd/cxx/parser/driver-source.hxx +++ b/xsd/cxx/parser/driver-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/driver-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/element-validation-source.cxx b/xsd/cxx/parser/element-validation-source.cxx index 7c3f492..4f8dcc1 100644 --- a/xsd/cxx/parser/element-validation-source.cxx +++ b/xsd/cxx/parser/element-validation-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/element-validation-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/element-validation-source.hxx b/xsd/cxx/parser/element-validation-source.hxx index 9feb9a2..60e3318 100644 --- a/xsd/cxx/parser/element-validation-source.hxx +++ b/xsd/cxx/parser/element-validation-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/element-validation-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/elements.cxx b/xsd/cxx/parser/elements.cxx index af68568..583def5 100644 --- a/xsd/cxx/parser/elements.cxx +++ b/xsd/cxx/parser/elements.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/elements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/elements.hxx b/xsd/cxx/parser/elements.hxx index e9cbb6f..056abc0 100644 --- a/xsd/cxx/parser/elements.hxx +++ b/xsd/cxx/parser/elements.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/generator.cxx b/xsd/cxx/parser/generator.cxx index 58e7043..f330434 100644 --- a/xsd/cxx/parser/generator.cxx +++ b/xsd/cxx/parser/generator.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/generator.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/generator.hxx b/xsd/cxx/parser/generator.hxx index 2af6d60..5dd6005 100644 --- a/xsd/cxx/parser/generator.hxx +++ b/xsd/cxx/parser/generator.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/generator.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/impl-header.cxx b/xsd/cxx/parser/impl-header.cxx index 99e80dd..9d8a426 100644 --- a/xsd/cxx/parser/impl-header.cxx +++ b/xsd/cxx/parser/impl-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/impl-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/impl-header.hxx b/xsd/cxx/parser/impl-header.hxx index 4f769d6..3a011aa 100644 --- a/xsd/cxx/parser/impl-header.hxx +++ b/xsd/cxx/parser/impl-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/impl-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/impl-source.cxx b/xsd/cxx/parser/impl-source.cxx index bf605c7..dc8fac9 100644 --- a/xsd/cxx/parser/impl-source.cxx +++ b/xsd/cxx/parser/impl-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/impl-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/impl-source.hxx b/xsd/cxx/parser/impl-source.hxx index a958c4a..55fd807 100644 --- a/xsd/cxx/parser/impl-source.hxx +++ b/xsd/cxx/parser/impl-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/impl-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/name-processor.cxx b/xsd/cxx/parser/name-processor.cxx index 70e8281..bb4cdaf 100644 --- a/xsd/cxx/parser/name-processor.cxx +++ b/xsd/cxx/parser/name-processor.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/name-processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx index 26f27e6..e623144 100644 --- a/xsd/cxx/parser/name-processor.hxx +++ b/xsd/cxx/parser/name-processor.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/name-processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/options.cli b/xsd/cxx/parser/options.cli index 9261778..7ba63e4 100644 --- a/xsd/cxx/parser/options.cli +++ b/xsd/cxx/parser/options.cli @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/options.cli -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-forward.cxx b/xsd/cxx/parser/parser-forward.cxx index 409dcb0..dd08a66 100644 --- a/xsd/cxx/parser/parser-forward.cxx +++ b/xsd/cxx/parser/parser-forward.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-forward.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-forward.hxx b/xsd/cxx/parser/parser-forward.hxx index 12174f6..a5b9a8d 100644 --- a/xsd/cxx/parser/parser-forward.hxx +++ b/xsd/cxx/parser/parser-forward.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-forward.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-header.cxx b/xsd/cxx/parser/parser-header.cxx index cd266ae..bb1d694 100644 --- a/xsd/cxx/parser/parser-header.cxx +++ b/xsd/cxx/parser/parser-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-header.hxx b/xsd/cxx/parser/parser-header.hxx index 6699472..07da642 100644 --- a/xsd/cxx/parser/parser-header.hxx +++ b/xsd/cxx/parser/parser-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-inline.cxx b/xsd/cxx/parser/parser-inline.cxx index 03eab94..c51a18d 100644 --- a/xsd/cxx/parser/parser-inline.cxx +++ b/xsd/cxx/parser/parser-inline.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-inline.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-inline.hxx b/xsd/cxx/parser/parser-inline.hxx index bcf0cf8..121bf69 100644 --- a/xsd/cxx/parser/parser-inline.hxx +++ b/xsd/cxx/parser/parser-inline.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-inline.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-source.cxx b/xsd/cxx/parser/parser-source.cxx index a83a19d..f6ddae9 100644 --- a/xsd/cxx/parser/parser-source.cxx +++ b/xsd/cxx/parser/parser-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/parser-source.hxx b/xsd/cxx/parser/parser-source.hxx index 43c3455..fd12b42 100644 --- a/xsd/cxx/parser/parser-source.hxx +++ b/xsd/cxx/parser/parser-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/parser-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/print-impl-common.hxx b/xsd/cxx/parser/print-impl-common.hxx index ab38ea4..d1a6912 100644 --- a/xsd/cxx/parser/print-impl-common.hxx +++ b/xsd/cxx/parser/print-impl-common.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/print-impl-common.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/state-processor.cxx b/xsd/cxx/parser/state-processor.cxx index b15c18f..2e21ad8 100644 --- a/xsd/cxx/parser/state-processor.cxx +++ b/xsd/cxx/parser/state-processor.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/state-processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/state-processor.hxx b/xsd/cxx/parser/state-processor.hxx index 3321582..f9504d5 100644 --- a/xsd/cxx/parser/state-processor.hxx +++ b/xsd/cxx/parser/state-processor.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/state-processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/type-processor.cxx b/xsd/cxx/parser/type-processor.cxx index 4cfa458..9dd7c33 100644 --- a/xsd/cxx/parser/type-processor.cxx +++ b/xsd/cxx/parser/type-processor.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/type-processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/type-processor.hxx b/xsd/cxx/parser/type-processor.hxx index 77e8636..2006e37 100644 --- a/xsd/cxx/parser/type-processor.hxx +++ b/xsd/cxx/parser/type-processor.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/type-processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/validator.cxx b/xsd/cxx/parser/validator.cxx index e84996e..25a3442 100644 --- a/xsd/cxx/parser/validator.cxx +++ b/xsd/cxx/parser/validator.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/validator.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/parser/validator.hxx b/xsd/cxx/parser/validator.hxx index e5172c2..a10e54f 100644 --- a/xsd/cxx/parser/validator.hxx +++ b/xsd/cxx/parser/validator.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/parser/validator.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/counter.cxx b/xsd/cxx/tree/counter.cxx index 58bd22d..9f993bb 100644 --- a/xsd/cxx/tree/counter.cxx +++ b/xsd/cxx/tree/counter.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/counter.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx index e274891..0bd61d9 100644 --- a/xsd/cxx/tree/counter.hxx +++ b/xsd/cxx/tree/counter.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/counter.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/default-value.cxx b/xsd/cxx/tree/default-value.cxx index 6486583..254c5b4 100644 --- a/xsd/cxx/tree/default-value.cxx +++ b/xsd/cxx/tree/default-value.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/default-value.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/default-value.hxx b/xsd/cxx/tree/default-value.hxx index f8451c2..2af5d0f 100644 --- a/xsd/cxx/tree/default-value.hxx +++ b/xsd/cxx/tree/default-value.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/default-value.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/elements.cxx b/xsd/cxx/tree/elements.cxx index 10bf999..8bca15d 100644 --- a/xsd/cxx/tree/elements.cxx +++ b/xsd/cxx/tree/elements.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/elements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/elements.hxx b/xsd/cxx/tree/elements.hxx index deb3a5e..db443f1 100644 --- a/xsd/cxx/tree/elements.hxx +++ b/xsd/cxx/tree/elements.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/fundamental-header.hxx b/xsd/cxx/tree/fundamental-header.hxx index 18a5e61..4cd86cb 100644 --- a/xsd/cxx/tree/fundamental-header.hxx +++ b/xsd/cxx/tree/fundamental-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/fundamental-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/generator.cxx b/xsd/cxx/tree/generator.cxx index 709046c..ca92c8d 100644 --- a/xsd/cxx/tree/generator.cxx +++ b/xsd/cxx/tree/generator.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/generator.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/generator.hxx b/xsd/cxx/tree/generator.hxx index 5db4a5d..72d63ac 100644 --- a/xsd/cxx/tree/generator.hxx +++ b/xsd/cxx/tree/generator.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/generator.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/name-processor.cxx b/xsd/cxx/tree/name-processor.cxx index 844d8e1..1ac7482 100644 --- a/xsd/cxx/tree/name-processor.cxx +++ b/xsd/cxx/tree/name-processor.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/name-processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx index c8505c7..41c5402 100644 --- a/xsd/cxx/tree/name-processor.hxx +++ b/xsd/cxx/tree/name-processor.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/name-processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/options.cli b/xsd/cxx/tree/options.cli index 6a6b9a7..956f53b 100644 --- a/xsd/cxx/tree/options.cli +++ b/xsd/cxx/tree/options.cli @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/options.cli -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/parser-header.cxx b/xsd/cxx/tree/parser-header.cxx index cdad52c..9b4eb8a 100644 --- a/xsd/cxx/tree/parser-header.cxx +++ b/xsd/cxx/tree/parser-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/parser-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/parser-header.hxx b/xsd/cxx/tree/parser-header.hxx index 0857f83..ff8b895 100644 --- a/xsd/cxx/tree/parser-header.hxx +++ b/xsd/cxx/tree/parser-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/parser-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/parser-source.cxx b/xsd/cxx/tree/parser-source.cxx index be641e5..a0508e5 100644 --- a/xsd/cxx/tree/parser-source.cxx +++ b/xsd/cxx/tree/parser-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/parser-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/parser-source.hxx b/xsd/cxx/tree/parser-source.hxx index 62f7bbc..03ff283 100644 --- a/xsd/cxx/tree/parser-source.hxx +++ b/xsd/cxx/tree/parser-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/parser-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/polymorphism-processor.cxx b/xsd/cxx/tree/polymorphism-processor.cxx index be9fe81..7fcf5bf 100644 --- a/xsd/cxx/tree/polymorphism-processor.cxx +++ b/xsd/cxx/tree/polymorphism-processor.cxx @@ -1,5 +1,4 @@ // file : xsde/cxx/tree/polymorphism-processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/polymorphism-processor.hxx b/xsd/cxx/tree/polymorphism-processor.hxx index fb0a29a..9fd1a84 100644 --- a/xsd/cxx/tree/polymorphism-processor.hxx +++ b/xsd/cxx/tree/polymorphism-processor.hxx @@ -1,5 +1,4 @@ // file : xsde/cxx/tree/polymorphism-processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/serialization-header.cxx b/xsd/cxx/tree/serialization-header.cxx index 33359fc..4cf9318 100644 --- a/xsd/cxx/tree/serialization-header.cxx +++ b/xsd/cxx/tree/serialization-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/serialization-header.hxx b/xsd/cxx/tree/serialization-header.hxx index 0b772e3..930d895 100644 --- a/xsd/cxx/tree/serialization-header.hxx +++ b/xsd/cxx/tree/serialization-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/serialization-source.cxx b/xsd/cxx/tree/serialization-source.cxx index f4d5eac..e5e0295 100644 --- a/xsd/cxx/tree/serialization-source.cxx +++ b/xsd/cxx/tree/serialization-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/serialization-source.hxx b/xsd/cxx/tree/serialization-source.hxx index 12f31f2..f94d295 100644 --- a/xsd/cxx/tree/serialization-source.hxx +++ b/xsd/cxx/tree/serialization-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-extraction-source.cxx b/xsd/cxx/tree/stream-extraction-source.cxx index 05e47b5..992cd54 100644 --- a/xsd/cxx/tree/stream-extraction-source.cxx +++ b/xsd/cxx/tree/stream-extraction-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-extraction-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-extraction-source.hxx b/xsd/cxx/tree/stream-extraction-source.hxx index 6d00140..052ae96 100644 --- a/xsd/cxx/tree/stream-extraction-source.hxx +++ b/xsd/cxx/tree/stream-extraction-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-extraction-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-header.cxx b/xsd/cxx/tree/stream-header.cxx index 258d335..e657fd8 100644 --- a/xsd/cxx/tree/stream-header.cxx +++ b/xsd/cxx/tree/stream-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-header.hxx b/xsd/cxx/tree/stream-header.hxx index e2689dd..07be67e 100644 --- a/xsd/cxx/tree/stream-header.hxx +++ b/xsd/cxx/tree/stream-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-insertion-header.cxx b/xsd/cxx/tree/stream-insertion-header.cxx index 5907dad..1883d1d 100644 --- a/xsd/cxx/tree/stream-insertion-header.cxx +++ b/xsd/cxx/tree/stream-insertion-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-insertion-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-insertion-header.hxx b/xsd/cxx/tree/stream-insertion-header.hxx index d224a13..24c6a34 100644 --- a/xsd/cxx/tree/stream-insertion-header.hxx +++ b/xsd/cxx/tree/stream-insertion-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-insertion-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-insertion-source.cxx b/xsd/cxx/tree/stream-insertion-source.cxx index b147f8f..9fc426c 100644 --- a/xsd/cxx/tree/stream-insertion-source.cxx +++ b/xsd/cxx/tree/stream-insertion-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-insertion-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-insertion-source.hxx b/xsd/cxx/tree/stream-insertion-source.hxx index 22db93f..9d32546 100644 --- a/xsd/cxx/tree/stream-insertion-source.hxx +++ b/xsd/cxx/tree/stream-insertion-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-insertion-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-source.cxx b/xsd/cxx/tree/stream-source.cxx index 23cb473..1379101 100644 --- a/xsd/cxx/tree/stream-source.cxx +++ b/xsd/cxx/tree/stream-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/stream-source.hxx b/xsd/cxx/tree/stream-source.hxx index 06fc66e..00a3e0c 100644 --- a/xsd/cxx/tree/stream-source.hxx +++ b/xsd/cxx/tree/stream-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/stream-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-forward.cxx b/xsd/cxx/tree/tree-forward.cxx index b3468ed..42b1ccb 100644 --- a/xsd/cxx/tree/tree-forward.cxx +++ b/xsd/cxx/tree/tree-forward.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-forward.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-forward.hxx b/xsd/cxx/tree/tree-forward.hxx index b0b131b..eb1d629 100644 --- a/xsd/cxx/tree/tree-forward.hxx +++ b/xsd/cxx/tree/tree-forward.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-forward.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-header.cxx b/xsd/cxx/tree/tree-header.cxx index 56bf932..277758c 100644 --- a/xsd/cxx/tree/tree-header.cxx +++ b/xsd/cxx/tree/tree-header.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-header.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-header.hxx b/xsd/cxx/tree/tree-header.hxx index ec34603..b3cde85 100644 --- a/xsd/cxx/tree/tree-header.hxx +++ b/xsd/cxx/tree/tree-header.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-header.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-inline.cxx b/xsd/cxx/tree/tree-inline.cxx index 0c64650..43f158b 100644 --- a/xsd/cxx/tree/tree-inline.cxx +++ b/xsd/cxx/tree/tree-inline.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-inline.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-inline.hxx b/xsd/cxx/tree/tree-inline.hxx index 9ea352e..940bd55 100644 --- a/xsd/cxx/tree/tree-inline.hxx +++ b/xsd/cxx/tree/tree-inline.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-inline.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-source.cxx b/xsd/cxx/tree/tree-source.cxx index 423f3bf..1068733 100644 --- a/xsd/cxx/tree/tree-source.cxx +++ b/xsd/cxx/tree/tree-source.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-source.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/tree-source.hxx b/xsd/cxx/tree/tree-source.hxx index 221bd5f..c94824b 100644 --- a/xsd/cxx/tree/tree-source.hxx +++ b/xsd/cxx/tree/tree-source.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/tree-source.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/validator.cxx b/xsd/cxx/tree/validator.cxx index 4b8da17..6e4d4fd 100644 --- a/xsd/cxx/tree/validator.cxx +++ b/xsd/cxx/tree/validator.cxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/validator.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/cxx/tree/validator.hxx b/xsd/cxx/tree/validator.hxx index ace8abe..4853455 100644 --- a/xsd/cxx/tree/validator.hxx +++ b/xsd/cxx/tree/validator.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/validator.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/elements.hxx b/xsd/elements.hxx index ee425e9..d7fe0e4 100644 --- a/xsd/elements.hxx +++ b/xsd/elements.hxx @@ -1,5 +1,4 @@ // file : xsd/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/makefile b/xsd/makefile index 162470d..fe3339e 100644 --- a/xsd/makefile +++ b/xsd/makefile @@ -1,5 +1,4 @@ # file : xsd/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/options-parser.hxx b/xsd/options-parser.hxx index 26a0782..fb00235 100644 --- a/xsd/options-parser.hxx +++ b/xsd/options-parser.hxx @@ -1,5 +1,4 @@ // file : xsd/options-parser.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/options.cli b/xsd/options.cli index f10fbec..d0fffdf 100644 --- a/xsd/options.cli +++ b/xsd/options.cli @@ -1,5 +1,4 @@ // file : xsd/options.cli -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/processing/cardinality/processor.cxx b/xsd/processing/cardinality/processor.cxx index 0fcabed..f475e3d 100644 --- a/xsd/processing/cardinality/processor.cxx +++ b/xsd/processing/cardinality/processor.cxx @@ -1,5 +1,4 @@ // file : processing/cardinality/processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/processing/cardinality/processor.hxx b/xsd/processing/cardinality/processor.hxx index 5d7fb3c..bf1bff4 100644 --- a/xsd/processing/cardinality/processor.hxx +++ b/xsd/processing/cardinality/processor.hxx @@ -1,5 +1,4 @@ // file : processing/cardinality/processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/processing/inheritance/processor.cxx b/xsd/processing/inheritance/processor.cxx index 1e46282..59ff63b 100644 --- a/xsd/processing/inheritance/processor.cxx +++ b/xsd/processing/inheritance/processor.cxx @@ -1,5 +1,4 @@ // file : processing/inheritance/processor.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/processing/inheritance/processor.hxx b/xsd/processing/inheritance/processor.hxx index 7bb8a7f..36c2505 100644 --- a/xsd/processing/inheritance/processor.hxx +++ b/xsd/processing/inheritance/processor.hxx @@ -1,5 +1,4 @@ // file : processing/inheritance/processor.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/type-map/lexer.cxx b/xsd/type-map/lexer.cxx index b8ea0e7..3687b0e 100644 --- a/xsd/type-map/lexer.cxx +++ b/xsd/type-map/lexer.cxx @@ -1,5 +1,4 @@ // file : xsd/type-map/lexer.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2007-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/type-map/lexer.hxx b/xsd/type-map/lexer.hxx index 012533a..9075cdb 100644 --- a/xsd/type-map/lexer.hxx +++ b/xsd/type-map/lexer.hxx @@ -1,5 +1,4 @@ // file : xsd/type-map/lexer.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2007-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/type-map/parser.cxx b/xsd/type-map/parser.cxx index 7d44543..186a329 100644 --- a/xsd/type-map/parser.cxx +++ b/xsd/type-map/parser.cxx @@ -1,5 +1,4 @@ // file : xsd/type-map/parser.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2007-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/type-map/parser.hxx b/xsd/type-map/parser.hxx index 375b824..6d0a8a4 100644 --- a/xsd/type-map/parser.hxx +++ b/xsd/type-map/parser.hxx @@ -1,5 +1,4 @@ // file : xsd/type-map/parser.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2007-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/type-map/type-map.hxx b/xsd/type-map/type-map.hxx index 2fda512..f327654 100644 --- a/xsd/type-map/type-map.hxx +++ b/xsd/type-map/type-map.hxx @@ -1,5 +1,4 @@ // file : xsd/type-map/type-map.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2007-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/types.hxx b/xsd/types.hxx index ff78081..ab5ec1f 100644 --- a/xsd/types.hxx +++ b/xsd/types.hxx @@ -1,5 +1,4 @@ // file : xsd/types.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/xsd.cxx b/xsd/xsd.cxx index 794745f..5d9a1be 100644 --- a/xsd/xsd.cxx +++ b/xsd/xsd.cxx @@ -1,5 +1,4 @@ // file : xsd/xsd.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/xsd/xsd.hxx b/xsd/xsd.hxx index 83bfdfd..323d796 100644 --- a/xsd/xsd.hxx +++ b/xsd/xsd.hxx @@ -1,5 +1,4 @@ // file : xsd/xsd.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file -- cgit v1.1