aboutsummaryrefslogtreecommitdiff
path: root/common/relationship
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
commit68a31ac90d11b2f0294e82eb887bd03fde85fbb1 (patch)
tree697d0649d2e88011a8a65b715c845eb4434799c2 /common/relationship
parent4d61ee5a20babf92e0860a3d34bb0c0f0920dd67 (diff)
Update copyright year
Diffstat (limited to 'common/relationship')
-rw-r--r--common/relationship/basics/driver.cxx2
-rw-r--r--common/relationship/basics/makefile2
-rw-r--r--common/relationship/basics/test.hxx2
-rw-r--r--common/relationship/on-delete/driver.cxx2
-rw-r--r--common/relationship/on-delete/makefile2
-rw-r--r--common/relationship/on-delete/test.hxx2
-rw-r--r--common/relationship/query/driver.cxx2
-rw-r--r--common/relationship/query/makefile2
-rw-r--r--common/relationship/query/test.hxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/common/relationship/basics/driver.cxx b/common/relationship/basics/driver.cxx
index 6cb8d00..e0e1c0f 100644
--- a/common/relationship/basics/driver.cxx
+++ b/common/relationship/basics/driver.cxx
@@ -1,5 +1,5 @@
// file : common/relationship/basics/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test object relationships.
diff --git a/common/relationship/basics/makefile b/common/relationship/basics/makefile
index 67c7a80..fe085fb 100644
--- a/common/relationship/basics/makefile
+++ b/common/relationship/basics/makefile
@@ -1,5 +1,5 @@
# file : common/relationship/basics/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/relationship/basics/test.hxx b/common/relationship/basics/test.hxx
index ab3cd79..1883393 100644
--- a/common/relationship/basics/test.hxx
+++ b/common/relationship/basics/test.hxx
@@ -1,5 +1,5 @@
// file : common/relationship/basics/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/common/relationship/on-delete/driver.cxx b/common/relationship/on-delete/driver.cxx
index 7e86982..f8cb21a 100644
--- a/common/relationship/on-delete/driver.cxx
+++ b/common/relationship/on-delete/driver.cxx
@@ -1,5 +1,5 @@
// file : common/relationship/on-delete/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test ON DELETE functionality.
diff --git a/common/relationship/on-delete/makefile b/common/relationship/on-delete/makefile
index 93878a8..2b5a7ba 100644
--- a/common/relationship/on-delete/makefile
+++ b/common/relationship/on-delete/makefile
@@ -1,5 +1,5 @@
# file : common/relationship/on-delete/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/relationship/on-delete/test.hxx b/common/relationship/on-delete/test.hxx
index 7917bef..a647162 100644
--- a/common/relationship/on-delete/test.hxx
+++ b/common/relationship/on-delete/test.hxx
@@ -1,5 +1,5 @@
// file : common/relationship/on-delete/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/common/relationship/query/driver.cxx b/common/relationship/query/driver.cxx
index b3a7ffa..7e6e1e2 100644
--- a/common/relationship/query/driver.cxx
+++ b/common/relationship/query/driver.cxx
@@ -1,5 +1,5 @@
// file : common/relationship-query/query/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test relationship queries.
diff --git a/common/relationship/query/makefile b/common/relationship/query/makefile
index c373059..3b0e089 100644
--- a/common/relationship/query/makefile
+++ b/common/relationship/query/makefile
@@ -1,5 +1,5 @@
# file : common/relationship-query/query/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/relationship/query/test.hxx b/common/relationship/query/test.hxx
index 199e94c..d7e7b87 100644
--- a/common/relationship/query/test.hxx
+++ b/common/relationship/query/test.hxx
@@ -1,5 +1,5 @@
// file : common/relationship-query/query/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX