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