farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 76 forks source link

License question #7

Closed tuffnatty closed 5 years ago

tuffnatty commented 5 years ago

I see you've updated the license to LGPLv3 in setup.py, but kept GPLv3 in LICENSE. Could you please fix it?

farhan0581 commented 5 years ago

fixed!

andreymal commented 4 years ago

@farhan0581 could you replace the LICENSE file with COPYING and COPYING.LESSER files? Without this, GitHub will show GPL instead of LGPL, which is confusing.

Example of properly licensed repo: https://github.com/PyGithub/PyGithub

P.S. Why not BSD, like Django?

xrmx commented 4 years ago

@farhan0581 where did you fix it? All the 3 branches on github have a GPL license in LICENSE. Thanks.