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/template | |
parent | d7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff) |
Update copyright
Diffstat (limited to 'common/template')
-rw-r--r-- | common/template/Makefile.am | 2 | ||||
-rw-r--r-- | common/template/driver.cxx | 2 | ||||
-rw-r--r-- | common/template/makefile | 2 | ||||
-rw-r--r-- | common/template/test.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/common/template/Makefile.am b/common/template/Makefile.am index 50ad1bc..e958ea3 100644 --- a/common/template/Makefile.am +++ b/common/template/Makefile.am @@ -1,5 +1,5 @@ # file : common/template/Makefile.am -# 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 EXTRA_DIST = __file__(extra_dist) diff --git a/common/template/driver.cxx b/common/template/driver.cxx index 2379d46..43de3eb 100644 --- a/common/template/driver.cxx +++ b/common/template/driver.cxx @@ -1,5 +1,5 @@ // file : common/template/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 // PLACE TEST DESCRIPTION HERE diff --git a/common/template/makefile b/common/template/makefile index 6e775c7..ae86efb 100644 --- a/common/template/makefile +++ b/common/template/makefile @@ -1,5 +1,5 @@ # file : common/template/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/template/test.hxx b/common/template/test.hxx index 3d2f481..63bc9e3 100644 --- a/common/template/test.hxx +++ b/common/template/test.hxx @@ -1,5 +1,5 @@ // file : common/template/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 |