aboutsummaryrefslogtreecommitdiff
path: root/etc/environments
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/environments
parent18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff)
Finalize license
Diffstat (limited to 'etc/environments')
-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
6 files changed, 6 insertions, 6 deletions
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.