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/schema | |
parent | e93146629aa6abf64ee86994c52b0efc35f7275a (diff) |
Update copyright year
Diffstat (limited to 'common/schema')
-rw-r--r-- | common/schema/embedded/basics/driver.cxx | 2 | ||||
-rw-r--r-- | common/schema/embedded/basics/makefile | 2 | ||||
-rw-r--r-- | common/schema/embedded/basics/test.hxx | 2 | ||||
-rw-r--r-- | common/schema/embedded/order/driver.cxx | 2 | ||||
-rw-r--r-- | common/schema/embedded/order/makefile | 2 | ||||
-rw-r--r-- | common/schema/embedded/order/test1.hxx | 2 | ||||
-rw-r--r-- | common/schema/embedded/order/test2.hxx | 2 | ||||
-rw-r--r-- | common/schema/namespace/driver.cxx | 2 | ||||
-rw-r--r-- | common/schema/namespace/makefile | 2 | ||||
-rw-r--r-- | common/schema/namespace/test.hxx | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/common/schema/embedded/basics/driver.cxx b/common/schema/embedded/basics/driver.cxx index 7edd819..ba9f184 100644 --- a/common/schema/embedded/basics/driver.cxx +++ b/common/schema/embedded/basics/driver.cxx @@ -1,5 +1,5 @@ // file : common/schema/embedded/basics/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 basic embedded schema functionality. diff --git a/common/schema/embedded/basics/makefile b/common/schema/embedded/basics/makefile index a402083..205f360 100644 --- a/common/schema/embedded/basics/makefile +++ b/common/schema/embedded/basics/makefile @@ -1,5 +1,5 @@ # file : common/schema/embedded/basics/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/schema/embedded/basics/test.hxx b/common/schema/embedded/basics/test.hxx index c4d12fa..f8cdbf7 100644 --- a/common/schema/embedded/basics/test.hxx +++ b/common/schema/embedded/basics/test.hxx @@ -1,5 +1,5 @@ // file : common/schema/embedded/basics/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/schema/embedded/order/driver.cxx b/common/schema/embedded/order/driver.cxx index f6d96f1..cfab779 100644 --- a/common/schema/embedded/order/driver.cxx +++ b/common/schema/embedded/order/driver.cxx @@ -1,5 +1,5 @@ // file : common/schema/embedded/order/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 statement execution order in embedded schemas. diff --git a/common/schema/embedded/order/makefile b/common/schema/embedded/order/makefile index 38f0610..f02e001 100644 --- a/common/schema/embedded/order/makefile +++ b/common/schema/embedded/order/makefile @@ -1,5 +1,5 @@ # file : common/schema/embedded/order/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/schema/embedded/order/test1.hxx b/common/schema/embedded/order/test1.hxx index 01fa538..6c3d022 100644 --- a/common/schema/embedded/order/test1.hxx +++ b/common/schema/embedded/order/test1.hxx @@ -1,5 +1,5 @@ // file : common/schema/embedded/order/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/schema/embedded/order/test2.hxx b/common/schema/embedded/order/test2.hxx index 5a1e0fe..94c4d10 100644 --- a/common/schema/embedded/order/test2.hxx +++ b/common/schema/embedded/order/test2.hxx @@ -1,5 +1,5 @@ // file : common/schema/embedded/order/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/schema/namespace/driver.cxx b/common/schema/namespace/driver.cxx index 77fa74b..77df32e 100644 --- a/common/schema/namespace/driver.cxx +++ b/common/schema/namespace/driver.cxx @@ -1,5 +1,5 @@ // file : common/schema/namespace/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 database schemas (aka database namespaces). diff --git a/common/schema/namespace/makefile b/common/schema/namespace/makefile index 1643225..58cd323 100644 --- a/common/schema/namespace/makefile +++ b/common/schema/namespace/makefile @@ -1,5 +1,5 @@ # file : common/schema/namespace/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/schema/namespace/test.hxx b/common/schema/namespace/test.hxx index c61114a..831aece 100644 --- a/common/schema/namespace/test.hxx +++ b/common/schema/namespace/test.hxx @@ -1,5 +1,5 @@ // file : common/schema/namespace/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 |