diff options
Diffstat (limited to 'etc/environments')
-rwxr-xr-x | etc/environments/default | 2 | ||||
-rw-r--r-- | etc/environments/default-clang.bat | 2 | ||||
-rwxr-xr-x | etc/environments/default-emcc | 2 | ||||
-rw-r--r-- | etc/environments/default-mingw.bat | 2 | ||||
-rw-r--r-- | etc/environments/default-msvc-14.bat | 2 | ||||
-rw-r--r-- | etc/environments/default-msvc.bat | 2 |
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. |