aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit9c304207722ff9e2794ba25bb496858f089e4a2a (patch)
tree2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /pgsql/template
parentd7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff)
Update copyright
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 91fb3c3..0d399ce 100644
--- a/pgsql/template/Makefile.am
+++ b/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : pgsql/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 54acbbc..33e2289 100644
--- a/pgsql/template/driver.cxx
+++ b/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 5a43c4f..07d33f9 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : pgsql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 5361b4a..5219b12 100644
--- a/pgsql/template/test.hxx
+++ b/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX