aboutsummaryrefslogtreecommitdiff
path: root/common/default
diff options
context:
space:
mode:
Diffstat (limited to 'common/default')
-rw-r--r--common/default/driver.cxx2
-rw-r--r--common/default/makefile2
-rw-r--r--common/default/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/default/driver.cxx b/common/default/driver.cxx
index 87dc631..49677c2 100644
--- a/common/default/driver.cxx
+++ b/common/default/driver.cxx
@@ -1,5 +1,5 @@
// file : common/default/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test default values.
diff --git a/common/default/makefile b/common/default/makefile
index 7a4eb8c..c8e6b31 100644
--- a/common/default/makefile
+++ b/common/default/makefile
@@ -1,5 +1,5 @@
# file : common/default/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/common/default/test.hxx b/common/default/test.hxx
index 45ae390..cff2d0c 100644
--- a/common/default/test.hxx
+++ b/common/default/test.hxx
@@ -1,5 +1,5 @@
// file : common/default/test.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX