From 6782634f4e4606a1a934dfda5cf52543f74f78cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 21:15:21 +0300 Subject: Update copyright year --- LICENSE | 2 +- build/bootstrap.build | 2 +- build/export.build | 2 +- build/root.build | 2 +- buildfile | 2 +- libbbot/build-config.cxx | 2 +- libbbot/build-config.hxx | 2 +- libbbot/buildfile | 2 +- libbbot/export.hxx | 2 +- libbbot/manifest.cxx | 2 +- libbbot/manifest.hxx | 2 +- libbbot/version.hxx.in | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/buildtab/buildfile | 2 +- tests/buildtab/driver.cxx | 2 +- tests/buildtab/testscript | 2 +- tests/manifest/buildfile | 2 +- tests/manifest/driver.cxx | 2 +- tests/manifest/machine-header.test | 2 +- tests/manifest/result-request.test | 2 +- tests/manifest/result.test | 2 +- tests/manifest/task-request.test | 2 +- tests/manifest/task-response.test | 2 +- tests/manifest/task.test | 2 +- 26 files changed, 26 insertions(+), 26 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/build/bootstrap.build b/build/bootstrap.build index a9e596b..81d89a2 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 = libbbot diff --git a/build/export.build b/build/export.build index 8269e23..c112d63 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 33752ca..3f89c1a 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/libbbot/build-config.cxx b/libbbot/build-config.cxx index 05d123e..23935e3 100644 --- a/libbbot/build-config.cxx +++ b/libbbot/build-config.cxx @@ -1,5 +1,5 @@ // file : libbbot/build-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 diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx index 29fba1b..7ff5eba 100644 --- a/libbbot/build-config.hxx +++ b/libbbot/build-config.hxx @@ -1,5 +1,5 @@ // file : libbbot/build-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 LIBBBOT_BUILD_CONFIG_HXX diff --git a/libbbot/buildfile b/libbbot/buildfile index f3b4a0a..e13c7c0 100644 --- a/libbbot/buildfile +++ b/libbbot/buildfile @@ -1,5 +1,5 @@ # file : libbbot/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import int_libs = libbutl%lib{butl} libbpkg%lib{bpkg} diff --git a/libbbot/export.hxx b/libbbot/export.hxx index eef4cf7..842d937 100644 --- a/libbbot/export.hxx +++ b/libbbot/export.hxx @@ -1,5 +1,5 @@ // file : libbbot/export.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 LIBBBOT_EXPORT_HXX diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index 79bee95..3a31f55 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -1,5 +1,5 @@ // file : libbbot/manifest.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 diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 117abb6..fcb1056 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -1,5 +1,5 @@ // file : libbbot/manifest.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 LIBBBOT_MANIFEST_HXX diff --git a/libbbot/version.hxx.in b/libbbot/version.hxx.in index cae4e34..937615d 100644 --- a/libbbot/version.hxx.in +++ b/libbbot/version.hxx.in @@ -1,5 +1,5 @@ // file : libbbot/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 LIBBBOT_VERSION // Note: using the version macro itself. 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 3f39ff5..d915191 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 cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index 9eea969..d248d2b 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 ./: {*/ -build/} diff --git a/tests/buildtab/buildfile b/tests/buildtab/buildfile index 99b93e1..fec7c4a 100644 --- a/tests/buildtab/buildfile +++ b/tests/buildtab/buildfile @@ -1,5 +1,5 @@ # file : tests/buildtab/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx index 1ea2f93..097b3d9 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -1,5 +1,5 @@ // file : tests/buildtab/driver.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 // ios::failbit, ios::badbit diff --git a/tests/buildtab/testscript b/tests/buildtab/testscript index dee069a..6adc4bc 100644 --- a/tests/buildtab/testscript +++ b/tests/buildtab/testscript @@ -1,5 +1,5 @@ # file : tests/buildtab/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 62b3686..589ef02 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 91fd512..15c9513 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest/driver.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 // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/machine-header.test b/tests/manifest/machine-header.test index c70be7f..6b880b1 100644 --- a/tests/manifest/machine-header.test +++ b/tests/manifest/machine-header.test @@ -1,5 +1,5 @@ # file : tests/manifest/machine-header.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -m diff --git a/tests/manifest/result-request.test b/tests/manifest/result-request.test index f4845e6..7b03ce1 100644 --- a/tests/manifest/result-request.test +++ b/tests/manifest/result-request.test @@ -1,5 +1,5 @@ # file : tests/manifest/result-request.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -rq diff --git a/tests/manifest/result.test b/tests/manifest/result.test index 52964e0..2735e53 100644 --- a/tests/manifest/result.test +++ b/tests/manifest/result.test @@ -1,5 +1,5 @@ # file : tests/manifest/result.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -r diff --git a/tests/manifest/task-request.test b/tests/manifest/task-request.test index e3b0cd7..c8c4150 100644 --- a/tests/manifest/task-request.test +++ b/tests/manifest/task-request.test @@ -1,5 +1,5 @@ # file : tests/manifest/task-request.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -tq diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.test index 58c880c..f92e43f 100644 --- a/tests/manifest/task-response.test +++ b/tests/manifest/task-response.test @@ -1,5 +1,5 @@ # file : tests/manifest/task-response.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -ts diff --git a/tests/manifest/task.test b/tests/manifest/task.test index 4013f52..c78ce19 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.test @@ -1,5 +1,5 @@ # file : tests/manifest/task.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -t -- cgit v1.1