aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/Makefile.am2
-rw-r--r--odb/common.hxx2
-rw-r--r--odb/context.cxx2
-rw-r--r--odb/context.hxx2
-rw-r--r--odb/database.cxx2
-rw-r--r--odb/database.hxx2
-rw-r--r--odb/gcc-fwd.hxx2
-rw-r--r--odb/gcc.hxx2
-rw-r--r--odb/generator.cxx2
-rw-r--r--odb/generator.hxx2
-rw-r--r--odb/makefile2
-rw-r--r--odb/mysql/common.cxx2
-rw-r--r--odb/mysql/common.hxx2
-rw-r--r--odb/mysql/context.cxx2
-rw-r--r--odb/mysql/context.hxx2
-rw-r--r--odb/mysql/header.cxx2
-rw-r--r--odb/mysql/header.hxx2
-rw-r--r--odb/mysql/inline.cxx2
-rw-r--r--odb/mysql/inline.hxx2
-rw-r--r--odb/mysql/schema.cxx2
-rw-r--r--odb/mysql/schema.hxx2
-rw-r--r--odb/mysql/source.cxx2
-rw-r--r--odb/mysql/source.hxx2
-rw-r--r--odb/odb.cxx2
-rw-r--r--odb/options.cli2
-rw-r--r--odb/parser.cxx2
-rw-r--r--odb/parser.hxx2
-rw-r--r--odb/plugin.cxx2
-rw-r--r--odb/pragma.cxx2
-rw-r--r--odb/pragma.hxx2
-rw-r--r--odb/semantics.hxx2
-rw-r--r--odb/semantics/class-template.cxx2
-rw-r--r--odb/semantics/class-template.hxx2
-rw-r--r--odb/semantics/class.cxx2
-rw-r--r--odb/semantics/class.hxx2
-rw-r--r--odb/semantics/derived.cxx2
-rw-r--r--odb/semantics/derived.hxx2
-rw-r--r--odb/semantics/elements.cxx2
-rw-r--r--odb/semantics/elements.hxx2
-rw-r--r--odb/semantics/elements.ixx2
-rw-r--r--odb/semantics/enum.cxx2
-rw-r--r--odb/semantics/enum.hxx2
-rw-r--r--odb/semantics/fundamental.cxx2
-rw-r--r--odb/semantics/fundamental.hxx2
-rw-r--r--odb/semantics/namespace.cxx2
-rw-r--r--odb/semantics/namespace.hxx2
-rw-r--r--odb/semantics/template.cxx2
-rw-r--r--odb/semantics/template.hxx2
-rw-r--r--odb/semantics/union-template.cxx2
-rw-r--r--odb/semantics/union-template.hxx2
-rw-r--r--odb/semantics/union.cxx2
-rw-r--r--odb/semantics/union.hxx2
-rw-r--r--odb/semantics/unit.cxx2
-rw-r--r--odb/semantics/unit.hxx2
-rw-r--r--odb/sql-lexer.cxx2
-rw-r--r--odb/sql-lexer.hxx2
-rw-r--r--odb/sql-lexer.ixx2
-rw-r--r--odb/sql-token.hxx2
-rw-r--r--odb/sql-token.ixx2
-rw-r--r--odb/tracer/header.cxx2
-rw-r--r--odb/tracer/header.hxx2
-rw-r--r--odb/tracer/inline.cxx2
-rw-r--r--odb/tracer/inline.hxx2
-rw-r--r--odb/tracer/source.cxx2
-rw-r--r--odb/tracer/source.hxx2
-rw-r--r--odb/traversal.hxx2
-rw-r--r--odb/traversal/class-template.cxx2
-rw-r--r--odb/traversal/class-template.hxx2
-rw-r--r--odb/traversal/class.cxx2
-rw-r--r--odb/traversal/class.hxx2
-rw-r--r--odb/traversal/derived.cxx2
-rw-r--r--odb/traversal/derived.hxx2
-rw-r--r--odb/traversal/elements.cxx2
-rw-r--r--odb/traversal/elements.hxx2
-rw-r--r--odb/traversal/enum.cxx2
-rw-r--r--odb/traversal/enum.hxx2
-rw-r--r--odb/traversal/fundamental.hxx2
-rw-r--r--odb/traversal/namespace.hxx2
-rw-r--r--odb/traversal/template.cxx2
-rw-r--r--odb/traversal/template.hxx2
-rw-r--r--odb/traversal/union-template.cxx2
-rw-r--r--odb/traversal/union-template.hxx2
-rw-r--r--odb/traversal/union.hxx2
-rw-r--r--odb/traversal/unit.hxx2
-rw-r--r--odb/validator.cxx2
-rw-r--r--odb/validator.hxx2
-rw-r--r--odb/version.hxx2
87 files changed, 87 insertions, 87 deletions
diff --git a/odb/Makefile.am b/odb/Makefile.am
index 3e3e1ab..4a68294 100644
--- a/odb/Makefile.am
+++ b/odb/Makefile.am
@@ -1,7 +1,7 @@
# file : odb/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
plugindir = $(bindir)
diff --git a/odb/common.hxx b/odb/common.hxx
index e0fbbab..952a7dd 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -1,7 +1,7 @@
// file : odb/common.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_COMMON_HXX
#define ODB_COMMON_HXX
diff --git a/odb/context.cxx b/odb/context.cxx
index 1444ca3..236c0c0 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -1,7 +1,7 @@
// file : odb/context.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/context.hxx>
diff --git a/odb/context.hxx b/odb/context.hxx
index 59fa630..ac83736 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1,7 +1,7 @@
// file : odb/context.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_CONTEXT_HXX
#define ODB_CONTEXT_HXX
diff --git a/odb/database.cxx b/odb/database.cxx
index d094397..5f4b02d 100644
--- a/odb/database.cxx
+++ b/odb/database.cxx
@@ -1,7 +1,7 @@
// file : odb/database.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <string>
#include <istream>
diff --git a/odb/database.hxx b/odb/database.hxx
index c20e1c4..776d736 100644
--- a/odb/database.hxx
+++ b/odb/database.hxx
@@ -1,7 +1,7 @@
// file : odb/database.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_DATABASE_HXX
#define ODB_DATABASE_HXX
diff --git a/odb/gcc-fwd.hxx b/odb/gcc-fwd.hxx
index bf54536..3bfe932 100644
--- a/odb/gcc-fwd.hxx
+++ b/odb/gcc-fwd.hxx
@@ -1,7 +1,7 @@
// file : odb/gcc-fwd.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_GCC_FWD_HXX
#define ODB_GCC_FWD_HXX
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index feca3ee..5c5bdde 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -1,7 +1,7 @@
// file : odb/gcc.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_GCC_HXX
#define ODB_GCC_HXX
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 811d0d3..252b6df 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -1,7 +1,7 @@
// file : cli/generator.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cctype> // std::toupper, std::is{alpha,upper,lower}
#include <string>
diff --git a/odb/generator.hxx b/odb/generator.hxx
index 833ff7b..c0ed2cb 100644
--- a/odb/generator.hxx
+++ b/odb/generator.hxx
@@ -1,7 +1,7 @@
// file : odb/generator.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_GENERATOR_HXX
#define ODB_GENERATOR_HXX
diff --git a/odb/makefile b/odb/makefile
index 144d077..095fc17 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -1,7 +1,7 @@
# file : odb/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# 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 d294527..895c857 100644
--- a/odb/mysql/common.cxx
+++ b/odb/mysql/common.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/common.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/mysql/common.hxx>
diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx
index 452a0a6..f1d81d9 100644
--- a/odb/mysql/common.hxx
+++ b/odb/mysql/common.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/common.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_COMMON_HXX
#define ODB_MYSQL_COMMON_HXX
diff --git a/odb/mysql/context.cxx b/odb/mysql/context.cxx
index 2c74529..7f69bb2 100644
--- a/odb/mysql/context.cxx
+++ b/odb/mysql/context.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/context.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/mysql/context.hxx b/odb/mysql/context.hxx
index e91320e..c4615e8 100644
--- a/odb/mysql/context.hxx
+++ b/odb/mysql/context.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/context.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_CONTEXT_HXX
#define ODB_MYSQL_CONTEXT_HXX
diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx
index 695f301..5c82bb2 100644
--- a/odb/mysql/header.cxx
+++ b/odb/mysql/header.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/header.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/mysql/common.hxx>
#include <odb/mysql/header.hxx>
diff --git a/odb/mysql/header.hxx b/odb/mysql/header.hxx
index a31281e..0ae22c5 100644
--- a/odb/mysql/header.hxx
+++ b/odb/mysql/header.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/header.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_HEADER_HXX
#define ODB_MYSQL_HEADER_HXX
diff --git a/odb/mysql/inline.cxx b/odb/mysql/inline.cxx
index 4a1fffa..2527e1f 100644
--- a/odb/mysql/inline.cxx
+++ b/odb/mysql/inline.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/inline.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/mysql/common.hxx>
#include <odb/mysql/inline.hxx>
diff --git a/odb/mysql/inline.hxx b/odb/mysql/inline.hxx
index 2d76274..0542f48 100644
--- a/odb/mysql/inline.hxx
+++ b/odb/mysql/inline.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/inline.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_INLINE_HXX
#define ODB_MYSQL_INLINE_HXX
diff --git a/odb/mysql/schema.cxx b/odb/mysql/schema.cxx
index 0b509ce..59a6900 100644
--- a/odb/mysql/schema.cxx
+++ b/odb/mysql/schema.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/schema.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <set>
#include <odb/mysql/schema.hxx>
diff --git a/odb/mysql/schema.hxx b/odb/mysql/schema.hxx
index 99699d3..9f7bd11 100644
--- a/odb/mysql/schema.hxx
+++ b/odb/mysql/schema.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/schema.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_SCHEMA_HXX
#define ODB_MYSQL_SCHEMA_HXX
diff --git a/odb/mysql/source.cxx b/odb/mysql/source.cxx
index 649e47f..22dac91 100644
--- a/odb/mysql/source.cxx
+++ b/odb/mysql/source.cxx
@@ -1,7 +1,7 @@
// file : odb/mysql/source.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cstddef> // std::size_t
#include <sstream>
diff --git a/odb/mysql/source.hxx b/odb/mysql/source.hxx
index 6a79479..b0e74bc 100644
--- a/odb/mysql/source.hxx
+++ b/odb/mysql/source.hxx
@@ -1,7 +1,7 @@
// file : odb/mysql/source.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_MYSQL_SOURCE_HXX
#define ODB_MYSQL_SOURCE_HXX
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 789238f..79c6b82 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1,7 +1,7 @@
// file : odb/odb.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <errno.h>
#include <stdlib.h> // getenv
diff --git a/odb/options.cli b/odb/options.cli
index 11af799..efa8a92 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -1,7 +1,7 @@
// file : odb/options.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
include <string>;
include <vector>;
diff --git a/odb/parser.cxx b/odb/parser.cxx
index 59c1046..f620ed5 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -1,7 +1,7 @@
// file : odb/parser.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/gcc.hxx> // Keep it first.
diff --git a/odb/parser.hxx b/odb/parser.hxx
index e1689f8..f1d08f3 100644
--- a/odb/parser.hxx
+++ b/odb/parser.hxx
@@ -1,7 +1,7 @@
// file : odb/parser.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_PARSER_HXX
#define ODB_PARSER_HXX
diff --git a/odb/plugin.cxx b/odb/plugin.cxx
index f6398f5..1947c6e 100644
--- a/odb/plugin.cxx
+++ b/odb/plugin.cxx
@@ -1,7 +1,7 @@
// file : odb/plugin.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/gcc.hxx> // Keep it first.
diff --git a/odb/pragma.cxx b/odb/pragma.cxx
index b11b61d..771e33e 100644
--- a/odb/pragma.cxx
+++ b/odb/pragma.cxx
@@ -1,7 +1,7 @@
// file : odb/pragma.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/pragma.hxx>
diff --git a/odb/pragma.hxx b/odb/pragma.hxx
index 1a8a98f..c4d70f2 100644
--- a/odb/pragma.hxx
+++ b/odb/pragma.hxx
@@ -1,7 +1,7 @@
// file : odb/pragma.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_PRAGMA_HXX
#define ODB_PRAGMA_HXX
diff --git a/odb/semantics.hxx b/odb/semantics.hxx
index 3c642ff..6429a7d 100644
--- a/odb/semantics.hxx
+++ b/odb/semantics.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_HXX
#define ODB_SEMANTICS_HXX
diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx
index 516afca..ddaf012 100644
--- a/odb/semantics/class-template.cxx
+++ b/odb/semantics/class-template.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/class-template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/class-template.hxx>
diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx
index 730d6bb..699b617 100644
--- a/odb/semantics/class-template.hxx
+++ b/odb/semantics/class-template.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/class-template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_CLASS_TEMPLATE_HXX
#define ODB_SEMANTICS_CLASS_TEMPLATE_HXX
diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx
index b4a42d1..c1f494a 100644
--- a/odb/semantics/class.cxx
+++ b/odb/semantics/class.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/class.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/class.hxx>
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index 72dcfea..89e1599 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/class.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_CLASS_HXX
#define ODB_SEMANTICS_CLASS_HXX
diff --git a/odb/semantics/derived.cxx b/odb/semantics/derived.cxx
index 78975ca..904ffdd 100644
--- a/odb/semantics/derived.cxx
+++ b/odb/semantics/derived.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/derived.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/derived.hxx>
diff --git a/odb/semantics/derived.hxx b/odb/semantics/derived.hxx
index 409980c..90b7e3c 100644
--- a/odb/semantics/derived.hxx
+++ b/odb/semantics/derived.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/derived.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_DERIVED_HXX
#define ODB_SEMANTICS_DERIVED_HXX
diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx
index 341de3c..8e62535 100644
--- a/odb/semantics/elements.cxx
+++ b/odb/semantics/elements.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/elements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/elements.hxx>
diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx
index 78dc82c..f5d4954 100644
--- a/odb/semantics/elements.hxx
+++ b/odb/semantics/elements.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/elements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_ELEMENTS_HXX
#define ODB_SEMANTICS_ELEMENTS_HXX
diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx
index 7d92cdd..ea6da72 100644
--- a/odb/semantics/elements.ixx
+++ b/odb/semantics/elements.ixx
@@ -1,7 +1,7 @@
// file : odb/semantics/elements.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
namespace semantics
{
diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx
index 31afb83..9d28c1d 100644
--- a/odb/semantics/enum.cxx
+++ b/odb/semantics/enum.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/enum.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/enum.hxx>
diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx
index 5dc6d50..24fb860 100644
--- a/odb/semantics/enum.hxx
+++ b/odb/semantics/enum.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/enum.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_ENUM_HXX
#define ODB_SEMANTICS_ENUM_HXX
diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx
index c48d23c..087a08f 100644
--- a/odb/semantics/fundamental.cxx
+++ b/odb/semantics/fundamental.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/fundamental.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/fundamental.hxx>
diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx
index f7751a8..70c6162 100644
--- a/odb/semantics/fundamental.hxx
+++ b/odb/semantics/fundamental.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/fundamental.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_FUNDAMENTAL_HXX
#define ODB_SEMANTICS_FUNDAMENTAL_HXX
diff --git a/odb/semantics/namespace.cxx b/odb/semantics/namespace.cxx
index 0181309..a0a9246 100644
--- a/odb/semantics/namespace.cxx
+++ b/odb/semantics/namespace.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/namespace.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/namespace.hxx>
diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx
index c7fcef6..105ed0b 100644
--- a/odb/semantics/namespace.hxx
+++ b/odb/semantics/namespace.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/namespace.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_NAMESPACE_HXX
#define ODB_SEMANTICS_NAMESPACE_HXX
diff --git a/odb/semantics/template.cxx b/odb/semantics/template.cxx
index 9c7af0b..f1a8b21 100644
--- a/odb/semantics/template.cxx
+++ b/odb/semantics/template.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/template.hxx>
diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx
index 8667dc6..1f88bea 100644
--- a/odb/semantics/template.hxx
+++ b/odb/semantics/template.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_TEMPLATE_HXX
#define ODB_SEMANTICS_TEMPLATE_HXX
diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx
index ea235e7..c0ab198 100644
--- a/odb/semantics/union-template.cxx
+++ b/odb/semantics/union-template.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/union-template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/union-template.hxx>
diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx
index e14c3c6..54bf447 100644
--- a/odb/semantics/union-template.hxx
+++ b/odb/semantics/union-template.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/union-template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_UNION_TEMPLATE_HXX
#define ODB_SEMANTICS_UNION_TEMPLATE_HXX
diff --git a/odb/semantics/union.cxx b/odb/semantics/union.cxx
index 3e2051a..5acc21f 100644
--- a/odb/semantics/union.cxx
+++ b/odb/semantics/union.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/union.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/union.hxx>
diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx
index bd95724..88c846a 100644
--- a/odb/semantics/union.hxx
+++ b/odb/semantics/union.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/union.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_UNION_HXX
#define ODB_SEMANTICS_UNION_HXX
diff --git a/odb/semantics/unit.cxx b/odb/semantics/unit.cxx
index 15b2c6e..3540e15 100644
--- a/odb/semantics/unit.cxx
+++ b/odb/semantics/unit.cxx
@@ -1,7 +1,7 @@
// file : odb/semantics/unit.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
#include <odb/semantics/unit.hxx>
diff --git a/odb/semantics/unit.hxx b/odb/semantics/unit.hxx
index b078521..e12f181 100644
--- a/odb/semantics/unit.hxx
+++ b/odb/semantics/unit.hxx
@@ -1,7 +1,7 @@
// file : odb/semantics/unit.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_UNIT_HXX
#define ODB_SEMANTICS_UNIT_HXX
diff --git a/odb/sql-lexer.cxx b/odb/sql-lexer.cxx
index e5b1693..fc9a237 100644
--- a/odb/sql-lexer.cxx
+++ b/odb/sql-lexer.cxx
@@ -1,7 +1,7 @@
// file : odb/sql-lexer.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <iostream>
diff --git a/odb/sql-lexer.hxx b/odb/sql-lexer.hxx
index f650dc4..fc26655 100644
--- a/odb/sql-lexer.hxx
+++ b/odb/sql-lexer.hxx
@@ -1,7 +1,7 @@
// file : odb/sql-lexer.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SQL_LEXER_HXX
#define ODB_SQL_LEXER_HXX
diff --git a/odb/sql-lexer.ixx b/odb/sql-lexer.ixx
index 96deed1..00cd970 100644
--- a/odb/sql-lexer.ixx
+++ b/odb/sql-lexer.ixx
@@ -1,7 +1,7 @@
// file : odb/sql-lexer.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
// sql_lexer::xchar
//
diff --git a/odb/sql-token.hxx b/odb/sql-token.hxx
index 464c9a5..e2f2bc2 100644
--- a/odb/sql-token.hxx
+++ b/odb/sql-token.hxx
@@ -1,7 +1,7 @@
// file : odb/sql-token.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SQL_TOKEN_HXX
#define ODB_SQL_TOKEN_HXX
diff --git a/odb/sql-token.ixx b/odb/sql-token.ixx
index 43f522f..5b58f94 100644
--- a/odb/sql-token.ixx
+++ b/odb/sql-token.ixx
@@ -1,7 +1,7 @@
// file : odb/sql-token.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
inline sql_token::token_type sql_token::
type () const
diff --git a/odb/tracer/header.cxx b/odb/tracer/header.cxx
index dee0498..67def65 100644
--- a/odb/tracer/header.cxx
+++ b/odb/tracer/header.cxx
@@ -1,7 +1,7 @@
// file : odb/tracer/header.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/common.hxx>
#include <odb/tracer/header.hxx>
diff --git a/odb/tracer/header.hxx b/odb/tracer/header.hxx
index 0e67712..ccb748a 100644
--- a/odb/tracer/header.hxx
+++ b/odb/tracer/header.hxx
@@ -1,7 +1,7 @@
// file : odb/tracer/header.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRACER_HEADER_HXX
#define ODB_TRACER_HEADER_HXX
diff --git a/odb/tracer/inline.cxx b/odb/tracer/inline.cxx
index 10839a6..5efffff 100644
--- a/odb/tracer/inline.cxx
+++ b/odb/tracer/inline.cxx
@@ -1,7 +1,7 @@
// file : odb/tracer/inline.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/common.hxx>
#include <odb/tracer/inline.hxx>
diff --git a/odb/tracer/inline.hxx b/odb/tracer/inline.hxx
index 2b01589..744b0f9 100644
--- a/odb/tracer/inline.hxx
+++ b/odb/tracer/inline.hxx
@@ -1,7 +1,7 @@
// file : odb/tracer/inline.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRACER_INLINE_HXX
#define ODB_TRACER_INLINE_HXX
diff --git a/odb/tracer/source.cxx b/odb/tracer/source.cxx
index 0734099..1df2a45 100644
--- a/odb/tracer/source.cxx
+++ b/odb/tracer/source.cxx
@@ -1,7 +1,7 @@
// file : odb/tracer/source.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/common.hxx>
#include <odb/tracer/source.hxx>
diff --git a/odb/tracer/source.hxx b/odb/tracer/source.hxx
index 2c82f3a..7ae1b08 100644
--- a/odb/tracer/source.hxx
+++ b/odb/tracer/source.hxx
@@ -1,7 +1,7 @@
// file : odb/tracer/source.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRACER_SOURCE_HXX
#define ODB_TRACER_SOURCE_HXX
diff --git a/odb/traversal.hxx b/odb/traversal.hxx
index f904466..7b73191 100644
--- a/odb/traversal.hxx
+++ b/odb/traversal.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_HXX
#define ODB_TRAVERSAL_HXX
diff --git a/odb/traversal/class-template.cxx b/odb/traversal/class-template.cxx
index e73f52b..f9459a1 100644
--- a/odb/traversal/class-template.cxx
+++ b/odb/traversal/class-template.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/class-template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/class-template.hxx>
diff --git a/odb/traversal/class-template.hxx b/odb/traversal/class-template.hxx
index c6276ff..7946766 100644
--- a/odb/traversal/class-template.hxx
+++ b/odb/traversal/class-template.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/class-template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_CLASS_TEMPLATE_HXX
#define ODB_TRAVERSAL_CLASS_TEMPLATE_HXX
diff --git a/odb/traversal/class.cxx b/odb/traversal/class.cxx
index 2a7f9e6..ba16259 100644
--- a/odb/traversal/class.cxx
+++ b/odb/traversal/class.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/class.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/class.hxx>
diff --git a/odb/traversal/class.hxx b/odb/traversal/class.hxx
index 717a386..e60199c 100644
--- a/odb/traversal/class.hxx
+++ b/odb/traversal/class.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/class.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_CLASS_HXX
#define ODB_TRAVERSAL_CLASS_HXX
diff --git a/odb/traversal/derived.cxx b/odb/traversal/derived.cxx
index 0669e6e..f9a7407 100644
--- a/odb/traversal/derived.cxx
+++ b/odb/traversal/derived.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/derived.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/derived.hxx>
diff --git a/odb/traversal/derived.hxx b/odb/traversal/derived.hxx
index fe58d92..5ca7148 100644
--- a/odb/traversal/derived.hxx
+++ b/odb/traversal/derived.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/derived.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_DERIVED_HXX
#define ODB_TRAVERSAL_DERIVED_HXX
diff --git a/odb/traversal/elements.cxx b/odb/traversal/elements.cxx
index 893d98f..01c2cf9 100644
--- a/odb/traversal/elements.cxx
+++ b/odb/traversal/elements.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/elements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/elements.hxx>
diff --git a/odb/traversal/elements.hxx b/odb/traversal/elements.hxx
index 1af2c8c..f20859d 100644
--- a/odb/traversal/elements.hxx
+++ b/odb/traversal/elements.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/elements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_ELEMENTS_HXX
#define ODB_TRAVERSAL_ELEMENTS_HXX
diff --git a/odb/traversal/enum.cxx b/odb/traversal/enum.cxx
index 9f5d572..37a5a8d 100644
--- a/odb/traversal/enum.cxx
+++ b/odb/traversal/enum.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/enum.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/enum.hxx>
diff --git a/odb/traversal/enum.hxx b/odb/traversal/enum.hxx
index c3cb037..6e61da0 100644
--- a/odb/traversal/enum.hxx
+++ b/odb/traversal/enum.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/enum.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_ENUM_HXX
#define ODB_TRAVERSAL_ENUM_HXX
diff --git a/odb/traversal/fundamental.hxx b/odb/traversal/fundamental.hxx
index b6891d6..4124b70 100644
--- a/odb/traversal/fundamental.hxx
+++ b/odb/traversal/fundamental.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/fundamental.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_FUNDAMENTAL_HXX
#define ODB_TRAVERSAL_FUNDAMENTAL_HXX
diff --git a/odb/traversal/namespace.hxx b/odb/traversal/namespace.hxx
index 3da801e..a0e1d20 100644
--- a/odb/traversal/namespace.hxx
+++ b/odb/traversal/namespace.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/namespace.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_NAMESPACE_HXX
#define ODB_TRAVERSAL_NAMESPACE_HXX
diff --git a/odb/traversal/template.cxx b/odb/traversal/template.cxx
index 8df5442..e5dfea3 100644
--- a/odb/traversal/template.cxx
+++ b/odb/traversal/template.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/template.hxx>
diff --git a/odb/traversal/template.hxx b/odb/traversal/template.hxx
index 37eced9..aa3fce1 100644
--- a/odb/traversal/template.hxx
+++ b/odb/traversal/template.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_TEMPLATE_HXX
#define ODB_TRAVERSAL_TEMPLATE_HXX
diff --git a/odb/traversal/union-template.cxx b/odb/traversal/union-template.cxx
index b85e9bf..044aa7c 100644
--- a/odb/traversal/union-template.cxx
+++ b/odb/traversal/union-template.cxx
@@ -1,7 +1,7 @@
// file : odb/traversal/union-template.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/traversal/union-template.hxx>
diff --git a/odb/traversal/union-template.hxx b/odb/traversal/union-template.hxx
index 200e4dc..d08cadb 100644
--- a/odb/traversal/union-template.hxx
+++ b/odb/traversal/union-template.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/union-template.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_UNION_TEMPLATE_HXX
#define ODB_TRAVERSAL_UNION_TEMPLATE_HXX
diff --git a/odb/traversal/union.hxx b/odb/traversal/union.hxx
index 4f332e7..bcf9bce 100644
--- a/odb/traversal/union.hxx
+++ b/odb/traversal/union.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/union.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_UNION_HXX
#define ODB_TRAVERSAL_UNION_HXX
diff --git a/odb/traversal/unit.hxx b/odb/traversal/unit.hxx
index 48f614d..6047ee3 100644
--- a/odb/traversal/unit.hxx
+++ b/odb/traversal/unit.hxx
@@ -1,7 +1,7 @@
// file : odb/traversal/unit.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_TRAVERSAL_UNIT_HXX
#define ODB_TRAVERSAL_UNIT_HXX
diff --git a/odb/validator.cxx b/odb/validator.cxx
index 4a28683..11cbea5 100644
--- a/odb/validator.cxx
+++ b/odb/validator.cxx
@@ -1,7 +1,7 @@
// file : odb/validator.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <iostream>
diff --git a/odb/validator.hxx b/odb/validator.hxx
index 623001c..1678d38 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -1,7 +1,7 @@
// file : odb/validator.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_VALIDATOR_HXX
#define ODB_VALIDATOR_HXX
diff --git a/odb/version.hxx b/odb/version.hxx
index ede8598..4ca972d 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -1,7 +1,7 @@
// file : odb/version.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_VERSION_HXX
#define ODB_VERSION_HXX