aboutsummaryrefslogtreecommitdiff
path: root/build2/install
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:38:22 +0300
commit3eb73174972d542425e82a107e3eae06cab2f9ca (patch)
tree116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /build2/install
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
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 9d3eb3a..a097052 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 5c28cfa..27f9e9e 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 cd01a0c..968ae93 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 51deb38..6ad1899 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 2a58c54..1cfbab5 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 020551c..5523a73 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 1ce2830..ec4b9bf 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 cb0ae7c..2544630 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_INSTALL_UTILITY_HXX