diff options
Diffstat (limited to 'mssql/types')
-rw-r--r-- | mssql/types/driver.cxx | 2 | ||||
-rw-r--r-- | mssql/types/makefile | 2 | ||||
-rw-r--r-- | mssql/types/test.hxx | 2 | ||||
-rw-r--r-- | mssql/types/traits.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mssql/types/driver.cxx b/mssql/types/driver.cxx index 55e4c68..09e13c5 100644 --- a/mssql/types/driver.cxx +++ b/mssql/types/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/types/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQL Server type conversion. diff --git a/mssql/types/makefile b/mssql/types/makefile index 50625ee..a8c4b25 100644 --- a/mssql/types/makefile +++ b/mssql/types/makefile @@ -1,5 +1,5 @@ # file : mssql/types/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/types/test.hxx b/mssql/types/test.hxx index 9d9ab89..0b4653e 100644 --- a/mssql/types/test.hxx +++ b/mssql/types/test.hxx @@ -1,5 +1,5 @@ // file : mssql/types/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mssql/types/traits.hxx b/mssql/types/traits.hxx index 725e449..d59ec00 100644 --- a/mssql/types/traits.hxx +++ b/mssql/types/traits.hxx @@ -1,5 +1,5 @@ // file : mssql/types/traits.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |