summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-07 09:09:54 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:12 +0200
commit746c0dce5d945f27ed796ead1a0006456d2fb69b (patch)
tree5b9c14cb742e4829caaff31f87d9ce5e28911c48
parenta9515f06d9570cb22565c1c80132aabed416d3f5 (diff)
Use GNU GPL v3 license for ODB compiler files
-rw-r--r--odb/relational/oracle/common.cxx2
-rw-r--r--odb/relational/oracle/common.hxx2
-rw-r--r--odb/relational/oracle/context.cxx2
-rw-r--r--odb/relational/oracle/context.hxx2
-rw-r--r--odb/relational/oracle/schema.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index bf1925d..06be240 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -1,7 +1,7 @@
// file : odb/relational/oracle/common.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : ODB NCUEL; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx
index f41e9d6..1bd52e8 100644
--- a/odb/relational/oracle/common.hxx
+++ b/odb/relational/oracle/common.hxx
@@ -1,7 +1,7 @@
// file : odb/relational/oracle/common.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : ODB NCUEL; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_ORACLE_COMMON_HXX
#define ODB_RELATIONAL_ORACLE_COMMON_HXX
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index ab5a512..b863115 100644
--- a/odb/relational/oracle/context.cxx
+++ b/odb/relational/oracle/context.cxx
@@ -1,7 +1,7 @@
// file : odb/relational/oracle/context.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : ODB NCUEL; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
#include <sstream>
diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx
index c5e49c0..db4f8fd 100644
--- a/odb/relational/oracle/context.hxx
+++ b/odb/relational/oracle/context.hxx
@@ -1,7 +1,7 @@
// file : odb/relational/oracle/context.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : ODB NCUEL; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_ORACLE_CONTEXT_HXX
#define ODB_RELATIONAL_ORACLE_CONTEXT_HXX
diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx
index bdc3fbe..8e4247f 100644
--- a/odb/relational/oracle/schema.cxx
+++ b/odb/relational/oracle/schema.cxx
@@ -1,7 +1,7 @@
// file : odb/relational/oracle/schema.cxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : ODB NCUEL; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>