aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:47:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:47:14 +0200
commit35858d66547a41dbd1af8b50d158b52e372cd757 (patch)
treebb4cb3e569487abe7f630412e16606b53f069629 /tests
parent5bdbc0fed32a6205f26dc22a2874615860c42c9d (diff)
Update copyright
Diffstat (limited to 'tests')
-rw-r--r--tests/dump/driver.cxx2
-rw-r--r--tests/dump/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/schema/annotation/makefile2
-rw-r--r--tests/schema/anonymous/makefile2
-rw-r--r--tests/schema/attribute-group/makefile2
-rw-r--r--tests/schema/default/makefile2
-rw-r--r--tests/schema/element-group/makefile2
-rw-r--r--tests/schema/enumeration/makefile2
-rw-r--r--tests/schema/makefile2
-rw-r--r--tests/schema/union/makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/dump/driver.cxx b/tests/dump/driver.cxx
index 12aaf3f..dd925a9 100644
--- a/tests/dump/driver.cxx
+++ b/tests/dump/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/dump/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/types.hxx>
diff --git a/tests/dump/makefile b/tests/dump/makefile
index be51a2c..707c9cc 100644
--- a/tests/dump/makefile
+++ b/tests/dump/makefile
@@ -1,5 +1,5 @@
# file : tests/dump/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/makefile b/tests/makefile
index 5dbd2ef..7ed5300 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,5 @@
# file : tests/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/tests/schema/annotation/makefile b/tests/schema/annotation/makefile
index 87d72fe..7705ba8 100644
--- a/tests/schema/annotation/makefile
+++ b/tests/schema/annotation/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/annotation/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/anonymous/makefile b/tests/schema/anonymous/makefile
index b2d46d1..5d2cfe2 100644
--- a/tests/schema/anonymous/makefile
+++ b/tests/schema/anonymous/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/annotation/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/attribute-group/makefile b/tests/schema/attribute-group/makefile
index 27c1678..00746a3 100644
--- a/tests/schema/attribute-group/makefile
+++ b/tests/schema/attribute-group/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/attribute-group/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/default/makefile b/tests/schema/default/makefile
index 33d785e..d2ab540 100644
--- a/tests/schema/default/makefile
+++ b/tests/schema/default/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/default/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/element-group/makefile b/tests/schema/element-group/makefile
index 049bfcc..3271b94 100644
--- a/tests/schema/element-group/makefile
+++ b/tests/schema/element-group/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/element-group/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/enumeration/makefile b/tests/schema/enumeration/makefile
index d864f6b..bd55e0f 100644
--- a/tests/schema/enumeration/makefile
+++ b/tests/schema/enumeration/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/enumeration/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/schema/makefile b/tests/schema/makefile
index 63a64ef..3a6d048 100644
--- a/tests/schema/makefile
+++ b/tests/schema/makefile
@@ -1,5 +1,5 @@
# file : tests/schema
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/schema/union/makefile b/tests/schema/union/makefile
index 09db2d3..b0a83e3 100644
--- a/tests/schema/union/makefile
+++ b/tests/schema/union/makefile
@@ -1,5 +1,5 @@
# file : tests/schema/union/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make