aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:50:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:50:47 +0300
commit54457492b16bfc1a9b0bbf7d97b82150a5edbd4c (patch)
tree7660ebda3218f1a1ed0c62be9062d0fe5074560a
parent3c7b982cb93daef41805a8d8d5c9c75737a19bdd (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--bdep/bdep.cli2
-rw-r--r--bdep/bdep.cxx4
-rw-r--r--bdep/build.hxx2
-rw-r--r--bdep/build.txx2
-rw-r--r--bdep/buildfile2
-rw-r--r--bdep/clean.cli2
-rw-r--r--bdep/clean.hxx2
-rw-r--r--bdep/common.cli2
-rw-r--r--bdep/config.cli2
-rw-r--r--bdep/config.cxx2
-rw-r--r--bdep/config.hxx2
-rw-r--r--bdep/database-views.hxx2
-rw-r--r--bdep/database.cxx2
-rw-r--r--bdep/database.hxx2
-rw-r--r--bdep/deinit.cli2
-rw-r--r--bdep/deinit.cxx2
-rw-r--r--bdep/deinit.hxx2
-rw-r--r--bdep/diagnostics.cxx2
-rw-r--r--bdep/diagnostics.hxx2
-rw-r--r--bdep/fetch.cli2
-rw-r--r--bdep/fetch.cxx2
-rw-r--r--bdep/fetch.hxx2
-rw-r--r--bdep/help.cli2
-rw-r--r--bdep/help.cxx2
-rw-r--r--bdep/help.hxx2
-rw-r--r--bdep/init.cli2
-rw-r--r--bdep/init.cxx2
-rw-r--r--bdep/init.hxx2
-rw-r--r--bdep/new-parsers.cxx2
-rw-r--r--bdep/new-parsers.hxx2
-rw-r--r--bdep/new-types.hxx2
-rw-r--r--bdep/new.cli2
-rw-r--r--bdep/new.cxx2
-rw-r--r--bdep/new.hxx2
-rw-r--r--bdep/options-types.hxx2
-rw-r--r--bdep/project.cli2
-rw-r--r--bdep/project.cxx2
-rw-r--r--bdep/project.hxx2
-rw-r--r--bdep/projects-configs.cli2
-rw-r--r--bdep/status.cli2
-rw-r--r--bdep/status.cxx2
-rw-r--r--bdep/status.hxx2
-rw-r--r--bdep/sync.cli2
-rw-r--r--bdep/sync.cxx2
-rw-r--r--bdep/sync.hxx2
-rw-r--r--bdep/test.cli2
-rw-r--r--bdep/test.hxx2
-rw-r--r--bdep/types-parsers.cxx2
-rw-r--r--bdep/types-parsers.hxx2
-rw-r--r--bdep/types.hxx2
-rw-r--r--bdep/update.cli2
-rw-r--r--bdep/update.hxx2
-rw-r--r--bdep/utility.cxx2
-rw-r--r--bdep/utility.hxx2
-rw-r--r--bdep/utility.txx2
-rw-r--r--bdep/version.hxx.in2
-rw-r--r--bdep/wrapper-traits.hxx2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--doc/buildfile2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/common.test2
-rw-r--r--tests/fetch.test2
-rw-r--r--tests/init.test2
-rw-r--r--tests/new.test2
-rw-r--r--tests/project.test2
-rw-r--r--tests/status.test2
-rw-r--r--tests/sync.test2
-rw-r--r--tests/test.test2
-rw-r--r--tests/update.test2
75 files changed, 76 insertions, 76 deletions
diff --git a/LICENSE b/LICENSE
index 91c0877..c1332e6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017 Code Synthesis Ltd
+Copyright (c) 2014-2018 Code Synthesis Ltd
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index a4e8c41..369da26 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -1,5 +1,5 @@
// file : bdep/bdep.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/common.cli>;
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index c614cc0..cab10fa 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -1,5 +1,5 @@
// file : bdep/bdep.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef _WIN32
@@ -179,7 +179,7 @@ try
cout << "bdep " << BDEP_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
<< "This is free software released under the MIT license." << endl;
return 0;
}
diff --git a/bdep/build.hxx b/bdep/build.hxx
index 64c65a7..5eba223 100644
--- a/bdep/build.hxx
+++ b/bdep/build.hxx
@@ -1,5 +1,5 @@
// file : bdep/build.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 BDEP_BUILD_HXX
diff --git a/bdep/build.txx b/bdep/build.txx
index 3aaed2b..8c5bc65 100644
--- a/bdep/build.txx
+++ b/bdep/build.txx
@@ -1,5 +1,5 @@
// file : bdep/build.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cstring> // strchr()
diff --git a/bdep/buildfile b/bdep/buildfile
index 0a7861b..c3d0707 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -1,5 +1,5 @@
# file : bdep/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# @@ ODB: these are ODB changelogs that are both generated and stored in the
diff --git a/bdep/clean.cli b/bdep/clean.cli
index c0d84e2..c974c05 100644
--- a/bdep/clean.cli
+++ b/bdep/clean.cli
@@ -1,5 +1,5 @@
// file : bdep/clean.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/clean.hxx b/bdep/clean.hxx
index c66ecc1..35b37aa 100644
--- a/bdep/clean.hxx
+++ b/bdep/clean.hxx
@@ -1,5 +1,5 @@
// file : bdep/clean.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 BDEP_CLEAN_HXX
diff --git a/bdep/common.cli b/bdep/common.cli
index 21b504d..471f5a2 100644
--- a/bdep/common.cli
+++ b/bdep/common.cli
@@ -1,5 +1,5 @@
// file : bdep/common.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/types.hxx>;
diff --git a/bdep/config.cli b/bdep/config.cli
index e087693..cf95175 100644
--- a/bdep/config.cli
+++ b/bdep/config.cli
@@ -1,5 +1,5 @@
// file : bdep/config.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/config.cxx b/bdep/config.cxx
index 2e50f5c..8da6211 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -1,5 +1,5 @@
// file : bdep/config.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 <bdep/config.hxx>
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 6bc732e..4ab8547 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -1,5 +1,5 @@
// file : bdep/config.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 BDEP_CONFIG_HXX
diff --git a/bdep/database-views.hxx b/bdep/database-views.hxx
index 286f7ca..04aef2c 100644
--- a/bdep/database-views.hxx
+++ b/bdep/database-views.hxx
@@ -1,5 +1,5 @@
// file : bdep/database-views.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 BDEP_DATABASE_VIEWS_HXX
diff --git a/bdep/database.cxx b/bdep/database.cxx
index 91907dc..7d72a1d 100644
--- a/bdep/database.cxx
+++ b/bdep/database.cxx
@@ -1,5 +1,5 @@
// file : bdep/database.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 <bdep/database.hxx>
diff --git a/bdep/database.hxx b/bdep/database.hxx
index d90f88d..e7929f6 100644
--- a/bdep/database.hxx
+++ b/bdep/database.hxx
@@ -1,5 +1,5 @@
// file : bdep/database.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 BDEP_DATABASE_HXX
diff --git a/bdep/deinit.cli b/bdep/deinit.cli
index bfcec51..72488cb 100644
--- a/bdep/deinit.cli
+++ b/bdep/deinit.cli
@@ -1,5 +1,5 @@
// file : bdep/deinit.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/deinit.cxx b/bdep/deinit.cxx
index 4a8c463..434fdee 100644
--- a/bdep/deinit.cxx
+++ b/bdep/deinit.cxx
@@ -1,5 +1,5 @@
// file : bdep/deinit.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 <bdep/deinit.hxx>
diff --git a/bdep/deinit.hxx b/bdep/deinit.hxx
index 9a2099d..070eac2 100644
--- a/bdep/deinit.hxx
+++ b/bdep/deinit.hxx
@@ -1,5 +1,5 @@
// file : bdep/deinit.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 BDEP_DEINIT_HXX
diff --git a/bdep/diagnostics.cxx b/bdep/diagnostics.cxx
index cd77a91..0861056 100644
--- a/bdep/diagnostics.cxx
+++ b/bdep/diagnostics.cxx
@@ -1,5 +1,5 @@
// file : bdep/diagnostics.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 <bdep/diagnostics.hxx>
diff --git a/bdep/diagnostics.hxx b/bdep/diagnostics.hxx
index 02765f5..b094457 100644
--- a/bdep/diagnostics.hxx
+++ b/bdep/diagnostics.hxx
@@ -1,5 +1,5 @@
// file : bdep/diagnostics.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 BDEP_DIAGNOSTICS_HXX
diff --git a/bdep/fetch.cli b/bdep/fetch.cli
index 011fd0a..7c35344 100644
--- a/bdep/fetch.cli
+++ b/bdep/fetch.cli
@@ -1,5 +1,5 @@
// file : bdep/fetch.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx
index 361b11a..a5c219f 100644
--- a/bdep/fetch.cxx
+++ b/bdep/fetch.cxx
@@ -1,5 +1,5 @@
// file : bdep/fetch.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 <bdep/fetch.hxx>
diff --git a/bdep/fetch.hxx b/bdep/fetch.hxx
index fea40fc..ea31c3a 100644
--- a/bdep/fetch.hxx
+++ b/bdep/fetch.hxx
@@ -1,5 +1,5 @@
// file : bdep/fetch.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 BDEP_FETCH_HXX
diff --git a/bdep/help.cli b/bdep/help.cli
index c62a604..3948e77 100644
--- a/bdep/help.cli
+++ b/bdep/help.cli
@@ -1,5 +1,5 @@
// file : bdep/help.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/common.cli>;
diff --git a/bdep/help.cxx b/bdep/help.cxx
index 098e902..0ba22b3 100644
--- a/bdep/help.cxx
+++ b/bdep/help.cxx
@@ -1,5 +1,5 @@
// file : bdep/help.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 <bdep/help.hxx>
diff --git a/bdep/help.hxx b/bdep/help.hxx
index 224151a..8e860be 100644
--- a/bdep/help.hxx
+++ b/bdep/help.hxx
@@ -1,5 +1,5 @@
// file : bdep/help.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 BDEP_HELP_HXX
diff --git a/bdep/init.cli b/bdep/init.cli
index f43ef7a..fd3fccf 100644
--- a/bdep/init.cli
+++ b/bdep/init.cli
@@ -1,5 +1,5 @@
// file : bdep/init.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/init.cxx b/bdep/init.cxx
index 1ea55e9..dfe3a68 100644
--- a/bdep/init.cxx
+++ b/bdep/init.cxx
@@ -1,5 +1,5 @@
// file : bdep/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 <bdep/init.hxx>
diff --git a/bdep/init.hxx b/bdep/init.hxx
index 484b336..cf2a78d 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -1,5 +1,5 @@
// file : bdep/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 BDEP_INIT_HXX
diff --git a/bdep/new-parsers.cxx b/bdep/new-parsers.cxx
index 97e319c..b5e87ed 100644
--- a/bdep/new-parsers.cxx
+++ b/bdep/new-parsers.cxx
@@ -1,5 +1,5 @@
// file : bdep/new-parsers.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 <bdep/new-parsers.hxx>
diff --git a/bdep/new-parsers.hxx b/bdep/new-parsers.hxx
index d50dc09..8b0ebdb 100644
--- a/bdep/new-parsers.hxx
+++ b/bdep/new-parsers.hxx
@@ -1,5 +1,5 @@
// file : bdep/new-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/bdep/new-types.hxx b/bdep/new-types.hxx
index 1b31027..42c40d7 100644
--- a/bdep/new-types.hxx
+++ b/bdep/new-types.hxx
@@ -1,5 +1,5 @@
// file : bdep/new-types.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 BDEP_NEW_TYPES_HXX
diff --git a/bdep/new.cli b/bdep/new.cli
index 09c7a3e..c824509 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -1,5 +1,5 @@
// file : bdep/new.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 764552c..1639b86 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1,5 +1,5 @@
// file : bdep/new.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 <bdep/new.hxx>
diff --git a/bdep/new.hxx b/bdep/new.hxx
index 536feab..ac4a498 100644
--- a/bdep/new.hxx
+++ b/bdep/new.hxx
@@ -1,5 +1,5 @@
// file : bdep/new.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 BDEP_NEW_HXX
diff --git a/bdep/options-types.hxx b/bdep/options-types.hxx
index 3cca75a..eaaeb85 100644
--- a/bdep/options-types.hxx
+++ b/bdep/options-types.hxx
@@ -1,5 +1,5 @@
// file : bdep/options-types.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 BDEP_OPTIONS_TYPES_HXX
diff --git a/bdep/project.cli b/bdep/project.cli
index 469e33d..ef38a2e 100644
--- a/bdep/project.cli
+++ b/bdep/project.cli
@@ -1,5 +1,5 @@
// file : bdep/project.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/common.cli>;
diff --git a/bdep/project.cxx b/bdep/project.cxx
index 8d922b6..b3b76b3 100644
--- a/bdep/project.cxx
+++ b/bdep/project.cxx
@@ -1,5 +1,5 @@
// file : bdep/project.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 <bdep/project.hxx>
diff --git a/bdep/project.hxx b/bdep/project.hxx
index f3c48d7..fe2b766 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -1,5 +1,5 @@
// file : bdep/project.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 BDEP_PROJECT_HXX
diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli
index d3e3e5e..43c2b49 100644
--- a/bdep/projects-configs.cli
+++ b/bdep/projects-configs.cli
@@ -1,5 +1,5 @@
// file : bdep/projects-configs.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/common-options.hxx>;
diff --git a/bdep/status.cli b/bdep/status.cli
index 0cde91e..2e37065 100644
--- a/bdep/status.cli
+++ b/bdep/status.cli
@@ -1,5 +1,5 @@
// file : bdep/status.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/status.cxx b/bdep/status.cxx
index 5ddf681..d0f7aba 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -1,5 +1,5 @@
// file : bdep/status.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 <bdep/status.hxx>
diff --git a/bdep/status.hxx b/bdep/status.hxx
index 2ff45c8..00a5c23 100644
--- a/bdep/status.hxx
+++ b/bdep/status.hxx
@@ -1,5 +1,5 @@
// file : bdep/status.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 BDEP_STATUS_HXX
diff --git a/bdep/sync.cli b/bdep/sync.cli
index ea5d51f..4e0ebb3 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -1,5 +1,5 @@
// file : bdep/sync.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 5ea1726..a10e877 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1,5 +1,5 @@
// file : bdep/sync.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 <bdep/sync.hxx>
diff --git a/bdep/sync.hxx b/bdep/sync.hxx
index 6ca3937..7569017 100644
--- a/bdep/sync.hxx
+++ b/bdep/sync.hxx
@@ -1,5 +1,5 @@
// file : bdep/sync.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 BDEP_SYNC_HXX
diff --git a/bdep/test.cli b/bdep/test.cli
index 8c76386..815f8e7 100644
--- a/bdep/test.cli
+++ b/bdep/test.cli
@@ -1,5 +1,5 @@
// file : bdep/test.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/test.hxx b/bdep/test.hxx
index ff983b2..33fbd8e 100644
--- a/bdep/test.hxx
+++ b/bdep/test.hxx
@@ -1,5 +1,5 @@
// file : bdep/test.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 BDEP_TEST_HXX
diff --git a/bdep/types-parsers.cxx b/bdep/types-parsers.cxx
index 5d0fa34..6b92d8e 100644
--- a/bdep/types-parsers.cxx
+++ b/bdep/types-parsers.cxx
@@ -1,5 +1,5 @@
// file : bdep/types-parsers.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 <bdep/types-parsers.hxx>
diff --git a/bdep/types-parsers.hxx b/bdep/types-parsers.hxx
index 725ffa3..3c23d2e 100644
--- a/bdep/types-parsers.hxx
+++ b/bdep/types-parsers.hxx
@@ -1,5 +1,5 @@
// file : bdep/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 0c412d3..6c2ea8d 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -1,5 +1,5 @@
// file : bdep/types.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 BDEP_TYPES_HXX
diff --git a/bdep/update.cli b/bdep/update.cli
index e78dab4..1ecb7e8 100644
--- a/bdep/update.cli
+++ b/bdep/update.cli
@@ -1,5 +1,5 @@
// file : bdep/update.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <bdep/project.cli>;
diff --git a/bdep/update.hxx b/bdep/update.hxx
index 38d6278..d79c7b2 100644
--- a/bdep/update.hxx
+++ b/bdep/update.hxx
@@ -1,5 +1,5 @@
// file : bdep/update.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 BDEP_UPDATE_HXX
diff --git a/bdep/utility.cxx b/bdep/utility.cxx
index 98b6279..11e77f8 100644
--- a/bdep/utility.cxx
+++ b/bdep/utility.cxx
@@ -1,5 +1,5 @@
// file : bdep/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 <bdep/utility.hxx>
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index c257686..75adf1d 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -1,5 +1,5 @@
// file : bdep/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 BDEP_UTILITY_HXX
diff --git a/bdep/utility.txx b/bdep/utility.txx
index b80388f..23a8c8a 100644
--- a/bdep/utility.txx
+++ b/bdep/utility.txx
@@ -1,5 +1,5 @@
// file : bdep/utility.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream> // cin
diff --git a/bdep/version.hxx.in b/bdep/version.hxx.in
index 73b2df9..bd29a8c 100644
--- a/bdep/version.hxx.in
+++ b/bdep/version.hxx.in
@@ -1,5 +1,5 @@
// file : bdep/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BDEP_VERSION // Note: using the version macro itself.
diff --git a/bdep/wrapper-traits.hxx b/bdep/wrapper-traits.hxx
index f4479f7..f5e55d3 100644
--- a/bdep/wrapper-traits.hxx
+++ b/bdep/wrapper-traits.hxx
@@ -1,5 +1,5 @@
// file : bdep/wrapper-traits.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 BDEP_WRAPPER_TRAITS_HXX
diff --git a/build/bootstrap.build b/build/bootstrap.build
index da6209e..3a723f0 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = bdep
diff --git a/build/export.build b/build/export.build
index 20e99ea..79ab7cf 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index a9f890d..20ec18b 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index fae51a6..150662d 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
diff --git a/doc/buildfile b/doc/buildfile
index 3e8a6e7..bc069f5 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cmds = \
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 355a05a..91bc3e9 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index 58b2eaf..9013029 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# We need to configure C++ module to pass the compiler path to some of bdep
diff --git a/tests/buildfile b/tests/buildfile
index 4caf55d..6ab9123 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
diff --git a/tests/common.test b/tests/common.test
index 3aefde4..f872ccb 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -1,5 +1,5 @@
# file : tests/common.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used variables setup and driver command line.
diff --git a/tests/fetch.test b/tests/fetch.test
index e7fd54e..0d0c1bc 100644
--- a/tests/fetch.test
+++ b/tests/fetch.test
@@ -1,5 +1,5 @@
# file : tests/fetch.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test project.test
diff --git a/tests/init.test b/tests/init.test
index 0064cf7..40e9500 100644
--- a/tests/init.test
+++ b/tests/init.test
@@ -1,5 +1,5 @@
# file : tests/init.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both init and deinit commands.
diff --git a/tests/new.test b/tests/new.test
index ab9e25a..9a8c14f 100644
--- a/tests/new.test
+++ b/tests/new.test
@@ -1,5 +1,5 @@
# file : tests/new.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test
diff --git a/tests/project.test b/tests/project.test
index 06d6ccc..6ab2b4b 100644
--- a/tests/project.test
+++ b/tests/project.test
@@ -1,5 +1,5 @@
# file : tests/project.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create and initialize a sample build2 C++ executable project that will be
diff --git a/tests/status.test b/tests/status.test
index 9871898..676dac0 100644
--- a/tests/status.test
+++ b/tests/status.test
@@ -1,5 +1,5 @@
# file : tests/status.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test project.test
diff --git a/tests/sync.test b/tests/sync.test
index 195a8e0..c086a02 100644
--- a/tests/sync.test
+++ b/tests/sync.test
@@ -1,5 +1,5 @@
# file : tests/sync.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test
diff --git a/tests/test.test b/tests/test.test
index a2ed771..33952d5 100644
--- a/tests/test.test
+++ b/tests/test.test
@@ -1,5 +1,5 @@
# file : tests/test.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test
diff --git a/tests/update.test b/tests/update.test
index 3e8e5f5..de6aa22 100644
--- a/tests/update.test
+++ b/tests/update.test
@@ -1,5 +1,5 @@
# file : tests/update.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both update and clean commands.