aboutsummaryrefslogtreecommitdiff
path: root/pgsql/database
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
commit68a31ac90d11b2f0294e82eb887bd03fde85fbb1 (patch)
tree697d0649d2e88011a8a65b715c845eb4434799c2 /pgsql/database
parent4d61ee5a20babf92e0860a3d34bb0c0f0920dd67 (diff)
Update copyright year
Diffstat (limited to 'pgsql/database')
-rw-r--r--pgsql/database/driver.cxx2
-rw-r--r--pgsql/database/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/pgsql/database/driver.cxx b/pgsql/database/driver.cxx
index b64aec8..3eba943 100644
--- a/pgsql/database/driver.cxx
+++ b/pgsql/database/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/database/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 that database constructors are unambiguous (compilation only).
diff --git a/pgsql/database/makefile b/pgsql/database/makefile
index 28eba96..5a03e5e 100644
--- a/pgsql/database/makefile
+++ b/pgsql/database/makefile
@@ -1,5 +1,5 @@
# file : pgsql/database/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