aboutsummaryrefslogtreecommitdiff
path: root/build2/install
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/functions.cxx2
-rw-r--r--build2/install/init.cxx2
-rw-r--r--build2/install/init.hxx2
-rw-r--r--build2/install/operation.cxx2
-rw-r--r--build2/install/operation.hxx2
-rw-r--r--build2/install/rule.cxx2
-rw-r--r--build2/install/rule.hxx2
-rw-r--r--build2/install/utility.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/build2/install/functions.cxx b/build2/install/functions.cxx
index dbe43c8..9d3eb3a 100644
--- a/build2/install/functions.cxx
+++ b/build2/install/functions.cxx
@@ -1,5 +1,5 @@
// file : build2/install/functions.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/function.hxx>
diff --git a/build2/install/init.cxx b/build2/install/init.cxx
index 52875d4..4ea438b 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/install/init.hxx>
diff --git a/build2/install/init.hxx b/build2/install/init.hxx
index 6239916..cd01a0c 100644
--- a/build2/install/init.hxx
+++ b/build2/install/init.hxx
@@ -1,5 +1,5 @@
// file : build2/install/init.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_INSTALL_INIT_HXX
diff --git a/build2/install/operation.cxx b/build2/install/operation.cxx
index be4dd2d..51deb38 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/install/operation.hxx>
diff --git a/build2/install/operation.hxx b/build2/install/operation.hxx
index 1f3db58..2a58c54 100644
--- a/build2/install/operation.hxx
+++ b/build2/install/operation.hxx
@@ -1,5 +1,5 @@
// file : build2/install/operation.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_INSTALL_OPERATION_HXX
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 7c13188..5184399 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build2/install/rule.hxx>
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index c84249e..914ffdc 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -1,5 +1,5 @@
// file : build2/install/rule.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_INSTALL_RULE_HXX
diff --git a/build2/install/utility.hxx b/build2/install/utility.hxx
index ba27569..61ac6a7 100644
--- a/build2/install/utility.hxx
+++ b/build2/install/utility.hxx
@@ -1,5 +1,5 @@
// file : build2/install/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_INSTALL_UTILITY_HXX