aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:57:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:57:49 +0200
commit5e1768256e804f200dd02a32755395d428600203 (patch)
tree872aba26f96cbd6364d0be63d20c424749d12a4e /examples/m4/libhello
parentec41632b536fbab63ce732a2439b38ae1c32b095 (diff)
Update copyright year
Diffstat (limited to 'examples/m4/libhello')
-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 8c003ec..cc22426 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 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 7b5a5e5..e2e2fa6 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 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 71e8a63..d797b00 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 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 717a61c..2416519 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make