From c994c25720606157ba5de25f1edb3ce72f5ac8b7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:16:35 +0300 Subject: Update copyright year --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/combined/buildfile | 2 +- tests/combined/driver.cxx | 2 +- tests/combined/test.cli | 2 +- tests/combined/testscript | 2 +- tests/ctor/buildfile | 2 +- tests/ctor/driver.cxx | 2 +- tests/ctor/test.cli | 2 +- tests/erase/buildfile | 2 +- tests/erase/driver.cxx | 2 +- tests/erase/test.cli | 2 +- tests/file/buildfile | 2 +- tests/file/driver.cxx | 2 +- tests/file/test.cli | 2 +- tests/file/testscript | 2 +- tests/group/buildfile | 2 +- tests/group/driver.cxx | 2 +- tests/group/test.cli | 2 +- tests/group/testscript | 2 +- tests/headings/buildfile | 2 +- tests/headings/testscript | 2 +- tests/inheritance/buildfile | 2 +- tests/inheritance/driver.cxx | 2 +- tests/inheritance/test.cli | 2 +- tests/note/buildfile | 2 +- tests/note/testscript | 2 +- tests/specifier/buildfile | 2 +- tests/specifier/driver.cxx | 2 +- tests/specifier/test.cli | 2 +- tests/toc/buildfile | 2 +- tests/toc/testscript | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) (limited to 'tests') 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 1a35a8b..332db73 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 6b881fb..7c65aeb 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/} diff --git a/tests/combined/buildfile b/tests/combined/buildfile index b84e0b7..019f2ac 100644 --- a/tests/combined/buildfile +++ b/tests/combined/buildfile @@ -1,5 +1,5 @@ # file : tests/combined/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/combined/driver.cxx b/tests/combined/driver.cxx index b701588..bb0c620 100644 --- a/tests/combined/driver.cxx +++ b/tests/combined/driver.cxx @@ -1,6 +1,6 @@ // file : tests/combined/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 37fbbb7..cb12ddb 100644 --- a/tests/combined/test.cli +++ b/tests/combined/test.cli @@ -1,6 +1,6 @@ // file : tests/combined/test.cli // author : Boris Kolpackov -// 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 ; diff --git a/tests/combined/testscript b/tests/combined/testscript index bc0cfe4..aaa1bea 100644 --- a/tests/combined/testscript +++ b/tests/combined/testscript @@ -1,5 +1,5 @@ # file : tests/combined/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 : values diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile index c5ec0af..1d3fc9d 100644 --- a/tests/ctor/buildfile +++ b/tests/ctor/buildfile @@ -1,5 +1,5 @@ # file : tests/ctor/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx index 773514e..fce1038 100644 --- a/tests/ctor/driver.cxx +++ b/tests/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/ctor/driver.cxx // author : Boris Kolpackov -// 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 "test.hxx" diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli index dbc6e9a..5242264 100644 --- a/tests/ctor/test.cli +++ b/tests/ctor/test.cli @@ -1,6 +1,6 @@ // file : tests/ctor/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 6c6e9af..a6a2b8f 100644 --- a/tests/erase/buildfile +++ b/tests/erase/buildfile @@ -1,5 +1,5 @@ # file : tests/erase/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx index 40ff5fd..2d9bcb4 100644 --- a/tests/erase/driver.cxx +++ b/tests/erase/driver.cxx @@ -1,6 +1,6 @@ // file : tests/erase/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 7def21b..4a1fb4e 100644 --- a/tests/erase/test.cli +++ b/tests/erase/test.cli @@ -1,6 +1,6 @@ // file : tests/erase/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 b54b0cd..c2c556e 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -1,5 +1,5 @@ # file : tests/file/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx index 9a52a9b..e2dc9d5 100644 --- a/tests/file/driver.cxx +++ b/tests/file/driver.cxx @@ -1,6 +1,6 @@ // file : tests/file/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 9d45ad9..35c20e7 100644 --- a/tests/file/test.cli +++ b/tests/file/test.cli @@ -1,6 +1,6 @@ // file : tests/file/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 ef969a7..4cf35e2 100644 --- a/tests/file/testscript +++ b/tests/file/testscript @@ -1,5 +1,5 @@ # file : tests/file/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 # End-of-line marker. Place its expansion in here-documents after the trailing diff --git a/tests/group/buildfile b/tests/group/buildfile index 1feb07e..7ac3b8e 100644 --- a/tests/group/buildfile +++ b/tests/group/buildfile @@ -1,5 +1,5 @@ # file : tests/group/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/group/driver.cxx b/tests/group/driver.cxx index 8d4160d..e0015b4 100644 --- a/tests/group/driver.cxx +++ b/tests/group/driver.cxx @@ -1,6 +1,6 @@ // file : tests/group/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 4cfb4a1..ab43b58 100644 --- a/tests/group/test.cli +++ b/tests/group/test.cli @@ -1,6 +1,6 @@ // file : tests/group/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 0413e0b..4fa86e3 100644 --- a/tests/group/testscript +++ b/tests/group/testscript @@ -1,5 +1,5 @@ # file : tests/group/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 : no-args diff --git a/tests/headings/buildfile b/tests/headings/buildfile index 8e60c53..8e23a99 100644 --- a/tests/headings/buildfile +++ b/tests/headings/buildfile @@ -1,5 +1,5 @@ # file : tests/headings/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 ./: testscript diff --git a/tests/headings/testscript b/tests/headings/testscript index 62b14e5..fb462f8 100644 --- a/tests/headings/testscript +++ b/tests/headings/testscript @@ -1,5 +1,5 @@ # file : tests/headings/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 test = $effect($cli.path) diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index d6ca636..a37dab9 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -1,5 +1,5 @@ # file : tests/inheritance/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx index f9b7b60..a948361 100644 --- a/tests/inheritance/driver.cxx +++ b/tests/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/inheritance/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 cdaef32..009198b 100644 --- a/tests/inheritance/test.cli +++ b/tests/inheritance/test.cli @@ -1,6 +1,6 @@ // file : tests/inheritance/test.cli // author : Boris Kolpackov -// 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 ; diff --git a/tests/note/buildfile b/tests/note/buildfile index e7e9762..67cb541 100644 --- a/tests/note/buildfile +++ b/tests/note/buildfile @@ -1,5 +1,5 @@ # file : tests/note/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 ./: testscript diff --git a/tests/note/testscript b/tests/note/testscript index 11d08db..461ef99 100644 --- a/tests/note/testscript +++ b/tests/note/testscript @@ -1,5 +1,5 @@ # file : tests/note/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 test = $effect($cli.path) diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile index 87db56e..8845378 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -1,5 +1,5 @@ # file : tests/specifier/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 exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx index 95d5f06..92db7c7 100644 --- a/tests/specifier/driver.cxx +++ b/tests/specifier/driver.cxx @@ -1,6 +1,6 @@ // file : tests/specifier/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 e2f035d..e333596 100644 --- a/tests/specifier/test.cli +++ b/tests/specifier/test.cli @@ -1,6 +1,6 @@ // file : tests/specifier/test.cli // author : Boris Kolpackov -// 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 ; diff --git a/tests/toc/buildfile b/tests/toc/buildfile index 05e0e4e..ad7a8ea 100644 --- a/tests/toc/buildfile +++ b/tests/toc/buildfile @@ -1,5 +1,5 @@ # file : tests/toc/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 ./: testscript diff --git a/tests/toc/testscript b/tests/toc/testscript index b56cf8d..e4be325 100644 --- a/tests/toc/testscript +++ b/tests/toc/testscript @@ -1,5 +1,5 @@ # file : tests/toc/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 test = $effect($cli.path) -- cgit v1.1