diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:13:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:13:37 +0200 |
commit | 4fbef59f68373074ee5a02f2dfe90c500e9fde3c (patch) | |
tree | 44087a01c8e27712eac07bccf2109247045ba0d9 /inheritance | |
parent | ad7c6ccd31f437e8b6ad68476f5f2ff53586d2e5 (diff) |
Update copyright year
Diffstat (limited to 'inheritance')
-rw-r--r-- | inheritance/polymorphism/makefile | 2 | ||||
-rw-r--r-- | inheritance/reuse/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inheritance/polymorphism/makefile b/inheritance/polymorphism/makefile index 424096e..8eb5ddb 100644 --- a/inheritance/polymorphism/makefile +++ b/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/inheritance/reuse/makefile b/inheritance/reuse/makefile index dbeb716..3c2a226 100644 --- a/inheritance/reuse/makefile +++ b/inheritance/reuse/makefile @@ -1,5 +1,5 @@ # file : inheritance/reuse/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |