aboutsummaryrefslogtreecommitdiff
path: root/build2/cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
commit57a26d5e4ecad011cd4a74a19e47cd955c77e9e9 (patch)
tree93c5b9de645db47e760e9b7495b3ee261215ff5c /build2/cli
parent9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b (diff)
Update copyright year
Diffstat (limited to 'build2/cli')
-rw-r--r--build2/cli/module2
-rw-r--r--build2/cli/module.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/module b/build2/cli/module
index f2890c9..ab629f1 100644
--- a/build2/cli/module
+++ b/build2/cli/module
@@ -1,5 +1,5 @@
// file : build2/cli/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_CLI_MODULE
diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx
index eafa4a0..85c8f68 100644
--- a/build2/cli/module.cxx
+++ b/build2/cli/module.cxx
@@ -1,5 +1,5 @@
// file : build2/cli/module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/module>
diff --git a/build2/cli/rule b/build2/cli/rule
index 6c154e2..0b76263 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule
@@ -1,5 +1,5 @@
// file : build2/cli/rule -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 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 ae1f48a..22358c0 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/rule>
diff --git a/build2/cli/target b/build2/cli/target
index dde20be..4d8e903 100644
--- a/build2/cli/target
+++ b/build2/cli/target
@@ -1,5 +1,5 @@
// file : build2/cli/target -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 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 ef69e88..f5b4ee6 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/cli/target>