aboutsummaryrefslogtreecommitdiff
path: root/pgsql/types
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/types')
-rw-r--r--pgsql/types/driver.cxx2
-rw-r--r--pgsql/types/makefile2
-rw-r--r--pgsql/types/test.hxx2
-rw-r--r--pgsql/types/traits.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/pgsql/types/driver.cxx b/pgsql/types/driver.cxx
index 79e624e..1a58ef5 100644
--- a/pgsql/types/driver.cxx
+++ b/pgsql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/types/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
// Test PostgreSQL type conversion.
diff --git a/pgsql/types/makefile b/pgsql/types/makefile
index 4b3758a..e59018a 100644
--- a/pgsql/types/makefile
+++ b/pgsql/types/makefile
@@ -1,5 +1,5 @@
# file : pgsql/types/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/types/test.hxx b/pgsql/types/test.hxx
index 773742e..3565139 100644
--- a/pgsql/types/test.hxx
+++ b/pgsql/types/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/types/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
diff --git a/pgsql/types/traits.hxx b/pgsql/types/traits.hxx
index d213a54..e3f97e7 100644
--- a/pgsql/types/traits.hxx
+++ b/pgsql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : pgsql/types/traits.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 TRAITS_HXX