diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-06-19 17:49:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-06-19 17:49:04 (GMT) |
commit | 6d58f8dc525f2bdf7e6d4d2b4ce1e63a6a166940 (patch) | |
tree | b7f704e17f47a763f6bbb33ddbb8781d4a049dd0 /Tools/msi/crt/crtlicense.txt | |
parent | 4ab4ac8e035060956f71fb73feae567a83bc5fbd (diff) | |
download | cpython-6d58f8dc525f2bdf7e6d4d2b4ce1e63a6a166940.zip cpython-6d58f8dc525f2bdf7e6d4d2b4ce1e63a6a166940.tar.gz cpython-6d58f8dc525f2bdf7e6d4d2b4ce1e63a6a166940.tar.bz2 |
Issue 24476: Statically links vcruntime140.dll and removes it from the installer
Diffstat (limited to 'Tools/msi/crt/crtlicense.txt')
-rw-r--r-- | Tools/msi/crt/crtlicense.txt | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Tools/msi/crt/crtlicense.txt b/Tools/msi/crt/crtlicense.txt deleted file mode 100644 index 1f0f1f9..0000000 --- a/Tools/msi/crt/crtlicense.txt +++ /dev/null @@ -1,47 +0,0 @@ - - -Additional Conditions for this Windows binary build ---------------------------------------------------- - -This program is linked with and uses Microsoft Distributable Code, -copyrighted by Microsoft Corporation. The Microsoft Distributable Code -includes the following files: - -appcrt140.dll -desktopcrt140.dll -vcruntime140.dll -msvcp140.dll -concrt140.dll -vccorlib140.dll - -If you further distribute programs that include the Microsoft -Distributable Code, you must comply with the restrictions on -distribution specified by Microsoft. In particular, you must require -distributors and external end users to agree to terms that protect the -Microsoft Distributable Code at least as much as Microsoft's own -requirements for the Distributable Code. See Microsoft's documentation -(included in its developer tools and on its website at microsoft.com) -for specific details. - -Redistribution of the Windows binary build of the Python interpreter -complies with this agreement, provided that you do not: - -- alter any copyright, trademark or patent notice in Microsoft's -Distributable Code; - -- use Microsoft's trademarks in your programs' names or in a way that -suggests your programs come from or are endorsed by Microsoft; - -- distribute Microsoft's Distributable Code to run on a platform other -than Microsoft operating systems, run-time technologies or application -platforms; or - -- include Microsoft Distributable Code in malicious, deceptive or -unlawful programs. - -These restrictions apply only to the Microsoft Distributable Code as -defined above, not to Python itself or any programs running on the -Python interpreter. The redistribution of the Python interpreter and -libraries is governed by the Python Software License included with this -file, or by other licenses as marked. - |