diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
commit | d56f7077de2a985b9e105df3fd70253381a01401 (patch) | |
tree | 517733baa1781534f20ad16db9faf86ff52a90db /common/wrapper | |
parent | 73ec71168651c90160635fa9c990edc716c0dd34 (diff) |
Update copyright year
Diffstat (limited to 'common/wrapper')
-rw-r--r-- | common/wrapper/driver.cxx | 2 | ||||
-rw-r--r-- | common/wrapper/makefile | 2 | ||||
-rw-r--r-- | common/wrapper/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/wrapper/driver.cxx b/common/wrapper/driver.cxx index b434dba..6aa0f05 100644 --- a/common/wrapper/driver.cxx +++ b/common/wrapper/driver.cxx @@ -1,5 +1,5 @@ // file : common/wrapper/driver.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test wrapper machinery. diff --git a/common/wrapper/makefile b/common/wrapper/makefile index 79d39d9..5e7e5ff 100644 --- a/common/wrapper/makefile +++ b/common/wrapper/makefile @@ -1,5 +1,5 @@ # file : common/wrapper/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/common/wrapper/test.hxx b/common/wrapper/test.hxx index f308409..fc08bf9 100644 --- a/common/wrapper/test.hxx +++ b/common/wrapper/test.hxx @@ -1,5 +1,5 @@ // file : common/wrapper/test.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |