diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 16:07:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:46 +0200 |
commit | 8f8c17009691694fe42651a13972140bf4112678 (patch) | |
tree | 23dc1043dc9fa29b900a631ea91f29639f4c2400 /mssql | |
parent | 2ea274bfc40e43f3793e1cfee5e5c903f8689e60 (diff) |
Correct license information
Diffstat (limited to 'mssql')
-rw-r--r-- | mssql/makefile | 2 | ||||
-rw-r--r-- | mssql/native/driver.cxx | 2 | ||||
-rw-r--r-- | mssql/native/makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mssql/makefile b/mssql/makefile index 6fcc307..fa68039 100644 --- a/mssql/makefile +++ b/mssql/makefile @@ -1,7 +1,7 @@ # file : mssql/makefile # 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; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/mssql/native/driver.cxx b/mssql/native/driver.cxx index 6dff23f..9911a36 100644 --- a/mssql/native/driver.cxx +++ b/mssql/native/driver.cxx @@ -1,7 +1,7 @@ // file : mssql/native/driver.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; see accompanying LICENSE file // Test native SQL execution. // diff --git a/mssql/native/makefile b/mssql/native/makefile index 40c3ab0..3eca560 100644 --- a/mssql/native/makefile +++ b/mssql/native/makefile @@ -1,7 +1,7 @@ # file : mssql/native/makefile # 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; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |