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/init | 2 +- build2/test/init.cxx | 2 +- build2/test/operation | 2 +- build2/test/operation.cxx | 2 +- build2/test/rule | 2 +- build2/test/rule.cxx | 2 +- 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 +- build2/test/target | 2 +- build2/test/target.cxx | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'build2/test') diff --git a/build2/test/init b/build2/test/init index ec0c4b4..45aa547 100644 --- a/build2/test/init +++ b/build2/test/init @@ -1,5 +1,5 @@ // file : build2/test/init -*- 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_INIT diff --git a/build2/test/init.cxx b/build2/test/init.cxx index 21a6612..af83aea 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/operation b/build2/test/operation index 9a7370e..10af2b2 100644 --- a/build2/test/operation +++ b/build2/test/operation @@ -1,5 +1,5 @@ // file : build2/test/operation -*- 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_OPERATION diff --git a/build2/test/operation.cxx b/build2/test/operation.cxx index a63c409..c014d5a 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/build2/test/rule b/build2/test/rule index d1790e0..e3fc864 100644 --- a/build2/test/rule +++ b/build2/test/rule @@ -1,5 +1,5 @@ // file : build2/test/rule -*- 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_RULE diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index d313925..5851e2f 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-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/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 diff --git a/build2/test/target b/build2/test/target index fe1d25f..4cbd832 100644 --- a/build2/test/target +++ b/build2/test/target @@ -1,5 +1,5 @@ // file : build2/test/target -*- 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_TARGET diff --git a/build2/test/target.cxx b/build2/test/target.cxx index 727ae48..af3c89b 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1