Kycklingar / PBooru

The Unlicense
47 stars 1 forks source link

Adding a License #1

Closed polarisfm closed 5 years ago

polarisfm commented 5 years ago

Your code seems to have no license. If you want a license that's equivalent to the Public Domain, try the Unlicense. If you want everyone that modifies your code be required to publicize changes under the same conditions (copyleft), check out GPLv3. If you want a BSD/MIT-style license, check out ISC.

It's important to have a license attached to your software so users know exactly what they can and cannot do with the software you've written. Licenses also can and should be used to ensure User Freedom. Note that a license does not have to be a copyleft license to do this, all licenses recommended are great choices.

Adding a license can easily be done on GitHub through the repository settings.

Thanks!

Kycklingar commented 5 years ago

Done