aboutsummaryrefslogtreecommitdiff
path: root/common/schema
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit9c304207722ff9e2794ba25bb496858f089e4a2a (patch)
tree2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /common/schema
parentd7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff)
Update copyright
Diffstat (limited to 'common/schema')
-rw-r--r--common/schema/embedded/basics/driver.cxx2
-rw-r--r--common/schema/embedded/basics/makefile2
-rw-r--r--common/schema/embedded/basics/test.hxx2
-rw-r--r--common/schema/embedded/order/driver.cxx2
-rw-r--r--common/schema/embedded/order/makefile2
-rw-r--r--common/schema/embedded/order/test1.hxx2
-rw-r--r--common/schema/embedded/order/test2.hxx2
-rw-r--r--common/schema/namespace/driver.cxx2
-rw-r--r--common/schema/namespace/makefile2
-rw-r--r--common/schema/namespace/test.hxx2
10 files changed, 10 insertions, 10 deletions
diff --git a/common/schema/embedded/basics/driver.cxx b/common/schema/embedded/basics/driver.cxx
index a67529c..f243ba7 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 68118f8..a2db582 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 b5e08ff..cabf942 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 0545442..d501433 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 210f955..f1868a3 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 1e01ebf..2e343d6 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 0d9f005..468db64 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 45ebaa9..88e057f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b0febb0..1074448 100644
--- a/common/schema/namespace/makefile
+++ b/common/schema/namespace/makefile
@@ -1,5 +1,5 @@
# file : common/schema/namespace/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 dfaaf19..83be599 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX