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 c065d19..a39ca29 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-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 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 2c3bd3f..e2f1597 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-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 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 edcda50..0578284 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-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 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 4a05d45..83d97fc 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-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make