summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
commitb5d8062bd651e796bac77ae580e0e45947374a89 (patch)
treea0509144bc7755c0f23f464a7b8ba6fa4635d1b9 /tests
parent3728e358f92d25434163b5bb58b7623950a8738d (diff)
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/ctor/buildfile2
-rw-r--r--tests/ctor/driver.cxx2
-rw-r--r--tests/ctor/test.cli2
-rw-r--r--tests/erase/buildfile2
-rw-r--r--tests/erase/driver.cxx2
-rw-r--r--tests/erase/test.cli2
-rw-r--r--tests/file/buildfile2
-rw-r--r--tests/file/driver.cxx2
-rw-r--r--tests/file/test.cli2
-rw-r--r--tests/file/testscript2
-rw-r--r--tests/headings/buildfile2
-rw-r--r--tests/headings/testscript2
-rw-r--r--tests/inheritance/buildfile2
-rw-r--r--tests/inheritance/driver.cxx2
-rw-r--r--tests/inheritance/test.cli2
-rw-r--r--tests/specifier/buildfile2
-rw-r--r--tests/specifier/driver.cxx2
-rw-r--r--tests/specifier/test.cli2
-rw-r--r--tests/toc/buildfile2
-rw-r--r--tests/toc/testscript2
23 files changed, 23 insertions, 23 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 904c361..f9547ee 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-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 b503d3f..7d48f08 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index dbb3a22..20d2e11 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
d = ctor/ erase/ file/ headings/ inheritance/ specifier/ toc/
diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile
index d7af18e..83e2bbe 100644
--- a/tests/ctor/buildfile
+++ b/tests/ctor/buildfile
@@ -1,5 +1,5 @@
# file : tests/ctor/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test}
diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx
index 8ba8c94..e9c276c 100644
--- a/tests/ctor/driver.cxx
+++ b/tests/ctor/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/ctor/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "test.hxx"
diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli
index 0d77f77..97302b9 100644
--- a/tests/ctor/test.cli
+++ b/tests/ctor/test.cli
@@ -1,6 +1,6 @@
// file : tests/ctor/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/erase/buildfile b/tests/erase/buildfile
index f6decf9..6030372 100644
--- a/tests/erase/buildfile
+++ b/tests/erase/buildfile
@@ -1,5 +1,5 @@
# file : tests/erase/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test}
diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx
index 187d12c..1814dc6 100644
--- a/tests/erase/driver.cxx
+++ b/tests/erase/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/erase/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test argument erasing.
diff --git a/tests/erase/test.cli b/tests/erase/test.cli
index 8c0a2e3..74a4179 100644
--- a/tests/erase/test.cli
+++ b/tests/erase/test.cli
@@ -1,6 +1,6 @@
// file : tests/erase/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/file/buildfile b/tests/file/buildfile
index 2e0eea9..8183d79 100644
--- a/tests/file/buildfile
+++ b/tests/file/buildfile
@@ -1,5 +1,5 @@
# file : tests/file/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test} test{testscript}
diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx
index 16609ec..de2a151 100644
--- a/tests/file/driver.cxx
+++ b/tests/file/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test argv_file_scanner.
diff --git a/tests/file/test.cli b/tests/file/test.cli
index 24a1209..9044db7 100644
--- a/tests/file/test.cli
+++ b/tests/file/test.cli
@@ -1,6 +1,6 @@
// file : tests/file/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/file/testscript b/tests/file/testscript
index c46d1ab..f64e15f 100644
--- a/tests/file/testscript
+++ b/tests/file/testscript
@@ -1,5 +1,5 @@
# file : tests/file/testscript
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# End-of-line marker. Place its expansion in here-documents after the trailing
diff --git a/tests/headings/buildfile b/tests/headings/buildfile
index d903d09..ee49fb2 100644
--- a/tests/headings/buildfile
+++ b/tests/headings/buildfile
@@ -1,5 +1,5 @@
# file : tests/headings/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: test{testscript}
diff --git a/tests/headings/testscript b/tests/headings/testscript
index 0a6a9de..5923a90 100644
--- a/tests/headings/testscript
+++ b/tests/headings/testscript
@@ -1,5 +1,5 @@
# file : tests/headings/testscript
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
test = $effect($cli.path)
diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile
index 49fbcb6..a0a2e8b 100644
--- a/tests/inheritance/buildfile
+++ b/tests/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : tests/erase/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test}
diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx
index 1c4d32c..8b491a4 100644
--- a/tests/inheritance/driver.cxx
+++ b/tests/inheritance/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/inheritance/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test option class inheritance.
diff --git a/tests/inheritance/test.cli b/tests/inheritance/test.cli
index 481a771..c5a5489 100644
--- a/tests/inheritance/test.cli
+++ b/tests/inheritance/test.cli
@@ -1,6 +1,6 @@
// file : tests/inheritance/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile
index cc641b9..fdba651 100644
--- a/tests/specifier/buildfile
+++ b/tests/specifier/buildfile
@@ -1,5 +1,5 @@
# file : tests/specifier/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test}
diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx
index 1824c8d..58ff6e8 100644
--- a/tests/specifier/driver.cxx
+++ b/tests/specifier/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/specifier/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test specifier functions.
diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli
index 1e9a637..19b1657 100644
--- a/tests/specifier/test.cli
+++ b/tests/specifier/test.cli
@@ -1,6 +1,6 @@
// file : tests/specifier/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/toc/buildfile b/tests/toc/buildfile
index 36e12c9..849c997 100644
--- a/tests/toc/buildfile
+++ b/tests/toc/buildfile
@@ -1,5 +1,5 @@
# file : tests/toc/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: test{testscript}
diff --git a/tests/toc/testscript b/tests/toc/testscript
index 2ab503c..de588cf 100644
--- a/tests/toc/testscript
+++ b/tests/toc/testscript
@@ -1,5 +1,5 @@
# file : tests/toc/testscript
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
test = $effect($cli.path)