From ad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:52:04 +0200 Subject: Update copyright year --- sqlite/Makefile.am | 2 +- sqlite/makefile | 2 +- sqlite/native/driver.cxx | 2 +- sqlite/native/makefile | 2 +- sqlite/template/Makefile.am | 2 +- sqlite/template/driver.cxx | 2 +- sqlite/template/makefile | 2 +- sqlite/template/test.hxx | 2 +- sqlite/test.bat | 2 +- sqlite/truncation/driver.cxx | 2 +- sqlite/truncation/makefile | 2 +- sqlite/truncation/test.hxx | 2 +- sqlite/types/driver.cxx | 2 +- sqlite/types/makefile | 2 +- sqlite/types/test.hxx | 2 +- sqlite/types/traits.hxx | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'sqlite') 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 -- cgit v1.1