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 f88e703..e33f411 100644
--- a/common/default/driver.cxx
+++ b/common/default/driver.cxx
@@ -1,5 +1,5 @@
// file : common/default/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 e1c638b..76bd2dc 100644
--- a/common/default/makefile
+++ b/common/default/makefile
@@ -1,5 +1,5 @@
# file : common/default/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 d6e938d..e2f793e 100644
--- a/common/default/test.hxx
+++ b/common/default/test.hxx
@@ -1,5 +1,5 @@
// file : common/default/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX