aboutsummaryrefslogtreecommitdiff
path: root/build2/version
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version')
-rw-r--r--build2/version/init.cxx2
-rw-r--r--build2/version/init.hxx2
-rw-r--r--build2/version/module.cxx2
-rw-r--r--build2/version/module.hxx2
-rw-r--r--build2/version/rule.cxx2
-rw-r--r--build2/version/rule.hxx2
-rw-r--r--build2/version/snapshot-git.cxx2
-rw-r--r--build2/version/snapshot.cxx2
-rw-r--r--build2/version/snapshot.hxx2
-rw-r--r--build2/version/utility.cxx2
-rw-r--r--build2/version/utility.hxx2
11 files changed, 11 insertions, 11 deletions
diff --git a/build2/version/init.cxx b/build2/version/init.cxx
index 2cd1645..9884d58 100644
--- a/build2/version/init.cxx
+++ b/build2/version/init.cxx
@@ -1,5 +1,5 @@
// file : build2/version/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/version/init.hxx>
diff --git a/build2/version/init.hxx b/build2/version/init.hxx
index ef6481a..1e23371 100644
--- a/build2/version/init.hxx
+++ b/build2/version/init.hxx
@@ -1,5 +1,5 @@
// file : build2/version/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_VERSION_INIT_HXX
diff --git a/build2/version/module.cxx b/build2/version/module.cxx
index 7f9a173..1811cfc 100644
--- a/build2/version/module.cxx
+++ b/build2/version/module.cxx
@@ -1,5 +1,5 @@
// file : build2/version/module.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/version/module.hxx>
diff --git a/build2/version/module.hxx b/build2/version/module.hxx
index 36dd735..46af616 100644
--- a/build2/version/module.hxx
+++ b/build2/version/module.hxx
@@ -1,5 +1,5 @@
// file : build2/version/module.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_VERSION_MODULE_HXX
diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx
index 5bb02ba..b7b0b84 100644
--- a/build2/version/rule.cxx
+++ b/build2/version/rule.cxx
@@ -1,5 +1,5 @@
// file : build2/version/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/version/rule.hxx>
diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx
index c3b41be..d12645d 100644
--- a/build2/version/rule.hxx
+++ b/build2/version/rule.hxx
@@ -1,5 +1,5 @@
// file : build2/version/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_VERSION_RULE_HXX
diff --git a/build2/version/snapshot-git.cxx b/build2/version/snapshot-git.cxx
index 3f19e62..f7993d2 100644
--- a/build2/version/snapshot-git.cxx
+++ b/build2/version/snapshot-git.cxx
@@ -1,5 +1,5 @@
// file : build2/version/snapshot-git.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 <ctime> // time_t
diff --git a/build2/version/snapshot.cxx b/build2/version/snapshot.cxx
index b2f8d23..aa58a6e 100644
--- a/build2/version/snapshot.cxx
+++ b/build2/version/snapshot.cxx
@@ -1,5 +1,5 @@
// file : build2/version/snapshot.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/version/snapshot.hxx>
diff --git a/build2/version/snapshot.hxx b/build2/version/snapshot.hxx
index bb5e4d4..78ad174 100644
--- a/build2/version/snapshot.hxx
+++ b/build2/version/snapshot.hxx
@@ -1,5 +1,5 @@
// file : build2/version/snapshot.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_VERSION_SNAPSHOT_HXX
diff --git a/build2/version/utility.cxx b/build2/version/utility.cxx
index 265f3a2..4222fff 100644
--- a/build2/version/utility.cxx
+++ b/build2/version/utility.cxx
@@ -1,5 +1,5 @@
// file : build2/version/utility.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/version/utility.hxx>
diff --git a/build2/version/utility.hxx b/build2/version/utility.hxx
index 7b012e4..5baebeb 100644
--- a/build2/version/utility.hxx
+++ b/build2/version/utility.hxx
@@ -1,5 +1,5 @@
// file : build2/version/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_VERSION_UTILITY_HXX