aboutsummaryrefslogtreecommitdiff
path: root/pgsql/native
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/native
parent4d61ee5a20babf92e0860a3d34bb0c0f0920dd67 (diff)
Update copyright year
Diffstat (limited to 'pgsql/native')
-rw-r--r--pgsql/native/driver.cxx2
-rw-r--r--pgsql/native/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/pgsql/native/driver.cxx b/pgsql/native/driver.cxx
index 1a984a6..f1c028e 100644
--- a/pgsql/native/driver.cxx
+++ b/pgsql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/native/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 PostgreSQL native SQL execution.
diff --git a/pgsql/native/makefile b/pgsql/native/makefile
index a204a68..00056e2 100644
--- a/pgsql/native/makefile
+++ b/pgsql/native/makefile
@@ -1,5 +1,5 @@
# file : pgsql/native/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