diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-17 11:24:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-17 11:24:18 +0300 |
commit | 3e887885ec753f2cb0a9bba6fb4e856e51194a5c (patch) | |
tree | 26efdd7835d804dcf41bc4600db468f2e79d6395 /common/circular | |
parent | e93146629aa6abf64ee86994c52b0efc35f7275a (diff) |
Update copyright year
Diffstat (limited to 'common/circular')
-rw-r--r-- | common/circular/multiple/driver.cxx | 2 | ||||
-rw-r--r-- | common/circular/multiple/makefile | 2 | ||||
-rw-r--r-- | common/circular/multiple/test1.hxx | 2 | ||||
-rw-r--r-- | common/circular/multiple/test2.hxx | 2 | ||||
-rw-r--r-- | common/circular/single/driver.cxx | 2 | ||||
-rw-r--r-- | common/circular/single/makefile | 2 | ||||
-rw-r--r-- | common/circular/single/test.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/common/circular/multiple/driver.cxx b/common/circular/multiple/driver.cxx index 08ec881..8f40dc0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 13e1279..e00ab55 100644 --- a/common/circular/multiple/makefile +++ b/common/circular/multiple/makefile @@ -1,5 +1,5 @@ # file : common/circular/multiple/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/circular/multiple/test1.hxx b/common/circular/multiple/test1.hxx index 292e6e5..2bbd09f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6afaf40..4e6d691 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 59b5bec..64ddcc1 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 cc4187b..a2a49e6 100644 --- a/common/circular/single/makefile +++ b/common/circular/single/makefile @@ -1,5 +1,5 @@ # file : common/circular/single/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/circular/single/test.hxx b/common/circular/single/test.hxx index 60b3fb5..553e668 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-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 |