aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-19 14:55:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-19 14:55:46 +0200
commitd3afc400cd6a56867226d2c2fb0617ba4e8fa14d (patch)
tree9232b927c2fbad62bb4fc254ccfe202dcd096935
parent3aa6ae64f7e1b85c687ba161ca4872d377e3e2fe (diff)
Fix incorrect license in file headers2.3.02.3
-rw-r--r--odb/mssql/section-statements.hxx2
-rw-r--r--odb/mssql/section-statements.txx2
-rw-r--r--odb/mssql/statement-processing.cxx2
-rw-r--r--odb/mssql/traits-calls.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/odb/mssql/section-statements.hxx b/odb/mssql/section-statements.hxx
index c592dd9..43919d5 100644
--- a/odb/mssql/section-statements.hxx
+++ b/odb/mssql/section-statements.hxx
@@ -1,6 +1,6 @@
// file : odb/mssql/section-statements.hxx
// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_MSSQL_SECTION_STATEMENTS_HXX
#define ODB_MSSQL_SECTION_STATEMENTS_HXX
diff --git a/odb/mssql/section-statements.txx b/odb/mssql/section-statements.txx
index 7036270..358c216 100644
--- a/odb/mssql/section-statements.txx
+++ b/odb/mssql/section-statements.txx
@@ -1,6 +1,6 @@
// file : odb/mssql/section-statements.txx
// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cstring> // std::memset
diff --git a/odb/mssql/statement-processing.cxx b/odb/mssql/statement-processing.cxx
index e591385..f44b10b 100644
--- a/odb/mssql/statement-processing.cxx
+++ b/odb/mssql/statement-processing.cxx
@@ -1,6 +1,6 @@
// file : odb/mssql/statement-processing.cxx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/mssql/traits-calls.hxx b/odb/mssql/traits-calls.hxx
index 88665f7..2cd4bf9 100644
--- a/odb/mssql/traits-calls.hxx
+++ b/odb/mssql/traits-calls.hxx
@@ -1,6 +1,6 @@
// file : odb/mssql/traits-calls.hxx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : ODB NCUEL; see accompanying LICENSE file
#ifndef ODB_MSSQL_TRAITS_CALLS_HXX
#define ODB_MSSQL_TRAITS_CALLS_HXX