aboutsummaryrefslogtreecommitdiff
path: root/qt/sqlite
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
commitad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 (patch)
tree7262c62890f5ed4da48b9cf85c84379dc7638486 /qt/sqlite
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'qt/sqlite')
-rw-r--r--qt/sqlite/Makefile.am2
-rw-r--r--qt/sqlite/basic/driver.cxx2
-rw-r--r--qt/sqlite/basic/makefile2
-rw-r--r--qt/sqlite/basic/test.hxx2
-rw-r--r--qt/sqlite/date-time/driver.cxx2
-rw-r--r--qt/sqlite/date-time/makefile2
-rw-r--r--qt/sqlite/date-time/test.hxx2
-rw-r--r--qt/sqlite/makefile2
-rw-r--r--qt/sqlite/template/Makefile.am2
-rw-r--r--qt/sqlite/template/driver.cxx2
-rw-r--r--qt/sqlite/template/makefile2
-rw-r--r--qt/sqlite/template/test.hxx2
-rw-r--r--qt/sqlite/test.bat2
13 files changed, 13 insertions, 13 deletions
diff --git a/qt/sqlite/Makefile.am b/qt/sqlite/Makefile.am
index 0964652..2d89d3b 100644
--- a/qt/sqlite/Makefile.am
+++ b/qt/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/basic/driver.cxx b/qt/sqlite/basic/driver.cxx
index 1f68e91..322e962 100644
--- a/qt/sqlite/basic/driver.cxx
+++ b/qt/sqlite/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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. SQLite version.
diff --git a/qt/sqlite/basic/makefile b/qt/sqlite/basic/makefile
index e923fc8..6e961bf 100644
--- a/qt/sqlite/basic/makefile
+++ b/qt/sqlite/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/basic/test.hxx b/qt/sqlite/basic/test.hxx
index 032de7f..542c179 100644
--- a/qt/sqlite/basic/test.hxx
+++ b/qt/sqlite/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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/sqlite/date-time/driver.cxx b/qt/sqlite/date-time/driver.cxx
index 4e131df..5c18a51 100644
--- a/qt/sqlite/date-time/driver.cxx
+++ b/qt/sqlite/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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. SQLite version.
diff --git a/qt/sqlite/date-time/makefile b/qt/sqlite/date-time/makefile
index d2b1f33..4ab332e 100644
--- a/qt/sqlite/date-time/makefile
+++ b/qt/sqlite/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/date-time/test.hxx b/qt/sqlite/date-time/test.hxx
index 58c3a8d..9c9235a 100644
--- a/qt/sqlite/date-time/test.hxx
+++ b/qt/sqlite/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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/sqlite/makefile b/qt/sqlite/makefile
index 7b0b9ab..ee0c6f9 100644
--- a/qt/sqlite/makefile
+++ b/qt/sqlite/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/template/Makefile.am b/qt/sqlite/template/Makefile.am
index bcc946b..0448971 100644
--- a/qt/sqlite/template/Makefile.am
+++ b/qt/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/template/driver.cxx b/qt/sqlite/template/driver.cxx
index cdf7e68..6b368b1 100644
--- a/qt/sqlite/template/driver.cxx
+++ b/qt/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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/sqlite/template/makefile b/qt/sqlite/template/makefile
index 40e3fd0..91b96dd 100644
--- a/qt/sqlite/template/makefile
+++ b/qt/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/template/test.hxx b/qt/sqlite/template/test.hxx
index e94983c..4900420 100644
--- a/qt/sqlite/template/test.hxx
+++ b/qt/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/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/sqlite/test.bat b/qt/sqlite/test.bat
index f15d6e4..794653c 100644
--- a/qt/sqlite/test.bat
+++ b/qt/sqlite/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/sqlite/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