aboutsummaryrefslogtreecommitdiff
path: root/inheritance
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:58:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:58:36 +0300
commit7bd75b30b10c8dca06665fc18bbfad0d3bcea75b (patch)
tree7f5ade96040b6568f66bfdfa29db73440115800b /inheritance
parentdad8893f00d5a0f1c66df02ddf311601c0b3f126 (diff)
Update copyright year
Diffstat (limited to 'inheritance')
-rw-r--r--inheritance/polymorphism/makefile2
-rw-r--r--inheritance/reuse/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/inheritance/polymorphism/makefile b/inheritance/polymorphism/makefile
index 8eb5ddb..2f775b4 100644
--- a/inheritance/polymorphism/makefile
+++ b/inheritance/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : inheritance/polymorphism/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 3c2a226..0108fa1 100644
--- a/inheritance/reuse/makefile
+++ b/inheritance/reuse/makefile
@@ -1,5 +1,5 @@
# file : inheritance/reuse/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make