From 320ca6d1a967621ac319922d1a4dfd17f8a03d60 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:57:27 +0200 Subject: Copyright update --- odb/Makefile.am | 2 +- odb/common.cxx | 2 +- odb/common.hxx | 2 +- odb/context.cxx | 2 +- odb/context.hxx | 2 +- odb/cxx-lexer.cxx | 2 +- odb/cxx-lexer.hxx | 2 +- odb/database.cxx | 2 +- odb/database.hxx | 2 +- odb/gcc-fwd.hxx | 2 +- odb/gcc.hxx | 2 +- odb/generator.cxx | 2 +- odb/generator.hxx | 2 +- odb/header.cxx | 2 +- odb/header.hxx | 2 +- odb/include.cxx | 2 +- odb/include.hxx | 2 +- odb/inline.cxx | 2 +- odb/inline.hxx | 2 +- odb/makefile | 2 +- odb/mysql/common.cxx | 2 +- odb/mysql/common.hxx | 2 +- odb/mysql/context.cxx | 2 +- odb/mysql/context.hxx | 2 +- odb/mysql/header.cxx | 2 +- odb/mysql/header.hxx | 2 +- odb/mysql/inline.cxx | 2 +- odb/mysql/inline.hxx | 2 +- odb/mysql/schema.cxx | 2 +- odb/mysql/schema.hxx | 2 +- odb/mysql/source.cxx | 2 +- odb/mysql/source.hxx | 2 +- odb/odb.cxx | 4 ++-- odb/options.cli | 2 +- odb/parser.cxx | 2 +- odb/parser.hxx | 2 +- odb/plugin.cxx | 2 +- odb/pragma.cxx | 2 +- odb/pragma.hxx | 2 +- odb/semantics.hxx | 2 +- odb/semantics/class-template.cxx | 2 +- odb/semantics/class-template.hxx | 2 +- odb/semantics/class.cxx | 2 +- odb/semantics/class.hxx | 2 +- odb/semantics/derived.cxx | 2 +- odb/semantics/derived.hxx | 2 +- odb/semantics/elements.cxx | 2 +- odb/semantics/elements.hxx | 2 +- odb/semantics/elements.ixx | 2 +- odb/semantics/enum.cxx | 2 +- odb/semantics/enum.hxx | 2 +- odb/semantics/fundamental.cxx | 2 +- odb/semantics/fundamental.hxx | 2 +- odb/semantics/namespace.cxx | 2 +- odb/semantics/namespace.hxx | 2 +- odb/semantics/template.cxx | 2 +- odb/semantics/template.hxx | 2 +- odb/semantics/union-template.cxx | 2 +- odb/semantics/union-template.hxx | 2 +- odb/semantics/union.cxx | 2 +- odb/semantics/union.hxx | 2 +- odb/semantics/unit.cxx | 2 +- odb/semantics/unit.hxx | 2 +- odb/sql-lexer.cxx | 2 +- odb/sql-lexer.hxx | 2 +- odb/sql-lexer.ixx | 2 +- odb/sql-token.hxx | 2 +- odb/sql-token.ixx | 2 +- odb/tracer/header.cxx | 2 +- odb/tracer/header.hxx | 2 +- odb/tracer/inline.cxx | 2 +- odb/tracer/inline.hxx | 2 +- odb/tracer/source.cxx | 2 +- odb/tracer/source.hxx | 2 +- odb/traversal.hxx | 2 +- odb/traversal/class-template.cxx | 2 +- odb/traversal/class-template.hxx | 2 +- odb/traversal/class.cxx | 2 +- odb/traversal/class.hxx | 2 +- odb/traversal/derived.cxx | 2 +- odb/traversal/derived.hxx | 2 +- odb/traversal/elements.cxx | 2 +- odb/traversal/elements.hxx | 2 +- odb/traversal/enum.cxx | 2 +- odb/traversal/enum.hxx | 2 +- odb/traversal/fundamental.hxx | 2 +- odb/traversal/namespace.hxx | 2 +- odb/traversal/template.cxx | 2 +- odb/traversal/template.hxx | 2 +- odb/traversal/union-template.cxx | 2 +- odb/traversal/union-template.hxx | 2 +- odb/traversal/union.hxx | 2 +- odb/traversal/unit.hxx | 2 +- odb/type-processor.cxx | 2 +- odb/type-processor.hxx | 2 +- odb/validator.cxx | 2 +- odb/validator.hxx | 2 +- odb/version.hxx | 2 +- 98 files changed, 99 insertions(+), 99 deletions(-) (limited to 'odb') diff --git a/odb/Makefile.am b/odb/Makefile.am index 4a68294..19d5ce4 100644 --- a/odb/Makefile.am +++ b/odb/Makefile.am @@ -1,6 +1,6 @@ # file : odb/Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file plugindir = $(bindir) diff --git a/odb/common.cxx b/odb/common.cxx index 6dccbc1..fe722df 100644 --- a/odb/common.cxx +++ b/odb/common.cxx @@ -1,6 +1,6 @@ // file : odb/common.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/common.hxx b/odb/common.hxx index 775f009..9479b77 100644 --- a/odb/common.hxx +++ b/odb/common.hxx @@ -1,6 +1,6 @@ // file : odb/common.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_COMMON_HXX diff --git a/odb/context.cxx b/odb/context.cxx index b606734..580b54c 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -1,6 +1,6 @@ // file : odb/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/context.hxx b/odb/context.hxx index cf4383d..03a3871 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -1,6 +1,6 @@ // file : odb/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_CONTEXT_HXX diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx index 525de82..24f1231 100644 --- a/odb/cxx-lexer.cxx +++ b/odb/cxx-lexer.cxx @@ -1,6 +1,6 @@ // file : odb/cxx-lexer.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/cxx-lexer.hxx b/odb/cxx-lexer.hxx index 107f92b..729f196 100644 --- a/odb/cxx-lexer.hxx +++ b/odb/cxx-lexer.hxx @@ -1,6 +1,6 @@ // file : odb/cxx-lexer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_CXX_LEXER_HXX diff --git a/odb/database.cxx b/odb/database.cxx index 5f4b02d..e5b9b24 100644 --- a/odb/database.cxx +++ b/odb/database.cxx @@ -1,6 +1,6 @@ // file : odb/database.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/database.hxx b/odb/database.hxx index 776d736..c47a9da 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -1,6 +1,6 @@ // file : odb/database.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_DATABASE_HXX diff --git a/odb/gcc-fwd.hxx b/odb/gcc-fwd.hxx index 3bfe932..170be53 100644 --- a/odb/gcc-fwd.hxx +++ b/odb/gcc-fwd.hxx @@ -1,6 +1,6 @@ // file : odb/gcc-fwd.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_GCC_FWD_HXX diff --git a/odb/gcc.hxx b/odb/gcc.hxx index 83161a6..3365c86 100644 --- a/odb/gcc.hxx +++ b/odb/gcc.hxx @@ -1,6 +1,6 @@ // file : odb/gcc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_GCC_HXX diff --git a/odb/generator.cxx b/odb/generator.cxx index 343154d..ddeda2b 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -1,6 +1,6 @@ // file : cli/generator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include // std::toupper, std::is{alpha,upper,lower} diff --git a/odb/generator.hxx b/odb/generator.hxx index c0ed2cb..0a64ad2 100644 --- a/odb/generator.hxx +++ b/odb/generator.hxx @@ -1,6 +1,6 @@ // file : odb/generator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_GENERATOR_HXX diff --git a/odb/header.cxx b/odb/header.cxx index 12f201e..458c822 100644 --- a/odb/header.cxx +++ b/odb/header.cxx @@ -1,6 +1,6 @@ // file : odb/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/header.hxx b/odb/header.hxx index da5d830..36a336b 100644 --- a/odb/header.hxx +++ b/odb/header.hxx @@ -1,6 +1,6 @@ // file : odb/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_HEADER_HXX diff --git a/odb/include.cxx b/odb/include.cxx index c9da8b2..a26bfc4 100644 --- a/odb/include.cxx +++ b/odb/include.cxx @@ -1,6 +1,6 @@ // file : odb/include.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/include.hxx b/odb/include.hxx index 3babb5e..f255d8b 100644 --- a/odb/include.hxx +++ b/odb/include.hxx @@ -1,6 +1,6 @@ // file : odb/include.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_INCLUDE_HXX diff --git a/odb/inline.cxx b/odb/inline.cxx index 630cf1b..f9df4ed 100644 --- a/odb/inline.cxx +++ b/odb/inline.cxx @@ -1,6 +1,6 @@ // file : odb/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/inline.hxx b/odb/inline.hxx index 41daac6..1613c58 100644 --- a/odb/inline.hxx +++ b/odb/inline.hxx @@ -1,6 +1,6 @@ // file : odb/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_INLINE_HXX diff --git a/odb/makefile b/odb/makefile index 00ea4fd..4cbf071 100644 --- a/odb/makefile +++ b/odb/makefile @@ -1,6 +1,6 @@ # file : odb/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/odb/mysql/common.cxx b/odb/mysql/common.cxx index 830407d..b771990 100644 --- a/odb/mysql/common.cxx +++ b/odb/mysql/common.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/common.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx index 4e9d427..df01e5f 100644 --- a/odb/mysql/common.hxx +++ b/odb/mysql/common.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/common.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_COMMON_HXX diff --git a/odb/mysql/context.cxx b/odb/mysql/context.cxx index c8bcd83..3b00c96 100644 --- a/odb/mysql/context.cxx +++ b/odb/mysql/context.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/context.hxx b/odb/mysql/context.hxx index 00afd6c..0dfb3ba 100644 --- a/odb/mysql/context.hxx +++ b/odb/mysql/context.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_CONTEXT_HXX diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx index 567fc46..cd9eeec 100644 --- a/odb/mysql/header.cxx +++ b/odb/mysql/header.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/header.hxx b/odb/mysql/header.hxx index 0ae22c5..ec7cbf1 100644 --- a/odb/mysql/header.hxx +++ b/odb/mysql/header.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_HEADER_HXX diff --git a/odb/mysql/inline.cxx b/odb/mysql/inline.cxx index 948caac..1178557 100644 --- a/odb/mysql/inline.cxx +++ b/odb/mysql/inline.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/inline.hxx b/odb/mysql/inline.hxx index 0542f48..e902ef3 100644 --- a/odb/mysql/inline.hxx +++ b/odb/mysql/inline.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_INLINE_HXX diff --git a/odb/mysql/schema.cxx b/odb/mysql/schema.cxx index f99cf40..686272c 100644 --- a/odb/mysql/schema.cxx +++ b/odb/mysql/schema.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/schema.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/schema.hxx b/odb/mysql/schema.hxx index 9f7bd11..e221c92 100644 --- a/odb/mysql/schema.hxx +++ b/odb/mysql/schema.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/schema.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_SCHEMA_HXX diff --git a/odb/mysql/source.cxx b/odb/mysql/source.cxx index 3841208..916c7fc 100644 --- a/odb/mysql/source.cxx +++ b/odb/mysql/source.cxx @@ -1,6 +1,6 @@ // file : odb/mysql/source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/mysql/source.hxx b/odb/mysql/source.hxx index b0e74bc..43a051b 100644 --- a/odb/mysql/source.hxx +++ b/odb/mysql/source.hxx @@ -1,6 +1,6 @@ // file : odb/mysql/source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_MYSQL_SOURCE_HXX diff --git a/odb/odb.cxx b/odb/odb.cxx index b27c028..9438bd0 100644 --- a/odb/odb.cxx +++ b/odb/odb.cxx @@ -1,6 +1,6 @@ // file : odb/odb.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include @@ -337,7 +337,7 @@ main (int argc, char* argv[]) { e << "ODB object-relational mapping (ORM) compiler for C++ " ODB_COMPILER_VERSION_STR << endl - << "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl; + << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl; e << "This is free software; see the source for copying conditions. " << "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS " diff --git a/odb/options.cli b/odb/options.cli index d796403..80407b0 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -1,6 +1,6 @@ // file : odb/options.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file include ; diff --git a/odb/parser.cxx b/odb/parser.cxx index c1e0156..fd7bb0e 100644 --- a/odb/parser.cxx +++ b/odb/parser.cxx @@ -1,6 +1,6 @@ // file : odb/parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include // Keep it first. diff --git a/odb/parser.hxx b/odb/parser.hxx index f1d08f3..2fbe904 100644 --- a/odb/parser.hxx +++ b/odb/parser.hxx @@ -1,6 +1,6 @@ // file : odb/parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_PARSER_HXX diff --git a/odb/plugin.cxx b/odb/plugin.cxx index 95bcafd..5b9efc1 100644 --- a/odb/plugin.cxx +++ b/odb/plugin.cxx @@ -1,6 +1,6 @@ // file : odb/plugin.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include // Keep it first. diff --git a/odb/pragma.cxx b/odb/pragma.cxx index c2d5df5..c09c683 100644 --- a/odb/pragma.cxx +++ b/odb/pragma.cxx @@ -1,6 +1,6 @@ // file : odb/pragma.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/pragma.hxx b/odb/pragma.hxx index c4d70f2..f5714eb 100644 --- a/odb/pragma.hxx +++ b/odb/pragma.hxx @@ -1,6 +1,6 @@ // file : odb/pragma.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_PRAGMA_HXX diff --git a/odb/semantics.hxx b/odb/semantics.hxx index 6429a7d..6981c79 100644 --- a/odb/semantics.hxx +++ b/odb/semantics.hxx @@ -1,6 +1,6 @@ // file : odb/semantics.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_HXX diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx index 0bd3413..b2ce3d7 100644 --- a/odb/semantics/class-template.cxx +++ b/odb/semantics/class-template.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/class-template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx index 33f148d..b9773b5 100644 --- a/odb/semantics/class-template.hxx +++ b/odb/semantics/class-template.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/class-template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_CLASS_TEMPLATE_HXX diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx index 47cf438..49dbade 100644 --- a/odb/semantics/class.cxx +++ b/odb/semantics/class.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx index 89e1599..924cfdd 100644 --- a/odb/semantics/class.hxx +++ b/odb/semantics/class.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_CLASS_HXX diff --git a/odb/semantics/derived.cxx b/odb/semantics/derived.cxx index df25c98..14c568a 100644 --- a/odb/semantics/derived.cxx +++ b/odb/semantics/derived.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/derived.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/derived.hxx b/odb/semantics/derived.hxx index db9b201..2860bca 100644 --- a/odb/semantics/derived.hxx +++ b/odb/semantics/derived.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/derived.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_DERIVED_HXX diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx index a1a63cd..ade5975 100644 --- a/odb/semantics/elements.cxx +++ b/odb/semantics/elements.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx index dfc5840..bcea379 100644 --- a/odb/semantics/elements.hxx +++ b/odb/semantics/elements.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_ELEMENTS_HXX diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx index ea6da72..6c4e8d2 100644 --- a/odb/semantics/elements.ixx +++ b/odb/semantics/elements.ixx @@ -1,6 +1,6 @@ // file : odb/semantics/elements.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file namespace semantics diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx index fce67f8..f324716 100644 --- a/odb/semantics/enum.cxx +++ b/odb/semantics/enum.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/enum.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx index 7f124a8..30e121e 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/enum.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_ENUM_HXX diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx index 232cd2a..74eac67 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/fundamental.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx index 3ac3551..d1fbf66 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/fundamental.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_FUNDAMENTAL_HXX diff --git a/odb/semantics/namespace.cxx b/odb/semantics/namespace.cxx index b873b79..25c1de0 100644 --- a/odb/semantics/namespace.cxx +++ b/odb/semantics/namespace.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx index ea09228..7a886c5 100644 --- a/odb/semantics/namespace.hxx +++ b/odb/semantics/namespace.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_NAMESPACE_HXX diff --git a/odb/semantics/template.cxx b/odb/semantics/template.cxx index f1a8b21..2cdf525 100644 --- a/odb/semantics/template.cxx +++ b/odb/semantics/template.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx index 1f88bea..0d03158 100644 --- a/odb/semantics/template.hxx +++ b/odb/semantics/template.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_TEMPLATE_HXX diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx index ae95c60..6bbf687 100644 --- a/odb/semantics/union-template.cxx +++ b/odb/semantics/union-template.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/union-template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx index 49b820e..aca6ed0 100644 --- a/odb/semantics/union-template.hxx +++ b/odb/semantics/union-template.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/union-template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNION_TEMPLATE_HXX diff --git a/odb/semantics/union.cxx b/odb/semantics/union.cxx index 7eb6fbd..ff40bca 100644 --- a/odb/semantics/union.cxx +++ b/odb/semantics/union.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/union.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx index 88c846a..f1a97b7 100644 --- a/odb/semantics/union.hxx +++ b/odb/semantics/union.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/union.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNION_HXX diff --git a/odb/semantics/unit.cxx b/odb/semantics/unit.cxx index a64e0d0..c4679f5 100644 --- a/odb/semantics/unit.cxx +++ b/odb/semantics/unit.cxx @@ -1,6 +1,6 @@ // file : odb/semantics/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/unit.hxx b/odb/semantics/unit.hxx index 0dd6033..3a116f4 100644 --- a/odb/semantics/unit.hxx +++ b/odb/semantics/unit.hxx @@ -1,6 +1,6 @@ // file : odb/semantics/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNIT_HXX diff --git a/odb/sql-lexer.cxx b/odb/sql-lexer.cxx index 68e9943..660f48e 100644 --- a/odb/sql-lexer.cxx +++ b/odb/sql-lexer.cxx @@ -1,6 +1,6 @@ // file : odb/sql-lexer.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/sql-lexer.hxx b/odb/sql-lexer.hxx index fc26655..2f300c3 100644 --- a/odb/sql-lexer.hxx +++ b/odb/sql-lexer.hxx @@ -1,6 +1,6 @@ // file : odb/sql-lexer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SQL_LEXER_HXX diff --git a/odb/sql-lexer.ixx b/odb/sql-lexer.ixx index 00cd970..a819118 100644 --- a/odb/sql-lexer.ixx +++ b/odb/sql-lexer.ixx @@ -1,6 +1,6 @@ // file : odb/sql-lexer.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file // sql_lexer::xchar diff --git a/odb/sql-token.hxx b/odb/sql-token.hxx index e2f2bc2..fabcc99 100644 --- a/odb/sql-token.hxx +++ b/odb/sql-token.hxx @@ -1,6 +1,6 @@ // file : odb/sql-token.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SQL_TOKEN_HXX diff --git a/odb/sql-token.ixx b/odb/sql-token.ixx index 5b58f94..2fdd938 100644 --- a/odb/sql-token.ixx +++ b/odb/sql-token.ixx @@ -1,6 +1,6 @@ // file : odb/sql-token.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file inline sql_token::token_type sql_token:: diff --git a/odb/tracer/header.cxx b/odb/tracer/header.cxx index a4dd368..74a27af 100644 --- a/odb/tracer/header.cxx +++ b/odb/tracer/header.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/tracer/header.hxx b/odb/tracer/header.hxx index ccb748a..761b292 100644 --- a/odb/tracer/header.hxx +++ b/odb/tracer/header.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRACER_HEADER_HXX diff --git a/odb/tracer/inline.cxx b/odb/tracer/inline.cxx index 2e73f21..b8b658e 100644 --- a/odb/tracer/inline.cxx +++ b/odb/tracer/inline.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/tracer/inline.hxx b/odb/tracer/inline.hxx index 744b0f9..353587c 100644 --- a/odb/tracer/inline.hxx +++ b/odb/tracer/inline.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRACER_INLINE_HXX diff --git a/odb/tracer/source.cxx b/odb/tracer/source.cxx index 8d1bd4f..c0f64c4 100644 --- a/odb/tracer/source.cxx +++ b/odb/tracer/source.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/tracer/source.hxx b/odb/tracer/source.hxx index 7ae1b08..a18fec6 100644 --- a/odb/tracer/source.hxx +++ b/odb/tracer/source.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRACER_SOURCE_HXX diff --git a/odb/traversal.hxx b/odb/traversal.hxx index 7b73191..f736cf5 100644 --- a/odb/traversal.hxx +++ b/odb/traversal.hxx @@ -1,6 +1,6 @@ // file : odb/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_HXX diff --git a/odb/traversal/class-template.cxx b/odb/traversal/class-template.cxx index f9459a1..d4a6905 100644 --- a/odb/traversal/class-template.cxx +++ b/odb/traversal/class-template.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/class-template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/class-template.hxx b/odb/traversal/class-template.hxx index 7946766..812bfc9 100644 --- a/odb/traversal/class-template.hxx +++ b/odb/traversal/class-template.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/class-template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_CLASS_TEMPLATE_HXX diff --git a/odb/traversal/class.cxx b/odb/traversal/class.cxx index ba16259..56c73ee 100644 --- a/odb/traversal/class.cxx +++ b/odb/traversal/class.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/class.hxx b/odb/traversal/class.hxx index e60199c..8890cb2 100644 --- a/odb/traversal/class.hxx +++ b/odb/traversal/class.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_CLASS_HXX diff --git a/odb/traversal/derived.cxx b/odb/traversal/derived.cxx index f9a7407..d886833 100644 --- a/odb/traversal/derived.cxx +++ b/odb/traversal/derived.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/derived.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/derived.hxx b/odb/traversal/derived.hxx index 5ca7148..413d181 100644 --- a/odb/traversal/derived.hxx +++ b/odb/traversal/derived.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/derived.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_DERIVED_HXX diff --git a/odb/traversal/elements.cxx b/odb/traversal/elements.cxx index 01c2cf9..1290ab3 100644 --- a/odb/traversal/elements.cxx +++ b/odb/traversal/elements.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/elements.hxx b/odb/traversal/elements.hxx index f20859d..0ec8792 100644 --- a/odb/traversal/elements.hxx +++ b/odb/traversal/elements.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_ELEMENTS_HXX diff --git a/odb/traversal/enum.cxx b/odb/traversal/enum.cxx index 37a5a8d..46bad5e 100644 --- a/odb/traversal/enum.cxx +++ b/odb/traversal/enum.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/enum.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/enum.hxx b/odb/traversal/enum.hxx index 6e61da0..9a6a997 100644 --- a/odb/traversal/enum.hxx +++ b/odb/traversal/enum.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/enum.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_ENUM_HXX diff --git a/odb/traversal/fundamental.hxx b/odb/traversal/fundamental.hxx index 4124b70..066790b 100644 --- a/odb/traversal/fundamental.hxx +++ b/odb/traversal/fundamental.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/fundamental.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_FUNDAMENTAL_HXX diff --git a/odb/traversal/namespace.hxx b/odb/traversal/namespace.hxx index a0e1d20..004fb14 100644 --- a/odb/traversal/namespace.hxx +++ b/odb/traversal/namespace.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_NAMESPACE_HXX diff --git a/odb/traversal/template.cxx b/odb/traversal/template.cxx index e5dfea3..fcf1fcc 100644 --- a/odb/traversal/template.cxx +++ b/odb/traversal/template.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/template.hxx b/odb/traversal/template.hxx index aa3fce1..43aac06 100644 --- a/odb/traversal/template.hxx +++ b/odb/traversal/template.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_TEMPLATE_HXX diff --git a/odb/traversal/union-template.cxx b/odb/traversal/union-template.cxx index 044aa7c..41a6442 100644 --- a/odb/traversal/union-template.cxx +++ b/odb/traversal/union-template.cxx @@ -1,6 +1,6 @@ // file : odb/traversal/union-template.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/union-template.hxx b/odb/traversal/union-template.hxx index d08cadb..feb52b5 100644 --- a/odb/traversal/union-template.hxx +++ b/odb/traversal/union-template.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/union-template.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNION_TEMPLATE_HXX diff --git a/odb/traversal/union.hxx b/odb/traversal/union.hxx index bcf9bce..79ba159 100644 --- a/odb/traversal/union.hxx +++ b/odb/traversal/union.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/union.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNION_HXX diff --git a/odb/traversal/unit.hxx b/odb/traversal/unit.hxx index 6047ee3..7fc2118 100644 --- a/odb/traversal/unit.hxx +++ b/odb/traversal/unit.hxx @@ -1,6 +1,6 @@ // file : odb/traversal/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNIT_HXX diff --git a/odb/type-processor.cxx b/odb/type-processor.cxx index b6baf67..190b102 100644 --- a/odb/type-processor.cxx +++ b/odb/type-processor.cxx @@ -1,6 +1,6 @@ // file : odb/type-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/type-processor.hxx b/odb/type-processor.hxx index 2cd8b3b..35f02ef 100644 --- a/odb/type-processor.hxx +++ b/odb/type-processor.hxx @@ -1,6 +1,6 @@ // file : odb/type-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TYPE_PROCESSOR_HXX diff --git a/odb/validator.cxx b/odb/validator.cxx index 87edb21..6c62ea8 100644 --- a/odb/validator.cxx +++ b/odb/validator.cxx @@ -1,6 +1,6 @@ // file : odb/validator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/validator.hxx b/odb/validator.hxx index 1678d38..1c41260 100644 --- a/odb/validator.hxx +++ b/odb/validator.hxx @@ -1,6 +1,6 @@ // file : odb/validator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_VALIDATOR_HXX diff --git a/odb/version.hxx b/odb/version.hxx index 3c26eee..153546b 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -1,6 +1,6 @@ // file : odb/version.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_VERSION_HXX -- cgit v1.1