aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/binary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/binary')
-rw-r--r--tests/cxx/hybrid/binary/cdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile2
-rw-r--r--tests/cxx/hybrid/binary/custom/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile2
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/xdr/makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx
index 96c649b..72d385e 100644
--- a/tests/cxx/hybrid/binary/cdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/cdr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/cdr/driver.cxx
// 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
// Test CDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index 220d756..0b8f10f 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/cdr/makefile
# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx
index 4ee3407..9131b25 100644
--- a/tests/cxx/hybrid/binary/custom/driver.cxx
+++ b/tests/cxx/hybrid/binary/custom/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/custom/driver.cxx
// 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
// Test RAW insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index 7ab67d8..1d97162 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/custom/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index 14ad36e..533c1cf 100644
--- a/tests/cxx/hybrid/binary/xdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/xdr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/xdr/driver.cxx
// 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
// Test XDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile
index 7ea4949..c2a2eb7 100644
--- a/tests/cxx/hybrid/binary/xdr/makefile
+++ b/tests/cxx/hybrid/binary/xdr/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/xdr/makefile
# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make