diff options
Diffstat (limited to 'common/relationship/on-delete')
-rw-r--r-- | common/relationship/on-delete/driver.cxx | 2 | ||||
-rw-r--r-- | common/relationship/on-delete/makefile | 2 | ||||
-rw-r--r-- | common/relationship/on-delete/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 |