aboutsummaryrefslogtreecommitdiff
path: root/oracle
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
commitad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 (patch)
tree7262c62890f5ed4da48b9cf85c84379dc7638486 /oracle
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'oracle')
-rw-r--r--oracle/Makefile.am2
-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
13 files changed, 13 insertions, 13 deletions
diff --git a/oracle/Makefile.am b/oracle/Makefile.am
index 9caff0c..e4c46c3 100644
--- a/oracle/Makefile.am
+++ b/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : oracle/Makefile.am
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/oracle/makefile b/oracle/makefile
index ed6dd2a..5f29177 100644
--- a/oracle/makefile
+++ b/oracle/makefile
@@ -1,5 +1,5 @@
# file : oracle/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 6a78e46..33d18e0 100644
--- a/oracle/native/driver.cxx
+++ b/oracle/native/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/native/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 d911c6d..33355a5 100644
--- a/oracle/native/makefile
+++ b/oracle/native/makefile
@@ -1,5 +1,5 @@
# file : oracle/native/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 3b4c3cb..d7d5d84 100644
--- a/oracle/template/Makefile.am
+++ b/oracle/template/Makefile.am
@@ -1,5 +1,5 @@
# file : oracle/template/Makefile.am
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 4b18515..44b4f83 100644
--- a/oracle/template/driver.cxx
+++ b/oracle/template/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/template/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 d761873..35530bc 100644
--- a/oracle/template/makefile
+++ b/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : oracle/template/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 6ba06ce..c642aef 100644
--- a/oracle/template/test.hxx
+++ b/oracle/template/test.hxx
@@ -1,5 +1,5 @@
// file : oracle/template/test.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 481590e..1a3ed8e 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-2011 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2012 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 0f8c0f9..d34a882 100644
--- a/oracle/types/driver.cxx
+++ b/oracle/types/driver.cxx
@@ -1,5 +1,5 @@
// file : oracle/types/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 c91868f..89f8e0b 100644
--- a/oracle/types/makefile
+++ b/oracle/types/makefile
@@ -1,5 +1,5 @@
# file : oracle/types/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 3090961..f745a1e 100644
--- a/oracle/types/test.hxx
+++ b/oracle/types/test.hxx
@@ -1,5 +1,5 @@
// file : oracle/types/test.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 8c43f0d..51ff2e2 100644
--- a/oracle/types/traits.hxx
+++ b/oracle/types/traits.hxx
@@ -1,5 +1,5 @@
// file : oracle/types/traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX