aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics')
-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
23 files changed, 23 insertions, 23 deletions
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