aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template
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 /pgsql/template
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'pgsql/template')
-rw-r--r--pgsql/template/Makefile.am2
-rw-r--r--pgsql/template/driver.cxx2
-rw-r--r--pgsql/template/makefile2
-rw-r--r--pgsql/template/test.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/pgsql/template/Makefile.am b/pgsql/template/Makefile.am
index 0d632cc..91fb3c3 100644
--- a/pgsql/template/Makefile.am
+++ b/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : 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/pgsql/template/driver.cxx b/pgsql/template/driver.cxx
index 9297ab0..54acbbc 100644
--- a/pgsql/template/driver.cxx
+++ b/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : 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/pgsql/template/makefile b/pgsql/template/makefile
index f62cd55..f556c26 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : 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/pgsql/template/test.hxx b/pgsql/template/test.hxx
index 7f7bb99..5361b4a 100644
--- a/pgsql/template/test.hxx
+++ b/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : 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