aboutsummaryrefslogtreecommitdiff
path: root/build2/bin
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin')
-rw-r--r--build2/bin/module2
-rw-r--r--build2/bin/module.cxx2
-rw-r--r--build2/bin/rule2
-rw-r--r--build2/bin/rule.cxx2
-rw-r--r--build2/bin/target2
-rw-r--r--build2/bin/target.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/build2/bin/module b/build2/bin/module
index 85be444..765eb2c 100644
--- a/build2/bin/module
+++ b/build2/bin/module
@@ -1,5 +1,5 @@
// file : build2/bin/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_BIN_MODULE
diff --git a/build2/bin/module.cxx b/build2/bin/module.cxx
index 624a8d3..1e79e9e 100644
--- a/build2/bin/module.cxx
+++ b/build2/bin/module.cxx
@@ -1,5 +1,5 @@
// file : build2/bin/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/bin/module>
diff --git a/build2/bin/rule b/build2/bin/rule
index ad52396..100697c 100644
--- a/build2/bin/rule
+++ b/build2/bin/rule
@@ -1,5 +1,5 @@
// file : build2/bin/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_BIN_RULE
diff --git a/build2/bin/rule.cxx b/build2/bin/rule.cxx
index 9d93b0a..9b1b8c4 100644
--- a/build2/bin/rule.cxx
+++ b/build2/bin/rule.cxx
@@ -1,5 +1,5 @@
// file : build2/bin/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/bin/rule>
diff --git a/build2/bin/target b/build2/bin/target
index e785ac0..0816c66 100644
--- a/build2/bin/target
+++ b/build2/bin/target
@@ -1,5 +1,5 @@
// file : build2/bin/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_BIN_TARGET
diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx
index 6241a7b..9d96ca4 100644
--- a/build2/bin/target.cxx
+++ b/build2/bin/target.cxx
@@ -1,5 +1,5 @@
// file : build2/bin/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/bin/target>