aboutsummaryrefslogtreecommitdiff
path: root/oracle
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
commit3e887885ec753f2cb0a9bba6fb4e856e51194a5c (patch)
tree26efdd7835d804dcf41bc4600db468f2e79d6395 /oracle
parente93146629aa6abf64ee86994c52b0efc35f7275a (diff)
Update copyright year
Diffstat (limited to 'oracle')
-rw-r--r--oracle/Makefile.am2
-rw-r--r--oracle/custom/driver.cxx2
-rw-r--r--oracle/custom/makefile2
-rw-r--r--oracle/custom/test.hxx2
-rw-r--r--oracle/custom/traits.hxx2
-rw-r--r--oracle/database/driver.cxx2
-rw-r--r--oracle/database/makefile2
-rw-r--r--oracle/makefile2
-rw-r--r--oracle/native/driver.cxx2
-rw-r--r--oracle/native/makefile2
-rw-r--r--oracle/template/Makefile.am2
-rw-r--r--oracle/template/driver.cxx2
-rw-r--r--oracle/template/makefile2
-rw-r--r--oracle/template/test.hxx2
-rw-r--r--oracle/test.bat2
-rw-r--r--oracle/types/driver.cxx2
-rw-r--r--oracle/types/makefile2
-rw-r--r--oracle/types/test.hxx2
-rw-r--r--oracle/types/traits.hxx2
19 files changed, 19 insertions, 19 deletions
diff --git a/oracle/Makefile.am b/oracle/Makefile.am
index e1e17c9..da7ac11 100644
--- a/oracle/Makefile.am
+++ b/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : oracle/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/oracle/custom/driver.cxx b/oracle/custom/driver.cxx
index 8cc41b9..0ffd180 100644
--- a/oracle/custom/driver.cxx
+++ b/oracle/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/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 Oracle.
diff --git a/oracle/custom/makefile b/oracle/custom/makefile
index ec17c7f..eee9ccc 100644
--- a/oracle/custom/makefile
+++ b/oracle/custom/makefile
@@ -1,5 +1,5 @@
# file : oracle/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/oracle/custom/test.hxx b/oracle/custom/test.hxx
index 430bb19..dd9a607 100644
--- a/oracle/custom/test.hxx
+++ b/oracle/custom/test.hxx
@@ -1,5 +1,5 @@
// file : oracle/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/oracle/custom/traits.hxx b/oracle/custom/traits.hxx
index 6dedc8d..e260c4a 100644
--- a/oracle/custom/traits.hxx
+++ b/oracle/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : oracle/types/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
diff --git a/oracle/database/driver.cxx b/oracle/database/driver.cxx
index 163382a..82c926e 100644
--- a/oracle/database/driver.cxx
+++ b/oracle/database/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/database/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 that database constructors are unambiguous (compilation only).
diff --git a/oracle/database/makefile b/oracle/database/makefile
index 6a4c601..33e0b01 100644
--- a/oracle/database/makefile
+++ b/oracle/database/makefile
@@ -1,5 +1,5 @@
# file : oracle/database/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/oracle/makefile b/oracle/makefile
index a715c48..bae778f 100644
--- a/oracle/makefile
+++ b/oracle/makefile
@@ -1,5 +1,5 @@
# file : oracle/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/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
diff --git a/oracle/template/Makefile.am b/oracle/template/Makefile.am
index b44f8dc..d1bf0f3 100644
--- a/oracle/template/Makefile.am
+++ b/oracle/template/Makefile.am
@@ -1,5 +1,5 @@
# file : oracle/template/Makefile.am
-# 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
EXTRA_DIST = __file__(extra_dist)
diff --git a/oracle/template/driver.cxx b/oracle/template/driver.cxx
index d41f066..171b771 100644
--- a/oracle/template/driver.cxx
+++ b/oracle/template/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/template/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
// PLACE TEST DESCRIPTION HERE
diff --git a/oracle/template/makefile b/oracle/template/makefile
index af39750..2948160 100644
--- a/oracle/template/makefile
+++ b/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : oracle/template/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/oracle/template/test.hxx b/oracle/template/test.hxx
index 6e1bec6..9b6fa5b 100644
--- a/oracle/template/test.hxx
+++ b/oracle/template/test.hxx
@@ -1,5 +1,5 @@
// file : oracle/template/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/oracle/test.bat b/oracle/test.bat
index 5779658..2101825 100644
--- a/oracle/test.bat
+++ b/oracle/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : oracle/test.bat
-rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/oracle/types/driver.cxx b/oracle/types/driver.cxx
index 6ab69c8..966eab9 100644
--- a/oracle/types/driver.cxx
+++ b/oracle/types/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/types/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 Oracle type conversion.
diff --git a/oracle/types/makefile b/oracle/types/makefile
index 591503d..a37dd9f 100644
--- a/oracle/types/makefile
+++ b/oracle/types/makefile
@@ -1,5 +1,5 @@
# file : oracle/types/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/oracle/types/test.hxx b/oracle/types/test.hxx
index eab2e29..0dfb2ac 100644
--- a/oracle/types/test.hxx
+++ b/oracle/types/test.hxx
@@ -1,5 +1,5 @@
// file : oracle/types/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/oracle/types/traits.hxx b/oracle/types/traits.hxx
index 4bbe98d..379fc77 100644
--- a/oracle/types/traits.hxx
+++ b/oracle/types/traits.hxx
@@ -1,5 +1,5 @@
// file : oracle/types/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