From 69457921c27b6a6b5e043ec03c7ab9c48a588278 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 16:19:33 +0300 Subject: Drop copyright notice from source code --- etc/bootstrap/bbot-bootstrap-clang.bat | 1 - etc/bootstrap/bbot-bootstrap-freebsd.sh | 1 - etc/bootstrap/bbot-bootstrap-linux.sh | 1 - etc/bootstrap/bbot-bootstrap-macos.sh | 1 - etc/bootstrap/bbot-bootstrap-mingw.bat | 1 - etc/bootstrap/bbot-bootstrap-msvc-14.bat | 1 - etc/bootstrap/bbot-bootstrap-msvc.bat | 1 - etc/bootstrap/bbot-bootstrap.sh | 1 - etc/buildfile | 1 - etc/environments/default | 1 - etc/environments/default-clang.bat | 1 - etc/environments/default-mingw.bat | 1 - etc/environments/default-msvc-14.bat | 1 - etc/environments/default-msvc.bat | 1 - 14 files changed, 14 deletions(-) (limited to 'etc') diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat index c2be121..09bd0e7 100644 --- a/etc/bootstrap/bbot-bootstrap-clang.bat +++ b/etc/bootstrap/bbot-bootstrap-clang.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-clang.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh index 0370340..4668dfd 100755 --- a/etc/bootstrap/bbot-bootstrap-freebsd.sh +++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh @@ -1,7 +1,6 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-freebsd.sh -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file # Note: install GNU make with 'pkg install gmake'. diff --git a/etc/bootstrap/bbot-bootstrap-linux.sh b/etc/bootstrap/bbot-bootstrap-linux.sh index 10749ce..71a1dda 100755 --- a/etc/bootstrap/bbot-bootstrap-linux.sh +++ b/etc/bootstrap/bbot-bootstrap-linux.sh @@ -1,7 +1,6 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-linux.sh -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file if ! jobs="$(nproc)"; then diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh index f2dcd98..a83b0ec 100755 --- a/etc/bootstrap/bbot-bootstrap-macos.sh +++ b/etc/bootstrap/bbot-bootstrap-macos.sh @@ -1,7 +1,6 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-macos.sh -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file # open -a Terminal -n -F ~/bbot-bootstrap-macos.sh diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index ef87ec7..a8bfc80 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-mingw.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index b46e322..8d8bb89 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc-14.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-msvc.bat b/etc/bootstrap/bbot-bootstrap-msvc.bat index 37eae21..6dd9579 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh index f4d672d..2204de7 100755 --- a/etc/bootstrap/bbot-bootstrap.sh +++ b/etc/bootstrap/bbot-bootstrap.sh @@ -1,7 +1,6 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap.sh -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file usage="Usage: $0 [] []" diff --git a/etc/buildfile b/etc/buildfile index 5ad60f4..c421d23 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -1,5 +1,4 @@ # file : etc/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file ./: file{** -buildfile} diff --git a/etc/environments/default b/etc/environments/default index 2155f72..25646e6 100755 --- a/etc/environments/default +++ b/etc/environments/default @@ -1,7 +1,6 @@ #!/bin/sh # file : etc/environments/default -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file # diff --git a/etc/environments/default-clang.bat b/etc/environments/default-clang.bat index 844372c..769e6dd 100644 --- a/etc/environments/default-clang.bat +++ b/etc/environments/default-clang.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/environments/default-clang.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem diff --git a/etc/environments/default-mingw.bat b/etc/environments/default-mingw.bat index 26d994c..29861a5 100644 --- a/etc/environments/default-mingw.bat +++ b/etc/environments/default-mingw.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/environments/default-mingw.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem diff --git a/etc/environments/default-msvc-14.bat b/etc/environments/default-msvc-14.bat index 76e2385..d05e125 100644 --- a/etc/environments/default-msvc-14.bat +++ b/etc/environments/default-msvc-14.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/environments/default-msvc-14.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem diff --git a/etc/environments/default-msvc.bat b/etc/environments/default-msvc.bat index 86f4f76..670b3a8 100644 --- a/etc/environments/default-msvc.bat +++ b/etc/environments/default-msvc.bat @@ -1,7 +1,6 @@ @echo off rem file : etc/environments/default-msvc.bat -rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem -- cgit v1.1