From 3eb73174972d542425e82a107e3eae06cab2f9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:38:22 +0300 Subject: Update copyright year --- 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 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'build2/test/script') diff --git a/build2/test/script/builtin.cxx b/build2/test/script/builtin.cxx index 4ab1ec3..cf8f20d 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 4d4ad35..1d7113d 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 ed0bd15..2470fcc 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 de882b6..5ab0cc0 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 c7a0b20..250a61e 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 bedb504..9ca0cf1 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 8f6477b..6b15266 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 9f8f6b6..10f2d94 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 3dbf8c1..a83f58f 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 2f82fc7..2f4b0a2 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 77c751a..843ff52 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 50e362c..f2a8d03 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 0e83387..479001b 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 fbb8b0d..80fbcb0 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 ae61f3a..2d14701 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 d6745fa..d239787 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_TOKEN_HXX -- cgit v1.1