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 - 8 files changed, 8 deletions(-) (limited to 'etc/bootstrap') 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 [] []" -- cgit v1.1