aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
commitfcf9219b8ff6e9d21c4f4748dc822a7b92310975 (patch)
tree66bd2d45e92d0847bf833c2445c6eb318ac6d9c4 /tests
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/parser/buildfile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
-rw-r--r--tests/roundtrip/buildfile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/makefile2
-rw-r--r--tests/serializer/buildfile2
-rw-r--r--tests/serializer/driver.cxx2
-rw-r--r--tests/serializer/makefile2
-rw-r--r--tests/test.bat2
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1b1a93a..b4dfe28 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# file : tests/Makefile.am
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index d3810f7..3cca91f 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index 8c791ff..8f043fa 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index af03a38..3e7f5fa 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
d = parser/ roundtrip/ serializer/
diff --git a/tests/makefile b/tests/makefile
index db15287..bfd4317 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,5 @@
# file : tests/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index 0ae965b..99f8624 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx
index 25864aa..85f8e5a 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/parser/makefile b/tests/parser/makefile
index 1336e3f..934ea75 100644
--- a/tests/parser/makefile
+++ b/tests/parser/makefile
@@ -1,5 +1,5 @@
# file : tests/parser/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index c01be4b..01974c4 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ Hack until build2 supports multiple tests. Also remove .gitignore.
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index e7a07f8..b056eeb 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile
index 672951c..16dfefc 100644
--- a/tests/roundtrip/makefile
+++ b/tests/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile
index c36c155..c115c77 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx
index 8db3361..78040ca 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/serializer/makefile b/tests/serializer/makefile
index da37254..d7b2815 100644
--- a/tests/serializer/makefile
+++ b/tests/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/serializer/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/test.bat b/tests/test.bat
index 572cff0..a6e1749 100644
--- a/tests/test.bat
+++ b/tests/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : tests/test.bat
-rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
rem license : MIT; see accompanying LICENSE file
setlocal