aboutsummaryrefslogtreecommitdiff
path: root/examples/m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:49:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:49:26 +0200
commitf6b279095591b315c7498cb7e7efbdeb50a57bfa (patch)
treed4cc7a1066fb9fd56c1367192c851affb0eb77fb /examples/m4
parent692f5a84ce52a3feb1438143aaedd0c7478a6f1a (diff)
Copyright update
Diffstat (limited to 'examples/m4')
-rw-r--r--examples/m4/libhello/build/bootstrap.make2
-rw-r--r--examples/m4/libhello/hello/makefile2
-rw-r--r--examples/m4/libhello/makefile2
-rw-r--r--examples/m4/libhello/test/makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/m4/libhello/build/bootstrap.make b/examples/m4/libhello/build/bootstrap.make
index 7288d7b..8c003ec 100644
--- a/examples/m4/libhello/build/bootstrap.make
+++ b/examples/m4/libhello/build/bootstrap.make
@@ -1,6 +1,6 @@
# file : examples/m4/hello/libhello/build/bootstrap.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project_name := libhello
diff --git a/examples/m4/libhello/hello/makefile b/examples/m4/libhello/hello/makefile
index 26d98a9..7b5a5e5 100644
--- a/examples/m4/libhello/hello/makefile
+++ b/examples/m4/libhello/hello/makefile
@@ -1,6 +1,6 @@
# file : examples/m4/hello/libhello/hello/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/examples/m4/libhello/makefile b/examples/m4/libhello/makefile
index fcb5bb2..71e8a63 100644
--- a/examples/m4/libhello/makefile
+++ b/examples/m4/libhello/makefile
@@ -1,6 +1,6 @@
# file : examples/cxx/hello/libhello/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
diff --git a/examples/m4/libhello/test/makefile b/examples/m4/libhello/test/makefile
index 7fce1ea..717a61c 100644
--- a/examples/m4/libhello/test/makefile
+++ b/examples/m4/libhello/test/makefile
@@ -1,6 +1,6 @@
# file : examples/cxx/hello/libhello/test/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make