From 2bbca80d4cc589f4f865b3151674a5033dc0ba9c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Feb 2013 10:19:18 +0200 Subject: Update copyright year --- 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/relational.hxx | 2 +- odb/traversal/relational/column.hxx | 2 +- odb/traversal/relational/elements.hxx | 2 +- odb/traversal/relational/foreign-key.hxx | 2 +- odb/traversal/relational/index.hxx | 2 +- odb/traversal/relational/key.hxx | 2 +- odb/traversal/relational/model.hxx | 2 +- odb/traversal/relational/primary-key.hxx | 2 +- odb/traversal/relational/table.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 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'odb/traversal') diff --git a/odb/traversal/class-template.cxx b/odb/traversal/class-template.cxx index 3f57e60..812cdb4 100644 --- a/odb/traversal/class-template.cxx +++ b/odb/traversal/class-template.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/class-template.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 b3c2105..5589f02 100644 --- a/odb/traversal/class-template.hxx +++ b/odb/traversal/class-template.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/class-template.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 f412e5f..6b50592 100644 --- a/odb/traversal/class.cxx +++ b/odb/traversal/class.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/class.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 0043cb8..a0a8f66 100644 --- a/odb/traversal/class.hxx +++ b/odb/traversal/class.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/class.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 1bb3140..96030b5 100644 --- a/odb/traversal/derived.cxx +++ b/odb/traversal/derived.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/derived.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 cbc66ba..e5d4a91 100644 --- a/odb/traversal/derived.hxx +++ b/odb/traversal/derived.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/derived.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 34955d9..b021dbe 100644 --- a/odb/traversal/elements.cxx +++ b/odb/traversal/elements.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/elements.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 3b90b58..86478d1 100644 --- a/odb/traversal/elements.hxx +++ b/odb/traversal/elements.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/elements.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 4605c3f..149f962 100644 --- a/odb/traversal/enum.cxx +++ b/odb/traversal/enum.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/enum.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 cfdef5b..1efccaa 100644 --- a/odb/traversal/enum.hxx +++ b/odb/traversal/enum.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/enum.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 495e08b..c42eddb 100644 --- a/odb/traversal/fundamental.hxx +++ b/odb/traversal/fundamental.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/fundamental.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 38f60f3..9bc6c23 100644 --- a/odb/traversal/namespace.hxx +++ b/odb/traversal/namespace.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/namespace.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_NAMESPACE_HXX diff --git a/odb/traversal/relational.hxx b/odb/traversal/relational.hxx index 09af99a..cf40404 100644 --- a/odb/traversal/relational.hxx +++ b/odb/traversal/relational.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_HXX diff --git a/odb/traversal/relational/column.hxx b/odb/traversal/relational/column.hxx index 9876e2d..40a6619 100644 --- a/odb/traversal/relational/column.hxx +++ b/odb/traversal/relational/column.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/column.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_COLUMN_HXX diff --git a/odb/traversal/relational/elements.hxx b/odb/traversal/relational/elements.hxx index 6699352..0e1a983 100644 --- a/odb/traversal/relational/elements.hxx +++ b/odb/traversal/relational/elements.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/elements.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_ELEMENTS_HXX diff --git a/odb/traversal/relational/foreign-key.hxx b/odb/traversal/relational/foreign-key.hxx index ff3959d..d80df26 100644 --- a/odb/traversal/relational/foreign-key.hxx +++ b/odb/traversal/relational/foreign-key.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/foreign-key.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_FOREIGN_KEY_HXX diff --git a/odb/traversal/relational/index.hxx b/odb/traversal/relational/index.hxx index 00868e8..f45dda7 100644 --- a/odb/traversal/relational/index.hxx +++ b/odb/traversal/relational/index.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/index.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_INDEX_HXX diff --git a/odb/traversal/relational/key.hxx b/odb/traversal/relational/key.hxx index 551e543..42fc75a 100644 --- a/odb/traversal/relational/key.hxx +++ b/odb/traversal/relational/key.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/key.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_KEY_HXX diff --git a/odb/traversal/relational/model.hxx b/odb/traversal/relational/model.hxx index 4265982..2158cea 100644 --- a/odb/traversal/relational/model.hxx +++ b/odb/traversal/relational/model.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/model.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_MODEL_HXX diff --git a/odb/traversal/relational/primary-key.hxx b/odb/traversal/relational/primary-key.hxx index d3367e7..c0146db 100644 --- a/odb/traversal/relational/primary-key.hxx +++ b/odb/traversal/relational/primary-key.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/primary-key.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_PRIMARY_KEY_HXX diff --git a/odb/traversal/relational/table.hxx b/odb/traversal/relational/table.hxx index 16df388..1aa838a 100644 --- a/odb/traversal/relational/table.hxx +++ b/odb/traversal/relational/table.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/relational/table.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_TABLE_HXX diff --git a/odb/traversal/template.cxx b/odb/traversal/template.cxx index d5f2a6b..698238d 100644 --- a/odb/traversal/template.cxx +++ b/odb/traversal/template.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/template.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 f493014..ceb0506 100644 --- a/odb/traversal/template.hxx +++ b/odb/traversal/template.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/template.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 d265414..742bee1 100644 --- a/odb/traversal/union-template.cxx +++ b/odb/traversal/union-template.cxx @@ -1,5 +1,5 @@ // file : odb/traversal/union-template.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 26e4788..146edbf 100644 --- a/odb/traversal/union-template.hxx +++ b/odb/traversal/union-template.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/union-template.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 fa2f9f5..f9d3a96 100644 --- a/odb/traversal/union.hxx +++ b/odb/traversal/union.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/union.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 805aa37..4d5461e 100644 --- a/odb/traversal/unit.hxx +++ b/odb/traversal/unit.hxx @@ -1,5 +1,5 @@ // file : odb/traversal/unit.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNIT_HXX -- cgit v1.1