From 4598656934424b42be1e7d6c513c7f005881ad90 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jan 2017 16:01:24 +0200 Subject: Update copyright year --- build2/test/script/builtin | 2 +- build2/test/script/builtin.cxx | 2 +- build2/test/script/lexer | 2 +- build2/test/script/lexer.cxx | 2 +- build2/test/script/parser | 2 +- build2/test/script/parser.cxx | 2 +- build2/test/script/regex | 2 +- build2/test/script/regex.cxx | 2 +- build2/test/script/runner | 2 +- build2/test/script/runner.cxx | 2 +- build2/test/script/script | 2 +- build2/test/script/script.cxx | 2 +- build2/test/script/script.ixx | 2 +- build2/test/script/token | 2 +- build2/test/script/token.cxx | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'build2/test/script') diff --git a/build2/test/script/builtin b/build2/test/script/builtin index bd5fe50..226a0e0 100644 --- a/build2/test/script/builtin +++ b/build2/test/script/builtin @@ -1,5 +1,5 @@ // file : build2/test/script/builtin -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_BUILTIN diff --git a/build2/test/script/builtin.cxx b/build2/test/script/builtin.cxx index 118f4a9..0b99e8f 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/lexer b/build2/test/script/lexer index 4a6cd14..207cfef 100644 --- a/build2/test/script/lexer +++ b/build2/test/script/lexer @@ -1,5 +1,5 @@ // file : build2/test/script/lexer -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_LEXER diff --git a/build2/test/script/lexer.cxx b/build2/test/script/lexer.cxx index bcd5885..53b166e 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/parser b/build2/test/script/parser index 5fefe48..8f30a8c 100644 --- a/build2/test/script/parser +++ b/build2/test/script/parser @@ -1,5 +1,5 @@ // file : build2/test/script/parser -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_PARSER diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index 9af85b1..f545896 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/regex b/build2/test/script/regex index ae31f59..b4c619f 100644 --- a/build2/test/script/regex +++ b/build2/test/script/regex @@ -1,5 +1,5 @@ // file : build2/test/script/regex -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_REGEX diff --git a/build2/test/script/regex.cxx b/build2/test/script/regex.cxx index bd811e4..ebf28f0 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/runner b/build2/test/script/runner index b82f771..5e05255 100644 --- a/build2/test/script/runner +++ b/build2/test/script/runner @@ -1,5 +1,5 @@ // file : build2/test/script/runner -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_RUNNER diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index 55ff57a..cbf0de0 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/script b/build2/test/script/script index bb202fa..0144af7 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -1,5 +1,5 @@ // file : build2/test/script/script -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_SCRIPT diff --git a/build2/test/script/script.cxx b/build2/test/script/script.cxx index c67e1b6..661ec7f 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/script/script.ixx b/build2/test/script/script.ixx index c156ec1..1b477d7 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build2 diff --git a/build2/test/script/token b/build2/test/script/token index 2950353..b5f8b6b 100644 --- a/build2/test/script/token +++ b/build2/test/script/token @@ -1,5 +1,5 @@ // file : build2/test/script/token -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_TEST_SCRIPT_TOKEN diff --git a/build2/test/script/token.cxx b/build2/test/script/token.cxx index 9e1833c..6086a63 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1