diff options
Diffstat (limited to 'qt/common/containers')
-rw-r--r-- | qt/common/containers/driver.cxx | 2 | ||||
-rw-r--r-- | qt/common/containers/makefile | 2 | ||||
-rw-r--r-- | qt/common/containers/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qt/common/containers/driver.cxx b/qt/common/containers/driver.cxx index b9ff8cb..5de758c 100644 --- a/qt/common/containers/driver.cxx +++ b/qt/common/containers/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/containers/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 Qt containers persistence. diff --git a/qt/common/containers/makefile b/qt/common/containers/makefile index 7ee8495..fa74ed4 100644 --- a/qt/common/containers/makefile +++ b/qt/common/containers/makefile @@ -1,5 +1,5 @@ # file : qt/common/containers/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/qt/common/containers/test.hxx b/qt/common/containers/test.hxx index 226217f..2e452d6 100644 --- a/qt/common/containers/test.hxx +++ b/qt/common/containers/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/containers/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 |