aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:17:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:17:44 +0300
commitc35cf3a85e1caa0ce273fb98442aed91c066c043 (patch)
treefc66d6191bf5d77b695effe7304d23c83a837e94 /bbot
parent5e1725815645d1e1a33a8fce6427c764052aaf0d (diff)
Update copyright year
Diffstat (limited to 'bbot')
-rw-r--r--bbot/agent/agent.cli2
-rw-r--r--bbot/agent/agent.cxx4
-rw-r--r--bbot/agent/agent.hxx2
-rw-r--r--bbot/agent/machine.cxx2
-rw-r--r--bbot/agent/machine.hxx2
-rw-r--r--bbot/agent/tftp.cxx2
-rw-r--r--bbot/agent/tftp.hxx2
-rw-r--r--bbot/bootstrap-manifest.cxx2
-rw-r--r--bbot/bootstrap-manifest.hxx2
-rw-r--r--bbot/buildfile2
-rw-r--r--bbot/common.cli2
-rw-r--r--bbot/diagnostics.cxx2
-rw-r--r--bbot/diagnostics.hxx2
-rw-r--r--bbot/machine-manifest.cxx2
-rw-r--r--bbot/machine-manifest.hxx2
-rw-r--r--bbot/types-parsers.cxx2
-rw-r--r--bbot/types-parsers.hxx2
-rw-r--r--bbot/types.hxx2
-rw-r--r--bbot/utility.hxx2
-rw-r--r--bbot/utility.txx2
-rw-r--r--bbot/version.hxx.in2
-rw-r--r--bbot/worker/worker.cli2
-rw-r--r--bbot/worker/worker.cxx4
23 files changed, 25 insertions, 25 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli
index e866e6c..b9e45c8 100644
--- a/bbot/agent/agent.cli
+++ b/bbot/agent/agent.cli
@@ -1,5 +1,5 @@
// file : bbot/agent.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx
index 23759e8..a5209e8 100644
--- a/bbot/agent/agent.cxx
+++ b/bbot/agent/agent.cxx
@@ -1,5 +1,5 @@
// file : bbot/agent/agent.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/agent.hxx>
@@ -878,7 +878,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl
<< "TBC; All rights reserved" << endl;
return 0;
diff --git a/bbot/agent/agent.hxx b/bbot/agent/agent.hxx
index 96876bc..6f5ed86 100644
--- a/bbot/agent/agent.hxx
+++ b/bbot/agent/agent.hxx
@@ -1,5 +1,5 @@
// file : bbot/agent/agent.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_AGENT_HXX
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 882f210..0431a2f 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -1,5 +1,5 @@
// file : bbot/agent/machine.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/machine.hxx>
diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx
index b72e846..e5a273a 100644
--- a/bbot/agent/machine.hxx
+++ b/bbot/agent/machine.hxx
@@ -1,5 +1,5 @@
// file : bbot/agent/machine.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_MACHINE_HXX
diff --git a/bbot/agent/tftp.cxx b/bbot/agent/tftp.cxx
index 05ca157..bc1da7d 100644
--- a/bbot/agent/tftp.cxx
+++ b/bbot/agent/tftp.cxx
@@ -1,5 +1,5 @@
// file : bbot/agent/tftp.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/agent/tftp.hxx>
diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx
index 76b4d1c..4095dcd 100644
--- a/bbot/agent/tftp.hxx
+++ b/bbot/agent/tftp.hxx
@@ -1,5 +1,5 @@
// file : bbot/agent/tftp.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_AGENT_TFTP_HXX
diff --git a/bbot/bootstrap-manifest.cxx b/bbot/bootstrap-manifest.cxx
index 8c846da..83386b2 100644
--- a/bbot/bootstrap-manifest.cxx
+++ b/bbot/bootstrap-manifest.cxx
@@ -1,5 +1,5 @@
// file : bbot/bootstrap-manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/bootstrap-manifest.hxx>
diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx
index 5a32b72..f02d5b1 100644
--- a/bbot/bootstrap-manifest.hxx
+++ b/bbot/bootstrap-manifest.hxx
@@ -1,5 +1,5 @@
// file : bbot/bootstrap-manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_BOOTSTRAP_MANIFEST_HXX
diff --git a/bbot/buildfile b/bbot/buildfile
index 3675ee6..d277897 100644
--- a/bbot/buildfile
+++ b/bbot/buildfile
@@ -1,5 +1,5 @@
# file : bbot/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Systemd .service file.
diff --git a/bbot/common.cli b/bbot/common.cli
index b58fa93..c64980d 100644
--- a/bbot/common.cli
+++ b/bbot/common.cli
@@ -1,5 +1,5 @@
// file : bbot/common.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/types.hxx>;
diff --git a/bbot/diagnostics.cxx b/bbot/diagnostics.cxx
index 7ba84c2..d0b1d9b 100644
--- a/bbot/diagnostics.cxx
+++ b/bbot/diagnostics.cxx
@@ -1,5 +1,5 @@
// file : bbot/diagnostics.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/diagnostics.hxx>
diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx
index f178b7d..8128e1d 100644
--- a/bbot/diagnostics.hxx
+++ b/bbot/diagnostics.hxx
@@ -1,5 +1,5 @@
// file : bbot/diagnostics.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_DIAGNOSTICS_HXX
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index b30d551..3e7f5a2 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -1,5 +1,5 @@
// file : bbot/machine-manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/machine-manifest.hxx>
diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx
index 47dd7ac..0ffa20a 100644
--- a/bbot/machine-manifest.hxx
+++ b/bbot/machine-manifest.hxx
@@ -1,5 +1,5 @@
// file : bbot/machine-manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_MACHINE_MANIFEST_HXX
diff --git a/bbot/types-parsers.cxx b/bbot/types-parsers.cxx
index af48ff7..9d31172 100644
--- a/bbot/types-parsers.cxx
+++ b/bbot/types-parsers.cxx
@@ -1,5 +1,5 @@
// file : bbot/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <bbot/types-parsers.hxx>
diff --git a/bbot/types-parsers.hxx b/bbot/types-parsers.hxx
index 033789b..b427024 100644
--- a/bbot/types-parsers.hxx
+++ b/bbot/types-parsers.hxx
@@ -1,5 +1,5 @@
// file : bbot/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/bbot/types.hxx b/bbot/types.hxx
index fbe1713..fd6e61e 100644
--- a/bbot/types.hxx
+++ b/bbot/types.hxx
@@ -1,5 +1,5 @@
// file : bbot/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_TYPES_HXX
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index ab97f91..275c549 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -1,5 +1,5 @@
// file : bbot/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_UTILITY_HXX
diff --git a/bbot/utility.txx b/bbot/utility.txx
index 5ac8995..b3d6d53 100644
--- a/bbot/utility.txx
+++ b/bbot/utility.txx
@@ -1,5 +1,5 @@
// file : bbot/utility.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#include <iostream> // cin
diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in
index 36bf405..ff4b8eb 100644
--- a/bbot/version.hxx.in
+++ b/bbot/version.hxx.in
@@ -1,5 +1,5 @@
// file : bbot/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef BBOT_VERSION // Note: using the version macro itself.
diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli
index e70d615..2daaf89 100644
--- a/bbot/worker/worker.cli
+++ b/bbot/worker/worker.cli
@@ -1,5 +1,5 @@
// file : bbot/worker.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
include <bbot/common.cli>;
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 13cb25c..d914d01 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -1,5 +1,5 @@
// file : bbot/worker.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
#ifndef _WIN32
@@ -1021,7 +1021,7 @@ try
<< "libbbot " << LIBBBOT_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl
<< "TBC; All rights reserved" << endl;
return 0;