From db5b409f5e6e5c5d3771febd8046240cdb3e06e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:57:28 +0200 Subject: Copyright update --- mysql/Makefile.am | 2 +- mysql/makefile | 2 +- mysql/template/Makefile.am | 2 +- mysql/template/driver.cxx | 2 +- mysql/template/makefile | 2 +- mysql/template/test.hxx | 2 +- mysql/test.bat | 2 +- mysql/truncation/driver.cxx | 2 +- mysql/truncation/makefile | 2 +- mysql/truncation/test.hxx | 2 +- mysql/types/driver.cxx | 2 +- mysql/types/makefile | 2 +- mysql/types/test.hxx | 2 +- mysql/types/traits.hxx | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'mysql') diff --git a/mysql/Makefile.am b/mysql/Makefile.am index d07384b..8995e2d 100644 --- a/mysql/Makefile.am +++ b/mysql/Makefile.am @@ -1,6 +1,6 @@ # file : mysql/Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/mysql/makefile b/mysql/makefile index fe6579e..c5af184 100644 --- a/mysql/makefile +++ b/mysql/makefile @@ -1,6 +1,6 @@ # file : mysql/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; 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 31eea41..7571e28 100644 --- a/mysql/template/Makefile.am +++ b/mysql/template/Makefile.am @@ -1,6 +1,6 @@ # file : mysql/template/Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 5e4d6b3..d7fecdf 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/driver.cxx @@ -1,6 +1,6 @@ // file : mysql/template/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 05285ec..6362ab2 100644 --- a/mysql/template/makefile +++ b/mysql/template/makefile @@ -1,6 +1,6 @@ # file : mysql/template/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 abac96e..e5a593f 100644 --- a/mysql/template/test.hxx +++ b/mysql/template/test.hxx @@ -1,6 +1,6 @@ // file : mysql/template/test.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 694eef8..01659bc 100644 --- a/mysql/test.bat +++ b/mysql/test.bat @@ -1,7 +1,7 @@ @echo off rem file : mysql/test.bat rem author : Boris Kolpackov -rem copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2011 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 97c7b94..7b8a11d 100644 --- a/mysql/truncation/driver.cxx +++ b/mysql/truncation/driver.cxx @@ -1,6 +1,6 @@ // file : mysql/truncation/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 79de168..aa216cd 100644 --- a/mysql/truncation/makefile +++ b/mysql/truncation/makefile @@ -1,6 +1,6 @@ # file : mysql/truncation/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 05cd028..f63b68b 100644 --- a/mysql/truncation/test.hxx +++ b/mysql/truncation/test.hxx @@ -1,6 +1,6 @@ // file : mysql/truncation/test.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 ef87afd..d4fa7ec 100644 --- a/mysql/types/driver.cxx +++ b/mysql/types/driver.cxx @@ -1,6 +1,6 @@ // file : mysql/types/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 d84614b..4d61eef 100644 --- a/mysql/types/makefile +++ b/mysql/types/makefile @@ -1,6 +1,6 @@ # file : mysql/types/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 d950a9a..80d1423 100644 --- a/mysql/types/test.hxx +++ b/mysql/types/test.hxx @@ -1,6 +1,6 @@ // file : mysql/types/test.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 7d42798..9ab0b32 100644 --- a/mysql/types/traits.hxx +++ b/mysql/types/traits.hxx @@ -1,6 +1,6 @@ // file : mysql/types/traits.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1