aboutsummaryrefslogtreecommitdiff
path: root/build2/test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
commit3eb73174972d542425e82a107e3eae06cab2f9ca (patch)
tree116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /build2/test
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
Diffstat (limited to 'build2/test')
-rw-r--r--build2/test/common.cxx2
-rw-r--r--build2/test/common.hxx2
-rw-r--r--build2/test/init.cxx2
-rw-r--r--build2/test/init.hxx2
-rw-r--r--build2/test/module.hxx2
-rw-r--r--build2/test/operation.cxx2
-rw-r--r--build2/test/operation.hxx2
-rw-r--r--build2/test/rule.cxx2
-rw-r--r--build2/test/rule.hxx2
-rw-r--r--build2/test/script/builtin.cxx2
-rw-r--r--build2/test/script/builtin.hxx2
-rw-r--r--build2/test/script/lexer.cxx2
-rw-r--r--build2/test/script/lexer.hxx2
-rw-r--r--build2/test/script/parser.cxx2
-rw-r--r--build2/test/script/parser.hxx2
-rw-r--r--build2/test/script/regex.cxx2
-rw-r--r--build2/test/script/regex.hxx2
-rw-r--r--build2/test/script/regex.ixx2
-rw-r--r--build2/test/script/runner.cxx2
-rw-r--r--build2/test/script/runner.hxx2
-rw-r--r--build2/test/script/script.cxx2
-rw-r--r--build2/test/script/script.hxx2
-rw-r--r--build2/test/script/script.ixx2
-rw-r--r--build2/test/script/token.cxx2
-rw-r--r--build2/test/script/token.hxx2
-rw-r--r--build2/test/target.cxx2
-rw-r--r--build2/test/target.hxx2
27 files changed, 27 insertions, 27 deletions
diff --git a/build2/test/common.cxx b/build2/test/common.cxx
index 5cca902..161ba94 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/test/common.hxx>
diff --git a/build2/test/common.hxx b/build2/test/common.hxx
index 1bd25d3..f5d31c3 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 822a444..9f63781 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/test/init.hxx>
diff --git a/build2/test/init.hxx b/build2/test/init.hxx
index 8f37a90..2ef0af7 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 2962639..02ba492 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 c0ea34d..8b6c73f 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/test/operation.hxx>
diff --git a/build2/test/operation.hxx b/build2/test/operation.hxx
index ffb80cd..9b5f8db 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 ba93378..2ff7ebf 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/test/rule.hxx>
diff --git a/build2/test/rule.hxx b/build2/test/rule.hxx
index af42d89..81952f9 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 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 <build2/test/script/builtin.hxx>
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 <build2/test/script/lexer.hxx>
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 <build2/test/script/parser.hxx>
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 <build2/test/script/regex.hxx>
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 <build2/test/script/runner.hxx>
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 <build2/test/script/script.hxx>
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 <build2/test/script/token.hxx>
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
diff --git a/build2/test/target.cxx b/build2/test/target.cxx
index a6adde9..c440325 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/test/target.hxx>
diff --git a/build2/test/target.hxx b/build2/test/target.hxx
index f25a39b..b8b2d3d 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_TEST_TARGET_HXX