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 03be401..d1b0273 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 425e282..ef6481a 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 acc629a..7f9a173 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 e24ce88..b3bf813 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 2b1d366..1a41cef 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 01350cc..b01383f 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 a8b9330..278c5ce 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 46db19b..b2f8d23 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 15f4b59..bb5e4d4 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 0f8ea86..265f3a2 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 c373f6c..7b012e4 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD2_VERSION_UTILITY_HXX