From f7a0e23b391a5fd7a96734d62ac76916f128376e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:35:36 +0300 Subject: Update copyright year --- build2/test/common.cxx | 2 +- build2/test/common.hxx | 2 +- build2/test/init.cxx | 2 +- build2/test/init.hxx | 2 +- build2/test/module.hxx | 2 +- build2/test/operation.cxx | 2 +- build2/test/operation.hxx | 2 +- build2/test/rule.cxx | 2 +- build2/test/rule.hxx | 2 +- build2/test/script/builtin.cxx | 2 +- build2/test/script/builtin.hxx | 2 +- build2/test/script/lexer.cxx | 2 +- build2/test/script/lexer.hxx | 2 +- build2/test/script/parser.cxx | 2 +- build2/test/script/parser.hxx | 2 +- build2/test/script/regex.cxx | 2 +- build2/test/script/regex.hxx | 2 +- build2/test/script/regex.ixx | 2 +- build2/test/script/runner.cxx | 2 +- build2/test/script/runner.hxx | 2 +- build2/test/script/script.cxx | 2 +- build2/test/script/script.hxx | 2 +- build2/test/script/script.ixx | 2 +- build2/test/script/token.cxx | 2 +- build2/test/script/token.hxx | 2 +- build2/test/target.cxx | 2 +- build2/test/target.hxx | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'build2/test') diff --git a/build2/test/common.cxx b/build2/test/common.cxx index 8197d5d5..5cca9024 100644 --- a/build2/test/common.cxx +++ b/build2/test/common.cxx @@ -1,5 +1,5 @@ // file : build2/test/common.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/common.hxx b/build2/test/common.hxx index 81cccb75..1bd25d39 100644 --- a/build2/test/common.hxx +++ b/build2/test/common.hxx @@ -1,5 +1,5 @@ // file : build2/test/common.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_COMMON_HXX diff --git a/build2/test/init.cxx b/build2/test/init.cxx index 036f41c5..66889f75 100644 --- a/build2/test/init.cxx +++ b/build2/test/init.cxx @@ -1,5 +1,5 @@ // file : build2/test/init.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/init.hxx b/build2/test/init.hxx index 8ca0d23e..8f37a909 100644 --- a/build2/test/init.hxx +++ b/build2/test/init.hxx @@ -1,5 +1,5 @@ // file : build2/test/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_INIT_HXX diff --git a/build2/test/module.hxx b/build2/test/module.hxx index 529f826c..2962639f 100644 --- a/build2/test/module.hxx +++ b/build2/test/module.hxx @@ -1,5 +1,5 @@ // file : build2/test/module.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_MODULE_HXX diff --git a/build2/test/operation.cxx b/build2/test/operation.cxx index 7c968ffd..c0ea34d6 100644 --- a/build2/test/operation.cxx +++ b/build2/test/operation.cxx @@ -1,5 +1,5 @@ // file : build2/test/operation.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/operation.hxx b/build2/test/operation.hxx index 09739d6c..ffb80cd9 100644 --- a/build2/test/operation.hxx +++ b/build2/test/operation.hxx @@ -1,5 +1,5 @@ // file : build2/test/operation.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_OPERATION_HXX diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 47c80043..f877a4d0 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -1,5 +1,5 @@ // file : build2/test/rule.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/rule.hxx b/build2/test/rule.hxx index 85fa1cd6..e4fd28da 100644 --- a/build2/test/rule.hxx +++ b/build2/test/rule.hxx @@ -1,5 +1,5 @@ // file : build2/test/rule.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_RULE_HXX diff --git a/build2/test/script/builtin.cxx b/build2/test/script/builtin.cxx index 0a238bb9..d52aee4b 100644 --- a/build2/test/script/builtin.cxx +++ b/build2/test/script/builtin.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/builtin.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/builtin.hxx b/build2/test/script/builtin.hxx index ae0681f0..4d4ad353 100644 --- a/build2/test/script/builtin.hxx +++ b/build2/test/script/builtin.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/builtin.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_BUILTIN_HXX diff --git a/build2/test/script/lexer.cxx b/build2/test/script/lexer.cxx index 4d139cee..ed0bd159 100644 --- a/build2/test/script/lexer.cxx +++ b/build2/test/script/lexer.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/lexer.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/lexer.hxx b/build2/test/script/lexer.hxx index 5e013b2b..de882b6e 100644 --- a/build2/test/script/lexer.hxx +++ b/build2/test/script/lexer.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/lexer.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_LEXER_HXX diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index dad397be..c7a0b20b 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/parser.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/parser.hxx b/build2/test/script/parser.hxx index 4c666f50..bedb504c 100644 --- a/build2/test/script/parser.hxx +++ b/build2/test/script/parser.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/parser.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_PARSER_HXX diff --git a/build2/test/script/regex.cxx b/build2/test/script/regex.cxx index 5e14e6e7..8f6477b6 100644 --- a/build2/test/script/regex.cxx +++ b/build2/test/script/regex.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/regex.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/regex.hxx b/build2/test/script/regex.hxx index 2850f23c..eca02a3b 100644 --- a/build2/test/script/regex.hxx +++ b/build2/test/script/regex.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/regex.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_REGEX_HXX diff --git a/build2/test/script/regex.ixx b/build2/test/script/regex.ixx index 40733126..3dbf8c19 100644 --- a/build2/test/script/regex.ixx +++ b/build2/test/script/regex.ixx @@ -1,5 +1,5 @@ // file : build2/test/script/regex.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build2 diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index 6496b0fa..f6fc3123 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/runner.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/runner.hxx b/build2/test/script/runner.hxx index 84487d01..17b4de11 100644 --- a/build2/test/script/runner.hxx +++ b/build2/test/script/runner.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/runner.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_RUNNER_HXX diff --git a/build2/test/script/script.cxx b/build2/test/script/script.cxx index 77b5e684..50e362c1 100644 --- a/build2/test/script/script.cxx +++ b/build2/test/script/script.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/script.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/script.hxx b/build2/test/script/script.hxx index e4db8560..0e833874 100644 --- a/build2/test/script/script.hxx +++ b/build2/test/script/script.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/script.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_SCRIPT_HXX diff --git a/build2/test/script/script.ixx b/build2/test/script/script.ixx index 7c075fb1..fbb8b0d0 100644 --- a/build2/test/script/script.ixx +++ b/build2/test/script/script.ixx @@ -1,5 +1,5 @@ // file : build2/test/script/script.ixx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build2 diff --git a/build2/test/script/token.cxx b/build2/test/script/token.cxx index 42428c6d..ae61f3aa 100644 --- a/build2/test/script/token.cxx +++ b/build2/test/script/token.cxx @@ -1,5 +1,5 @@ // file : build2/test/script/token.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/token.hxx b/build2/test/script/token.hxx index 0e8a5774..d6745fac 100644 --- a/build2/test/script/token.hxx +++ b/build2/test/script/token.hxx @@ -1,5 +1,5 @@ // file : build2/test/script/token.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_TOKEN_HXX diff --git a/build2/test/target.cxx b/build2/test/target.cxx index 0bda8274..a5172409 100644 --- a/build2/test/target.cxx +++ b/build2/test/target.cxx @@ -1,5 +1,5 @@ // file : build2/test/target.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/target.hxx b/build2/test/target.hxx index 9eec1462..f25a39b1 100644 --- a/build2/test/target.hxx +++ b/build2/test/target.hxx @@ -1,5 +1,5 @@ // file : build2/test/target.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_TARGET_HXX -- cgit