diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-07-31 18:59:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-07-31 18:59:20 (GMT) |
commit | 5542cb01a0a2860f4ebce18be8d7b76e2edbc8fa (patch) | |
tree | 95c48cc1998261c437c6fdaa2d351a45cd1a8d57 /Tools | |
parent | 38005e8156e737529db1a7b6a8b4b6e2fc1d79a5 (diff) | |
download | cpython-5542cb01a0a2860f4ebce18be8d7b76e2edbc8fa.zip cpython-5542cb01a0a2860f4ebce18be8d7b76e2edbc8fa.tar.gz cpython-5542cb01a0a2860f4ebce18be8d7b76e2edbc8fa.tar.bz2 |
Drop webchecker and BerkeleyDB license.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index b4e2c4b..abb156d 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -879,7 +879,6 @@ def generate_license(): 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"), ("Tcl", "tcl8*", "license.terms"), ("Tk", "tk8*", "license.terms"), @@ -1122,7 +1121,7 @@ def add_files(db): # Add tools tools.set_current() tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools") - for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']: + for f in ['i18n', 'pynche', 'Scripts', 'versioncheck']: lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f)) lib.glob("*.py") lib.glob("*.pyw", exclude=['pydocgui.pyw']) |