aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:29:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 15:29:04 +0300
commitd65be72b09d05453c082527ea9d6af0585e98bbc (patch)
treeb9ee19ccfa766671de2a77094675022b13d3c9bf
parent9d464cac019c20d0f1c476552041d4d8b093414b (diff)
Drop copyright notice from source code
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/export.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--libbpkg/buildfile1
-rw-r--r--libbpkg/export.hxx1
-rw-r--r--libbpkg/manifest.cxx1
-rw-r--r--libbpkg/manifest.hxx1
-rw-r--r--libbpkg/package-name.hxx1
-rw-r--r--libbpkg/version.hxx.in1
-rw-r--r--tests/build-class-expr/buildfile1
-rw-r--r--tests/build-class-expr/driver.cxx1
-rw-r--r--tests/build-class-expr/testscript1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/manifest/buildfile1
-rw-r--r--tests/manifest/driver.cxx1
-rw-r--r--tests/manifest/testscript1
-rw-r--r--tests/overrides/buildfile1
-rw-r--r--tests/overrides/driver.cxx1
-rw-r--r--tests/overrides/testscript1
-rw-r--r--tests/package-version/buildfile1
-rw-r--r--tests/package-version/driver.cxx1
-rw-r--r--tests/repository-location/buildfile1
-rw-r--r--tests/repository-location/driver.cxx1
26 files changed, 0 insertions, 26 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index e39ca94..44015a7 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 = libbpkg
diff --git a/build/export.build b/build/export.build
index fdd17ef..daa5993 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/libbpkg/buildfile b/libbpkg/buildfile
index 82aac78..dcdd8bd 100644
--- a/libbpkg/buildfile
+++ b/libbpkg/buildfile
@@ -1,5 +1,4 @@
# file : libbpkg/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import int_libs = libbutl%lib{butl}
diff --git a/libbpkg/export.hxx b/libbpkg/export.hxx
index 2738845..1e971fa 100644
--- a/libbpkg/export.hxx
+++ b/libbpkg/export.hxx
@@ -1,5 +1,4 @@
// file : libbpkg/export.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_EXPORT_HXX
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index ae4a70b..7de5f7e 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -1,5 +1,4 @@
// file : libbpkg/manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbpkg/manifest.hxx>
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index d25e98c..80b410d 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -1,5 +1,4 @@
// file : libbpkg/manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_MANIFEST_HXX
diff --git a/libbpkg/package-name.hxx b/libbpkg/package-name.hxx
index 52301c7..1828fa2 100644
--- a/libbpkg/package-name.hxx
+++ b/libbpkg/package-name.hxx
@@ -1,5 +1,4 @@
// file : libbpkg/package-name.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_PACKAGE_NAME_HXX
diff --git a/libbpkg/version.hxx.in b/libbpkg/version.hxx.in
index d8731d3..0c48d2f 100644
--- a/libbpkg/version.hxx.in
+++ b/libbpkg/version.hxx.in
@@ -1,5 +1,4 @@
// file : libbpkg/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_VERSION // Note: using the version macro itself.
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 <ios>
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> // 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> // 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 <string>
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 <string>