kreativekorp / bitsnpicas

Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
332 stars 24 forks source link

License #30

Closed ghost closed 2 years ago

ghost commented 2 years ago

This project does not have a license, which means:

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

I would recommend the GPLv3-or-later for this, since you definitely don't want a permissive license like MIT/Expat/X11.

gingerbeardman commented 2 years ago

It's MPL https://github.com/kreativekorp/bitsnpicas/blob/master/main/java/BitsNPicas/LICENSE

ghost commented 2 years ago

Huh, didn't see that. Maybe it should be made clearer.