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 --- examples/cxx/tree/binary/boost/boost-archive-extraction.hxx | 1 - examples/cxx/tree/binary/boost/boost-archive-insertion.hxx | 1 - examples/cxx/tree/binary/boost/driver.cxx | 1 - examples/cxx/tree/binary/boost/makefile | 1 - examples/cxx/tree/binary/cdr/driver.cxx | 1 - examples/cxx/tree/binary/cdr/makefile | 1 - examples/cxx/tree/binary/makefile | 1 - examples/cxx/tree/binary/xdr/driver.cxx | 1 - examples/cxx/tree/binary/xdr/makefile | 1 - examples/cxx/tree/caching/driver.cxx | 1 - examples/cxx/tree/caching/makefile | 1 - examples/cxx/tree/compression/compressed-format-target.cxx | 1 - examples/cxx/tree/compression/compressed-format-target.hxx | 1 - examples/cxx/tree/compression/compressed-input-source.cxx | 1 - examples/cxx/tree/compression/compressed-input-source.hxx | 1 - examples/cxx/tree/compression/driver.cxx | 1 - examples/cxx/tree/compression/makefile | 1 - examples/cxx/tree/custom/calendar/driver.cxx | 1 - examples/cxx/tree/custom/calendar/makefile | 1 - examples/cxx/tree/custom/calendar/xml-schema-custom.cxx | 1 - examples/cxx/tree/custom/calendar/xml-schema-custom.hxx | 1 - examples/cxx/tree/custom/comments/dom-parse.cxx | 1 - examples/cxx/tree/custom/comments/dom-parse.hxx | 1 - examples/cxx/tree/custom/comments/driver.cxx | 1 - examples/cxx/tree/custom/comments/makefile | 1 - examples/cxx/tree/custom/comments/xml-schema-custom.cxx | 1 - examples/cxx/tree/custom/comments/xml-schema-custom.hxx | 1 - examples/cxx/tree/custom/contacts/contacts-custom.cxx | 1 - examples/cxx/tree/custom/contacts/contacts-custom.hxx | 1 - examples/cxx/tree/custom/contacts/driver.cxx | 1 - examples/cxx/tree/custom/contacts/makefile | 1 - examples/cxx/tree/custom/double/double-custom.cxx | 1 - examples/cxx/tree/custom/double/double-custom.hxx | 1 - examples/cxx/tree/custom/double/driver.cxx | 1 - examples/cxx/tree/custom/double/makefile | 1 - examples/cxx/tree/custom/makefile | 1 - examples/cxx/tree/custom/mixed/driver.cxx | 1 - examples/cxx/tree/custom/mixed/makefile | 1 - examples/cxx/tree/custom/mixed/people-custom.cxx | 1 - examples/cxx/tree/custom/mixed/people-custom.hxx | 1 - examples/cxx/tree/custom/taxonomy/driver.cxx | 1 - examples/cxx/tree/custom/taxonomy/makefile | 1 - examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx | 1 - examples/cxx/tree/custom/taxonomy/people-custom.cxx | 1 - examples/cxx/tree/custom/taxonomy/people-custom.hxx | 1 - examples/cxx/tree/custom/wildcard/driver.cxx | 1 - examples/cxx/tree/custom/wildcard/makefile | 1 - examples/cxx/tree/custom/wildcard/wildcard-custom.cxx | 1 - examples/cxx/tree/custom/wildcard/wildcard-custom.hxx | 1 - examples/cxx/tree/embedded/driver.cxx | 1 - examples/cxx/tree/embedded/grammar-input-stream.cxx | 1 - examples/cxx/tree/embedded/grammar-input-stream.hxx | 1 - examples/cxx/tree/embedded/makefile | 1 - examples/cxx/tree/embedded/xsdbin.cxx | 1 - examples/cxx/tree/hello/driver.cxx | 1 - examples/cxx/tree/hello/makefile | 1 - examples/cxx/tree/library/driver.cxx | 1 - examples/cxx/tree/library/makefile | 1 - examples/cxx/tree/makefile | 1 - examples/cxx/tree/messaging/dom-parse.cxx | 1 - examples/cxx/tree/messaging/dom-parse.hxx | 1 - examples/cxx/tree/messaging/dom-serialize.cxx | 1 - examples/cxx/tree/messaging/dom-serialize.hxx | 1 - examples/cxx/tree/messaging/driver.cxx | 1 - examples/cxx/tree/messaging/makefile | 1 - examples/cxx/tree/mixed/driver.cxx | 1 - examples/cxx/tree/mixed/makefile | 1 - examples/cxx/tree/multiroot/dom-parse.cxx | 1 - examples/cxx/tree/multiroot/dom-parse.hxx | 1 - examples/cxx/tree/multiroot/driver.cxx | 1 - examples/cxx/tree/multiroot/makefile | 1 - examples/cxx/tree/performance/driver.cxx | 1 - examples/cxx/tree/performance/makefile | 1 - examples/cxx/tree/performance/parsing.cxx | 1 - examples/cxx/tree/performance/serialization.cxx | 1 - examples/cxx/tree/performance/time.cxx | 1 - examples/cxx/tree/performance/time.hxx | 1 - examples/cxx/tree/polymorphism/driver.cxx | 1 - examples/cxx/tree/polymorphism/makefile | 1 - examples/cxx/tree/streaming/driver.cxx | 1 - examples/cxx/tree/streaming/makefile | 1 - examples/cxx/tree/streaming/parser.cxx | 1 - examples/cxx/tree/streaming/parser.hxx | 1 - examples/cxx/tree/streaming/serializer.cxx | 1 - examples/cxx/tree/streaming/serializer.hxx | 1 - examples/cxx/tree/wildcard/driver.cxx | 1 - examples/cxx/tree/wildcard/makefile | 1 - examples/cxx/tree/xpath/dom-parse.cxx | 1 - examples/cxx/tree/xpath/dom-parse.hxx | 1 - examples/cxx/tree/xpath/driver.cxx | 1 - examples/cxx/tree/xpath/makefile | 1 - 91 files changed, 91 deletions(-) (limited to 'examples/cxx/tree') diff --git a/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx b/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx index 1d70da8..8a1c1ef 100644 --- a/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx +++ b/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/binary/boost/boost-archive-insertion.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef BOOST_ARCHIVE_EXTRACTION_HXX diff --git a/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx b/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx index 793dfb0..4c89104 100644 --- a/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx +++ b/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/binary/boost/boost-archive-insertion.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef BOOST_ARCHIVE_INSERTION_HXX diff --git a/examples/cxx/tree/binary/boost/driver.cxx b/examples/cxx/tree/binary/boost/driver.cxx index 9490d13..df053b6 100644 --- a/examples/cxx/tree/binary/boost/driver.cxx +++ b/examples/cxx/tree/binary/boost/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/binary/boost/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/binary/boost/makefile b/examples/cxx/tree/binary/boost/makefile index d97e676..eab2c73 100644 --- a/examples/cxx/tree/binary/boost/makefile +++ b/examples/cxx/tree/binary/boost/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/binary/boost/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/examples/cxx/tree/binary/cdr/driver.cxx b/examples/cxx/tree/binary/cdr/driver.cxx index 08ec0d5..ec1ff32 100644 --- a/examples/cxx/tree/binary/cdr/driver.cxx +++ b/examples/cxx/tree/binary/cdr/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/binary/cdr/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/binary/cdr/makefile b/examples/cxx/tree/binary/cdr/makefile index ab8c409..30a29f8 100644 --- a/examples/cxx/tree/binary/cdr/makefile +++ b/examples/cxx/tree/binary/cdr/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/binary/cdr/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/examples/cxx/tree/binary/makefile b/examples/cxx/tree/binary/makefile index d977ab5..c5c2354 100644 --- a/examples/cxx/tree/binary/makefile +++ b/examples/cxx/tree/binary/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/binary/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/examples/cxx/tree/binary/xdr/driver.cxx b/examples/cxx/tree/binary/xdr/driver.cxx index 495eafc..d109322 100644 --- a/examples/cxx/tree/binary/xdr/driver.cxx +++ b/examples/cxx/tree/binary/xdr/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/binary/xdr/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/binary/xdr/makefile b/examples/cxx/tree/binary/xdr/makefile index 4c38073..9be8ea1 100644 --- a/examples/cxx/tree/binary/xdr/makefile +++ b/examples/cxx/tree/binary/xdr/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/binary/xdr/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/examples/cxx/tree/caching/driver.cxx b/examples/cxx/tree/caching/driver.cxx index d4f5ff7..2aa9396 100644 --- a/examples/cxx/tree/caching/driver.cxx +++ b/examples/cxx/tree/caching/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/caching/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/caching/makefile b/examples/cxx/tree/caching/makefile index 2ad0f6d..58d7384 100644 --- a/examples/cxx/tree/caching/makefile +++ b/examples/cxx/tree/caching/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/caching/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/examples/cxx/tree/compression/compressed-format-target.cxx b/examples/cxx/tree/compression/compressed-format-target.cxx index 61aeed3..1f183e2 100644 --- a/examples/cxx/tree/compression/compressed-format-target.cxx +++ b/examples/cxx/tree/compression/compressed-format-target.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/compression/compressed-format-target.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/compression/compressed-format-target.hxx b/examples/cxx/tree/compression/compressed-format-target.hxx index fd1ef54..835b676 100644 --- a/examples/cxx/tree/compression/compressed-format-target.hxx +++ b/examples/cxx/tree/compression/compressed-format-target.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/compression/compressed-format-target.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef COMPRESSED_FORMAT_TARGET_HXX diff --git a/examples/cxx/tree/compression/compressed-input-source.cxx b/examples/cxx/tree/compression/compressed-input-source.cxx index 2107d59..e25b169 100644 --- a/examples/cxx/tree/compression/compressed-input-source.cxx +++ b/examples/cxx/tree/compression/compressed-input-source.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/compression/compressed-input-source.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/compression/compressed-input-source.hxx b/examples/cxx/tree/compression/compressed-input-source.hxx index 74da9f1..8065445 100644 --- a/examples/cxx/tree/compression/compressed-input-source.hxx +++ b/examples/cxx/tree/compression/compressed-input-source.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/compression/compressed-input-source.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef COMPRESSED_INPUT_SOURCE_HXX diff --git a/examples/cxx/tree/compression/driver.cxx b/examples/cxx/tree/compression/driver.cxx index db285cf..b75d0aa 100644 --- a/examples/cxx/tree/compression/driver.cxx +++ b/examples/cxx/tree/compression/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/compression/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/compression/makefile b/examples/cxx/tree/compression/makefile index 5a2faeb..e5b5a64 100644 --- a/examples/cxx/tree/compression/makefile +++ b/examples/cxx/tree/compression/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/compression/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/examples/cxx/tree/custom/calendar/driver.cxx b/examples/cxx/tree/custom/calendar/driver.cxx index 02f1c27..a5b223e 100644 --- a/examples/cxx/tree/custom/calendar/driver.cxx +++ b/examples/cxx/tree/custom/calendar/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/calendar/makefile b/examples/cxx/tree/custom/calendar/makefile index 2e9f652..052b279 100644 --- a/examples/cxx/tree/custom/calendar/makefile +++ b/examples/cxx/tree/custom/calendar/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/calendar/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/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx b/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx index 440a407..645880b 100644 --- a/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx +++ b/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/xml-schema-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include xml-schema.hxx instead of xml-schema-custom.hxx here. diff --git a/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx b/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx index 2bab0b5..58f57e6 100644 --- a/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx +++ b/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/xml-schema-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use xml-schema.hxx instead. This diff --git a/examples/cxx/tree/custom/comments/dom-parse.cxx b/examples/cxx/tree/custom/comments/dom-parse.cxx index a47e592..9999f67 100644 --- a/examples/cxx/tree/custom/comments/dom-parse.cxx +++ b/examples/cxx/tree/custom/comments/dom-parse.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/comments/dom-parse.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "dom-parse.hxx" diff --git a/examples/cxx/tree/custom/comments/dom-parse.hxx b/examples/cxx/tree/custom/comments/dom-parse.hxx index 05bfa2e..fea46d0 100644 --- a/examples/cxx/tree/custom/comments/dom-parse.hxx +++ b/examples/cxx/tree/custom/comments/dom-parse.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/comments/dom-parse.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef DOM_PARSE diff --git a/examples/cxx/tree/custom/comments/driver.cxx b/examples/cxx/tree/custom/comments/driver.cxx index 4ce2573..39b16f7 100644 --- a/examples/cxx/tree/custom/comments/driver.cxx +++ b/examples/cxx/tree/custom/comments/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/commens/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/comments/makefile b/examples/cxx/tree/custom/comments/makefile index 91bdefb..445aab5 100644 --- a/examples/cxx/tree/custom/comments/makefile +++ b/examples/cxx/tree/custom/comments/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/comments/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/examples/cxx/tree/custom/comments/xml-schema-custom.cxx b/examples/cxx/tree/custom/comments/xml-schema-custom.cxx index d86d6af..67937d1 100644 --- a/examples/cxx/tree/custom/comments/xml-schema-custom.cxx +++ b/examples/cxx/tree/custom/comments/xml-schema-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/comments/xml-schema-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include xml-schema.hxx instead of xml-schema-custom.hxx here. diff --git a/examples/cxx/tree/custom/comments/xml-schema-custom.hxx b/examples/cxx/tree/custom/comments/xml-schema-custom.hxx index 821d0dd..0442a44 100644 --- a/examples/cxx/tree/custom/comments/xml-schema-custom.hxx +++ b/examples/cxx/tree/custom/comments/xml-schema-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/comments/xml-schema-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use xml-schema.hxx instead. This diff --git a/examples/cxx/tree/custom/contacts/contacts-custom.cxx b/examples/cxx/tree/custom/contacts/contacts-custom.cxx index dd7c453..8bb0e22 100644 --- a/examples/cxx/tree/custom/contacts/contacts-custom.cxx +++ b/examples/cxx/tree/custom/contacts/contacts-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/contacts-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/contacts/contacts-custom.hxx b/examples/cxx/tree/custom/contacts/contacts-custom.hxx index fdb6810..65d6244 100644 --- a/examples/cxx/tree/custom/contacts/contacts-custom.hxx +++ b/examples/cxx/tree/custom/contacts/contacts-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/contacts-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use contacts.hxx instead. This diff --git a/examples/cxx/tree/custom/contacts/driver.cxx b/examples/cxx/tree/custom/contacts/driver.cxx index 9015e87..ae8a2da 100644 --- a/examples/cxx/tree/custom/contacts/driver.cxx +++ b/examples/cxx/tree/custom/contacts/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile index b0ae749..c3b73ca 100644 --- a/examples/cxx/tree/custom/contacts/makefile +++ b/examples/cxx/tree/custom/contacts/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/contacts/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/examples/cxx/tree/custom/double/double-custom.cxx b/examples/cxx/tree/custom/double/double-custom.cxx index 78904a0..6aad908 100644 --- a/examples/cxx/tree/custom/double/double-custom.cxx +++ b/examples/cxx/tree/custom/double/double-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/double-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include xml-schema.hxx instead of double-custom.hxx here. diff --git a/examples/cxx/tree/custom/double/double-custom.hxx b/examples/cxx/tree/custom/double/double-custom.hxx index 17d9a44..1516211 100644 --- a/examples/cxx/tree/custom/double/double-custom.hxx +++ b/examples/cxx/tree/custom/double/double-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/double-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use xml-schema.hxx instead. This diff --git a/examples/cxx/tree/custom/double/driver.cxx b/examples/cxx/tree/custom/double/driver.cxx index 2e5b44d..8b102a5 100644 --- a/examples/cxx/tree/custom/double/driver.cxx +++ b/examples/cxx/tree/custom/double/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/double/makefile b/examples/cxx/tree/custom/double/makefile index ae25b4d..77a87c6 100644 --- a/examples/cxx/tree/custom/double/makefile +++ b/examples/cxx/tree/custom/double/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/double/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/examples/cxx/tree/custom/makefile b/examples/cxx/tree/custom/makefile index 4179be8..8ea9374 100644 --- a/examples/cxx/tree/custom/makefile +++ b/examples/cxx/tree/custom/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/examples/cxx/tree/custom/mixed/driver.cxx b/examples/cxx/tree/custom/mixed/driver.cxx index a6dd0a7..0378f18 100644 --- a/examples/cxx/tree/custom/mixed/driver.cxx +++ b/examples/cxx/tree/custom/mixed/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/mixed/makefile b/examples/cxx/tree/custom/mixed/makefile index 539252f..32ad9d9 100644 --- a/examples/cxx/tree/custom/mixed/makefile +++ b/examples/cxx/tree/custom/mixed/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/mixed/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/examples/cxx/tree/custom/mixed/people-custom.cxx b/examples/cxx/tree/custom/mixed/people-custom.cxx index af07e22..7cd1947 100644 --- a/examples/cxx/tree/custom/mixed/people-custom.cxx +++ b/examples/cxx/tree/custom/mixed/people-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/people-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/mixed/people-custom.hxx b/examples/cxx/tree/custom/mixed/people-custom.hxx index f05ba4a..54dfb21 100644 --- a/examples/cxx/tree/custom/mixed/people-custom.hxx +++ b/examples/cxx/tree/custom/mixed/people-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/people-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use people.hxx instead. This diff --git a/examples/cxx/tree/custom/taxonomy/driver.cxx b/examples/cxx/tree/custom/taxonomy/driver.cxx index f102fc3..ec562f6 100644 --- a/examples/cxx/tree/custom/taxonomy/driver.cxx +++ b/examples/cxx/tree/custom/taxonomy/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/taxonomy/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile index 0ea00a6..ff727c0 100644 --- a/examples/cxx/tree/custom/taxonomy/makefile +++ b/examples/cxx/tree/custom/taxonomy/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/taxonomy/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/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx b/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx index 973b6e5..2c26bf5 100644 --- a/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx +++ b/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use people-fwd.hxx instead. This diff --git a/examples/cxx/tree/custom/taxonomy/people-custom.cxx b/examples/cxx/tree/custom/taxonomy/people-custom.cxx index 321d2df..a06a6ea 100644 --- a/examples/cxx/tree/custom/taxonomy/people-custom.cxx +++ b/examples/cxx/tree/custom/taxonomy/people-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/taxonomy/people-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/taxonomy/people-custom.hxx b/examples/cxx/tree/custom/taxonomy/people-custom.hxx index c601061..a60edc8 100644 --- a/examples/cxx/tree/custom/taxonomy/people-custom.hxx +++ b/examples/cxx/tree/custom/taxonomy/people-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/taxonomy/people-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use people.hxx instead. This diff --git a/examples/cxx/tree/custom/wildcard/driver.cxx b/examples/cxx/tree/custom/wildcard/driver.cxx index d63fb11..d29f125 100644 --- a/examples/cxx/tree/custom/wildcard/driver.cxx +++ b/examples/cxx/tree/custom/wildcard/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/wildcard/makefile b/examples/cxx/tree/custom/wildcard/makefile index c86969d..1c9922c 100644 --- a/examples/cxx/tree/custom/wildcard/makefile +++ b/examples/cxx/tree/custom/wildcard/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/wildcard/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/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx b/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx index 422a4b3..006f93a 100644 --- a/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx +++ b/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/wildcard-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx b/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx index 2c58cc8..0546d38 100644 --- a/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx +++ b/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/wildcard-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use wildcard.hxx instead. This diff --git a/examples/cxx/tree/embedded/driver.cxx b/examples/cxx/tree/embedded/driver.cxx index 2ccf469..5ceafa4 100644 --- a/examples/cxx/tree/embedded/driver.cxx +++ b/examples/cxx/tree/embedded/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/embedded/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/embedded/grammar-input-stream.cxx b/examples/cxx/tree/embedded/grammar-input-stream.cxx index 270f1d9..f3a6d52 100644 --- a/examples/cxx/tree/embedded/grammar-input-stream.cxx +++ b/examples/cxx/tree/embedded/grammar-input-stream.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/embedded/grammar-input-stream.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/embedded/grammar-input-stream.hxx b/examples/cxx/tree/embedded/grammar-input-stream.hxx index 5a861ef..ed12b7c 100644 --- a/examples/cxx/tree/embedded/grammar-input-stream.hxx +++ b/examples/cxx/tree/embedded/grammar-input-stream.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/embedded/grammar-input-stream.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef GRAMMAR_INPUT_STREAM_HXX diff --git a/examples/cxx/tree/embedded/makefile b/examples/cxx/tree/embedded/makefile index 05431ca..358d3f6 100644 --- a/examples/cxx/tree/embedded/makefile +++ b/examples/cxx/tree/embedded/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/embedded/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/examples/cxx/tree/embedded/xsdbin.cxx b/examples/cxx/tree/embedded/xsdbin.cxx index dc42fd6..656b830 100644 --- a/examples/cxx/tree/embedded/xsdbin.cxx +++ b/examples/cxx/tree/embedded/xsdbin.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/embedded/xsdbin.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // This program loads the XML Schema file(s) and converts them to diff --git a/examples/cxx/tree/hello/driver.cxx b/examples/cxx/tree/hello/driver.cxx index 6ea6823..b6629b3 100644 --- a/examples/cxx/tree/hello/driver.cxx +++ b/examples/cxx/tree/hello/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/hello/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/hello/makefile b/examples/cxx/tree/hello/makefile index 0984076..3288be2 100644 --- a/examples/cxx/tree/hello/makefile +++ b/examples/cxx/tree/hello/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/hello/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/examples/cxx/tree/library/driver.cxx b/examples/cxx/tree/library/driver.cxx index ae68b87..5913ddf 100644 --- a/examples/cxx/tree/library/driver.cxx +++ b/examples/cxx/tree/library/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/library/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/library/makefile b/examples/cxx/tree/library/makefile index 2510f9f..ed7e73f 100644 --- a/examples/cxx/tree/library/makefile +++ b/examples/cxx/tree/library/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/library/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/examples/cxx/tree/makefile b/examples/cxx/tree/makefile index 2532acb..1897fc8 100644 --- a/examples/cxx/tree/makefile +++ b/examples/cxx/tree/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/examples/cxx/tree/messaging/dom-parse.cxx b/examples/cxx/tree/messaging/dom-parse.cxx index 1596f4e..61f9f4a 100644 --- a/examples/cxx/tree/messaging/dom-parse.cxx +++ b/examples/cxx/tree/messaging/dom-parse.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/messaging/dom-parse.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "dom-parse.hxx" diff --git a/examples/cxx/tree/messaging/dom-parse.hxx b/examples/cxx/tree/messaging/dom-parse.hxx index 640b28a..6eccacd 100644 --- a/examples/cxx/tree/messaging/dom-parse.hxx +++ b/examples/cxx/tree/messaging/dom-parse.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/messaging/dom-parse.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef DOM_PARSE diff --git a/examples/cxx/tree/messaging/dom-serialize.cxx b/examples/cxx/tree/messaging/dom-serialize.cxx index f6ce4e4..dbf3370 100644 --- a/examples/cxx/tree/messaging/dom-serialize.cxx +++ b/examples/cxx/tree/messaging/dom-serialize.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/messaging/dom-serialize.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "dom-serialize.hxx" diff --git a/examples/cxx/tree/messaging/dom-serialize.hxx b/examples/cxx/tree/messaging/dom-serialize.hxx index 1a7e855..f80e22b 100644 --- a/examples/cxx/tree/messaging/dom-serialize.hxx +++ b/examples/cxx/tree/messaging/dom-serialize.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/messaging/dom-serialize.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef DOM_SERIALIZE diff --git a/examples/cxx/tree/messaging/driver.cxx b/examples/cxx/tree/messaging/driver.cxx index 4c36aa4..095e2cd 100644 --- a/examples/cxx/tree/messaging/driver.cxx +++ b/examples/cxx/tree/messaging/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/messaging/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/messaging/makefile b/examples/cxx/tree/messaging/makefile index a1114c7..da00ada 100644 --- a/examples/cxx/tree/messaging/makefile +++ b/examples/cxx/tree/messaging/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/messaging/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/examples/cxx/tree/mixed/driver.cxx b/examples/cxx/tree/mixed/driver.cxx index 3347d7f..17c3b55 100644 --- a/examples/cxx/tree/mixed/driver.cxx +++ b/examples/cxx/tree/mixed/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/mixed/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/mixed/makefile b/examples/cxx/tree/mixed/makefile index 63ba115..0faacc2 100644 --- a/examples/cxx/tree/mixed/makefile +++ b/examples/cxx/tree/mixed/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/mixed/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/examples/cxx/tree/multiroot/dom-parse.cxx b/examples/cxx/tree/multiroot/dom-parse.cxx index 56cffc7..98fc82e 100644 --- a/examples/cxx/tree/multiroot/dom-parse.cxx +++ b/examples/cxx/tree/multiroot/dom-parse.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/multiroot/dom-parse.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "dom-parse.hxx" diff --git a/examples/cxx/tree/multiroot/dom-parse.hxx b/examples/cxx/tree/multiroot/dom-parse.hxx index c3bbf71..c2ab0fb 100644 --- a/examples/cxx/tree/multiroot/dom-parse.hxx +++ b/examples/cxx/tree/multiroot/dom-parse.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/multiroot/dom-parse.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef DOM_PARSE diff --git a/examples/cxx/tree/multiroot/driver.cxx b/examples/cxx/tree/multiroot/driver.cxx index cd5be34..9497ef1 100644 --- a/examples/cxx/tree/multiroot/driver.cxx +++ b/examples/cxx/tree/multiroot/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/multiroot/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/multiroot/makefile b/examples/cxx/tree/multiroot/makefile index a86e140..58c8d71 100644 --- a/examples/cxx/tree/multiroot/makefile +++ b/examples/cxx/tree/multiroot/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/multiroot/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/examples/cxx/tree/performance/driver.cxx b/examples/cxx/tree/performance/driver.cxx index f3e388b..b626e4d 100644 --- a/examples/cxx/tree/performance/driver.cxx +++ b/examples/cxx/tree/performance/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/performance/makefile b/examples/cxx/tree/performance/makefile index c739ecd..75302b3 100644 --- a/examples/cxx/tree/performance/makefile +++ b/examples/cxx/tree/performance/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/performance/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/examples/cxx/tree/performance/parsing.cxx b/examples/cxx/tree/performance/parsing.cxx index 82279a1..bf7f667 100644 --- a/examples/cxx/tree/performance/parsing.cxx +++ b/examples/cxx/tree/performance/parsing.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/parsing.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/performance/serialization.cxx b/examples/cxx/tree/performance/serialization.cxx index 551d04b..08e5740 100644 --- a/examples/cxx/tree/performance/serialization.cxx +++ b/examples/cxx/tree/performance/serialization.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/serialization.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/performance/time.cxx b/examples/cxx/tree/performance/time.cxx index c91f813..6bec91b 100644 --- a/examples/cxx/tree/performance/time.cxx +++ b/examples/cxx/tree/performance/time.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/time.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "time.hxx" diff --git a/examples/cxx/tree/performance/time.hxx b/examples/cxx/tree/performance/time.hxx index f83e628..ea71e83 100644 --- a/examples/cxx/tree/performance/time.hxx +++ b/examples/cxx/tree/performance/time.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/time.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef TIME_HXX diff --git a/examples/cxx/tree/polymorphism/driver.cxx b/examples/cxx/tree/polymorphism/driver.cxx index 582e2dd..3f1598f 100644 --- a/examples/cxx/tree/polymorphism/driver.cxx +++ b/examples/cxx/tree/polymorphism/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/polymorphism/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/polymorphism/makefile b/examples/cxx/tree/polymorphism/makefile index f681d54..63754ae 100644 --- a/examples/cxx/tree/polymorphism/makefile +++ b/examples/cxx/tree/polymorphism/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/polymorphism/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/examples/cxx/tree/streaming/driver.cxx b/examples/cxx/tree/streaming/driver.cxx index 6c6fd51..6cc2cd4 100644 --- a/examples/cxx/tree/streaming/driver.cxx +++ b/examples/cxx/tree/streaming/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/streaming/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/streaming/makefile b/examples/cxx/tree/streaming/makefile index f2168dd..2ac0371 100644 --- a/examples/cxx/tree/streaming/makefile +++ b/examples/cxx/tree/streaming/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/streaming/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/examples/cxx/tree/streaming/parser.cxx b/examples/cxx/tree/streaming/parser.cxx index 4696d5c..a1f5bb8 100644 --- a/examples/cxx/tree/streaming/parser.cxx +++ b/examples/cxx/tree/streaming/parser.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/streaming/parser.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/streaming/parser.hxx b/examples/cxx/tree/streaming/parser.hxx index 000d022..a9c53ba 100644 --- a/examples/cxx/tree/streaming/parser.hxx +++ b/examples/cxx/tree/streaming/parser.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/streaming/parser.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef PARSER_HXX diff --git a/examples/cxx/tree/streaming/serializer.cxx b/examples/cxx/tree/streaming/serializer.cxx index c879533..04d2db4 100644 --- a/examples/cxx/tree/streaming/serializer.cxx +++ b/examples/cxx/tree/streaming/serializer.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/streaming/serializer.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/streaming/serializer.hxx b/examples/cxx/tree/streaming/serializer.hxx index 48a06bf..4f2bf65 100644 --- a/examples/cxx/tree/streaming/serializer.hxx +++ b/examples/cxx/tree/streaming/serializer.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/streaming/serializer.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef SERIALIZER_HXX diff --git a/examples/cxx/tree/wildcard/driver.cxx b/examples/cxx/tree/wildcard/driver.cxx index 5fc6abf..64acfce 100644 --- a/examples/cxx/tree/wildcard/driver.cxx +++ b/examples/cxx/tree/wildcard/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/wildcard/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/wildcard/makefile b/examples/cxx/tree/wildcard/makefile index ca04c42..2310cb9 100644 --- a/examples/cxx/tree/wildcard/makefile +++ b/examples/cxx/tree/wildcard/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/wildcard/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/examples/cxx/tree/xpath/dom-parse.cxx b/examples/cxx/tree/xpath/dom-parse.cxx index c3da911..0282780 100644 --- a/examples/cxx/tree/xpath/dom-parse.cxx +++ b/examples/cxx/tree/xpath/dom-parse.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/xpath/dom-parse.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "dom-parse.hxx" diff --git a/examples/cxx/tree/xpath/dom-parse.hxx b/examples/cxx/tree/xpath/dom-parse.hxx index cfa1555..9fa0eb9 100644 --- a/examples/cxx/tree/xpath/dom-parse.hxx +++ b/examples/cxx/tree/xpath/dom-parse.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/xpath/dom-parse.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef DOM_PARSE diff --git a/examples/cxx/tree/xpath/driver.cxx b/examples/cxx/tree/xpath/driver.cxx index f49e186..f9bd040 100644 --- a/examples/cxx/tree/xpath/driver.cxx +++ b/examples/cxx/tree/xpath/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/xpath/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/xpath/makefile b/examples/cxx/tree/xpath/makefile index 5290f0e..f9b42ca 100644 --- a/examples/cxx/tree/xpath/makefile +++ b/examples/cxx/tree/xpath/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/xpath/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file -- cgit v1.1