aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
commitee6639c3aa1e188bae0eb645373b6c594bddf2c6 (patch)
treec37519d8184812280bf9bfe5ecc79cbb67195e95 /etc
parent18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff)
Finalize license
Diffstat (limited to 'etc')
-rw-r--r--etc/bootstrap/bbot-bootstrap-clang.bat2
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-freebsd.sh2
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-linux.sh2
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-macos.sh2
-rw-r--r--etc/bootstrap/bbot-bootstrap-mingw.bat2
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-14.bat2
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc.bat2
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh2
-rw-r--r--etc/buildfile2
-rwxr-xr-xetc/environments/default2
-rw-r--r--etc/environments/default-clang.bat2
-rwxr-xr-xetc/environments/default-emcc2
-rw-r--r--etc/environments/default-mingw.bat2
-rw-r--r--etc/environments/default-msvc-14.bat2
-rw-r--r--etc/environments/default-msvc.bat2
15 files changed, 15 insertions, 15 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>]"
diff --git a/etc/buildfile b/etc/buildfile
index c421d23..a21410a 100644
--- a/etc/buildfile
+++ b/etc/buildfile
@@ -1,5 +1,5 @@
# file : etc/buildfile
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
./: file{** -buildfile}
diff --git a/etc/environments/default b/etc/environments/default
index c7c7953..f5a5b3c 100755
--- a/etc/environments/default
+++ b/etc/environments/default
@@ -1,7 +1,7 @@
#!/bin/sh
# file : etc/environments/default
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
#
# Environment setup script for C/C++ compilation.
diff --git a/etc/environments/default-clang.bat b/etc/environments/default-clang.bat
index 75861ff..d1faca7 100644
--- a/etc/environments/default-clang.bat
+++ b/etc/environments/default-clang.bat
@@ -1,7 +1,7 @@
@echo off
rem file : etc/environments/default-clang.bat
-rem license : TBC; see accompanying LICENSE file
+rem license : MIT; see accompanying LICENSE file
rem
rem Environment setup script for C/C++ compilation with Clang targeting
diff --git a/etc/environments/default-emcc b/etc/environments/default-emcc
index 509542f..9a8e595 100755
--- a/etc/environments/default-emcc
+++ b/etc/environments/default-emcc
@@ -1,7 +1,7 @@
#!/bin/sh
# file : etc/environments/default-emcc
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
#
# Environment setup script for C/C++ compilation with Emscripten using
diff --git a/etc/environments/default-mingw.bat b/etc/environments/default-mingw.bat
index 9adee8f..e8bdf3d 100644
--- a/etc/environments/default-mingw.bat
+++ b/etc/environments/default-mingw.bat
@@ -1,7 +1,7 @@
@echo off
rem file : etc/environments/default-mingw.bat
-rem license : TBC; see accompanying LICENSE file
+rem license : MIT; see accompanying LICENSE file
rem
rem Environment setup script for C/C++ compilation with MinGW GCC.
diff --git a/etc/environments/default-msvc-14.bat b/etc/environments/default-msvc-14.bat
index f5e64eb..cc5ab15 100644
--- a/etc/environments/default-msvc-14.bat
+++ b/etc/environments/default-msvc-14.bat
@@ -1,7 +1,7 @@
@echo off
rem file : etc/environments/default-msvc-14.bat
-rem license : TBC; see accompanying LICENSE file
+rem license : MIT; see accompanying LICENSE file
rem
rem Environment setup script for C/C++ compilation with Visual Studio 14.
diff --git a/etc/environments/default-msvc.bat b/etc/environments/default-msvc.bat
index 563a81a..c856fc9 100644
--- a/etc/environments/default-msvc.bat
+++ b/etc/environments/default-msvc.bat
@@ -1,7 +1,7 @@
@echo off
rem file : etc/environments/default-msvc.bat
-rem license : TBC; see accompanying LICENSE file
+rem license : MIT; see accompanying LICENSE file
rem
rem Environment setup script for C/C++ compilation with Visual Studio.