aboutsummaryrefslogtreecommitdiff
path: root/mysql
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 /mysql
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'mysql')
-rw-r--r--mysql/Makefile.am2
-rw-r--r--mysql/makefile2
-rw-r--r--mysql/native/driver.cxx2
-rw-r--r--mysql/native/makefile2
-rw-r--r--mysql/template/Makefile.am2
-rw-r--r--mysql/template/driver.cxx2
-rw-r--r--mysql/template/makefile2
-rw-r--r--mysql/template/test.hxx2
-rw-r--r--mysql/test.bat2
-rw-r--r--mysql/truncation/driver.cxx2
-rw-r--r--mysql/truncation/makefile2
-rw-r--r--mysql/truncation/test.hxx2
-rw-r--r--mysql/types/driver.cxx2
-rw-r--r--mysql/types/makefile2
-rw-r--r--mysql/types/test.hxx2
-rw-r--r--mysql/types/traits.hxx2
16 files changed, 16 insertions, 16 deletions
diff --git a/mysql/Makefile.am b/mysql/Makefile.am
index 721a01c..49bac08 100644
--- a/mysql/Makefile.am
+++ b/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/makefile b/mysql/makefile
index 2447e87..1872888 100644
--- a/mysql/makefile
+++ b/mysql/makefile
@@ -1,5 +1,5 @@
# file : mysql/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx
index 7b3377a..4ffe447 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/native/makefile b/mysql/native/makefile
index c872966..5632efe 100644
--- a/mysql/native/makefile
+++ b/mysql/native/makefile
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/template/Makefile.am b/mysql/template/Makefile.am
index b508146..cd3f9b5 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/template/driver.cxx b/mysql/template/driver.cxx
index a7b3980..636af43 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/template/makefile b/mysql/template/makefile
index a92574c..a5aacdd 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/template/test.hxx b/mysql/template/test.hxx
index 31abd3d..48d084d 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/test.bat b/mysql/test.bat
index ee3755d..1cd54e2 100644
--- a/mysql/test.bat
+++ b/mysql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : mysql/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/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx
index 4d773c6..292d08f 100644
--- a/mysql/truncation/driver.cxx
+++ b/mysql/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/truncation/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 insufficient buffer/truncation handling.
diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile
index 831979e..39c0a88 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -1,5 +1,5 @@
# file : mysql/truncation/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/mysql/truncation/test.hxx b/mysql/truncation/test.hxx
index 709d1f7..b3128c0 100644
--- a/mysql/truncation/test.hxx
+++ b/mysql/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/truncation/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/mysql/types/driver.cxx b/mysql/types/driver.cxx
index 784d0c1..493c5c2 100644
--- a/mysql/types/driver.cxx
+++ b/mysql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/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 MySQL type conversion.
diff --git a/mysql/types/makefile b/mysql/types/makefile
index 5df509f..da5b444 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/types/test.hxx b/mysql/types/test.hxx
index 93e2395..bf1ac9f 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/types/traits.hxx b/mysql/types/traits.hxx
index 537b549..c437faa 100644
--- a/mysql/types/traits.hxx
+++ b/mysql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : mysql/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