diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:52:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:52:04 +0200 |
commit | ad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 (patch) | |
tree | 7262c62890f5ed4da48b9cf85c84379dc7638486 /mssql/template | |
parent | dae71f180120d7a7e22262220410913d77aa1767 (diff) |
Update copyright year
Diffstat (limited to 'mssql/template')
-rw-r--r-- | mssql/template/Makefile.am | 2 | ||||
-rw-r--r-- | mssql/template/driver.cxx | 2 | ||||
-rw-r--r-- | mssql/template/makefile | 2 | ||||
-rw-r--r-- | mssql/template/test.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mssql/template/Makefile.am b/mssql/template/Makefile.am index 45ada5e..984daf7 100644 --- a/mssql/template/Makefile.am +++ b/mssql/template/Makefile.am @@ -1,5 +1,5 @@ # file : mssql/template/Makefile.am -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/mssql/template/driver.cxx b/mssql/template/driver.cxx index ffd08a4..4c7ff97 100644 --- a/mssql/template/driver.cxx +++ b/mssql/template/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/template/driver.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/mssql/template/makefile b/mssql/template/makefile index 5489cd5..f4e61c2 100644 --- a/mssql/template/makefile +++ b/mssql/template/makefile @@ -1,5 +1,5 @@ # file : mssql/template/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/template/test.hxx b/mssql/template/test.hxx index fda3c46..805312b 100644 --- a/mssql/template/test.hxx +++ b/mssql/template/test.hxx @@ -1,5 +1,5 @@ // file : mssql/template/test.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |