summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/build/cxx/compilers.make2
-rw-r--r--dist/examples/build/cxx/rules.make2
-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
-rw-r--r--dist/examples/test.bat2
-rw-r--r--dist/examples/tester.bat2
7 files changed, 7 insertions, 7 deletions
diff --git a/dist/examples/build/cxx/compilers.make b/dist/examples/build/cxx/compilers.make
index a7f6296..53314f5 100644
--- a/dist/examples/build/cxx/compilers.make
+++ b/dist/examples/build/cxx/compilers.make
@@ -1,5 +1,5 @@
# file : examples/build/cxx/compilers.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
CXX := g++
diff --git a/dist/examples/build/cxx/rules.make b/dist/examples/build/cxx/rules.make
index 3f6c38c..7217769 100644
--- a/dist/examples/build/cxx/rules.make
+++ b/dist/examples/build/cxx/rules.make
@@ -1,5 +1,5 @@
# file : examples/build/cxx/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/cxx/compilers.make
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
diff --git a/dist/examples/test.bat b/dist/examples/test.bat
index 97b0b88..96fed34 100644
--- a/dist/examples/test.bat
+++ b/dist/examples/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : examples/test.bat
-rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
rem license : GNU GPL v2 + exceptions; see accompanying LICENSE file
setlocal
diff --git a/dist/examples/tester.bat b/dist/examples/tester.bat
index ae6f683..aaebad6 100644
--- a/dist/examples/tester.bat
+++ b/dist/examples/tester.bat
@@ -1,6 +1,6 @@
@echo off
rem file : examples/tester.bat
-rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
rem license : GNU GPL v2 + exceptions; see accompanying LICENSE file
rem