summaryrefslogtreecommitdiff
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 4bb0309..728800b 100644
--- a/common/default/driver.cxx
+++ b/common/default/driver.cxx
@@ -1,5 +1,5 @@
// file : common/default/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 0c7b178..4654019 100644
--- a/common/default/makefile
+++ b/common/default/makefile
@@ -1,5 +1,5 @@
# file : common/default/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 bcf0601..76d105f 100644
--- a/common/default/test.hxx
+++ b/common/default/test.hxx
@@ -1,5 +1,5 @@
// file : common/default/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX