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/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 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'boost/common') 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 -- cgit v1.1