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 6276bab..1c2d7d8 100644 --- a/mssql/types/driver.cxx +++ b/mssql/types/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/types/driver.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 fcac4f3..eeb9d8b 100644 --- a/mssql/types/makefile +++ b/mssql/types/makefile @@ -1,5 +1,5 @@ # file : mssql/types/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 884db35..82f8147 100644 --- a/mssql/types/test.hxx +++ b/mssql/types/test.hxx @@ -1,5 +1,5 @@ // file : mssql/types/test.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 659a89e..725e449 100644 --- a/mssql/types/traits.hxx +++ b/mssql/types/traits.hxx @@ -1,5 +1,5 @@ // file : mssql/types/traits.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |