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 --- boost/Makefile.am | 2 +- boost/build.bat | 2 +- boost/common/Makefile.am | 2 +- boost/common/makefile | 2 +- boost/common/optional/driver.cxx | 2 +- boost/common/optional/makefile | 2 +- boost/common/optional/test.hxx | 2 +- boost/common/smart-ptr/driver.cxx | 2 +- boost/common/smart-ptr/makefile | 2 +- boost/common/smart-ptr/test.hxx | 2 +- boost/common/template/Makefile.am | 2 +- boost/common/template/driver.cxx | 2 +- boost/common/template/makefile | 2 +- boost/common/template/test.hxx | 2 +- boost/common/test.bat | 2 +- boost/common/unordered/driver.cxx | 2 +- boost/common/unordered/makefile | 2 +- boost/common/unordered/test.hxx | 2 +- boost/makefile | 2 +- boost/mssql/Makefile.am | 2 +- boost/mssql/date-time/driver.cxx | 2 +- boost/mssql/date-time/makefile | 2 +- boost/mssql/date-time/test.hxx | 2 +- boost/mssql/makefile | 2 +- boost/mssql/template/Makefile.am | 2 +- boost/mssql/template/driver.cxx | 2 +- boost/mssql/template/makefile | 2 +- boost/mssql/template/test.hxx | 2 +- boost/mssql/test.bat | 2 +- boost/mysql/Makefile.am | 2 +- boost/mysql/date-time/driver.cxx | 2 +- boost/mysql/date-time/makefile | 2 +- boost/mysql/date-time/test.hxx | 2 +- boost/mysql/makefile | 2 +- boost/mysql/template/Makefile.am | 2 +- boost/mysql/template/driver.cxx | 2 +- boost/mysql/template/makefile | 2 +- boost/mysql/template/test.hxx | 2 +- boost/mysql/test.bat | 2 +- boost/oracle/Makefile.am | 2 +- boost/oracle/date-time/driver.cxx | 2 +- boost/oracle/date-time/makefile | 2 +- boost/oracle/date-time/test.hxx | 2 +- boost/oracle/makefile | 2 +- boost/oracle/template/Makefile.am | 2 +- boost/oracle/template/driver.cxx | 2 +- boost/oracle/template/makefile | 2 +- boost/oracle/template/test.hxx | 2 +- boost/oracle/test.bat | 2 +- boost/pgsql/Makefile.am | 2 +- boost/pgsql/date-time/driver.cxx | 2 +- boost/pgsql/date-time/makefile | 2 +- boost/pgsql/date-time/test.hxx | 2 +- boost/pgsql/makefile | 2 +- boost/pgsql/template/Makefile.am | 2 +- boost/pgsql/template/driver.cxx | 2 +- boost/pgsql/template/makefile | 2 +- boost/pgsql/template/test.hxx | 2 +- boost/pgsql/test.bat | 2 +- boost/sqlite/Makefile.am | 2 +- boost/sqlite/date-time/driver.cxx | 2 +- boost/sqlite/date-time/makefile | 2 +- boost/sqlite/date-time/test.hxx | 2 +- boost/sqlite/makefile | 2 +- boost/sqlite/template/Makefile.am | 2 +- boost/sqlite/template/driver.cxx | 2 +- boost/sqlite/template/makefile | 2 +- boost/sqlite/template/test.hxx | 2 +- boost/sqlite/test.bat | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) (limited to 'boost') diff --git a/boost/Makefile.am b/boost/Makefile.am index 3874e15..86d1701 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -1,5 +1,5 @@ # file : boost/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 = common diff --git a/boost/build.bat b/boost/build.bat index 34d7a76..132e011 100644 --- a/boost/build.bat +++ b/boost/build.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/build.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 rem diff --git a/boost/common/Makefile.am b/boost/common/Makefile.am index 0398585..53d4fd6 100644 --- a/boost/common/Makefile.am +++ b/boost/common/Makefile.am @@ -1,5 +1,5 @@ # file : boost/common/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/boost/common/makefile b/boost/common/makefile index 3bbd3d5..1c41fa8 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -1,5 +1,5 @@ # file : boost/common/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/boost/common/optional/driver.cxx b/boost/common/optional/driver.cxx index 6956cd0..c32edb2 100644 --- a/boost/common/optional/driver.cxx +++ b/boost/common/optional/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/optional/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 boost::optional persistence. diff --git a/boost/common/optional/makefile b/boost/common/optional/makefile index 843f645..528823a 100644 --- a/boost/common/optional/makefile +++ b/boost/common/optional/makefile @@ -1,5 +1,5 @@ # file : boost/common/optional/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/boost/common/optional/test.hxx b/boost/common/optional/test.hxx index 732683d..915afc6 100644 --- a/boost/common/optional/test.hxx +++ b/boost/common/optional/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/optional/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/boost/common/smart-ptr/driver.cxx b/boost/common/smart-ptr/driver.cxx index ff583b3..cc6490d 100644 --- a/boost/common/smart-ptr/driver.cxx +++ b/boost/common/smart-ptr/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/smart-ptr/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 boost smart pointers. diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile index c4e1ee4..8da77eb 100644 --- a/boost/common/smart-ptr/makefile +++ b/boost/common/smart-ptr/makefile @@ -1,5 +1,5 @@ # file : boost/common/smart-ptr/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/boost/common/smart-ptr/test.hxx b/boost/common/smart-ptr/test.hxx index 99270c4..93b53a3 100644 --- a/boost/common/smart-ptr/test.hxx +++ b/boost/common/smart-ptr/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/smart-ptr/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/boost/common/template/Makefile.am b/boost/common/template/Makefile.am index e8bf277..aab4631 100644 --- a/boost/common/template/Makefile.am +++ b/boost/common/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/common/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/boost/common/template/driver.cxx b/boost/common/template/driver.cxx index 734dcf9..d754acf 100644 --- a/boost/common/template/driver.cxx +++ b/boost/common/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/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/boost/common/template/makefile b/boost/common/template/makefile index 14e9af1..42dd770 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -1,5 +1,5 @@ # file : boost/common/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/boost/common/template/test.hxx b/boost/common/template/test.hxx index 21dbc05..8c89b4f 100644 --- a/boost/common/template/test.hxx +++ b/boost/common/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/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/boost/common/test.bat b/boost/common/test.bat index 58d6f7b..ee8dcd2 100644 --- a/boost/common/test.bat +++ b/boost/common/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/common/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/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx index 5240004..2e04e03 100644 --- a/boost/common/unordered/driver.cxx +++ b/boost/common/unordered/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/unordered/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 boost container persistence. diff --git a/boost/common/unordered/makefile b/boost/common/unordered/makefile index 85073db..ed78a2d 100644 --- a/boost/common/unordered/makefile +++ b/boost/common/unordered/makefile @@ -1,5 +1,5 @@ # file : boost/common/unordered/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/boost/common/unordered/test.hxx b/boost/common/unordered/test.hxx index e0f7a48..1477fe7 100644 --- a/boost/common/unordered/test.hxx +++ b/boost/common/unordered/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/unordered/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/boost/makefile b/boost/makefile index 40d8ae7..a7430c7 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,5 @@ # file : boost/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/boost/mssql/Makefile.am b/boost/mssql/Makefile.am index dbab009..c0fc1c4 100644 --- a/boost/mssql/Makefile.am +++ b/boost/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : boost/mssql/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/boost/mssql/date-time/driver.cxx b/boost/mssql/date-time/driver.cxx index ed1519e..4164174 100644 --- a/boost/mssql/date-time/driver.cxx +++ b/boost/mssql/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : boost/mssql/date-time/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 boost date/time type persistence. SQL Server version. diff --git a/boost/mssql/date-time/makefile b/boost/mssql/date-time/makefile index 3917061..7713edc 100644 --- a/boost/mssql/date-time/makefile +++ b/boost/mssql/date-time/makefile @@ -1,5 +1,5 @@ # file : boost/mssql/date-time/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/boost/mssql/date-time/test.hxx b/boost/mssql/date-time/test.hxx index 4757153..505d1c1 100644 --- a/boost/mssql/date-time/test.hxx +++ b/boost/mssql/date-time/test.hxx @@ -1,5 +1,5 @@ // file : boost/mssql/date-time/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/boost/mssql/makefile b/boost/mssql/makefile index 8bdd349..3154b10 100644 --- a/boost/mssql/makefile +++ b/boost/mssql/makefile @@ -1,5 +1,5 @@ # file : boost/mssql/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/boost/mssql/template/Makefile.am b/boost/mssql/template/Makefile.am index 59051f9..8eb0769 100644 --- a/boost/mssql/template/Makefile.am +++ b/boost/mssql/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/mssql/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/boost/mssql/template/driver.cxx b/boost/mssql/template/driver.cxx index 3c55864..212c5b5 100644 --- a/boost/mssql/template/driver.cxx +++ b/boost/mssql/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/mssql/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/boost/mssql/template/makefile b/boost/mssql/template/makefile index 8d1ef71..184a324 100644 --- a/boost/mssql/template/makefile +++ b/boost/mssql/template/makefile @@ -1,5 +1,5 @@ # file : boost/mssql/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/boost/mssql/template/test.hxx b/boost/mssql/template/test.hxx index 881fce7..84e5bcc 100644 --- a/boost/mssql/template/test.hxx +++ b/boost/mssql/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/mssql/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/boost/mssql/test.bat b/boost/mssql/test.bat index ba03581..4b73df6 100644 --- a/boost/mssql/test.bat +++ b/boost/mssql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/mssql/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/boost/mysql/Makefile.am b/boost/mysql/Makefile.am index d641b42..ad4ad3a 100644 --- a/boost/mysql/Makefile.am +++ b/boost/mysql/Makefile.am @@ -1,5 +1,5 @@ # file : boost/mysql/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/boost/mysql/date-time/driver.cxx b/boost/mysql/date-time/driver.cxx index 59e94e6..d90310d 100644 --- a/boost/mysql/date-time/driver.cxx +++ b/boost/mysql/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : boost/mysql/date-time/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 boost date/time type persistence. MySQL version. diff --git a/boost/mysql/date-time/makefile b/boost/mysql/date-time/makefile index 183d8c5..9d9449b 100644 --- a/boost/mysql/date-time/makefile +++ b/boost/mysql/date-time/makefile @@ -1,5 +1,5 @@ # file : boost/mysql/date-time/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/boost/mysql/date-time/test.hxx b/boost/mysql/date-time/test.hxx index 6036e8f..dcfb20b 100644 --- a/boost/mysql/date-time/test.hxx +++ b/boost/mysql/date-time/test.hxx @@ -1,5 +1,5 @@ // file : boost/mysql/date-time/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/boost/mysql/makefile b/boost/mysql/makefile index 5089f41..088c25a 100644 --- a/boost/mysql/makefile +++ b/boost/mysql/makefile @@ -1,5 +1,5 @@ # file : boost/mysql/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/boost/mysql/template/Makefile.am b/boost/mysql/template/Makefile.am index 3a7ce53..a10f7a0 100644 --- a/boost/mysql/template/Makefile.am +++ b/boost/mysql/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/mysql/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/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx index db7c237..da31a63 100644 --- a/boost/mysql/template/driver.cxx +++ b/boost/mysql/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/mysql/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/boost/mysql/template/makefile b/boost/mysql/template/makefile index 3571228..875ca60 100644 --- a/boost/mysql/template/makefile +++ b/boost/mysql/template/makefile @@ -1,5 +1,5 @@ # file : boost/mysql/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/boost/mysql/template/test.hxx b/boost/mysql/template/test.hxx index 5105c6c..cb901fc 100644 --- a/boost/mysql/template/test.hxx +++ b/boost/mysql/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/mysql/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/boost/mysql/test.bat b/boost/mysql/test.bat index 387ad26..603d4df 100644 --- a/boost/mysql/test.bat +++ b/boost/mysql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/mysql/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/boost/oracle/Makefile.am b/boost/oracle/Makefile.am index 796d9c2..1b65c84 100644 --- a/boost/oracle/Makefile.am +++ b/boost/oracle/Makefile.am @@ -1,5 +1,5 @@ # file : boost/oracle/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/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index 6c8c240..ca59757 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : boost/oracle/date-time/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 boost date/time type persistence. Oracle version. diff --git a/boost/oracle/date-time/makefile b/boost/oracle/date-time/makefile index ac1680d..e1916b7 100644 --- a/boost/oracle/date-time/makefile +++ b/boost/oracle/date-time/makefile @@ -1,5 +1,5 @@ # file : boost/oracle/date-time/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/boost/oracle/date-time/test.hxx b/boost/oracle/date-time/test.hxx index 9a5fe8b..9699c5d 100644 --- a/boost/oracle/date-time/test.hxx +++ b/boost/oracle/date-time/test.hxx @@ -1,5 +1,5 @@ // file : boost/oracle/date-time/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/boost/oracle/makefile b/boost/oracle/makefile index 1e3fc52..380e746 100644 --- a/boost/oracle/makefile +++ b/boost/oracle/makefile @@ -1,5 +1,5 @@ # file : boost/oracle/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/boost/oracle/template/Makefile.am b/boost/oracle/template/Makefile.am index 23f695f..da5c150 100644 --- a/boost/oracle/template/Makefile.am +++ b/boost/oracle/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/oracle/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/boost/oracle/template/driver.cxx b/boost/oracle/template/driver.cxx index b77f0f5..c4aa21d 100644 --- a/boost/oracle/template/driver.cxx +++ b/boost/oracle/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/oracle/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/boost/oracle/template/makefile b/boost/oracle/template/makefile index a2fb64d..87829d5 100644 --- a/boost/oracle/template/makefile +++ b/boost/oracle/template/makefile @@ -1,5 +1,5 @@ # file : boost/oracle/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/boost/oracle/template/test.hxx b/boost/oracle/template/test.hxx index 65123a7..8251a6d 100644 --- a/boost/oracle/template/test.hxx +++ b/boost/oracle/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/oracle/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/boost/oracle/test.bat b/boost/oracle/test.bat index fcc0945..a17ecd6 100644 --- a/boost/oracle/test.bat +++ b/boost/oracle/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/oracle/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/boost/pgsql/Makefile.am b/boost/pgsql/Makefile.am index 92fca3e..c925995 100644 --- a/boost/pgsql/Makefile.am +++ b/boost/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : boost/pgsql/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/boost/pgsql/date-time/driver.cxx b/boost/pgsql/date-time/driver.cxx index 4012fd6..afd4657 100644 --- a/boost/pgsql/date-time/driver.cxx +++ b/boost/pgsql/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : boost/pgsql/date-time/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 boost date/time type persistence. PostgreSQL version. diff --git a/boost/pgsql/date-time/makefile b/boost/pgsql/date-time/makefile index bebe279..4f79151 100644 --- a/boost/pgsql/date-time/makefile +++ b/boost/pgsql/date-time/makefile @@ -1,5 +1,5 @@ # file : boost/pgsql/date-time/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/boost/pgsql/date-time/test.hxx b/boost/pgsql/date-time/test.hxx index 68e26e5..b197037 100644 --- a/boost/pgsql/date-time/test.hxx +++ b/boost/pgsql/date-time/test.hxx @@ -1,5 +1,5 @@ // file : boost/pgsql/date-time/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/boost/pgsql/makefile b/boost/pgsql/makefile index dbf8a6d..6069988 100644 --- a/boost/pgsql/makefile +++ b/boost/pgsql/makefile @@ -1,5 +1,5 @@ # file : boost/pgsql/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/boost/pgsql/template/Makefile.am b/boost/pgsql/template/Makefile.am index 8e75803..94546bc 100644 --- a/boost/pgsql/template/Makefile.am +++ b/boost/pgsql/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/pgsql/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/boost/pgsql/template/driver.cxx b/boost/pgsql/template/driver.cxx index 2f7d3e1..0c1b33d 100644 --- a/boost/pgsql/template/driver.cxx +++ b/boost/pgsql/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/pgsql/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/boost/pgsql/template/makefile b/boost/pgsql/template/makefile index bbb2bcf..b97537c 100644 --- a/boost/pgsql/template/makefile +++ b/boost/pgsql/template/makefile @@ -1,5 +1,5 @@ # file : boost/pgsql/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/boost/pgsql/template/test.hxx b/boost/pgsql/template/test.hxx index 09b1b82..605bc5b 100644 --- a/boost/pgsql/template/test.hxx +++ b/boost/pgsql/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/pgsql/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/boost/pgsql/test.bat b/boost/pgsql/test.bat index 48ec426..835bcda 100644 --- a/boost/pgsql/test.bat +++ b/boost/pgsql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/pgsql/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/boost/sqlite/Makefile.am b/boost/sqlite/Makefile.am index 649d587..a98bfa2 100644 --- a/boost/sqlite/Makefile.am +++ b/boost/sqlite/Makefile.am @@ -1,5 +1,5 @@ # file : boost/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/boost/sqlite/date-time/driver.cxx b/boost/sqlite/date-time/driver.cxx index 877f659..c719fc7 100644 --- a/boost/sqlite/date-time/driver.cxx +++ b/boost/sqlite/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : boost/sqlite/date-time/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 boost date/time type persistence. SQLite version. diff --git a/boost/sqlite/date-time/makefile b/boost/sqlite/date-time/makefile index e218727..377b0f6 100644 --- a/boost/sqlite/date-time/makefile +++ b/boost/sqlite/date-time/makefile @@ -1,5 +1,5 @@ # file : boost/sqlite/date-time/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/boost/sqlite/date-time/test.hxx b/boost/sqlite/date-time/test.hxx index b966d37..afff640 100644 --- a/boost/sqlite/date-time/test.hxx +++ b/boost/sqlite/date-time/test.hxx @@ -1,5 +1,5 @@ // file : boost/sqlite/date-time/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/boost/sqlite/makefile b/boost/sqlite/makefile index e5b67a6..211e3c0 100644 --- a/boost/sqlite/makefile +++ b/boost/sqlite/makefile @@ -1,5 +1,5 @@ # file : boost/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/boost/sqlite/template/Makefile.am b/boost/sqlite/template/Makefile.am index aa4cb4b..f03a875 100644 --- a/boost/sqlite/template/Makefile.am +++ b/boost/sqlite/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/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/boost/sqlite/template/driver.cxx b/boost/sqlite/template/driver.cxx index b853f9c..0959213 100644 --- a/boost/sqlite/template/driver.cxx +++ b/boost/sqlite/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/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/boost/sqlite/template/makefile b/boost/sqlite/template/makefile index de0059d..b4bf588 100644 --- a/boost/sqlite/template/makefile +++ b/boost/sqlite/template/makefile @@ -1,5 +1,5 @@ # file : boost/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/boost/sqlite/template/test.hxx b/boost/sqlite/template/test.hxx index 289cbd9..a4e938a 100644 --- a/boost/sqlite/template/test.hxx +++ b/boost/sqlite/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/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/boost/sqlite/test.bat b/boost/sqlite/test.bat index 4aceba1..52f2228 100644 --- a/boost/sqlite/test.bat +++ b/boost/sqlite/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/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 -- cgit v1.1