aboutsummaryrefslogtreecommitdiff
path: root/build2/install
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/module2
-rw-r--r--build2/install/module.cxx2
-rw-r--r--build2/install/operation2
-rw-r--r--build2/install/operation.cxx2
-rw-r--r--build2/install/rule2
-rw-r--r--build2/install/rule.cxx2
-rw-r--r--build2/install/utility2
7 files changed, 7 insertions, 7 deletions
diff --git a/build2/install/module b/build2/install/module
index 91b5ecb..a02d110 100644
--- a/build2/install/module
+++ b/build2/install/module
@@ -1,5 +1,5 @@
// file : build2/install/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_INSTALL_MODULE
diff --git a/build2/install/module.cxx b/build2/install/module.cxx
index c6ad717..03daef1 100644
--- a/build2/install/module.cxx
+++ b/build2/install/module.cxx
@@ -1,5 +1,5 @@
// file : build2/install/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/install/module>
diff --git a/build2/install/operation b/build2/install/operation
index 20630d5..daf7c40 100644
--- a/build2/install/operation
+++ b/build2/install/operation
@@ -1,5 +1,5 @@
// file : build2/install/operation -*- 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_INSTALL_OPERATION
diff --git a/build2/install/operation.cxx b/build2/install/operation.cxx
index eb7cdb1..7778c70 100644
--- a/build2/install/operation.cxx
+++ b/build2/install/operation.cxx
@@ -1,5 +1,5 @@
// file : build2/install/operation.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/install/operation>
diff --git a/build2/install/rule b/build2/install/rule
index aeb7f13..7a5f910 100644
--- a/build2/install/rule
+++ b/build2/install/rule
@@ -1,5 +1,5 @@
// file : build2/install/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_INSTALL_RULE
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 16feca8..b53ad59 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -1,5 +1,5 @@
// file : build2/install/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/install/rule>
diff --git a/build2/install/utility b/build2/install/utility
index 3cfc3e2..98eca77 100644
--- a/build2/install/utility
+++ b/build2/install/utility
@@ -1,5 +1,5 @@
// file : build2/install/utility -*- 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_INSTALL_UTILITY