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 --- common/Makefile.am | 2 +- common/auto/driver.cxx | 2 +- common/auto/makefile | 2 +- common/auto/test.hxx | 2 +- common/blob/driver.cxx | 2 +- common/blob/makefile | 2 +- common/blob/test.hxx | 2 +- common/callback/driver.cxx | 2 +- common/callback/makefile | 2 +- common/callback/test.hxx | 2 +- common/composite/driver.cxx | 2 +- common/composite/makefile | 2 +- common/composite/test.hxx | 2 +- common/const-member/driver.cxx | 2 +- common/const-member/makefile | 2 +- common/const-member/test.hxx | 2 +- common/const-object/driver.cxx | 2 +- common/const-object/makefile | 2 +- common/const-object/test.hxx | 2 +- common/container/driver.cxx | 2 +- common/container/makefile | 2 +- common/container/test.hxx | 2 +- common/ctor/driver.cxx | 2 +- common/ctor/makefile | 2 +- common/ctor/test.hxx | 2 +- common/default/driver.cxx | 2 +- common/default/makefile | 2 +- common/default/test.hxx | 2 +- common/enum/driver.cxx | 2 +- common/enum/makefile | 2 +- common/enum/test.hxx | 2 +- common/erase-query/driver.cxx | 2 +- common/erase-query/makefile | 2 +- common/erase-query/test.hxx | 2 +- common/include/driver.cxx | 2 +- common/include/makefile | 2 +- common/include/obj1.hxx | 2 +- common/include/obj2.hxx | 2 +- common/include/obj3.hxx | 2 +- common/include/objs1.hxx | 2 +- common/include/objs2.hxx | 2 +- common/include/objs3.hxx | 2 +- common/include/objs4.hxx | 2 +- common/include/test1.hxx | 2 +- common/include/test2.hxx | 2 +- common/include/test3.hxx | 2 +- common/include/test4.hxx | 2 +- common/inheritance/driver.cxx | 2 +- common/inheritance/makefile | 2 +- common/inheritance/test.hxx | 2 +- common/inverse/driver.cxx | 2 +- common/inverse/makefile | 2 +- common/inverse/test.hxx | 2 +- common/lazy-ptr/driver.cxx | 2 +- common/lazy-ptr/makefile | 2 +- common/lazy-ptr/test.hxx | 2 +- common/lifecycle/driver.cxx | 2 +- common/lifecycle/makefile | 2 +- common/lifecycle/test.hxx | 2 +- common/makefile | 2 +- common/no-id/driver.cxx | 2 +- common/no-id/makefile | 2 +- common/no-id/test.hxx | 2 +- common/optimistic/driver.cxx | 2 +- common/optimistic/makefile | 2 +- common/optimistic/test.hxx | 2 +- common/pragma/driver.cxx | 2 +- common/pragma/makefile | 2 +- common/pragma/test.hxx | 2 +- common/query/driver.cxx | 2 +- common/query/makefile | 2 +- common/query/test.hxx | 2 +- common/readonly/driver.cxx | 2 +- common/readonly/makefile | 2 +- common/readonly/test.hxx | 2 +- common/relationship-query/driver.cxx | 2 +- common/relationship-query/makefile | 2 +- common/relationship-query/test.hxx | 2 +- common/relationship/driver.cxx | 2 +- common/relationship/makefile | 2 +- common/relationship/test.hxx | 2 +- common/schema/driver.cxx | 2 +- common/schema/makefile | 2 +- common/schema/test.hxx | 2 +- common/template/Makefile.am | 2 +- common/template/driver.cxx | 2 +- common/template/makefile | 2 +- common/template/test.hxx | 2 +- common/test.bat | 2 +- common/threads/driver.cxx | 2 +- common/threads/makefile | 2 +- common/threads/test.hxx | 2 +- common/transaction/driver.cxx | 2 +- common/transaction/makefile | 2 +- common/types/driver.cxx | 2 +- common/types/makefile | 2 +- common/types/test.hxx | 2 +- common/view/driver.cxx | 2 +- common/view/makefile | 2 +- common/view/test.hxx | 2 +- common/wrapper/driver.cxx | 2 +- common/wrapper/makefile | 2 +- common/wrapper/test.hxx | 2 +- 103 files changed, 103 insertions(+), 103 deletions(-) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index c461ea0..f413d76 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,5 @@ # file : 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/common/auto/driver.cxx b/common/auto/driver.cxx index 441c547..54ca735 100644 --- a/common/auto/driver.cxx +++ b/common/auto/driver.cxx @@ -1,5 +1,5 @@ // file : common/auto/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 automatic id assignment. diff --git a/common/auto/makefile b/common/auto/makefile index a06c50f..f05d4cc 100644 --- a/common/auto/makefile +++ b/common/auto/makefile @@ -1,5 +1,5 @@ # file : common/auto/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/common/auto/test.hxx b/common/auto/test.hxx index 0fd27be..1234720 100644 --- a/common/auto/test.hxx +++ b/common/auto/test.hxx @@ -1,5 +1,5 @@ // file : common/auto/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/common/blob/driver.cxx b/common/blob/driver.cxx index 3b25d8d..b280771 100644 --- a/common/blob/driver.cxx +++ b/common/blob/driver.cxx @@ -1,5 +1,5 @@ // file : common/blob/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 BLOB mapping. diff --git a/common/blob/makefile b/common/blob/makefile index 09350fd..7e0a789 100644 --- a/common/blob/makefile +++ b/common/blob/makefile @@ -1,5 +1,5 @@ # file : common/blob/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/common/blob/test.hxx b/common/blob/test.hxx index 2c8f20a..9e6434b 100644 --- a/common/blob/test.hxx +++ b/common/blob/test.hxx @@ -1,5 +1,5 @@ // file : common/blob/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/common/callback/driver.cxx b/common/callback/driver.cxx index fc4832a..a43fa03 100644 --- a/common/callback/driver.cxx +++ b/common/callback/driver.cxx @@ -1,5 +1,5 @@ // file : common/callback/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 database operation callbacks. diff --git a/common/callback/makefile b/common/callback/makefile index 0c57905..37f4cd4 100644 --- a/common/callback/makefile +++ b/common/callback/makefile @@ -1,5 +1,5 @@ # file : common/callback/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/common/callback/test.hxx b/common/callback/test.hxx index f0112c5..99d7089 100644 --- a/common/callback/test.hxx +++ b/common/callback/test.hxx @@ -1,5 +1,5 @@ // file : common/callback/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/common/composite/driver.cxx b/common/composite/driver.cxx index 94b6b8c..4f4d720 100644 --- a/common/composite/driver.cxx +++ b/common/composite/driver.cxx @@ -1,5 +1,5 @@ // file : common/composite/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 composite value types. diff --git a/common/composite/makefile b/common/composite/makefile index 454d043..4bac352 100644 --- a/common/composite/makefile +++ b/common/composite/makefile @@ -1,5 +1,5 @@ # file : common/composite/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/common/composite/test.hxx b/common/composite/test.hxx index 3823d7d..be53a2e 100644 --- a/common/composite/test.hxx +++ b/common/composite/test.hxx @@ -1,5 +1,5 @@ // file : common/composite/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/common/const-member/driver.cxx b/common/const-member/driver.cxx index 51f0581..06b4798 100644 --- a/common/const-member/driver.cxx +++ b/common/const-member/driver.cxx @@ -1,5 +1,5 @@ // file : common/const-member/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 const data members. The readonly test tests that const diff --git a/common/const-member/makefile b/common/const-member/makefile index 05c904f..45c4a6b 100644 --- a/common/const-member/makefile +++ b/common/const-member/makefile @@ -1,5 +1,5 @@ # file : common/const-member/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/common/const-member/test.hxx b/common/const-member/test.hxx index eefb041..f89c878 100644 --- a/common/const-member/test.hxx +++ b/common/const-member/test.hxx @@ -1,5 +1,5 @@ // file : common/const-member/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/common/const-object/driver.cxx b/common/const-object/driver.cxx index 41bf745..03a6a68 100644 --- a/common/const-object/driver.cxx +++ b/common/const-object/driver.cxx @@ -1,5 +1,5 @@ // file : common/const-object/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 database operations with const objects. diff --git a/common/const-object/makefile b/common/const-object/makefile index a1e4ac5..d335d43 100644 --- a/common/const-object/makefile +++ b/common/const-object/makefile @@ -1,5 +1,5 @@ # file : common/const-object/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/common/const-object/test.hxx b/common/const-object/test.hxx index 40e2635..1b8e3c0 100644 --- a/common/const-object/test.hxx +++ b/common/const-object/test.hxx @@ -1,5 +1,5 @@ // file : common/const-object/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/common/container/driver.cxx b/common/container/driver.cxx index d743d40..d19dca1 100644 --- a/common/container/driver.cxx +++ b/common/container/driver.cxx @@ -1,5 +1,5 @@ // file : common/container/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 container persistence. diff --git a/common/container/makefile b/common/container/makefile index 25e66d9..6c17fcf 100644 --- a/common/container/makefile +++ b/common/container/makefile @@ -1,5 +1,5 @@ # file : common/container/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/common/container/test.hxx b/common/container/test.hxx index 280a60d..31e9542 100644 --- a/common/container/test.hxx +++ b/common/container/test.hxx @@ -1,5 +1,5 @@ // file : common/container/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/common/ctor/driver.cxx b/common/ctor/driver.cxx index 0298190..d74c44d 100644 --- a/common/ctor/driver.cxx +++ b/common/ctor/driver.cxx @@ -1,5 +1,5 @@ // file : common/ctor/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 support for persistent objects without default constructors. diff --git a/common/ctor/makefile b/common/ctor/makefile index a08fa92..f38995c 100644 --- a/common/ctor/makefile +++ b/common/ctor/makefile @@ -1,5 +1,5 @@ # file : common/ctor/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/common/ctor/test.hxx b/common/ctor/test.hxx index 6b3af25..234119d 100644 --- a/common/ctor/test.hxx +++ b/common/ctor/test.hxx @@ -1,5 +1,5 @@ // file : common/ctor/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/common/default/driver.cxx b/common/default/driver.cxx index 87dc631..49677c2 100644 --- a/common/default/driver.cxx +++ b/common/default/driver.cxx @@ -1,5 +1,5 @@ // file : common/default/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 default values. diff --git a/common/default/makefile b/common/default/makefile index 7a4eb8c..c8e6b31 100644 --- a/common/default/makefile +++ b/common/default/makefile @@ -1,5 +1,5 @@ # file : common/default/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/common/default/test.hxx b/common/default/test.hxx index 45ae390..cff2d0c 100644 --- a/common/default/test.hxx +++ b/common/default/test.hxx @@ -1,5 +1,5 @@ // file : common/default/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/common/enum/driver.cxx b/common/enum/driver.cxx index e7ad7ff..cbc8192 100644 --- a/common/enum/driver.cxx +++ b/common/enum/driver.cxx @@ -1,5 +1,5 @@ // file : common/enum/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 automatic C++ enum mapping. diff --git a/common/enum/makefile b/common/enum/makefile index 39e7649..3d9aeba 100644 --- a/common/enum/makefile +++ b/common/enum/makefile @@ -1,5 +1,5 @@ # file : common/enum/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/common/enum/test.hxx b/common/enum/test.hxx index 675a530..bf6121e 100644 --- a/common/enum/test.hxx +++ b/common/enum/test.hxx @@ -1,5 +1,5 @@ // file : common/enum/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/common/erase-query/driver.cxx b/common/erase-query/driver.cxx index 563bd50..5bfa6a7 100644 --- a/common/erase-query/driver.cxx +++ b/common/erase-query/driver.cxx @@ -1,5 +1,5 @@ // file : common/erase-query/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 query-based erase. diff --git a/common/erase-query/makefile b/common/erase-query/makefile index b9fd06a..04483f9 100644 --- a/common/erase-query/makefile +++ b/common/erase-query/makefile @@ -1,5 +1,5 @@ # file : common/erase-query/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/common/erase-query/test.hxx b/common/erase-query/test.hxx index 6857f88..8cc47ee 100644 --- a/common/erase-query/test.hxx +++ b/common/erase-query/test.hxx @@ -1,5 +1,5 @@ // file : common/erase-query/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/common/include/driver.cxx b/common/include/driver.cxx index f9cf7e5..fc86730 100644 --- a/common/include/driver.cxx +++ b/common/include/driver.cxx @@ -1,5 +1,5 @@ // file : common/include/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 inclusion of -odb files (compilation test). diff --git a/common/include/makefile b/common/include/makefile index b4ad846..fa392c7 100644 --- a/common/include/makefile +++ b/common/include/makefile @@ -1,5 +1,5 @@ # file : common/include/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/common/include/obj1.hxx b/common/include/obj1.hxx index 30a8169..50ca970 100644 --- a/common/include/obj1.hxx +++ b/common/include/obj1.hxx @@ -1,5 +1,5 @@ // file : common/include/obj1.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 OBJ1_HXX diff --git a/common/include/obj2.hxx b/common/include/obj2.hxx index 8da9834..63c7e0f 100644 --- a/common/include/obj2.hxx +++ b/common/include/obj2.hxx @@ -1,5 +1,5 @@ // file : common/include/obj2.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 OBJ2_HXX diff --git a/common/include/obj3.hxx b/common/include/obj3.hxx index 222fe9a..df85700 100644 --- a/common/include/obj3.hxx +++ b/common/include/obj3.hxx @@ -1,5 +1,5 @@ // file : common/include/obj3.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 OBJ3_HXX diff --git a/common/include/objs1.hxx b/common/include/objs1.hxx index b2befc6..d6d83cf 100644 --- a/common/include/objs1.hxx +++ b/common/include/objs1.hxx @@ -1,5 +1,5 @@ // file : common/include/objs1.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 OBJS1_HXX diff --git a/common/include/objs2.hxx b/common/include/objs2.hxx index 40cafa0..f7b711a 100644 --- a/common/include/objs2.hxx +++ b/common/include/objs2.hxx @@ -1,5 +1,5 @@ // file : common/include/objs2.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 OBJS2_HXX diff --git a/common/include/objs3.hxx b/common/include/objs3.hxx index 29b6206..9831ee8 100644 --- a/common/include/objs3.hxx +++ b/common/include/objs3.hxx @@ -1,5 +1,5 @@ // file : common/include/objs3.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 OBJS3_HXX diff --git a/common/include/objs4.hxx b/common/include/objs4.hxx index e7ab43a..f9a18c2 100644 --- a/common/include/objs4.hxx +++ b/common/include/objs4.hxx @@ -1,5 +1,5 @@ // file : common/include/objs1.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 OBJS4_HXX diff --git a/common/include/test1.hxx b/common/include/test1.hxx index fb639cf..4db3caa 100644 --- a/common/include/test1.hxx +++ b/common/include/test1.hxx @@ -1,5 +1,5 @@ // file : common/include/test1.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 TEST1_HXX diff --git a/common/include/test2.hxx b/common/include/test2.hxx index 5af2ac1..51e492b 100644 --- a/common/include/test2.hxx +++ b/common/include/test2.hxx @@ -1,5 +1,5 @@ // file : common/include/test2.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 TEST2_HXX diff --git a/common/include/test3.hxx b/common/include/test3.hxx index 44117c3..6aaf47c 100644 --- a/common/include/test3.hxx +++ b/common/include/test3.hxx @@ -1,5 +1,5 @@ // file : common/include/test3.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 TEST3_HXX diff --git a/common/include/test4.hxx b/common/include/test4.hxx index e385af4..8eaf3f7 100644 --- a/common/include/test4.hxx +++ b/common/include/test4.hxx @@ -1,5 +1,5 @@ // file : common/include/test3.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 TEST3_HXX diff --git a/common/inheritance/driver.cxx b/common/inheritance/driver.cxx index bf47406..a0e3725 100644 --- a/common/inheritance/driver.cxx +++ b/common/inheritance/driver.cxx @@ -1,5 +1,5 @@ // file : common/inheritance/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 object inheritance. diff --git a/common/inheritance/makefile b/common/inheritance/makefile index fae47d7..633801c 100644 --- a/common/inheritance/makefile +++ b/common/inheritance/makefile @@ -1,5 +1,5 @@ # file : common/inheritance/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/common/inheritance/test.hxx b/common/inheritance/test.hxx index 6e3cec4..d679c46 100644 --- a/common/inheritance/test.hxx +++ b/common/inheritance/test.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/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/common/inverse/driver.cxx b/common/inverse/driver.cxx index 812cf1a..c2cc98a 100644 --- a/common/inverse/driver.cxx +++ b/common/inverse/driver.cxx @@ -1,5 +1,5 @@ // file : common/inverse/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 bidirectional relationships with inverse sides. diff --git a/common/inverse/makefile b/common/inverse/makefile index 7d52021..d229c3d 100644 --- a/common/inverse/makefile +++ b/common/inverse/makefile @@ -1,5 +1,5 @@ # file : common/inverse/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/common/inverse/test.hxx b/common/inverse/test.hxx index b98d65b..fe47eb8 100644 --- a/common/inverse/test.hxx +++ b/common/inverse/test.hxx @@ -1,5 +1,5 @@ // file : common/inverse/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/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index 32677e0..2052f6f 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -1,5 +1,5 @@ // file : common/lazy-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 lazy object pointers. diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index 7d5da5f..10d0faf 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -1,5 +1,5 @@ # file : common/lazy-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/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 8394f0e..f9362f8 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -1,5 +1,5 @@ // file : common/lazy-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/common/lifecycle/driver.cxx b/common/lifecycle/driver.cxx index 5476c78..efe50b5 100644 --- a/common/lifecycle/driver.cxx +++ b/common/lifecycle/driver.cxx @@ -1,5 +1,5 @@ // file : common/lifecycle/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 object state transistions. diff --git a/common/lifecycle/makefile b/common/lifecycle/makefile index a0a0a84..8304fe3 100644 --- a/common/lifecycle/makefile +++ b/common/lifecycle/makefile @@ -1,5 +1,5 @@ # file : common/lifecycle/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/common/lifecycle/test.hxx b/common/lifecycle/test.hxx index 879149d..fca0320 100644 --- a/common/lifecycle/test.hxx +++ b/common/lifecycle/test.hxx @@ -1,5 +1,5 @@ // file : common/lifecycle/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/common/makefile b/common/makefile index adbe7a8..e75f66f 100644 --- a/common/makefile +++ b/common/makefile @@ -1,5 +1,5 @@ # file : 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/common/no-id/driver.cxx b/common/no-id/driver.cxx index 45acf21..b613f0c 100644 --- a/common/no-id/driver.cxx +++ b/common/no-id/driver.cxx @@ -1,5 +1,5 @@ // file : common/no-id/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 persistent classes without id. diff --git a/common/no-id/makefile b/common/no-id/makefile index 2b20cf1..c0ba422 100644 --- a/common/no-id/makefile +++ b/common/no-id/makefile @@ -1,5 +1,5 @@ # file : common/no-id/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/common/no-id/test.hxx b/common/no-id/test.hxx index ccf4e19..e53a0bb 100644 --- a/common/no-id/test.hxx +++ b/common/no-id/test.hxx @@ -1,5 +1,5 @@ // file : common/no-id/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/common/optimistic/driver.cxx b/common/optimistic/driver.cxx index 84f54e9..2ee15b8 100644 --- a/common/optimistic/driver.cxx +++ b/common/optimistic/driver.cxx @@ -1,5 +1,5 @@ // file : common/optimistic/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 optimistic concurrency support. diff --git a/common/optimistic/makefile b/common/optimistic/makefile index f22f056..5728a27 100644 --- a/common/optimistic/makefile +++ b/common/optimistic/makefile @@ -1,5 +1,5 @@ # file : common/optimistic/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/common/optimistic/test.hxx b/common/optimistic/test.hxx index 746c5a0..9363d22 100644 --- a/common/optimistic/test.hxx +++ b/common/optimistic/test.hxx @@ -1,5 +1,5 @@ // file : common/optimistic/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/common/pragma/driver.cxx b/common/pragma/driver.cxx index 549da67..1d31134 100644 --- a/common/pragma/driver.cxx +++ b/common/pragma/driver.cxx @@ -1,5 +1,5 @@ // file : common/pragma/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 #pragma db parsing. diff --git a/common/pragma/makefile b/common/pragma/makefile index b66d04a..b44fc8d 100644 --- a/common/pragma/makefile +++ b/common/pragma/makefile @@ -1,5 +1,5 @@ # file : common/pragma/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/common/pragma/test.hxx b/common/pragma/test.hxx index cf80998..cbe46b8 100644 --- a/common/pragma/test.hxx +++ b/common/pragma/test.hxx @@ -1,5 +1,5 @@ // file : 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/common/query/driver.cxx b/common/query/driver.cxx index fd001dd..6afd82d 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -1,5 +1,5 @@ // file : common/query/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 query support. diff --git a/common/query/makefile b/common/query/makefile index 7d5972c..dfdd5bd 100644 --- a/common/query/makefile +++ b/common/query/makefile @@ -1,5 +1,5 @@ # file : common/query/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/common/query/test.hxx b/common/query/test.hxx index 10d2dac..948ba30 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -1,5 +1,5 @@ // file : common/query/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/common/readonly/driver.cxx b/common/readonly/driver.cxx index f30dceb..c543f7a 100644 --- a/common/readonly/driver.cxx +++ b/common/readonly/driver.cxx @@ -1,5 +1,5 @@ // file : common/readonly/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 readonly members/objects. Also test that const members are diff --git a/common/readonly/makefile b/common/readonly/makefile index f3632c5..713b035 100644 --- a/common/readonly/makefile +++ b/common/readonly/makefile @@ -1,5 +1,5 @@ # file : common/readonly/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/common/readonly/test.hxx b/common/readonly/test.hxx index 8205d27..04250fe 100644 --- a/common/readonly/test.hxx +++ b/common/readonly/test.hxx @@ -1,5 +1,5 @@ // file : common/readonly/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/common/relationship-query/driver.cxx b/common/relationship-query/driver.cxx index 7d92783..56d1f14 100644 --- a/common/relationship-query/driver.cxx +++ b/common/relationship-query/driver.cxx @@ -1,5 +1,5 @@ // file : common/relationship-query/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 relationship queries. diff --git a/common/relationship-query/makefile b/common/relationship-query/makefile index 8ade97e..b73cfe4 100644 --- a/common/relationship-query/makefile +++ b/common/relationship-query/makefile @@ -1,5 +1,5 @@ # file : common/relationship-query/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/common/relationship-query/test.hxx b/common/relationship-query/test.hxx index 427f4eb..5168ac4 100644 --- a/common/relationship-query/test.hxx +++ b/common/relationship-query/test.hxx @@ -1,5 +1,5 @@ // file : common/relationship-query/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/common/relationship/driver.cxx b/common/relationship/driver.cxx index 71ad9ae..879b123 100644 --- a/common/relationship/driver.cxx +++ b/common/relationship/driver.cxx @@ -1,5 +1,5 @@ // file : common/relationship/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 object relationships. diff --git a/common/relationship/makefile b/common/relationship/makefile index ca9fbf4..b6a8e94 100644 --- a/common/relationship/makefile +++ b/common/relationship/makefile @@ -1,5 +1,5 @@ # file : common/relationship/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/common/relationship/test.hxx b/common/relationship/test.hxx index 51e610a..bd18747 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -1,5 +1,5 @@ // file : common/relationship/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/common/schema/driver.cxx b/common/schema/driver.cxx index a68a0fe..ddbeb26 100644 --- a/common/schema/driver.cxx +++ b/common/schema/driver.cxx @@ -1,5 +1,5 @@ // file : common/schema/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 various aspects of database schema. diff --git a/common/schema/makefile b/common/schema/makefile index 03593b1..f221f06 100644 --- a/common/schema/makefile +++ b/common/schema/makefile @@ -1,5 +1,5 @@ # file : common/schema/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/common/schema/test.hxx b/common/schema/test.hxx index f8c6f45..5e30518 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -1,5 +1,5 @@ // file : common/schema/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/common/template/Makefile.am b/common/template/Makefile.am index 779ba36..47715ce 100644 --- a/common/template/Makefile.am +++ b/common/template/Makefile.am @@ -1,5 +1,5 @@ # file : 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/common/template/driver.cxx b/common/template/driver.cxx index 1d99ff1..d4f62fc 100644 --- a/common/template/driver.cxx +++ b/common/template/driver.cxx @@ -1,5 +1,5 @@ // file : 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/common/template/makefile b/common/template/makefile index 1fbb708..0557801 100644 --- a/common/template/makefile +++ b/common/template/makefile @@ -1,5 +1,5 @@ # file : 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/common/template/test.hxx b/common/template/test.hxx index e9ff3a5..bf3545c 100644 --- a/common/template/test.hxx +++ b/common/template/test.hxx @@ -1,5 +1,5 @@ // file : 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/common/test.bat b/common/test.bat index 73ad3a6..0b47bb4 100644 --- a/common/test.bat +++ b/common/test.bat @@ -1,6 +1,6 @@ @echo off rem file : 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/common/threads/driver.cxx b/common/threads/driver.cxx index 848030b..710b162 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -1,5 +1,5 @@ // file : common/threads/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 operations in a multi-threaded environment. diff --git a/common/threads/makefile b/common/threads/makefile index 351980a..a87e47a 100644 --- a/common/threads/makefile +++ b/common/threads/makefile @@ -1,5 +1,5 @@ # file : common/threads/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/common/threads/test.hxx b/common/threads/test.hxx index 90e5b7c..dff900a 100644 --- a/common/threads/test.hxx +++ b/common/threads/test.hxx @@ -1,5 +1,5 @@ // file : 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/common/transaction/driver.cxx b/common/transaction/driver.cxx index 13e6bd6..a487a7d 100644 --- a/common/transaction/driver.cxx +++ b/common/transaction/driver.cxx @@ -1,5 +1,5 @@ // file : common/transaction/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 transaction operations. diff --git a/common/transaction/makefile b/common/transaction/makefile index 9b9aff7..aa15629 100644 --- a/common/transaction/makefile +++ b/common/transaction/makefile @@ -1,5 +1,5 @@ # file : common/transaction/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/common/types/driver.cxx b/common/types/driver.cxx index b601c84..24105a3 100644 --- a/common/types/driver.cxx +++ b/common/types/driver.cxx @@ -1,5 +1,5 @@ // file : common/types/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 C++ type handling (anonymous types, aliasing). diff --git a/common/types/makefile b/common/types/makefile index 95588a3..28a3650 100644 --- a/common/types/makefile +++ b/common/types/makefile @@ -1,5 +1,5 @@ # file : common/types/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/common/types/test.hxx b/common/types/test.hxx index 8945eda..b7813de 100644 --- a/common/types/test.hxx +++ b/common/types/test.hxx @@ -1,5 +1,5 @@ // file : common/types/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/common/view/driver.cxx b/common/view/driver.cxx index 01d06ca..76ffa1c 100644 --- a/common/view/driver.cxx +++ b/common/view/driver.cxx @@ -1,5 +1,5 @@ // file : common/view/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 views. diff --git a/common/view/makefile b/common/view/makefile index b8bc105..fb8155b 100644 --- a/common/view/makefile +++ b/common/view/makefile @@ -1,5 +1,5 @@ # file : common/view/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/common/view/test.hxx b/common/view/test.hxx index 51862c1..04b8cef 100644 --- a/common/view/test.hxx +++ b/common/view/test.hxx @@ -1,5 +1,5 @@ // file : common/view/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/common/wrapper/driver.cxx b/common/wrapper/driver.cxx index 20bfa31..bb48fde 100644 --- a/common/wrapper/driver.cxx +++ b/common/wrapper/driver.cxx @@ -1,5 +1,5 @@ // file : common/wrapper/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 wrapper machinery. diff --git a/common/wrapper/makefile b/common/wrapper/makefile index 520fadc..3ea462d 100644 --- a/common/wrapper/makefile +++ b/common/wrapper/makefile @@ -1,5 +1,5 @@ # file : common/wrapper/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/common/wrapper/test.hxx b/common/wrapper/test.hxx index 1545d23..eeff674 100644 --- a/common/wrapper/test.hxx +++ b/common/wrapper/test.hxx @@ -1,5 +1,5 @@ // file : common/wrapper/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