quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
http://www.quokkaproject.org
Other
2.24k stars 447 forks source link

What license is this? #665

Open therealmarv opened 6 years ago

therealmarv commented 6 years ago

I'm a open source developer myself and I cannot figure out what license this CMS is. I know there is an old issue regarding this but reading the current license text I assume I cannot use this CMS for commercial web sites.

marcuxyz commented 6 years ago

Maybe you should look to that: https://github.com/rochacbruno/quokka/blob/master/LICENSE

victor-torres commented 6 years ago

@therealmarv It appears to be the 3-Clause BSD License.

victor-torres commented 6 years ago

Also check this website: https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29

rochacbruno commented 6 years ago

Quokka is licensed under a three clause BSD License. It basically means: do whatever you want with it as long as the copyright in Quokka sticks around, the conditions are not modified and the disclaimer is present. Furthermore you must not use the names of the authors to promote derivatives of the software without written consent.

*this is the same license that Flask uses