summaryrefslogtreecommitdiff
path: root/pgsql/custom
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/custom')
-rw-r--r--pgsql/custom/driver.cxx2
-rw-r--r--pgsql/custom/makefile2
-rw-r--r--pgsql/custom/query.hxx2
-rw-r--r--pgsql/custom/test.hxx2
-rw-r--r--pgsql/custom/traits.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/pgsql/custom/driver.cxx b/pgsql/custom/driver.cxx
index 59be4ac..7797632 100644
--- a/pgsql/custom/driver.cxx
+++ b/pgsql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test custom database type mapping in PostgreSQL.
diff --git a/pgsql/custom/makefile b/pgsql/custom/makefile
index 1623bf1..9c1a107 100644
--- a/pgsql/custom/makefile
+++ b/pgsql/custom/makefile
@@ -1,5 +1,5 @@
# file : pgsql/custom/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/pgsql/custom/query.hxx b/pgsql/custom/query.hxx
index 962bf92..fc912f3 100644
--- a/pgsql/custom/query.hxx
+++ b/pgsql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/query.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef QUERY_HXX
diff --git a/pgsql/custom/test.hxx b/pgsql/custom/test.hxx
index e9e3fa3..122b7cd 100644
--- a/pgsql/custom/test.hxx
+++ b/pgsql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/pgsql/custom/traits.hxx b/pgsql/custom/traits.hxx
index a141454..cdd9cf0 100644
--- a/pgsql/custom/traits.hxx
+++ b/pgsql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX