mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merged revisions 66460-66461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66460 | martin.v.loewis | 2008-09-14 22:22:39 +0200 (So, 14 Sep 2008) | 1 line Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. ........ r66461 | martin.v.loewis | 2008-09-14 22:25:40 +0200 (So, 14 Sep 2008) | 1 line Set eol-style to native. ........
This commit is contained in:
parent
3a2fb1444a
commit
b29f2d7101
2 changed files with 45 additions and 0 deletions
|
|
@ -862,6 +862,7 @@ def generate_license():
|
|||
import shutil, glob
|
||||
out = open("LICENSE.txt", "w")
|
||||
shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
|
||||
shutil.copyfileobj(open("crtlicense.txt"), out)
|
||||
for name, pat, file in (("bzip2","bzip2-*", "LICENSE"),
|
||||
("Berkeley DB", "db-*", "LICENSE"),
|
||||
("openssl", "openssl-*", "LICENSE"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue