From ee6639c3aa1e188bae0eb645373b6c594bddf2c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Sep 2021 12:53:09 +0200 Subject: Finalize license --- etc/environments/default | 2 +- etc/environments/default-clang.bat | 2 +- etc/environments/default-emcc | 2 +- etc/environments/default-mingw.bat | 2 +- etc/environments/default-msvc-14.bat | 2 +- etc/environments/default-msvc.bat | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/environments') 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. -- cgit v1.1