summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/build/xsd')
-rw-r--r--dist/examples/build/xsd/common.make2
-rw-r--r--dist/examples/build/xsd/parser-rules.make2
-rw-r--r--dist/examples/build/xsd/tree-rules.make2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/examples/build/xsd/common.make b/dist/examples/build/xsd/common.make
index 21d39e7..26ecd07 100644
--- a/dist/examples/build/xsd/common.make
+++ b/dist/examples/build/xsd/common.make
@@ -1,5 +1,5 @@
# file : examples/build/xsd/common.make
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
XSD := $(shell if test -x $(root)/../bin/xsd; \
diff --git a/dist/examples/build/xsd/parser-rules.make b/dist/examples/build/xsd/parser-rules.make
index c39b85c..6edd183 100644
--- a/dist/examples/build/xsd/parser-rules.make
+++ b/dist/examples/build/xsd/parser-rules.make
@@ -1,5 +1,5 @@
# file : examples/build/xsd/parser-rules.make
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/xsd/common.make
diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make
index 7ff3529..4cf6033 100644
--- a/dist/examples/build/xsd/tree-rules.make
+++ b/dist/examples/build/xsd/tree-rules.make
@@ -1,5 +1,5 @@
# file : examples/build/xsd/tree-rules.make
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/xsd/common.make