diff options
Diffstat (limited to 'etc/bootstrap')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-clang.bat | 2 | ||||
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap-freebsd.sh | 2 | ||||
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap-linux.sh | 2 | ||||
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap-macos.sh | 2 | ||||
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-mingw.bat | 2 | ||||
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-14.bat | 2 | ||||
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc.bat | 2 | ||||
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat index 79c4009..3f4e35d 100644 --- a/etc/bootstrap/bbot-bootstrap-clang.bat +++ b/etc/bootstrap/bbot-bootstrap-clang.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-clang.bat -rem license : TBC; see accompanying LICENSE file +rem license : MIT; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh index 4668dfd..58eba53 100755 --- a/etc/bootstrap/bbot-bootstrap-freebsd.sh +++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-freebsd.sh -# license : TBC; see accompanying LICENSE file +# license : MIT; 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 71a1dda..4a79227 100755 --- a/etc/bootstrap/bbot-bootstrap-linux.sh +++ b/etc/bootstrap/bbot-bootstrap-linux.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-linux.sh -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file if ! jobs="$(nproc)"; then jobs=1 diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh index a83b0ec..fd28e8b 100755 --- a/etc/bootstrap/bbot-bootstrap-macos.sh +++ b/etc/bootstrap/bbot-bootstrap-macos.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-macos.sh -# license : TBC; see accompanying LICENSE file +# license : MIT; 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 bea22d9..823bc1c 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-mingw.bat -rem license : TBC; see accompanying LICENSE file +rem license : MIT; 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 efa1ecd..34ecf54 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc-14.bat -rem license : TBC; see accompanying LICENSE file +rem license : MIT; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-msvc.bat b/etc/bootstrap/bbot-bootstrap-msvc.bat index ba08fd5..ab119b8 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc.bat -rem license : TBC; see accompanying LICENSE file +rem license : MIT; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh index 2204de7..495bbf1 100755 --- a/etc/bootstrap/bbot-bootstrap.sh +++ b/etc/bootstrap/bbot-bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap.sh -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file usage="Usage: $0 [<options>] [<build-options>]" |