aboutsummaryrefslogtreecommitdiff
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 7797632..d844229 100644
--- a/pgsql/custom/driver.cxx
+++ b/pgsql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 9c1a107..d15c8e4 100644
--- a/pgsql/custom/makefile
+++ b/pgsql/custom/makefile
@@ -1,5 +1,5 @@
# file : pgsql/custom/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 fc912f3..b6f5368 100644
--- a/pgsql/custom/query.hxx
+++ b/pgsql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/query.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 122b7cd..347b083 100644
--- a/pgsql/custom/test.hxx
+++ b/pgsql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 cdd9cf0..3e7ce6c 100644
--- a/pgsql/custom/traits.hxx
+++ b/pgsql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : pgsql/custom/traits.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX