From a519bac4e04e679e3063f71e31e1b43db1a703cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 21:20:03 +0200 Subject: Change GPL v3 --- 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 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'odb/semantics') 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 // 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 #include 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 // 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 -- cgit v1.1