From d1c466745c1bb3c8267100eb3bc6d11ef6b3cc25 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 16:11:48 +0300 Subject: Drop copyright notice from source code --- tests/ci/buildfile | 1 - tests/ci/ci-dir.testscript | 1 - tests/ci/ci-load.testscript | 1 - tests/ci/data.testscript | 1 - tests/load/buildfile | 1 - tests/load/driver.cxx | 1 - tests/submit/buildfile | 1 - tests/submit/data.testscript | 1 - tests/submit/submit-dir.testscript | 1 - tests/submit/submit-git.testscript | 1 - tests/web/xhtml/buildfile | 1 - tests/web/xhtml/driver.cxx | 1 - 12 files changed, 12 deletions(-) (limited to 'tests') diff --git a/tests/ci/buildfile b/tests/ci/buildfile index 280e364..6f6e82d 100644 --- a/tests/ci/buildfile +++ b/tests/ci/buildfile @@ -1,5 +1,4 @@ # file : tests/ci/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file dir = ../../brep/handler/ci/ diff --git a/tests/ci/ci-dir.testscript b/tests/ci/ci-dir.testscript index c850df0..be5a9b9 100644 --- a/tests/ci/ci-dir.testscript +++ b/tests/ci/ci-dir.testscript @@ -1,5 +1,4 @@ # file : tests/ci/ci-dir.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include data.testscript diff --git a/tests/ci/ci-load.testscript b/tests/ci/ci-load.testscript index bc0d521..57fa9d1 100644 --- a/tests/ci/ci-load.testscript +++ b/tests/ci/ci-load.testscript @@ -1,5 +1,4 @@ # file : tests/ci/ci-load.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include data.testscript diff --git a/tests/ci/data.testscript b/tests/ci/data.testscript index f584bc6..74a1527 100644 --- a/tests/ci/data.testscript +++ b/tests/ci/data.testscript @@ -1,5 +1,4 @@ # file : tests/ci/data.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Pre-created CI request data directory that will be copied by subsequent diff --git a/tests/load/buildfile b/tests/load/buildfile index 61ec037..315b59e 100644 --- a/tests/load/buildfile +++ b/tests/load/buildfile @@ -1,5 +1,4 @@ # file : tests/load/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs += libbpkg%lib{bpkg} diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index d685c18..420c1e3 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -1,5 +1,4 @@ // file : tests/load/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/submit/buildfile b/tests/submit/buildfile index aaffede..1845d23 100644 --- a/tests/submit/buildfile +++ b/tests/submit/buildfile @@ -1,5 +1,4 @@ # file : tests/submit/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file dir = ../../brep/handler/submit/ diff --git a/tests/submit/data.testscript b/tests/submit/data.testscript index 70507d5..875b4eb 100644 --- a/tests/submit/data.testscript +++ b/tests/submit/data.testscript @@ -1,5 +1,4 @@ # file : tests/submit/data.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Pre-created submission data directory that will be copied by subsequent diff --git a/tests/submit/submit-dir.testscript b/tests/submit/submit-dir.testscript index 4a0c619..81dc494 100644 --- a/tests/submit/submit-dir.testscript +++ b/tests/submit/submit-dir.testscript @@ -1,5 +1,4 @@ # file : tests/submit/submit-dir.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include data.testscript diff --git a/tests/submit/submit-git.testscript b/tests/submit/submit-git.testscript index 122c9ae..c0a31fe 100644 --- a/tests/submit/submit-git.testscript +++ b/tests/submit/submit-git.testscript @@ -1,5 +1,4 @@ # file : tests/submit/submit-git.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include data.testscript diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index 983909f..6ddd5ae 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -1,5 +1,4 @@ # file : tests/web/xhtml/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../../../web/ diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx index 9b35ae8..ff554e4 100644 --- a/tests/web/xhtml/driver.cxx +++ b/tests/web/xhtml/driver.cxx @@ -1,5 +1,4 @@ // file : tests/web/xhtml/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1