From d65be72b09d05453c082527ea9d6af0585e98bbc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 15:29:04 +0300 Subject: Drop copyright notice from source code --- tests/build-class-expr/buildfile | 1 - tests/build-class-expr/driver.cxx | 1 - tests/build-class-expr/testscript | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/manifest/buildfile | 1 - tests/manifest/driver.cxx | 1 - tests/manifest/testscript | 1 - tests/overrides/buildfile | 1 - tests/overrides/driver.cxx | 1 - tests/overrides/testscript | 1 - tests/package-version/buildfile | 1 - tests/package-version/driver.cxx | 1 - tests/repository-location/buildfile | 1 - tests/repository-location/driver.cxx | 1 - 16 files changed, 16 deletions(-) (limited to 'tests') diff --git a/tests/build-class-expr/buildfile b/tests/build-class-expr/buildfile index 2c51a5d..af8bcd9 100644 --- a/tests/build-class-expr/buildfile +++ b/tests/build-class-expr/buildfile @@ -1,5 +1,4 @@ # file : tests/build-class-expr/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/build-class-expr/driver.cxx b/tests/build-class-expr/driver.cxx index d2797ac..2ca123a 100644 --- a/tests/build-class-expr/driver.cxx +++ b/tests/build-class-expr/driver.cxx @@ -1,5 +1,4 @@ // file : tests/build-class-expr/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build-class-expr/testscript b/tests/build-class-expr/testscript index af52f87..9ae255e 100644 --- a/tests/build-class-expr/testscript +++ b/tests/build-class-expr/testscript @@ -1,5 +1,4 @@ # file : tests/build-class-expr/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid 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/manifest/buildfile b/tests/manifest/buildfile index 627ef9e..f49c1ef 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 85097be..7ea77e3 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/testscript b/tests/manifest/testscript index ee47889..a271a74 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -1,5 +1,4 @@ # file : tests/manifest/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : package diff --git a/tests/overrides/buildfile b/tests/overrides/buildfile index bcc0224..fb7a7e4 100644 --- a/tests/overrides/buildfile +++ b/tests/overrides/buildfile @@ -1,5 +1,4 @@ # file : tests/overrides/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/overrides/driver.cxx b/tests/overrides/driver.cxx index fea4294..4302bb1 100644 --- a/tests/overrides/driver.cxx +++ b/tests/overrides/driver.cxx @@ -1,5 +1,4 @@ // file : tests/overrides/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/overrides/testscript b/tests/overrides/testscript index 9a7472f..6100485 100644 --- a/tests/overrides/testscript +++ b/tests/overrides/testscript @@ -1,5 +1,4 @@ # file : tests/overrides/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile index a44f876..0bca58a 100644 --- a/tests/package-version/buildfile +++ b/tests/package-version/buildfile @@ -1,5 +1,4 @@ # file : tests/package-version/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index 4ecaa57..57c3f04 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -1,5 +1,4 @@ // file : tests/package-version/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile index c9f072f..942d723 100644 --- a/tests/repository-location/buildfile +++ b/tests/repository-location/buildfile @@ -1,5 +1,4 @@ # file : tests/repository-location/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 6ad0bcf..a91c2e8 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -1,5 +1,4 @@ // file : tests/repository-location/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1