From ad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:52:04 +0200 Subject: Update copyright year --- qt/mssql/Makefile.am | 2 +- qt/mssql/basic/driver.cxx | 2 +- qt/mssql/basic/makefile | 2 +- qt/mssql/basic/test.hxx | 2 +- qt/mssql/date-time/driver.cxx | 2 +- qt/mssql/date-time/makefile | 2 +- qt/mssql/date-time/test.hxx | 2 +- qt/mssql/makefile | 2 +- qt/mssql/template/Makefile.am | 2 +- qt/mssql/template/driver.cxx | 2 +- qt/mssql/template/makefile | 2 +- qt/mssql/template/test.hxx | 2 +- qt/mssql/test.bat | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'qt/mssql') diff --git a/qt/mssql/Makefile.am b/qt/mssql/Makefile.am index 157af68..b3c6307 100644 --- a/qt/mssql/Makefile.am +++ b/qt/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mssql/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 SUBDIRS = __path__(dirs) diff --git a/qt/mssql/basic/driver.cxx b/qt/mssql/basic/driver.cxx index 65b8a1c..9fac8de 100644 --- a/qt/mssql/basic/driver.cxx +++ b/qt/mssql/basic/driver.cxx @@ -1,5 +1,5 @@ // file : qt/mssql/basic/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 // Test Qt basic type persistence. SQL Server version. diff --git a/qt/mssql/basic/makefile b/qt/mssql/basic/makefile index 694c222..34a326b 100644 --- a/qt/mssql/basic/makefile +++ b/qt/mssql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/basic/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/qt/mssql/basic/test.hxx b/qt/mssql/basic/test.hxx index 62bbbfe..c75153c 100644 --- a/qt/mssql/basic/test.hxx +++ b/qt/mssql/basic/test.hxx @@ -1,5 +1,5 @@ // file : qt/mssql/basic/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 diff --git a/qt/mssql/date-time/driver.cxx b/qt/mssql/date-time/driver.cxx index 1e43e04..00ae30e 100644 --- a/qt/mssql/date-time/driver.cxx +++ b/qt/mssql/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : qt/mssql/date-time/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 // Test Qt date/time type persistence. SQL Server version. diff --git a/qt/mssql/date-time/makefile b/qt/mssql/date-time/makefile index c473900..d6d7e62 100644 --- a/qt/mssql/date-time/makefile +++ b/qt/mssql/date-time/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/date-time/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/qt/mssql/date-time/test.hxx b/qt/mssql/date-time/test.hxx index 0f3f625..bb31af5 100644 --- a/qt/mssql/date-time/test.hxx +++ b/qt/mssql/date-time/test.hxx @@ -1,5 +1,5 @@ // file : qt/mssql/date-time/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 diff --git a/qt/mssql/makefile b/qt/mssql/makefile index eb9b7b0..ca01afd 100644 --- a/qt/mssql/makefile +++ b/qt/mssql/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/qt/mssql/template/Makefile.am b/qt/mssql/template/Makefile.am index 1547fb4..33b0868 100644 --- a/qt/mssql/template/Makefile.am +++ b/qt/mssql/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/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/qt/mssql/template/driver.cxx b/qt/mssql/template/driver.cxx index 4f12ba0..b07f8b1 100644 --- a/qt/mssql/template/driver.cxx +++ b/qt/mssql/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/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/qt/mssql/template/makefile b/qt/mssql/template/makefile index e92d26a..3fe0eb4 100644 --- a/qt/mssql/template/makefile +++ b/qt/mssql/template/makefile @@ -1,5 +1,5 @@ # file : qt/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/qt/mssql/template/test.hxx b/qt/mssql/template/test.hxx index cebe72b..9e94dad 100644 --- a/qt/mssql/template/test.hxx +++ b/qt/mssql/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/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 diff --git a/qt/mssql/test.bat b/qt/mssql/test.bat index 3d76501..32e22e7 100644 --- a/qt/mssql/test.bat +++ b/qt/mssql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/mssql/test.bat -rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal -- cgit v1.1