summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/dom-association
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/dom-association')
-rw-r--r--tests/cxx/tree/dom-association/dom-parse.cxx2
-rw-r--r--tests/cxx/tree/dom-association/dom-parse.hxx2
-rw-r--r--tests/cxx/tree/dom-association/driver.cxx2
-rw-r--r--tests/cxx/tree/dom-association/makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/cxx/tree/dom-association/dom-parse.cxx b/tests/cxx/tree/dom-association/dom-parse.cxx
index 236fbed..c065d19 100644
--- a/tests/cxx/tree/dom-association/dom-parse.cxx
+++ b/tests/cxx/tree/dom-association/dom-parse.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/tree/dom-association/dom-parse.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 "dom-parse.hxx"
diff --git a/tests/cxx/tree/dom-association/dom-parse.hxx b/tests/cxx/tree/dom-association/dom-parse.hxx
index a852b43..2c3bd3f 100644
--- a/tests/cxx/tree/dom-association/dom-parse.hxx
+++ b/tests/cxx/tree/dom-association/dom-parse.hxx
@@ -1,5 +1,5 @@
// file : tests/cxx/tree/dom-association/dom-parse.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 DOM_PARSE
diff --git a/tests/cxx/tree/dom-association/driver.cxx b/tests/cxx/tree/dom-association/driver.cxx
index b4418b0..edcda50 100644
--- a/tests/cxx/tree/dom-association/driver.cxx
+++ b/tests/cxx/tree/dom-association/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/tree/dom-association/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 DOM association/ownership.
diff --git a/tests/cxx/tree/dom-association/makefile b/tests/cxx/tree/dom-association/makefile
index 58d7b65..4a05d45 100644
--- a/tests/cxx/tree/dom-association/makefile
+++ b/tests/cxx/tree/dom-association/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/tree/dom-association/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