From a34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 May 2018 11:58:06 +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 f9547ee..7254ed6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 c160f42..dc1d3e0 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index 246bb7b..6b881fb 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/combined/buildfile b/tests/combined/buildfile index 19b14aa..b84e0b7 100644 --- a/tests/combined/buildfile +++ b/tests/combined/buildfile @@ -1,5 +1,5 @@ # file : tests/combined/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 e6f27e4..b701588 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 16f73d9..37fbbb7 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/combined/testscript b/tests/combined/testscript index a6f827b..bc0cfe4 100644 --- a/tests/combined/testscript +++ b/tests/combined/testscript @@ -1,5 +1,5 @@ # file : tests/combined/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file : values diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile index 4ba1f1e..c5ec0af 100644 --- a/tests/ctor/buildfile +++ b/tests/ctor/buildfile @@ -1,5 +1,5 @@ # file : tests/ctor/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 e9c276c..773514e 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 97302b9..dbc6e9a 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/erase/buildfile b/tests/erase/buildfile index d73cb2d..6c6e9af 100644 --- a/tests/erase/buildfile +++ b/tests/erase/buildfile @@ -1,5 +1,5 @@ # file : tests/erase/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1814dc6..40ff5fd 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 74a4179..7def21b 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/buildfile b/tests/file/buildfile index 5bcbd48..b54b0cd 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -1,5 +1,5 @@ # file : tests/file/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 de2a151..9a52a9b 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 9044db7..9d45ad9 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/testscript b/tests/file/testscript index 699f2f3..ef969a7 100644 --- a/tests/file/testscript +++ b/tests/file/testscript @@ -1,5 +1,5 @@ # file : tests/file/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 3e09fa1..1feb07e 100644 --- a/tests/group/buildfile +++ b/tests/group/buildfile @@ -1,5 +1,5 @@ # file : tests/group/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1077670..8d4160d 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 082c2db..4cfb4a1 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/group/testscript b/tests/group/testscript index 3bc333c..0413e0b 100644 --- a/tests/group/testscript +++ b/tests/group/testscript @@ -1,5 +1,5 @@ # file : tests/group/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file : no-args diff --git a/tests/headings/buildfile b/tests/headings/buildfile index a2ccdbd..8e60c53 100644 --- a/tests/headings/buildfile +++ b/tests/headings/buildfile @@ -1,5 +1,5 @@ # file : tests/headings/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/headings/testscript b/tests/headings/testscript index 5e03c4a..62b14e5 100644 --- a/tests/headings/testscript +++ b/tests/headings/testscript @@ -1,5 +1,5 @@ # file : tests/headings/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 30ab13e..d6ca636 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -1,5 +1,5 @@ # file : tests/inheritance/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 8b491a4..f9b7b60 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 c5a5489..cdaef32 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/note/buildfile b/tests/note/buildfile index a363bc2..e7e9762 100644 --- a/tests/note/buildfile +++ b/tests/note/buildfile @@ -1,5 +1,5 @@ # file : tests/note/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/note/testscript b/tests/note/testscript index c51b935..11d08db 100644 --- a/tests/note/testscript +++ b/tests/note/testscript @@ -1,5 +1,5 @@ # file : tests/note/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 d348550..87db56e 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -1,5 +1,5 @@ # file : tests/specifier/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 58ff6e8..95d5f06 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 19b1657..e2f035d 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/toc/buildfile b/tests/toc/buildfile index f319c14..05e0e4e 100644 --- a/tests/toc/buildfile +++ b/tests/toc/buildfile @@ -1,5 +1,5 @@ # file : tests/toc/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/toc/testscript b/tests/toc/testscript index 5bac6fd..b56cf8d 100644 --- a/tests/toc/testscript +++ b/tests/toc/testscript @@ -1,5 +1,5 @@ # file : tests/toc/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file test = $effect($cli.path) -- cgit v1.1