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 /common | |
parent | 3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff) |
Copyright update
Diffstat (limited to 'common')
44 files changed, 44 insertions, 44 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 00c4ef0..2e6e958 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,6 @@ # file : common/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 SUBDIRS = __path__(dirs) diff --git a/common/auto/driver.cxx b/common/auto/driver.cxx index d912ad9..4388bbf 100644 --- a/common/auto/driver.cxx +++ b/common/auto/driver.cxx @@ -1,6 +1,6 @@ // file : common/auto/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 // Test automatic id assignment. diff --git a/common/auto/makefile b/common/auto/makefile index 30d480a..896b19f 100644 --- a/common/auto/makefile +++ b/common/auto/makefile @@ -1,6 +1,6 @@ # file : common/auto/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/common/auto/test.hxx b/common/auto/test.hxx index 8c16a21..6f8106f 100644 --- a/common/auto/test.hxx +++ b/common/auto/test.hxx @@ -1,6 +1,6 @@ // file : common/auto/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 diff --git a/common/composite/driver.cxx b/common/composite/driver.cxx index 05d7298..bf8e668 100644 --- a/common/composite/driver.cxx +++ b/common/composite/driver.cxx @@ -1,6 +1,6 @@ // file : common/composite/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 // Test composite value types. diff --git a/common/composite/makefile b/common/composite/makefile index 81f32f0..48a1a17 100644 --- a/common/composite/makefile +++ b/common/composite/makefile @@ -1,6 +1,6 @@ # file : common/composite/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/common/composite/test.hxx b/common/composite/test.hxx index d70eefe..08497c8 100644 --- a/common/composite/test.hxx +++ b/common/composite/test.hxx @@ -1,6 +1,6 @@ // file : common/composite/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 diff --git a/common/const/driver.cxx b/common/const/driver.cxx index e26fb3c..b4eb80e 100644 --- a/common/const/driver.cxx +++ b/common/const/driver.cxx @@ -1,6 +1,6 @@ // file : common/const/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 // Test database operations with const objects. diff --git a/common/const/makefile b/common/const/makefile index d465721..aeb4bdb 100644 --- a/common/const/makefile +++ b/common/const/makefile @@ -1,6 +1,6 @@ # file : common/const/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/common/const/test.hxx b/common/const/test.hxx index 0164880..341acb8 100644 --- a/common/const/test.hxx +++ b/common/const/test.hxx @@ -1,6 +1,6 @@ // file : common/const/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 diff --git a/common/container/driver.cxx b/common/container/driver.cxx index 9940c9a..b4f5b87 100644 --- a/common/container/driver.cxx +++ b/common/container/driver.cxx @@ -1,6 +1,6 @@ // file : common/container/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 // Test container persistence. diff --git a/common/container/makefile b/common/container/makefile index 9fe50af..fe97426 100644 --- a/common/container/makefile +++ b/common/container/makefile @@ -1,6 +1,6 @@ # file : common/container/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/common/container/test.hxx b/common/container/test.hxx index 22bcdda..2e267f6 100644 --- a/common/container/test.hxx +++ b/common/container/test.hxx @@ -1,6 +1,6 @@ // file : common/container/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 diff --git a/common/ctor/driver.cxx b/common/ctor/driver.cxx index 78d5b4b..c8e418f 100644 --- a/common/ctor/driver.cxx +++ b/common/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : common/ctor/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 // Test support for persistent objects without default constructors. diff --git a/common/ctor/makefile b/common/ctor/makefile index 489ecdd..9949e59 100644 --- a/common/ctor/makefile +++ b/common/ctor/makefile @@ -1,6 +1,6 @@ # file : common/ctor/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/common/ctor/test.hxx b/common/ctor/test.hxx index 3d08ed0..09a3686 100644 --- a/common/ctor/test.hxx +++ b/common/ctor/test.hxx @@ -1,6 +1,6 @@ // file : common/ctor/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 diff --git a/common/inverse/driver.cxx b/common/inverse/driver.cxx index 34c9258..26ead16 100644 --- a/common/inverse/driver.cxx +++ b/common/inverse/driver.cxx @@ -1,6 +1,6 @@ // file : common/inverse/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 // Test bidirectional relationships with inverse sides. diff --git a/common/inverse/makefile b/common/inverse/makefile index 05871d1..4025fee 100644 --- a/common/inverse/makefile +++ b/common/inverse/makefile @@ -1,6 +1,6 @@ # file : common/inverse/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/common/inverse/test.hxx b/common/inverse/test.hxx index 7dcb17e..ad7b108 100644 --- a/common/inverse/test.hxx +++ b/common/inverse/test.hxx @@ -1,6 +1,6 @@ // file : common/inverse/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 diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index 712cbdf..d03eaef 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -1,6 +1,6 @@ // file : common/lazy-ptr/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 // Test lazy object pointers. diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index 78fe24b..8097d52 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -1,6 +1,6 @@ # file : common/lazy-ptr/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/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 9c671c1..b530316 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -1,6 +1,6 @@ // file : common/lazy-ptr/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 diff --git a/common/lifecycle/driver.cxx b/common/lifecycle/driver.cxx index f836a2b..ae755a2 100644 --- a/common/lifecycle/driver.cxx +++ b/common/lifecycle/driver.cxx @@ -1,6 +1,6 @@ // file : common/lifecycle/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 // Test object state transistions. diff --git a/common/lifecycle/makefile b/common/lifecycle/makefile index e2f1f66..a6dd68b 100644 --- a/common/lifecycle/makefile +++ b/common/lifecycle/makefile @@ -1,6 +1,6 @@ # file : common/lifecycle/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/common/lifecycle/test.hxx b/common/lifecycle/test.hxx index 6db1c7e..4f591ec 100644 --- a/common/lifecycle/test.hxx +++ b/common/lifecycle/test.hxx @@ -1,6 +1,6 @@ // file : common/lifecycle/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 diff --git a/common/makefile b/common/makefile index 6d95d8b..5a9b9cd 100644 --- a/common/makefile +++ b/common/makefile @@ -1,6 +1,6 @@ # file : common/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; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/common/query/driver.cxx b/common/query/driver.cxx index 5a77ae9..78f0bd4 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -1,6 +1,6 @@ // file : common/query/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 // Test query support. diff --git a/common/query/makefile b/common/query/makefile index 0775df6..440a173 100644 --- a/common/query/makefile +++ b/common/query/makefile @@ -1,6 +1,6 @@ # file : common/query/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/common/query/test.hxx b/common/query/test.hxx index 883462e..124ee72 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -1,6 +1,6 @@ // file : common/query/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 diff --git a/common/query/traits.hxx b/common/query/traits.hxx index 45c1dc2..097f785 100644 --- a/common/query/traits.hxx +++ b/common/query/traits.hxx @@ -1,6 +1,6 @@ // file : common/query/traits.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 TRAITS_HXX diff --git a/common/relationship/driver.cxx b/common/relationship/driver.cxx index f7aa79e..44df17e 100644 --- a/common/relationship/driver.cxx +++ b/common/relationship/driver.cxx @@ -1,6 +1,6 @@ // file : common/relationship/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 // Test object relationships. diff --git a/common/relationship/makefile b/common/relationship/makefile index 36c3c48..94d70b8 100644 --- a/common/relationship/makefile +++ b/common/relationship/makefile @@ -1,6 +1,6 @@ # file : common/relationship/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/common/relationship/test.hxx b/common/relationship/test.hxx index 486c417..b9ad7c2 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -1,6 +1,6 @@ // file : common/relationship/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 diff --git a/common/schema/driver.cxx b/common/schema/driver.cxx index 74321e3..344b4b6 100644 --- a/common/schema/driver.cxx +++ b/common/schema/driver.cxx @@ -1,6 +1,6 @@ // file : common/schema/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 // Test database schema creation. diff --git a/common/schema/makefile b/common/schema/makefile index 0cd51d6..ae36fa4 100644 --- a/common/schema/makefile +++ b/common/schema/makefile @@ -1,6 +1,6 @@ # file : common/schema/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/common/schema/test.hxx b/common/schema/test.hxx index d770d8f..16875be 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -1,6 +1,6 @@ // file : common/schema/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 diff --git a/common/template/Makefile.am b/common/template/Makefile.am index a51fddf..758d015 100644 --- a/common/template/Makefile.am +++ b/common/template/Makefile.am @@ -1,6 +1,6 @@ # file : common/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/common/template/driver.cxx b/common/template/driver.cxx index 8fc92b8..9386784 100644 --- a/common/template/driver.cxx +++ b/common/template/driver.cxx @@ -1,6 +1,6 @@ // file : common/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/common/template/makefile b/common/template/makefile index 02605ef..b4c20fc 100644 --- a/common/template/makefile +++ b/common/template/makefile @@ -1,6 +1,6 @@ # file : common/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/common/template/test.hxx b/common/template/test.hxx index 1b945a6..6e528c7 100644 --- a/common/template/test.hxx +++ b/common/template/test.hxx @@ -1,6 +1,6 @@ // file : common/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 diff --git a/common/test.bat b/common/test.bat index 74e935d..8ea721c 100644 --- a/common/test.bat +++ b/common/test.bat @@ -1,7 +1,7 @@ @echo off rem file : common/test.bat rem author : Boris Kolpackov <boris@codesynthesis.com> -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/common/threads/driver.cxx b/common/threads/driver.cxx index bbd0ac0..6c64736 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -1,6 +1,6 @@ // file : common/threads/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 // Test operations in a multi-threaded environment. diff --git a/common/threads/makefile b/common/threads/makefile index 71c522b..5ff53e8 100644 --- a/common/threads/makefile +++ b/common/threads/makefile @@ -1,6 +1,6 @@ # file : common/threads/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/common/threads/test.hxx b/common/threads/test.hxx index b9f7777..3f129f2 100644 --- a/common/threads/test.hxx +++ b/common/threads/test.hxx @@ -1,6 +1,6 @@ // file : common/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 |