aboutsummaryrefslogtreecommitdiff
path: root/examples/inheritance
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
commitfcf9219b8ff6e9d21c4f4748dc822a7b92310975 (patch)
tree66bd2d45e92d0847bf833c2445c6eb318ac6d9c4 /examples/inheritance
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
Diffstat (limited to 'examples/inheritance')
-rw-r--r--examples/inheritance/buildfile2
-rw-r--r--examples/inheritance/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile
index eb3edf3..e59c1c2 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : examples/inheritance/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/inheritance/makefile b/examples/inheritance/makefile
index c455a6f..2174c03 100644
--- a/examples/inheritance/makefile
+++ b/examples/inheritance/makefile
@@ -1,5 +1,5 @@
# file : examples/inheritance/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make