summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:54:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:54:33 +0200
commit0f6ff689dc6bae8fed94da0fcabd39f015e7a62b (patch)
tree1aa073764bb689d3c599174cd48351b1e1478d6d /tests/cxx/parser/enumeration
parent01e169c900135a55ecc4cbafd317e5fcc3659c59 (diff)
Update copyright
Diffstat (limited to 'tests/cxx/parser/enumeration')
-rw-r--r--tests/cxx/parser/enumeration/driver.cxx2
-rw-r--r--tests/cxx/parser/enumeration/gender.hxx2
-rw-r--r--tests/cxx/parser/enumeration/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx
index bd03909..acd95a0 100644
--- a/tests/cxx/parser/enumeration/driver.cxx
+++ b/tests/cxx/parser/enumeration/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/parser/enumeration/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
// Test xsd:enumeration parsing.
diff --git a/tests/cxx/parser/enumeration/gender.hxx b/tests/cxx/parser/enumeration/gender.hxx
index a635e45..7540888 100644
--- a/tests/cxx/parser/enumeration/gender.hxx
+++ b/tests/cxx/parser/enumeration/gender.hxx
@@ -1,5 +1,5 @@
// file : tests/cxx/parser/enumeration/gender.hxx
-// 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
#ifndef GENDER_HXX
diff --git a/tests/cxx/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile
index 0f41ce4..e991260 100644
--- a/tests/cxx/parser/enumeration/makefile
+++ b/tests/cxx/parser/enumeration/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/parser/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