summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
commit1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 (patch)
tree387cffe23bfbfb789a9246d6ee2651b76dcc3ec6 /tests
parente59204250ac3b57848460c660feafeda60525939 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/combined/buildfile1
-rw-r--r--tests/combined/driver.cxx1
-rw-r--r--tests/combined/test.cli1
-rw-r--r--tests/combined/testscript1
-rw-r--r--tests/ctor/buildfile1
-rw-r--r--tests/ctor/driver.cxx1
-rw-r--r--tests/ctor/test.cli1
-rw-r--r--tests/erase/buildfile1
-rw-r--r--tests/erase/driver.cxx1
-rw-r--r--tests/erase/test.cli1
-rw-r--r--tests/file/buildfile1
-rw-r--r--tests/file/driver.cxx1
-rw-r--r--tests/file/test.cli1
-rw-r--r--tests/file/testscript1
-rw-r--r--tests/group/buildfile1
-rw-r--r--tests/group/driver.cxx1
-rw-r--r--tests/group/test.cli1
-rw-r--r--tests/group/testscript1
-rw-r--r--tests/headings/buildfile1
-rw-r--r--tests/headings/testscript1
-rw-r--r--tests/inheritance/buildfile1
-rw-r--r--tests/inheritance/driver.cxx1
-rw-r--r--tests/inheritance/test.cli1
-rw-r--r--tests/merge/buildfile1
-rw-r--r--tests/merge/driver.cxx1
-rw-r--r--tests/merge/test.cli1
-rw-r--r--tests/note/buildfile1
-rw-r--r--tests/note/testscript1
-rw-r--r--tests/specifier/buildfile1
-rw-r--r--tests/specifier/driver.cxx1
-rw-r--r--tests/specifier/test.cli1
-rw-r--r--tests/toc/buildfile1
-rw-r--r--tests/toc/testscript1
36 files changed, 0 insertions, 36 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 26f0838..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# 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 3583d07..05bb1de 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/tests/buildfile b/tests/buildfile
index 7c65aeb..556ed55 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/combined/buildfile b/tests/combined/buildfile
index 019f2ac..7d1e167 100644
--- a/tests/combined/buildfile
+++ b/tests/combined/buildfile
@@ -1,5 +1,4 @@
# file : tests/combined/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript
diff --git a/tests/combined/driver.cxx b/tests/combined/driver.cxx
index bb0c620..ace3e64 100644
--- a/tests/combined/driver.cxx
+++ b/tests/combined/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/combined/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test combined flags (-xyz vs -x -y -z) and option values (--foo=bar).
diff --git a/tests/combined/test.cli b/tests/combined/test.cli
index cb12ddb..1576859 100644
--- a/tests/combined/test.cli
+++ b/tests/combined/test.cli
@@ -1,6 +1,5 @@
// file : tests/combined/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/combined/testscript b/tests/combined/testscript
index 83eb00e..986ed02 100644
--- a/tests/combined/testscript
+++ b/tests/combined/testscript
@@ -1,5 +1,4 @@
# file : tests/combined/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
: values
diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile
index 1d3fc9d..e41e87f 100644
--- a/tests/ctor/buildfile
+++ b/tests/ctor/buildfile
@@ -1,5 +1,4 @@
# file : tests/ctor/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx
index fce1038..cf7ec3b 100644
--- a/tests/ctor/driver.cxx
+++ b/tests/ctor/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/ctor/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 5242264..869418d 100644
--- a/tests/ctor/test.cli
+++ b/tests/ctor/test.cli
@@ -1,6 +1,5 @@
// file : tests/ctor/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/erase/buildfile b/tests/erase/buildfile
index a6a2b8f..7b2ebbd 100644
--- a/tests/erase/buildfile
+++ b/tests/erase/buildfile
@@ -1,5 +1,4 @@
# file : tests/erase/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx
index 2d9bcb4..e2207ef 100644
--- a/tests/erase/driver.cxx
+++ b/tests/erase/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/erase/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 4a1fb4e..7c14b69 100644
--- a/tests/erase/test.cli
+++ b/tests/erase/test.cli
@@ -1,6 +1,5 @@
// file : tests/erase/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/file/buildfile b/tests/file/buildfile
index c2c556e..c5e4dd4 100644
--- a/tests/file/buildfile
+++ b/tests/file/buildfile
@@ -1,5 +1,4 @@
# file : tests/file/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript
diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx
index 82f944c..f964932 100644
--- a/tests/file/driver.cxx
+++ b/tests/file/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 35c20e7..617f42a 100644
--- a/tests/file/test.cli
+++ b/tests/file/test.cli
@@ -1,6 +1,5 @@
// file : tests/file/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/file/testscript b/tests/file/testscript
index ab0eb12..f4d04a7 100644
--- a/tests/file/testscript
+++ b/tests/file/testscript
@@ -1,5 +1,4 @@
# file : tests/file/testscript
-# copyright : Copyright (c) 2009-2019 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/group/buildfile b/tests/group/buildfile
index 7ac3b8e..427c68d 100644
--- a/tests/group/buildfile
+++ b/tests/group/buildfile
@@ -1,5 +1,4 @@
# file : tests/group/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript
diff --git a/tests/group/driver.cxx b/tests/group/driver.cxx
index e0015b4..f24cdd8 100644
--- a/tests/group/driver.cxx
+++ b/tests/group/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/group/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test group_scanner.
diff --git a/tests/group/test.cli b/tests/group/test.cli
index ab43b58..f4c1584 100644
--- a/tests/group/test.cli
+++ b/tests/group/test.cli
@@ -1,6 +1,5 @@
// file : tests/group/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/group/testscript b/tests/group/testscript
index 4fa86e3..1370cbe 100644
--- a/tests/group/testscript
+++ b/tests/group/testscript
@@ -1,5 +1,4 @@
# file : tests/group/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
: no-args
diff --git a/tests/headings/buildfile b/tests/headings/buildfile
index 8e23a99..4ece7d6 100644
--- a/tests/headings/buildfile
+++ b/tests/headings/buildfile
@@ -1,5 +1,4 @@
# file : tests/headings/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: testscript
diff --git a/tests/headings/testscript b/tests/headings/testscript
index fb462f8..0827890 100644
--- a/tests/headings/testscript
+++ b/tests/headings/testscript
@@ -1,5 +1,4 @@
# file : tests/headings/testscript
-# copyright : Copyright (c) 2009-2019 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 a37dab9..f1b72ce 100644
--- a/tests/inheritance/buildfile
+++ b/tests/inheritance/buildfile
@@ -1,5 +1,4 @@
# file : tests/inheritance/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx
index a948361..5ecb019 100644
--- a/tests/inheritance/driver.cxx
+++ b/tests/inheritance/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/inheritance/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 009198b..9e43bb5 100644
--- a/tests/inheritance/test.cli
+++ b/tests/inheritance/test.cli
@@ -1,6 +1,5 @@
// file : tests/inheritance/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/merge/buildfile b/tests/merge/buildfile
index c1ef0a1..d786ad8 100644
--- a/tests/merge/buildfile
+++ b/tests/merge/buildfile
@@ -1,5 +1,4 @@
# file : tests/merge/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/merge/driver.cxx b/tests/merge/driver.cxx
index a0791e6..0420442 100644
--- a/tests/merge/driver.cxx
+++ b/tests/merge/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/merge/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test parsed options merging.
diff --git a/tests/merge/test.cli b/tests/merge/test.cli
index 64da534..4c61f6a 100644
--- a/tests/merge/test.cli
+++ b/tests/merge/test.cli
@@ -1,6 +1,5 @@
// file : tests/merge/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/note/buildfile b/tests/note/buildfile
index 67cb541..f1296d1 100644
--- a/tests/note/buildfile
+++ b/tests/note/buildfile
@@ -1,5 +1,4 @@
# file : tests/note/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: testscript
diff --git a/tests/note/testscript b/tests/note/testscript
index 461ef99..0646d79 100644
--- a/tests/note/testscript
+++ b/tests/note/testscript
@@ -1,5 +1,4 @@
# file : tests/note/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
test = $effect($cli.path)
diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile
index 8845378..3a0e42e 100644
--- a/tests/specifier/buildfile
+++ b/tests/specifier/buildfile
@@ -1,5 +1,4 @@
# file : tests/specifier/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx
index 92db7c7..0194bbe 100644
--- a/tests/specifier/driver.cxx
+++ b/tests/specifier/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/specifier/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 e333596..f8fdf96 100644
--- a/tests/specifier/test.cli
+++ b/tests/specifier/test.cli
@@ -1,6 +1,5 @@
// file : tests/specifier/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;
diff --git a/tests/toc/buildfile b/tests/toc/buildfile
index ad7a8ea..468eebc 100644
--- a/tests/toc/buildfile
+++ b/tests/toc/buildfile
@@ -1,5 +1,4 @@
# file : tests/toc/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: testscript
diff --git a/tests/toc/testscript b/tests/toc/testscript
index e4be325..4192a7e 100644
--- a/tests/toc/testscript
+++ b/tests/toc/testscript
@@ -1,5 +1,4 @@
# file : tests/toc/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
test = $effect($cli.path)