aboutsummaryrefslogtreecommitdiff
path: root/common/circular
diff options
context:
space:
mode:
Diffstat (limited to 'common/circular')
-rw-r--r--common/circular/multiple/driver.cxx2
-rw-r--r--common/circular/multiple/makefile2
-rw-r--r--common/circular/multiple/test1.hxx2
-rw-r--r--common/circular/multiple/test2.hxx2
-rw-r--r--common/circular/single/driver.cxx2
-rw-r--r--common/circular/single/makefile2
-rw-r--r--common/circular/single/test.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/circular/multiple/driver.cxx b/common/circular/multiple/driver.cxx
index e278a13..a4e9765 100644
--- a/common/circular/multiple/driver.cxx
+++ b/common/circular/multiple/driver.cxx
@@ -1,5 +1,5 @@
// file : common/circular/multiple/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 cases of circular dependencies between persistent classes, multiple
diff --git a/common/circular/multiple/makefile b/common/circular/multiple/makefile
index e450fdd..b7825c8 100644
--- a/common/circular/multiple/makefile
+++ b/common/circular/multiple/makefile
@@ -1,5 +1,5 @@
# file : common/circular/multiple/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/circular/multiple/test1.hxx b/common/circular/multiple/test1.hxx
index 1e2f4f4..e989e07 100644
--- a/common/circular/multiple/test1.hxx
+++ b/common/circular/multiple/test1.hxx
@@ -1,5 +1,5 @@
// file : common/circular/multiple/test1.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 TEST1_HXX
diff --git a/common/circular/multiple/test2.hxx b/common/circular/multiple/test2.hxx
index 0dcf376..78ca657 100644
--- a/common/circular/multiple/test2.hxx
+++ b/common/circular/multiple/test2.hxx
@@ -1,5 +1,5 @@
// file : common/circular/multiple/test2.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 TEST2_HXX
diff --git a/common/circular/single/driver.cxx b/common/circular/single/driver.cxx
index 799bb0a..95961da 100644
--- a/common/circular/single/driver.cxx
+++ b/common/circular/single/driver.cxx
@@ -1,5 +1,5 @@
// file : common/circular/single/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 cases of circular dependencies between persistent classes, single
diff --git a/common/circular/single/makefile b/common/circular/single/makefile
index c2e090c..8d5a0cf 100644
--- a/common/circular/single/makefile
+++ b/common/circular/single/makefile
@@ -1,5 +1,5 @@
# file : common/circular/single/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/circular/single/test.hxx b/common/circular/single/test.hxx
index 822b590..1bea94c 100644
--- a/common/circular/single/test.hxx
+++ b/common/circular/single/test.hxx
@@ -1,5 +1,5 @@
// file : common/circular/single/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