aboutsummaryrefslogtreecommitdiff
path: root/sqlite
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /sqlite
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/Makefile.am2
-rw-r--r--sqlite/custom/driver.cxx2
-rw-r--r--sqlite/custom/makefile2
-rw-r--r--sqlite/custom/test.hxx2
-rw-r--r--sqlite/database/driver.cxx2
-rw-r--r--sqlite/database/makefile2
-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
21 files changed, 21 insertions, 21 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am
index 9b81766..08d5e72 100644
--- a/sqlite/Makefile.am
+++ b/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/sqlite/custom/driver.cxx b/sqlite/custom/driver.cxx
index d189767..080146d 100644
--- a/sqlite/custom/driver.cxx
+++ b/sqlite/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/custom/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test custom database type mapping in SQLite.
diff --git a/sqlite/custom/makefile b/sqlite/custom/makefile
index d61dc95..ffc1836 100644
--- a/sqlite/custom/makefile
+++ b/sqlite/custom/makefile
@@ -1,5 +1,5 @@
# file : sqlite/custom/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/sqlite/custom/test.hxx b/sqlite/custom/test.hxx
index ea20912..af0ee93 100644
--- a/sqlite/custom/test.hxx
+++ b/sqlite/custom/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/custom/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/sqlite/database/driver.cxx b/sqlite/database/driver.cxx
index 6e09d30..c5a09f4 100644
--- a/sqlite/database/driver.cxx
+++ b/sqlite/database/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/database/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test that database constructors are unambiguous and some other things.
diff --git a/sqlite/database/makefile b/sqlite/database/makefile
index 3f567c9..6f5c1c8 100644
--- a/sqlite/database/makefile
+++ b/sqlite/database/makefile
@@ -1,5 +1,5 @@
# file : sqlite/database/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/sqlite/makefile b/sqlite/makefile
index 8f1648c..1d87470 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -1,5 +1,5 @@
# file : sqlite/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 91b04e6..defecea 100644
--- a/sqlite/native/driver.cxx
+++ b/sqlite/native/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/native/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 763bed9..b9418ef 100644
--- a/sqlite/native/makefile
+++ b/sqlite/native/makefile
@@ -1,5 +1,5 @@
# file : sqlite/native/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 5d9d107..bd2d007 100644
--- a/sqlite/template/Makefile.am
+++ b/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c7979df..b2035d4 100644
--- a/sqlite/template/driver.cxx
+++ b/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4341cc8..a9453d4 100644
--- a/sqlite/template/makefile
+++ b/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : sqlite/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 2b961f3..f001379 100644
--- a/sqlite/template/test.hxx
+++ b/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2629151..89b55a9 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 70fde25..136b503 100644
--- a/sqlite/truncation/driver.cxx
+++ b/sqlite/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/truncation/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 9fedbd1..ccc80fa 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -1,5 +1,5 @@
# file : sqlite/truncation/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 9f7023d..b921288 100644
--- a/sqlite/truncation/test.hxx
+++ b/sqlite/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/truncation/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4e619fb..1e148e0 100644
--- a/sqlite/types/driver.cxx
+++ b/sqlite/types/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/types/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 0dbdee4..a588db4 100644
--- a/sqlite/types/makefile
+++ b/sqlite/types/makefile
@@ -1,5 +1,5 @@
# file : sqlite/types/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 a19cd20..3407218 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/types/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 7a58946..4d74869 100644
--- a/sqlite/types/traits.hxx
+++ b/sqlite/types/traits.hxx
@@ -1,5 +1,5 @@
// file : sqlite/types/traits.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX