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/inverse | |
parent | 73ec71168651c90160635fa9c990edc716c0dd34 (diff) |
Update copyright year
Diffstat (limited to 'common/inverse')
-rw-r--r-- | common/inverse/driver.cxx | 2 | ||||
-rw-r--r-- | common/inverse/makefile | 2 | ||||
-rw-r--r-- | common/inverse/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/inverse/driver.cxx b/common/inverse/driver.cxx index a88ceee..974cab2 100644 --- a/common/inverse/driver.cxx +++ b/common/inverse/driver.cxx @@ -1,5 +1,5 @@ // file : common/inverse/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 bidirectional relationships with inverse sides. diff --git a/common/inverse/makefile b/common/inverse/makefile index 0f17e8c..ed5f1f9 100644 --- a/common/inverse/makefile +++ b/common/inverse/makefile @@ -1,5 +1,5 @@ # file : common/inverse/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/inverse/test.hxx b/common/inverse/test.hxx index 83b6a3c..3e9d384 100644 --- a/common/inverse/test.hxx +++ b/common/inverse/test.hxx @@ -1,5 +1,5 @@ // file : common/inverse/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 |