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