aboutsummaryrefslogtreecommitdiff
path: root/build2/install
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/install
parentf5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff)
Update copyright year
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/init2
-rw-r--r--build2/install/init.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/init b/build2/install/init
index 926d1c3..9a16111 100644
--- a/build2/install/init
+++ b/build2/install/init
@@ -1,5 +1,5 @@
// file : build2/install/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_INSTALL_INIT
diff --git a/build2/install/init.cxx b/build2/install/init.cxx
index 842eb0c..bb54bcd 100644
--- a/build2/install/init.cxx
+++ b/build2/install/init.cxx
@@ -1,5 +1,5 @@
// file : build2/install/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/install/init>
diff --git a/build2/install/operation b/build2/install/operation
index 9ae44cd..a21d399 100644
--- a/build2/install/operation
+++ b/build2/install/operation
@@ -1,5 +1,5 @@
// file : build2/install/operation -*- 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_INSTALL_OPERATION
diff --git a/build2/install/operation.cxx b/build2/install/operation.cxx
index f08d85d..c35f022 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/install/operation>
diff --git a/build2/install/rule b/build2/install/rule
index 94ce65b..1345dbd 100644
--- a/build2/install/rule
+++ b/build2/install/rule
@@ -1,5 +1,5 @@
// file : build2/install/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_INSTALL_RULE
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index c208efa..1c21a1c 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/install/rule>
diff --git a/build2/install/utility b/build2/install/utility
index 618b243..713c3e8 100644
--- a/build2/install/utility
+++ b/build2/install/utility
@@ -1,5 +1,5 @@
// file : build2/install/utility -*- 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_INSTALL_UTILITY