[Webkit-unassigned] [Bug 123665] [GTK] jsmin.py has a non-free license

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 2 08:59:31 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123665





--- Comment #1 from Emilio Pozuelo Monfort <pochu27 at gmail.com>  2013-11-02 08:58:18 PST ---
Re-reading the header, it really sounds like it's just mentioning the original implementation's license and copyright, but in no way that would influence this implementation's license if it's a complete reimplementation from scratch without reusing any of the non-free code.

Indeed, jsmin 2.0.7 from pypi[1] says:

# This code is original from jsmin by Douglas Crockford, it was translated to
# Python by Baruch Even. It was rewritten by Dave St.Germain for speed.
#
# The MIT License (MIT)
# 
# Copyright (c) 2013 Dave St.Germain
# 
# [ here follows the MIT license *without* the good not evil clause ]

[1] https://pypi.python.org/pypi/jsmin

So I suspect our current version of jsmin.py is just mentioning the orignal jsmin.c's license.

Updating our jsmin.py so we have upstream's current header which is less confusing would be nice.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list