summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-27 09:26:58 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-27 09:26:58 +0200
commitf151784adccbce91b0edb08e48923f84e76fcf3f (patch)
tree410a282d5abb702ae83025c88949175ea262e818
parentc43fc7926bc38c116019bd313f13f6380c63c6c3 (diff)
Correct license line in file headers
-rw-r--r--odb/oracle/container-statements.hxx2
-rw-r--r--odb/oracle/container-statements.txx2
-rw-r--r--odb/oracle/details/number.cxx2
-rw-r--r--odb/oracle/details/number.hxx2
-rw-r--r--odb/oracle/object-statements.cxx2
-rw-r--r--odb/oracle/object-statements.hxx2
-rw-r--r--odb/oracle/object-statements.ixx2
-rw-r--r--odb/oracle/object-statements.txx2
-rw-r--r--odb/oracle/statement-cache.hxx2
-rw-r--r--odb/oracle/statements-base.cxx2
-rw-r--r--odb/oracle/statements-base.hxx2
-rw-r--r--odb/oracle/traits.cxx2
-rw-r--r--odb/oracle/traits.hxx2
-rw-r--r--odb/oracle/view-statements.hxx2
-rw-r--r--odb/oracle/view-statements.txx2
15 files changed, 15 insertions, 15 deletions
diff --git a/odb/oracle/container-statements.hxx b/odb/oracle/container-statements.hxx
index 23d2b45..bc929a4 100644
--- a/odb/oracle/container-statements.hxx
+++ b/odb/oracle/container-statements.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/container-statements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_CONTAINER_STATEMENTS_HXX
#define ODB_ORACLE_CONTAINER_STATEMENTS_HXX
diff --git a/odb/oracle/container-statements.txx b/odb/oracle/container-statements.txx
index e7dcb06..aae3550 100644
--- a/odb/oracle/container-statements.txx
+++ b/odb/oracle/container-statements.txx
@@ -1,7 +1,7 @@
// file : odb/oracle/container-statements.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cstddef> // std::size_t
#include <cstring> // std::memset
diff --git a/odb/oracle/details/number.cxx b/odb/oracle/details/number.cxx
index bf7902a..859a32b 100644
--- a/odb/oracle/details/number.cxx
+++ b/odb/oracle/details/number.cxx
@@ -1,7 +1,7 @@
// file : odb/oracle/details/number.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cstddef> // std::size_t
#include <cassert>
diff --git a/odb/oracle/details/number.hxx b/odb/oracle/details/number.hxx
index 4f49643..c950dd4 100644
--- a/odb/oracle/details/number.hxx
+++ b/odb/oracle/details/number.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/details/number.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_NUMBER_HXX
#define ODB_ORACLE_NUMBER_HXX
diff --git a/odb/oracle/object-statements.cxx b/odb/oracle/object-statements.cxx
index fb64823..fbe0743 100644
--- a/odb/oracle/object-statements.cxx
+++ b/odb/oracle/object-statements.cxx
@@ -1,7 +1,7 @@
// file : odb/oracle/object-statements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <odb/oracle/object-statements.hxx>
diff --git a/odb/oracle/object-statements.hxx b/odb/oracle/object-statements.hxx
index 284bb53..28370d5 100644
--- a/odb/oracle/object-statements.hxx
+++ b/odb/oracle/object-statements.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/object-statements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_OBJECT_STATEMENTS_HXX
#define ODB_ORACLE_OBJECT_STATEMENTS_HXX
diff --git a/odb/oracle/object-statements.ixx b/odb/oracle/object-statements.ixx
index 0121bd8..6f21438 100644
--- a/odb/oracle/object-statements.ixx
+++ b/odb/oracle/object-statements.ixx
@@ -1,7 +1,7 @@
// file : odb/oracle/object-statements.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
namespace odb
{
diff --git a/odb/oracle/object-statements.txx b/odb/oracle/object-statements.txx
index c3c5531..d7c9f85 100644
--- a/odb/oracle/object-statements.txx
+++ b/odb/oracle/object-statements.txx
@@ -1,7 +1,7 @@
// file : odb/oracle/object-statements.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cstddef> // std::size_t
#include <cstring> // std::memset
diff --git a/odb/oracle/statement-cache.hxx b/odb/oracle/statement-cache.hxx
index 50b0744..92254b1 100644
--- a/odb/oracle/statement-cache.hxx
+++ b/odb/oracle/statement-cache.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/statement-cache.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_STATEMENT_CACHE_HXX
#define ODB_ORACLE_STATEMENT_CACHE_HXX
diff --git a/odb/oracle/statements-base.cxx b/odb/oracle/statements-base.cxx
index 3a33540..acd4dc9 100644
--- a/odb/oracle/statements-base.cxx
+++ b/odb/oracle/statements-base.cxx
@@ -1,7 +1,7 @@
// file : odb/oracle/statements-base.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <odb/oracle/statements-base.hxx>
diff --git a/odb/oracle/statements-base.hxx b/odb/oracle/statements-base.hxx
index 7f63d3e..c43ec58 100644
--- a/odb/oracle/statements-base.hxx
+++ b/odb/oracle/statements-base.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/statements-base.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_STATEMENTS_BASE_HXX
#define ODB_ORACLE_STATEMENTS_BASE_HXX
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx
index 3e95a00..16bfdee 100644
--- a/odb/oracle/traits.cxx
+++ b/odb/oracle/traits.cxx
@@ -1,6 +1,6 @@
// file : odb/oracle/traits.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <odb/oracle/traits.hxx>
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index c739c61..d3f006d 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/traits.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_TRAITS_HXX
#define ODB_ORACLE_TRAITS_HXX
diff --git a/odb/oracle/view-statements.hxx b/odb/oracle/view-statements.hxx
index 48557f7..05ac668 100644
--- a/odb/oracle/view-statements.hxx
+++ b/odb/oracle/view-statements.hxx
@@ -1,7 +1,7 @@
// file : odb/oracle/view-statements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_ORACLE_VIEW_STATEMENTS_HXX
#define ODB_ORACLE_VIEW_STATEMENTS_HXX
diff --git a/odb/oracle/view-statements.txx b/odb/oracle/view-statements.txx
index 7f7b4c3..a136769 100644
--- a/odb/oracle/view-statements.txx
+++ b/odb/oracle/view-statements.txx
@@ -1,7 +1,7 @@
// file : odb/oracle/view-statements.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cstddef> // std::size_t
#include <cstring> // std::memset