diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-06 09:31:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-06 09:31:17 +0200 |
commit | 9c304207722ff9e2794ba25bb496858f089e4a2a (patch) | |
tree | 2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /common/view | |
parent | d7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff) |
Update copyright
Diffstat (limited to 'common/view')
-rw-r--r-- | common/view/basics/driver.cxx | 2 | ||||
-rw-r--r-- | common/view/basics/makefile | 2 | ||||
-rw-r--r-- | common/view/basics/test.hxx | 2 | ||||
-rw-r--r-- | common/view/olv/driver.cxx | 2 | ||||
-rw-r--r-- | common/view/olv/makefile | 2 | ||||
-rw-r--r-- | common/view/olv/test.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/common/view/basics/driver.cxx b/common/view/basics/driver.cxx index 557efda..652da58 100644 --- a/common/view/basics/driver.cxx +++ b/common/view/basics/driver.cxx @@ -1,5 +1,5 @@ // file : common/view/basics/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test view basics. diff --git a/common/view/basics/makefile b/common/view/basics/makefile index 7598bb7..e763841 100644 --- a/common/view/basics/makefile +++ b/common/view/basics/makefile @@ -1,5 +1,5 @@ # file : common/view/basics/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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/basics/test.hxx b/common/view/basics/test.hxx index 0a2243d..f568d6c 100644 --- a/common/view/basics/test.hxx +++ b/common/view/basics/test.hxx @@ -1,5 +1,5 @@ // file : common/view/basics/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/view/olv/driver.cxx b/common/view/olv/driver.cxx index 6ef2467..e1eaed0 100644 --- a/common/view/olv/driver.cxx +++ b/common/view/olv/driver.cxx @@ -1,5 +1,5 @@ // file : common/view/olv/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test object loading views. diff --git a/common/view/olv/makefile b/common/view/olv/makefile index 9da28db..9050601 100644 --- a/common/view/olv/makefile +++ b/common/view/olv/makefile @@ -1,5 +1,5 @@ # file : common/view/olv/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 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/olv/test.hxx b/common/view/olv/test.hxx index 8f358d3..ebc3eda 100644 --- a/common/view/olv/test.hxx +++ b/common/view/olv/test.hxx @@ -1,5 +1,5 @@ // file : common/view/olv/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |