From b5d8062bd651e796bac77ae580e0e45947374a89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 13:02:10 +0200 Subject: Update copyright year --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 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/headings/buildfile | 2 +- tests/headings/testscript | 2 +- tests/inheritance/buildfile | 2 +- tests/inheritance/driver.cxx | 2 +- tests/inheritance/test.cli | 2 +- tests/specifier/buildfile | 2 +- tests/specifier/driver.cxx | 2 +- tests/specifier/test.cli | 2 +- tests/toc/buildfile | 2 +- tests/toc/testscript | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'tests') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 904c361..f9547ee 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 b503d3f..7d48f08 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index dbb3a22..20d2e11 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file d = ctor/ erase/ file/ headings/ inheritance/ specifier/ toc/ diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile index d7af18e..83e2bbe 100644 --- a/tests/ctor/buildfile +++ b/tests/ctor/buildfile @@ -1,5 +1,5 @@ # file : tests/ctor/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} {hxx ixx cxx}{test} diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx index 8ba8c94..e9c276c 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 0d77f77..97302b9 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/erase/buildfile b/tests/erase/buildfile index f6decf9..6030372 100644 --- a/tests/erase/buildfile +++ b/tests/erase/buildfile @@ -1,5 +1,5 @@ # file : tests/erase/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} {hxx ixx cxx}{test} diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx index 187d12c..1814dc6 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 8c0a2e3..74a4179 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/buildfile b/tests/file/buildfile index 2e0eea9..8183d79 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -1,5 +1,5 @@ # file : tests/file/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} {hxx ixx cxx}{test} test{testscript} diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx index 16609ec..de2a151 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 24a1209..9044db7 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/testscript b/tests/file/testscript index c46d1ab..f64e15f 100644 --- a/tests/file/testscript +++ b/tests/file/testscript @@ -1,5 +1,5 @@ # file : tests/file/testscript -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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/headings/buildfile b/tests/headings/buildfile index d903d09..ee49fb2 100644 --- a/tests/headings/buildfile +++ b/tests/headings/buildfile @@ -1,5 +1,5 @@ # file : tests/headings/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: test{testscript} diff --git a/tests/headings/testscript b/tests/headings/testscript index 0a6a9de..5923a90 100644 --- a/tests/headings/testscript +++ b/tests/headings/testscript @@ -1,5 +1,5 @@ # file : tests/headings/testscript -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 49fbcb6..a0a2e8b 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -1,5 +1,5 @@ # file : tests/erase/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} {hxx ixx cxx}{test} diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx index 1c4d32c..8b491a4 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 481a771..c5a5489 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile index cc641b9..fdba651 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -1,5 +1,5 @@ # file : tests/specifier/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} {hxx ixx cxx}{test} diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx index 1824c8d..58ff6e8 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 1e9a637..19b1657 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/toc/buildfile b/tests/toc/buildfile index 36e12c9..849c997 100644 --- a/tests/toc/buildfile +++ b/tests/toc/buildfile @@ -1,5 +1,5 @@ # file : tests/toc/buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: test{testscript} diff --git a/tests/toc/testscript b/tests/toc/testscript index 2ab503c..de588cf 100644 --- a/tests/toc/testscript +++ b/tests/toc/testscript @@ -1,5 +1,5 @@ # file : tests/toc/testscript -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file test = $effect($cli.path) -- cgit v1.1