Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5542cb0

Browse files
committed
Drop webchecker and BerkeleyDB license.
1 parent 38005e8 commit 5542cb0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,6 @@ def generate_license():
879879
shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
880880
shutil.copyfileobj(open("crtlicense.txt"), out)
881881
for name, pat, file in (("bzip2","bzip2-*", "LICENSE"),
882-
("Berkeley DB", "db-*", "LICENSE"),
883882
("openssl", "openssl-*", "LICENSE"),
884883
("Tcl", "tcl8*", "license.terms"),
885884
("Tk", "tk8*", "license.terms"),
@@ -1122,7 +1121,7 @@ def add_files(db):
11221121
# Add tools
11231122
tools.set_current()
11241123
tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
1125-
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']:
1124+
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck']:
11261125
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
11271126
lib.glob("*.py")
11281127
lib.glob("*.pyw", exclude=['pydocgui.pyw'])

0 commit comments

Comments
 (0)