From ecdf09039586ce751803e937a4ac31e1b3356c00 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:06:01 +0300 Subject: Update copyright year --- bbot/agent/agent.cli | 2 +- bbot/agent/agent.cxx | 4 ++-- bbot/agent/agent.hxx | 2 +- bbot/agent/machine.cxx | 2 +- bbot/agent/machine.hxx | 2 +- bbot/agent/tftp.cxx | 2 +- bbot/agent/tftp.hxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bbot/agent') diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index b9e45c8..016fbe9 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -1,5 +1,5 @@ // file : bbot/agent.cli -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : TBC; see accompanying LICENSE file include ; diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 3e71ac2..7a64a18 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : TBC; see accompanying LICENSE file #include @@ -878,7 +878,7 @@ try << "libbbot " << LIBBBOT_VERSION_ID << endl << "libbpkg " << LIBBPKG_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl + << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl << "TBC; All rights reserved" << endl; return 0; diff --git a/bbot/agent/agent.hxx b/bbot/agent/agent.hxx index 6f5ed86..e5447dd 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 b77aa28..25b5278 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : TBC; see accompanying LICENSE file #include diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx index e5a273a..b1ad874 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 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 bc1da7d..ee34517 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : TBC; see accompanying LICENSE file #include diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx index 4095dcd..71f32b1 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-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : TBC; see accompanying LICENSE file #ifndef BBOT_AGENT_TFTP_HXX -- cgit v1.1