aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
commit0a8568dda1ddbbd6b3207f95b62c5f8029bbceef (patch)
tree263bc53b94a59c496ecb6a045a90e7532bcb7a87 /pgsql/template
parentb66317f7c2d2a46ec0886a2a42bc90687d0fb871 (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 0d399ce..453f9e0 100644
--- a/pgsql/template/Makefile.am
+++ b/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : pgsql/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 e57f14a..fdc68ce 100644
--- a/pgsql/template/driver.cxx
+++ b/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 07d33f9..6854e51 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : pgsql/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 5219b12..2e4b16c 100644
--- a/pgsql/template/test.hxx
+++ b/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX