aboutsummaryrefslogtreecommitdiff
path: root/build2/bash
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/bash
parent28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff)
Update copyright year
Diffstat (limited to 'build2/bash')
-rw-r--r--build2/bash/init.cxx2
-rw-r--r--build2/bash/init.hxx2
-rw-r--r--build2/bash/rule.cxx2
-rw-r--r--build2/bash/rule.hxx2
-rw-r--r--build2/bash/target.cxx2
-rw-r--r--build2/bash/target.hxx2
-rw-r--r--build2/bash/utility.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/build2/bash/init.cxx b/build2/bash/init.cxx
index 7bfea58..9df16b4 100644
--- a/build2/bash/init.cxx
+++ b/build2/bash/init.cxx
@@ -1,5 +1,5 @@
// file : build2/bash/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/bash/init.hxx>
diff --git a/build2/bash/init.hxx b/build2/bash/init.hxx
index 20ae9b7..f4a82d7 100644
--- a/build2/bash/init.hxx
+++ b/build2/bash/init.hxx
@@ -1,5 +1,5 @@
// file : build2/bash/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_BASH_INIT_HXX
diff --git a/build2/bash/rule.cxx b/build2/bash/rule.cxx
index 4485fc8..cc5d256 100644
--- a/build2/bash/rule.cxx
+++ b/build2/bash/rule.cxx
@@ -1,5 +1,5 @@
// file : build2/bash/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/bash/rule.hxx>
diff --git a/build2/bash/rule.hxx b/build2/bash/rule.hxx
index 5110f97..9a1b161 100644
--- a/build2/bash/rule.hxx
+++ b/build2/bash/rule.hxx
@@ -1,5 +1,5 @@
// file : build2/bash/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_BASH_RULE_HXX
diff --git a/build2/bash/target.cxx b/build2/bash/target.cxx
index 660528e..8a4bd9e 100644
--- a/build2/bash/target.cxx
+++ b/build2/bash/target.cxx
@@ -1,5 +1,5 @@
// file : build2/bash/target.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/bash/target.hxx>
diff --git a/build2/bash/target.hxx b/build2/bash/target.hxx
index b8f4d28..d1ab5b1 100644
--- a/build2/bash/target.hxx
+++ b/build2/bash/target.hxx
@@ -1,5 +1,5 @@
// file : build2/bash/target.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_BASH_TARGET_HXX
diff --git a/build2/bash/utility.hxx b/build2/bash/utility.hxx
index 67f4552..e7f72f4 100644
--- a/build2/bash/utility.hxx
+++ b/build2/bash/utility.hxx
@@ -1,5 +1,5 @@
// file : build2/bash/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_BASH_UTILITY_HXX