aboutsummaryrefslogtreecommitdiff
path: root/qt/pgsql
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /qt/pgsql
parent73ec71168651c90160635fa9c990edc716c0dd34 (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 aef28e9..3a9a9ca 100644
--- a/qt/pgsql/Makefile.am
+++ b/qt/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/pgsql/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/qt/pgsql/basic/driver.cxx b/qt/pgsql/basic/driver.cxx
index 9e0fa4d..1dabff3 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 7661ae2..7699006 100644
--- a/qt/pgsql/basic/makefile
+++ b/qt/pgsql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/basic/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/qt/pgsql/basic/test.hxx b/qt/pgsql/basic/test.hxx
index da594ec..cf8c2c3 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-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/qt/pgsql/date-time/driver.cxx b/qt/pgsql/date-time/driver.cxx
index 4ceaed8..8203678 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 ef27e40..25a279b 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-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/qt/pgsql/date-time/test.hxx b/qt/pgsql/date-time/test.hxx
index f9edcbe..fe7b712 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-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/qt/pgsql/makefile b/qt/pgsql/makefile
index e70178d..fb89608 100644
--- a/qt/pgsql/makefile
+++ b/qt/pgsql/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 18fe499..91ca8a4 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 27d83ba..ede32b0 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d495251..d22ca13 100644
--- a/qt/pgsql/template/makefile
+++ b/qt/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/template/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/qt/pgsql/template/test.hxx b/qt/pgsql/template/test.hxx
index c0ece6b..b92540e 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-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/qt/pgsql/test.bat b/qt/pgsql/test.bat
index 5364b03..233fe49 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal