aboutsummaryrefslogtreecommitdiff
path: root/sqlite
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 /sqlite
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/Makefile.am2
-rw-r--r--sqlite/makefile2
-rw-r--r--sqlite/native/driver.cxx2
-rw-r--r--sqlite/native/makefile2
-rw-r--r--sqlite/template/Makefile.am2
-rw-r--r--sqlite/template/driver.cxx2
-rw-r--r--sqlite/template/makefile2
-rw-r--r--sqlite/template/test.hxx2
-rw-r--r--sqlite/test.bat2
-rw-r--r--sqlite/truncation/driver.cxx2
-rw-r--r--sqlite/truncation/makefile2
-rw-r--r--sqlite/truncation/test.hxx2
-rw-r--r--sqlite/types/driver.cxx2
-rw-r--r--sqlite/types/makefile2
-rw-r--r--sqlite/types/test.hxx2
-rw-r--r--sqlite/types/traits.hxx2
16 files changed, 16 insertions, 16 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am
index a9b351f..9b81766 100644
--- a/sqlite/Makefile.am
+++ b/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/makefile b/sqlite/makefile
index 052cf6b..9e61fc5 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/native/driver.cxx b/sqlite/native/driver.cxx
index 062e594..30f0197 100644
--- a/sqlite/native/driver.cxx
+++ b/sqlite/native/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/native/makefile b/sqlite/native/makefile
index 938d4fb..7de389a 100644
--- a/sqlite/native/makefile
+++ b/sqlite/native/makefile
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/template/Makefile.am b/sqlite/template/Makefile.am
index 7c6d39e..6171479 100644
--- a/sqlite/template/Makefile.am
+++ b/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/template/driver.cxx b/sqlite/template/driver.cxx
index ba3b950..83766fd 100644
--- a/sqlite/template/driver.cxx
+++ b/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/template/makefile b/sqlite/template/makefile
index 6c84d24..a1be429 100644
--- a/sqlite/template/makefile
+++ b/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/template/test.hxx b/sqlite/template/test.hxx
index 715e0f5..2b961f3 100644
--- a/sqlite/template/test.hxx
+++ b/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/test.bat b/sqlite/test.bat
index e0f9f3d..2629151 100644
--- a/sqlite/test.bat
+++ b/sqlite/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : sqlite/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/sqlite/truncation/driver.cxx b/sqlite/truncation/driver.cxx
index 34f1886..c8b9dab 100644
--- a/sqlite/truncation/driver.cxx
+++ b/sqlite/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/truncation/makefile b/sqlite/truncation/makefile
index 83c823b..eb0da53 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/truncation/test.hxx b/sqlite/truncation/test.hxx
index f12cf0e..9f7023d 100644
--- a/sqlite/truncation/test.hxx
+++ b/sqlite/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/types/driver.cxx b/sqlite/types/driver.cxx
index 86d78f8..0c19e75 100644
--- a/sqlite/types/driver.cxx
+++ b/sqlite/types/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/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 SQLite type conversion.
diff --git a/sqlite/types/makefile b/sqlite/types/makefile
index 9bb9474..4e00e86 100644
--- a/sqlite/types/makefile
+++ b/sqlite/types/makefile
@@ -1,5 +1,5 @@
# file : sqlite/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/sqlite/types/test.hxx b/sqlite/types/test.hxx
index 61304e8..6d9fc1c 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/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/sqlite/types/traits.hxx b/sqlite/types/traits.hxx
index ba01bba..7a58946 100644
--- a/sqlite/types/traits.hxx
+++ b/sqlite/types/traits.hxx
@@ -1,5 +1,5 @@
// file : sqlite/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