summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
commit7c064687415c895334650321bd5bc34453b0ce38 (patch)
tree9932ca1c470f2afbf80a9c9cb4ebfac0565ff6e8 /dist/examples/build/xsd
parent0ca328cb9026aa53064a147226ef5b296426ea5f (diff)
Copyright update
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 d82cbfb..0c37247 100644
--- a/dist/examples/build/xsd/common.make
+++ b/dist/examples/build/xsd/common.make
@@ -1,6 +1,6 @@
# file : examples/build/xsd/common.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 8da4fc6..a1bc24a 100644
--- a/dist/examples/build/xsd/parser-rules.make
+++ b/dist/examples/build/xsd/parser-rules.make
@@ -1,6 +1,6 @@
# file : examples/build/xsd/parser-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 0ea6990..9c6a2ab 100644
--- a/dist/examples/build/xsd/tree-rules.make
+++ b/dist/examples/build/xsd/tree-rules.make
@@ -1,6 +1,6 @@
# file : examples/build/xsd/tree-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(root)/build/xsd/common.make