From 55f33160d7cbb7874c98a3a6cb2e877e29d7d871 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 16:14:03 +0300 Subject: Drop copyright notice from source code --- build/bootstrap.build | 1 - build/export.build | 1 - build/root.build | 1 - buildfile | 1 - libbbot/build-config.cxx | 1 - libbbot/build-config.hxx | 1 - libbbot/buildfile | 1 - libbbot/export.hxx | 1 - libbbot/manifest.cxx | 1 - libbbot/manifest.hxx | 1 - libbbot/version.hxx.in | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/buildtab/buildfile | 1 - tests/buildtab/driver.cxx | 1 - tests/buildtab/testscript | 1 - tests/manifest/buildfile | 1 - tests/manifest/driver.cxx | 1 - tests/manifest/machine-header.testscript | 1 - tests/manifest/result-request.testscript | 1 - tests/manifest/result.testscript | 1 - tests/manifest/task-request.testscript | 1 - tests/manifest/task-response.testscript | 1 - tests/manifest/task.testscript | 1 - 25 files changed, 25 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 08c5af7..3d321a7 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = libbbot diff --git a/build/export.build b/build/export.build index cd214b1..0e5dff2 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index 00caf0d..ad3f3a7 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index 6500356..4e788df 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} manifest diff --git a/libbbot/build-config.cxx b/libbbot/build-config.cxx index 65a64ab..ff365e3 100644 --- a/libbbot/build-config.cxx +++ b/libbbot/build-config.cxx @@ -1,5 +1,4 @@ // file : libbbot/build-config.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx index a7cc6a2..3541388 100644 --- a/libbbot/build-config.hxx +++ b/libbbot/build-config.hxx @@ -1,5 +1,4 @@ // file : libbbot/build-config.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBBOT_BUILD_CONFIG_HXX diff --git a/libbbot/buildfile b/libbbot/buildfile index 0b56dcf..bd36a55 100644 --- a/libbbot/buildfile +++ b/libbbot/buildfile @@ -1,5 +1,4 @@ # file : libbbot/buildfile -# copyright : Copyright (c) 2014-2019 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 e5514fb..af51909 100644 --- a/libbbot/export.hxx +++ b/libbbot/export.hxx @@ -1,5 +1,4 @@ // file : libbbot/export.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef LIBBBOT_EXPORT_HXX diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index aa9d508..df74225 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -1,5 +1,4 @@ // file : libbbot/manifest.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 73d8c9a..bbe7055 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -1,5 +1,4 @@ // file : libbbot/manifest.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 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 f81c337..bcf9124 100644 --- a/libbbot/version.hxx.in +++ b/libbbot/version.hxx.in @@ -1,5 +1,4 @@ // file : libbbot/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2014-2019 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 b42a95d..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2019 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 2a85899..bb274d3 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index d914409..556ed55 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/buildtab/buildfile b/tests/buildtab/buildfile index b038b08..154feb2 100644 --- a/tests/buildtab/buildfile +++ b/tests/buildtab/buildfile @@ -1,5 +1,4 @@ # file : tests/buildtab/buildfile -# copyright : Copyright (c) 2014-2019 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 c7d7a1d..13d0d71 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -1,5 +1,4 @@ // file : tests/buildtab/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 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 e2bd2bc..c9b5389 100644 --- a/tests/buildtab/testscript +++ b/tests/buildtab/testscript @@ -1,5 +1,4 @@ # file : tests/buildtab/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index dd469ab..7dc2517 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,4 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2019 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 df5abf8..821aa63 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,4 @@ // file : tests/manifest/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/machine-header.testscript b/tests/manifest/machine-header.testscript index c9ea898..84295d2 100644 --- a/tests/manifest/machine-header.testscript +++ b/tests/manifest/machine-header.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/machine-header.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -m diff --git a/tests/manifest/result-request.testscript b/tests/manifest/result-request.testscript index cd001c1..e2c4a94 100644 --- a/tests/manifest/result-request.testscript +++ b/tests/manifest/result-request.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/result-request.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -rq diff --git a/tests/manifest/result.testscript b/tests/manifest/result.testscript index b6c9785..c530170 100644 --- a/tests/manifest/result.testscript +++ b/tests/manifest/result.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/result.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -r diff --git a/tests/manifest/task-request.testscript b/tests/manifest/task-request.testscript index fecf849..4b797f6 100644 --- a/tests/manifest/task-request.testscript +++ b/tests/manifest/task-request.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task-request.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -tq diff --git a/tests/manifest/task-response.testscript b/tests/manifest/task-response.testscript index 45bae22..e7dbdb9 100644 --- a/tests/manifest/task-response.testscript +++ b/tests/manifest/task-response.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task-response.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -ts diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript index 9852f91..8b27f04 100644 --- a/tests/manifest/task.testscript +++ b/tests/manifest/task.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -t -- cgit v1.1