Use MIT license on *NIX and MSFT License on Windows
authorMatt Ellis <matell@microsoft.com>
Thu, 8 Jun 2017 05:31:50 +0000 (22:31 -0700)
committerMatt Ellis <matell@microsoft.com>
Wed, 21 Jun 2017 19:04:16 +0000 (12:04 -0700)
commitb189faa1625d8c3b6e09340c3807d78c258a4952
tree5bbbfd30157d479e5dc50d03ed28f7db095de315
parentd7720da5a3c6ad88fecc6f99c39904049b06472a
Use MIT license on *NIX and MSFT License on Windows

We can't use the MIT license for our Windows zip's or msi's because we
include closed source stuff (windows api set shims, native
diasymreader and the ucrt). However, on *nix, everything we redist is
open source and licensed as MIT (or covered by the
ThirdPartyNotices.txt file).

Commit migrated from https://github.com/dotnet/core-setup/commit/85eedae4a3ea853a12bf701c8f2a5cc98f9905be
52 files changed:
src/installer/pkg/packaging/LICENSE.txt [deleted file]
src/installer/pkg/packaging/dir.proj
src/installer/pkg/packaging/osx/hostfxr/resources/cs.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/de.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/en.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/es.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/fr.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/it.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/ja.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/ko.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/pl.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/pt-br.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/ru.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/tr.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/zh-hans.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/hostfxr/resources/zh-hant.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/package.targets
src/installer/pkg/packaging/osx/resources/cs.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/de.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/en.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/es.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/fr.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/it.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/ja.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/ko.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/pl.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/pt-br.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/ru.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/tr.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/zh-hans.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/resources/zh-hant.lproj/eula.rtf [new file with mode: 0644]
src/installer/pkg/packaging/osx/sharedframework/resources/en.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/cs.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/de.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/en.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/es.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/fr.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/it.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/ja.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/ko.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/pl.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/pt-br.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/ru.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/tr.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/osx/sharedhost/resources/zh-hans.lproj/eula.rtf [deleted file]
src/installer/pkg/packaging/windows/eula.rtf [moved from src/installer/pkg/packaging/osx/sharedhost/resources/zh-hant.lproj/eula.rtf with 100% similarity]
src/installer/pkg/packaging/windows/host/generatemsi.ps1
src/installer/pkg/packaging/windows/hostfxr/generatemsi.ps1
src/installer/pkg/packaging/windows/sharedframework/generatebundle.ps1
src/installer/pkg/packaging/windows/sharedframework/generatemsi.ps1
src/installer/resources/LICENSE-MIT.txt [new file with mode: 0644]
src/installer/resources/LICENSE-MSFT.txt [moved from src/installer/resources/LICENSE.txt with 100% similarity]