diff options
-rw-r--r-- | build/import/libodb/configuration-rules.make | 2 | ||||
-rwxr-xr-x | build/import/libodb/configure | 2 | ||||
-rw-r--r-- | build/import/libodb/stub.make | 2 | ||||
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | odb/mssql/connection-factory.cxx | 2 | ||||
-rw-r--r-- | odb/mssql/connection-factory.hxx | 2 | ||||
-rw-r--r-- | odb/mssql/details/options.cli | 2 | ||||
-rw-r--r-- | odb/mssql/error.cxx | 2 | ||||
-rw-r--r-- | odb/mssql/error.hxx | 2 | ||||
-rw-r--r-- | odb/mssql/makefile | 2 | ||||
-rw-r--r-- | odb/mssql/mssql-fwd.hxx | 2 | ||||
-rw-r--r-- | odb/mssql/statement.cxx | 2 | ||||
-rw-r--r-- | odb/mssql/statement.hxx | 2 | ||||
-rw-r--r-- | odb/mssql/transaction-impl.cxx | 2 | ||||
-rw-r--r-- | odb/mssql/transaction-impl.hxx | 2 | ||||
-rw-r--r-- | odb/mssql/transaction-impl.ixx | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make index 529d9da..9263bb0 100644 --- a/build/import/libodb/configuration-rules.make +++ b/build/import/libodb/configuration-rules.make @@ -1,7 +1,7 @@ # file : build/import/libodb/configuration-rules.make # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : ODB NCUEL; see accompanying LICENSE file +# license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/. $(call message,,$(scf_root)/import/libodb/configure $@) diff --git a/build/import/libodb/configure b/build/import/libodb/configure index 6c24b15..90e21d4 100755 --- a/build/import/libodb/configure +++ b/build/import/libodb/configure @@ -3,7 +3,7 @@ # file : build/import/libodb/configure # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : ODB NCUEL; see accompanying LICENSE file +# license : GNU GPL v2; see accompanying LICENSE file # $1 - out file diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make index aa643a3..97bb5ff 100644 --- a/build/import/libodb/stub.make +++ b/build/import/libodb/stub.make @@ -1,7 +1,7 @@ # file : build/import/libodb/stub.make # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : ODB NCUEL; see accompanying LICENSE file +# license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) @@ -1,7 +1,7 @@ # file : makefile # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file +# license : ODB NCUEL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/odb/mssql/connection-factory.cxx b/odb/mssql/connection-factory.cxx index 5c91fad..f3cdb7f 100644 --- a/odb/mssql/connection-factory.cxx +++ b/odb/mssql/connection-factory.cxx @@ -1,7 +1,7 @@ // file : odb/mssql/connection-factory.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file #include <odb/mssql/connection-factory.hxx> #include <odb/mssql/exceptions.hxx> diff --git a/odb/mssql/connection-factory.hxx b/odb/mssql/connection-factory.hxx index d74fef9..7992d0f 100644 --- a/odb/mssql/connection-factory.hxx +++ b/odb/mssql/connection-factory.hxx @@ -1,7 +1,7 @@ // file : odb/mssql/connection-factory.hxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_CONNECTION_FACTORY_HXX #define ODB_MSSQL_CONNECTION_FACTORY_HXX diff --git a/odb/mssql/details/options.cli b/odb/mssql/details/options.cli index 2158bea..87e8e94 100644 --- a/odb/mssql/details/options.cli +++ b/odb/mssql/details/options.cli @@ -1,7 +1,7 @@ // file : odb/mssql/details/options.cli // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file include <string>; diff --git a/odb/mssql/error.cxx b/odb/mssql/error.cxx index 9626655..1a0b4cc 100644 --- a/odb/mssql/error.cxx +++ b/odb/mssql/error.cxx @@ -1,7 +1,7 @@ // file : odb/mssql/error.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 <string> diff --git a/odb/mssql/error.hxx b/odb/mssql/error.hxx index fd7cfb6..f7bb71c 100644 --- a/odb/mssql/error.hxx +++ b/odb/mssql/error.hxx @@ -1,7 +1,7 @@ // file : odb/mssql/error.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_MSSQL_ERROR_HXX #define ODB_MSSQL_ERROR_HXX diff --git a/odb/mssql/makefile b/odb/mssql/makefile index 546bdbf..943a9a2 100644 --- a/odb/mssql/makefile +++ b/odb/mssql/makefile @@ -2,7 +2,7 @@ # author : Boris Kolpackov <boris@codesynthesis.com> # author : Constantin Michael <constantin@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file +# license : ODB NCUEL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/mssql/mssql-fwd.hxx b/odb/mssql/mssql-fwd.hxx index fbb57f7..d1b4ebb 100644 --- a/odb/mssql/mssql-fwd.hxx +++ b/odb/mssql/mssql-fwd.hxx @@ -1,7 +1,7 @@ // file : odb/mssql/mssql-fwd.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_MSSQL_MSSQL_FWD_HXX #define ODB_MSSQL_MSSQL_FWD_HXX diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index 1313bf7..99d0a29 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -1,7 +1,7 @@ // file : odb/mssql/statement.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 <cstring> // std::strlen #include <cassert> diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 6eacec6..43187d5 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -1,7 +1,7 @@ // file : odb/mssql/statement.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_MSSQL_STATEMENT_HXX #define ODB_MSSQL_STATEMENT_HXX diff --git a/odb/mssql/transaction-impl.cxx b/odb/mssql/transaction-impl.cxx index 68fee22..c9ae438 100644 --- a/odb/mssql/transaction-impl.cxx +++ b/odb/mssql/transaction-impl.cxx @@ -1,7 +1,7 @@ // file : odb/mssql/transaction-impl.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file #include <odb/tracer.hxx> diff --git a/odb/mssql/transaction-impl.hxx b/odb/mssql/transaction-impl.hxx index 57d9d5b..8ad0a37 100644 --- a/odb/mssql/transaction-impl.hxx +++ b/odb/mssql/transaction-impl.hxx @@ -1,7 +1,7 @@ // file : odb/mssql/transaction-impl.hxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_TRANSACTION_IMPL_HXX #define ODB_MSSQL_TRANSACTION_IMPL_HXX diff --git a/odb/mssql/transaction-impl.ixx b/odb/mssql/transaction-impl.ixx index d675224..f4bf7c0 100644 --- a/odb/mssql/transaction-impl.ixx +++ b/odb/mssql/transaction-impl.ixx @@ -1,7 +1,7 @@ // file : odb/mssql/transaction-impl.ixx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file +// license : ODB NCUEL; see accompanying LICENSE file namespace odb { |