confirm / django-fulltext-search

Django support for MySQL / MariaDB full-text search
BSD 3-Clause "New" or "Revised" License
34 stars 23 forks source link

Add BSD 3-clause license #3

Closed ppolewicz closed 7 years ago

ppolewicz commented 7 years ago

Using BSD 3-clause license is a way of letting people working for corporations to use your work (instead of wasting time writing the same thing all over again). At the same time, it prevents people from using your name to promote their software just because they based it off your code.

If you accept this, I may contribute more changes - as of now, combination of managers is not so easy, and sometimes one needs more than one missing functionality from a django model. I think we can use multi-inheritance and super() to allow combining this one with others.

Resolves #2

domibarton commented 7 years ago

Awesome thanks! :) Sorry for the delay!