aboutsummaryrefslogtreecommitdiff
path: root/qt/pgsql
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/pgsql
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'qt/pgsql')
-rw-r--r--qt/pgsql/Makefile.am2
-rw-r--r--qt/pgsql/basic/driver.cxx2
-rw-r--r--qt/pgsql/basic/makefile2
-rw-r--r--qt/pgsql/basic/test.hxx2
-rw-r--r--qt/pgsql/date-time/driver.cxx2
-rw-r--r--qt/pgsql/date-time/makefile2
-rw-r--r--qt/pgsql/date-time/test.hxx2
-rw-r--r--qt/pgsql/makefile2
-rw-r--r--qt/pgsql/template/Makefile.am2
-rw-r--r--qt/pgsql/template/driver.cxx2
-rw-r--r--qt/pgsql/template/makefile2
-rw-r--r--qt/pgsql/template/test.hxx2
-rw-r--r--qt/pgsql/test.bat2
13 files changed, 13 insertions, 13 deletions
diff --git a/qt/pgsql/Makefile.am b/qt/pgsql/Makefile.am
index c409576..aef28e9 100644
--- a/qt/pgsql/Makefile.am
+++ b/qt/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/basic/driver.cxx b/qt/pgsql/basic/driver.cxx
index 5a4889c..ead2470 100644
--- a/qt/pgsql/basic/driver.cxx
+++ b/qt/pgsql/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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. PostgreSQL version.
diff --git a/qt/pgsql/basic/makefile b/qt/pgsql/basic/makefile
index b5151bf..81c9b4f 100644
--- a/qt/pgsql/basic/makefile
+++ b/qt/pgsql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/basic/test.hxx b/qt/pgsql/basic/test.hxx
index ef24936..da594ec 100644
--- a/qt/pgsql/basic/test.hxx
+++ b/qt/pgsql/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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/pgsql/date-time/driver.cxx b/qt/pgsql/date-time/driver.cxx
index cad440f..4ceaed8 100644
--- a/qt/pgsql/date-time/driver.cxx
+++ b/qt/pgsql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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. PostgreSQL version.
diff --git a/qt/pgsql/date-time/makefile b/qt/pgsql/date-time/makefile
index ad9225f..05d9624 100644
--- a/qt/pgsql/date-time/makefile
+++ b/qt/pgsql/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/date-time/test.hxx b/qt/pgsql/date-time/test.hxx
index cc84066..f9edcbe 100644
--- a/qt/pgsql/date-time/test.hxx
+++ b/qt/pgsql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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/pgsql/makefile b/qt/pgsql/makefile
index 85f348d..02dad62 100644
--- a/qt/pgsql/makefile
+++ b/qt/pgsql/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/template/Makefile.am b/qt/pgsql/template/Makefile.am
index 134ffd9..5a99cfa 100644
--- a/qt/pgsql/template/Makefile.am
+++ b/qt/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/template/driver.cxx b/qt/pgsql/template/driver.cxx
index 41431b4..27d83ba 100644
--- a/qt/pgsql/template/driver.cxx
+++ b/qt/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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/pgsql/template/makefile b/qt/pgsql/template/makefile
index 723d1fe..001996f 100644
--- a/qt/pgsql/template/makefile
+++ b/qt/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/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/pgsql/template/test.hxx b/qt/pgsql/template/test.hxx
index fd09f8e..c0ece6b 100644
--- a/qt/pgsql/template/test.hxx
+++ b/qt/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/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/pgsql/test.bat b/qt/pgsql/test.bat
index d0f042a..5364b03 100644
--- a/qt/pgsql/test.bat
+++ b/qt/pgsql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/pgsql/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