aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit4598656934424b42be1e7d6c513c7f005881ad90 (patch)
tree6a521c8af79334c93a2890e4231ed11f3a6878e6 /build2/test/script
parentf5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff)
Update copyright year
Diffstat (limited to 'build2/test/script')
-rw-r--r--build2/test/script/builtin2
-rw-r--r--build2/test/script/builtin.cxx2
-rw-r--r--build2/test/script/lexer2
-rw-r--r--build2/test/script/lexer.cxx2
-rw-r--r--build2/test/script/parser2
-rw-r--r--build2/test/script/parser.cxx2
-rw-r--r--build2/test/script/regex2
-rw-r--r--build2/test/script/regex.cxx2
-rw-r--r--build2/test/script/runner2
-rw-r--r--build2/test/script/runner.cxx2
-rw-r--r--build2/test/script/script2
-rw-r--r--build2/test/script/script.cxx2
-rw-r--r--build2/test/script/script.ixx2
-rw-r--r--build2/test/script/token2
-rw-r--r--build2/test/script/token.cxx2
15 files changed, 15 insertions, 15 deletions
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 <build2/test/script/builtin>
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 <build2/test/script/lexer>
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 <sstream>
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 <build2/test/script/regex>
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 <build2/test/script/runner>
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 <build2/test/script/script>
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 <build2/test/script/token>