diff options
Diffstat (limited to 'common/container')
-rw-r--r-- | common/container/driver.cxx | 2 | ||||
-rw-r--r-- | common/container/makefile | 2 | ||||
-rw-r--r-- | common/container/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 |