aboutsummaryrefslogtreecommitdiff
path: root/sqlite/transaction
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit9c304207722ff9e2794ba25bb496858f089e4a2a (patch)
tree2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /sqlite/transaction
parentd7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff)
Update copyright
Diffstat (limited to 'sqlite/transaction')
-rw-r--r--sqlite/transaction/driver.cxx2
-rw-r--r--sqlite/transaction/makefile2
-rw-r--r--sqlite/transaction/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sqlite/transaction/driver.cxx b/sqlite/transaction/driver.cxx
index a70e1fd..0089b70 100644
--- a/sqlite/transaction/driver.cxx
+++ b/sqlite/transaction/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/transaction/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test esoteric SQLite transaction semantics aspects.
diff --git a/sqlite/transaction/makefile b/sqlite/transaction/makefile
index 6868e02..8c2e96f 100644
--- a/sqlite/transaction/makefile
+++ b/sqlite/transaction/makefile
@@ -1,5 +1,5 @@
# file : sqlite/transaction/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/sqlite/transaction/test.hxx b/sqlite/transaction/test.hxx
index ae47107..deb79dd 100644
--- a/sqlite/transaction/test.hxx
+++ b/sqlite/transaction/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/transaction/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX