mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
344 stars 76 forks source link

Just saw another project that might have violated Apache License v2.0 #18

Open starrify opened 8 years ago

starrify commented 8 years ago

The repo which looks derived from this expiringdict project: https://github.com/rfyiamcool/expiredict/blob/05900e6411015c177a82e1323a8e0aff7da717a8/expiredict/__init__.py And the same project submitted to PYPI: https://pypi.python.org/pypi/expiredict

Potentially violated clauses include (but are not limited to):

4 . Redistribution. ... (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices stating that You changed the files; and

See also: http://directory.fsf.org/wiki/License:Apache2.0

ExplodingCabbage commented 8 years ago

At a glance the linked code doesn't seem to have been obviously derived from this codebase. What particular sections do you think were copied?