aboutsummaryrefslogtreecommitdiff
path: root/common/id
diff options
context:
space:
mode:
Diffstat (limited to 'common/id')
-rw-r--r--common/id/auto/driver.cxx2
-rw-r--r--common/id/auto/makefile2
-rw-r--r--common/id/auto/test.hxx2
-rw-r--r--common/id/composite/driver.cxx2
-rw-r--r--common/id/composite/makefile2
-rw-r--r--common/id/composite/test.hxx2
-rw-r--r--common/id/nested/driver.cxx2
-rw-r--r--common/id/nested/makefile2
-rw-r--r--common/id/nested/test.hxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/common/id/auto/driver.cxx b/common/id/auto/driver.cxx
index 0430a6c..162ba60 100644
--- a/common/id/auto/driver.cxx
+++ b/common/id/auto/driver.cxx
@@ -1,5 +1,5 @@
// file : common/id/auto/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 automatic id assignment.
diff --git a/common/id/auto/makefile b/common/id/auto/makefile
index eb841ad..61399be 100644
--- a/common/id/auto/makefile
+++ b/common/id/auto/makefile
@@ -1,5 +1,5 @@
# file : common/id/auto/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/id/auto/test.hxx b/common/id/auto/test.hxx
index 72d48ba..13fe825 100644
--- a/common/id/auto/test.hxx
+++ b/common/id/auto/test.hxx
@@ -1,5 +1,5 @@
// file : common/id/auto/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
diff --git a/common/id/composite/driver.cxx b/common/id/composite/driver.cxx
index 4f628eb..7e5a917 100644
--- a/common/id/composite/driver.cxx
+++ b/common/id/composite/driver.cxx
@@ -1,5 +1,5 @@
// file : common/id/composite/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 composite object ids.
diff --git a/common/id/composite/makefile b/common/id/composite/makefile
index ced82cc..13cdd06 100644
--- a/common/id/composite/makefile
+++ b/common/id/composite/makefile
@@ -1,5 +1,5 @@
# file : common/id/composite/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/id/composite/test.hxx b/common/id/composite/test.hxx
index c953106..8b4c21c 100644
--- a/common/id/composite/test.hxx
+++ b/common/id/composite/test.hxx
@@ -1,5 +1,5 @@
// file : common/id/composite/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
diff --git a/common/id/nested/driver.cxx b/common/id/nested/driver.cxx
index 00471d1..b0ba3e6 100644
--- a/common/id/nested/driver.cxx
+++ b/common/id/nested/driver.cxx
@@ -1,5 +1,5 @@
// file : common/id/nested/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 nested ids.
diff --git a/common/id/nested/makefile b/common/id/nested/makefile
index 2714b95..08db59e 100644
--- a/common/id/nested/makefile
+++ b/common/id/nested/makefile
@@ -1,5 +1,5 @@
# file : common/id/nested/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/id/nested/test.hxx b/common/id/nested/test.hxx
index 97a6586..953dd78 100644
--- a/common/id/nested/test.hxx
+++ b/common/id/nested/test.hxx
@@ -1,5 +1,5 @@
// file : common/id/nested/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