aboutsummaryrefslogtreecommitdiff
path: root/oracle/native
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/native')
-rw-r--r--oracle/native/driver.cxx2
-rw-r--r--oracle/native/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx
index 39974a5..f01c4b7 100644
--- a/oracle/native/driver.cxx
+++ b/oracle/native/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/native/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 native SQL execution.
diff --git a/oracle/native/makefile b/oracle/native/makefile
index 8a33abc..4618620 100644
--- a/oracle/native/makefile
+++ b/oracle/native/makefile
@@ -1,5 +1,5 @@
# file : oracle/native/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