From 1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 18:54:47 +0300 Subject: Drop copyright notice from source code --- tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/combined/buildfile | 1 - tests/combined/driver.cxx | 1 - tests/combined/test.cli | 1 - tests/combined/testscript | 1 - tests/ctor/buildfile | 1 - tests/ctor/driver.cxx | 1 - tests/ctor/test.cli | 1 - tests/erase/buildfile | 1 - tests/erase/driver.cxx | 1 - tests/erase/test.cli | 1 - tests/file/buildfile | 1 - tests/file/driver.cxx | 1 - tests/file/test.cli | 1 - tests/file/testscript | 1 - tests/group/buildfile | 1 - tests/group/driver.cxx | 1 - tests/group/test.cli | 1 - tests/group/testscript | 1 - tests/headings/buildfile | 1 - tests/headings/testscript | 1 - tests/inheritance/buildfile | 1 - tests/inheritance/driver.cxx | 1 - tests/inheritance/test.cli | 1 - tests/merge/buildfile | 1 - tests/merge/driver.cxx | 1 - tests/merge/test.cli | 1 - tests/note/buildfile | 1 - tests/note/testscript | 1 - tests/specifier/buildfile | 1 - tests/specifier/driver.cxx | 1 - tests/specifier/test.cli | 1 - tests/toc/buildfile | 1 - tests/toc/testscript | 1 - 36 files changed, 36 deletions(-) (limited to 'tests') 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 -// 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; 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 -// 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; 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 -// 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; 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) -- cgit v1.1