aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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/compiler/cxx-indenter/buildfile2
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx2
-rw-r--r--tests/compiler/cxx-indenter/makefile2
-rw-r--r--tests/compiler/makefile2
-rw-r--r--tests/compiler/sloc-counter/buildfile2
-rw-r--r--tests/compiler/sloc-counter/driver.cxx2
-rw-r--r--tests/compiler/sloc-counter/makefile2
-rw-r--r--tests/compiler/sloc-counter/testscript2
-rw-r--r--tests/compiler/traversal/buildfile2
-rw-r--r--tests/compiler/traversal/driver.cxx2
-rw-r--r--tests/compiler/traversal/makefile2
-rw-r--r--tests/container/makefile2
-rw-r--r--tests/container/multi-index/buildfile2
-rw-r--r--tests/container/multi-index/driver.cxx2
-rw-r--r--tests/container/multi-index/makefile2
-rw-r--r--tests/fs/makefile2
-rw-r--r--tests/fs/path/buildfile2
-rw-r--r--tests/fs/path/driver.cxx2
-rw-r--r--tests/fs/path/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/re/buildfile2
-rw-r--r--tests/re/driver.cxx2
-rw-r--r--tests/re/makefile2
-rw-r--r--tests/shared-ptr/buildfile2
-rw-r--r--tests/shared-ptr/driver.cxx2
-rw-r--r--tests/shared-ptr/makefile2
-rw-r--r--tests/xml/makefile2
-rw-r--r--tests/xml/parser/driver.cxx2
-rw-r--r--tests/xml/parser/makefile2
-rw-r--r--tests/xml/roundtrip/driver.cxx2
-rw-r--r--tests/xml/roundtrip/makefile2
-rw-r--r--tests/xml/serializer/driver.cxx2
-rw-r--r--tests/xml/serializer/makefile2
37 files changed, 37 insertions, 37 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5491f73..b8df9d7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# file : Makefile.am
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 7254ed6..26f0838 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 76299a6..13df2b2 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index 876c263..989e5a2 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/ -xml/}
diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile
index 0a0eff8..ed0bfd1 100644
--- a/tests/compiler/cxx-indenter/buildfile
+++ b/tests/compiler/cxx-indenter/buildfile
@@ -1,5 +1,5 @@
# file : tests/compiler/cxx-indenter/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index 7e04f10..f86ba06 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/cxx-indenter/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index cac95b0..f1b99b4 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/cxx-indenter/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/compiler/makefile b/tests/compiler/makefile
index ea9db16..7c98c20 100644
--- a/tests/compiler/makefile
+++ b/tests/compiler/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile
index a853f80..071127c 100644
--- a/tests/compiler/sloc-counter/buildfile
+++ b/tests/compiler/sloc-counter/buildfile
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index e43115d..ecb7a69 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/sloc-counter/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index 10acabd..b393c20 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/compiler/sloc-counter/testscript b/tests/compiler/sloc-counter/testscript
index 33793ce..9b7eea3 100644
--- a/tests/compiler/sloc-counter/testscript
+++ b/tests/compiler/sloc-counter/testscript
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/testscript
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ BUG: adding blank lines at the end increases the count.
diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile
index 44d61d9..597b976 100644
--- a/tests/compiler/traversal/buildfile
+++ b/tests/compiler/traversal/buildfile
@@ -1,5 +1,5 @@
# file : tests/compiler/traversal/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 3f505df..8ed8577 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/traversal/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile
index 1ed3a3b..731d1da 100644
--- a/tests/compiler/traversal/makefile
+++ b/tests/compiler/traversal/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/traversal/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/container/makefile b/tests/container/makefile
index 8f14a3d..e8c5dc1 100644
--- a/tests/container/makefile
+++ b/tests/container/makefile
@@ -1,5 +1,5 @@
# file : tests/container/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/container/multi-index/buildfile b/tests/container/multi-index/buildfile
index 2f4a4ba..ffc2068 100644
--- a/tests/container/multi-index/buildfile
+++ b/tests/container/multi-index/buildfile
@@ -1,5 +1,5 @@
# file : tests/container/multi-index/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/container/multi-index/driver.cxx b/tests/container/multi-index/driver.cxx
index fb737af..7a78e55 100644
--- a/tests/container/multi-index/driver.cxx
+++ b/tests/container/multi-index/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/container/multi-index/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <map>
diff --git a/tests/container/multi-index/makefile b/tests/container/multi-index/makefile
index 1d75df7..1ed7e26 100644
--- a/tests/container/multi-index/makefile
+++ b/tests/container/multi-index/makefile
@@ -1,5 +1,5 @@
# file : tests/container/multi-index/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/fs/makefile b/tests/fs/makefile
index 099b99d..f5b76b5 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile
index d600296..5deef95 100644
--- a/tests/fs/path/buildfile
+++ b/tests/fs/path/buildfile
@@ -1,5 +1,5 @@
# file : tests/fs/path/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index 8c18924..f8d2360 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/fs/path/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile
index 0b0a36c..834fa75 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/path/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/makefile b/tests/makefile
index 3b5bcb2..b745681 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,5 @@
# file : tests/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/tests/re/buildfile b/tests/re/buildfile
index f6575c0..2b7fc54 100644
--- a/tests/re/buildfile
+++ b/tests/re/buildfile
@@ -1,5 +1,5 @@
# file : tests/re/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx
index c1befad..337b4a8 100644
--- a/tests/re/driver.cxx
+++ b/tests/re/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/re/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/re/makefile b/tests/re/makefile
index 6a11057..9ad666c 100644
--- a/tests/re/makefile
+++ b/tests/re/makefile
@@ -1,5 +1,5 @@
# file : tests/re/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/shared-ptr/buildfile b/tests/shared-ptr/buildfile
index 91fadac..8fb72ed 100644
--- a/tests/shared-ptr/buildfile
+++ b/tests/shared-ptr/buildfile
@@ -1,5 +1,5 @@
# file : tests/shared-ptr/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index 97e0ac0..fd8d7f2 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/shared-ptr/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile
index 60b368b..34057c9 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,5 +1,5 @@
# file : tests/shared-ptr/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/xml/makefile b/tests/xml/makefile
index a60e18e..5c888d2 100644
--- a/tests/xml/makefile
+++ b/tests/xml/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/xml/parser/driver.cxx b/tests/xml/parser/driver.cxx
index 11f4e67..60b477e 100644
--- a/tests/xml/parser/driver.cxx
+++ b/tests/xml/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/parser/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/parser/makefile b/tests/xml/parser/makefile
index 3aef97d..ace1c55 100644
--- a/tests/xml/parser/makefile
+++ b/tests/xml/parser/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/parser/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/xml/roundtrip/driver.cxx b/tests/xml/roundtrip/driver.cxx
index c02faec..c5fee33 100644
--- a/tests/xml/roundtrip/driver.cxx
+++ b/tests/xml/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/roundtrip/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/roundtrip/makefile b/tests/xml/roundtrip/makefile
index 77e4b76..1ee9db5 100644
--- a/tests/xml/roundtrip/makefile
+++ b/tests/xml/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/roundtrip/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/xml/serializer/driver.cxx b/tests/xml/serializer/driver.cxx
index 4ef85e1..ab2118e 100644
--- a/tests/xml/serializer/driver.cxx
+++ b/tests/xml/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/serializer/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/serializer/makefile b/tests/xml/serializer/makefile
index d6ed153..d28ca44 100644
--- a/tests/xml/serializer/makefile
+++ b/tests/xml/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/serializer/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make