summaryrefslogtreecommitdiffstats
path: root/build2/bash
diff options
context:
space:
mode:
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 7bfea58f..9df16b43 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 20ae9b71..f4a82d7a 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 4485fc8d..cc5d256b 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 5110f976..9a1b161b 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 660528e8..8a4bd9e0 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 b8f4d281..d1ab5b15 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 67f4552f..e7f72f47 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