diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
commit | db5b409f5e6e5c5d3771febd8046240cdb3e06e4 (patch) | |
tree | d1b060bdfb0095eaaec63a4ade71a4b4b69fb96d /mysql/template | |
parent | 3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff) |
Copyright update
Diffstat (limited to 'mysql/template')
-rw-r--r-- | mysql/template/Makefile.am | 2 | ||||
-rw-r--r-- | mysql/template/driver.cxx | 2 | ||||
-rw-r--r-- | mysql/template/makefile | 2 | ||||
-rw-r--r-- | mysql/template/test.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
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 <boris@codesynthesis.com> -# 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 <boris@codesynthesis.com> -// 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 <boris@codesynthesis.com> -# 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 <boris@codesynthesis.com> -// 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 |