aboutsummaryrefslogtreecommitdiff
path: root/build2/cli
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/cli
parentf5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff)
Update copyright year
Diffstat (limited to 'build2/cli')
-rw-r--r--build2/cli/init2
-rw-r--r--build2/cli/init.cxx2
-rw-r--r--build2/cli/rule2
-rw-r--r--build2/cli/rule.cxx2
-rw-r--r--build2/cli/target2
-rw-r--r--build2/cli/target.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/build2/cli/init b/build2/cli/init
index 8aee0b7..149a436 100644
--- a/build2/cli/init
+++ b/build2/cli/init
@@ -1,5 +1,5 @@
// file : build2/cli/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_CLI_INIT
diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx
index 3cb1f98..ead067a 100644
--- a/build2/cli/init.cxx
+++ b/build2/cli/init.cxx
@@ -1,5 +1,5 @@
// file : build2/cli/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 <build2/cli/init>
diff --git a/build2/cli/rule b/build2/cli/rule
index 41ff8bf..6cbbb9b 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule
@@ -1,5 +1,5 @@
// file : build2/cli/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_CLI_RULE
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 252c55f..59a5d66 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -1,5 +1,5 @@
// file : build2/cli/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 <build2/cli/rule>
diff --git a/build2/cli/target b/build2/cli/target
index 8acdcf4..0160ef3 100644
--- a/build2/cli/target
+++ b/build2/cli/target
@@ -1,5 +1,5 @@
// file : build2/cli/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_CLI_TARGET
diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx
index a14cea4..5e12a04 100644
--- a/build2/cli/target.cxx
+++ b/build2/cli/target.cxx
@@ -1,5 +1,5 @@
// file : build2/cli/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 <build2/cli/target>