PocketSprite / 8bkc-sdk

SDK for programming apps for the PocketSprite
64 stars 20 forks source link

License #22

Closed renzenicolai closed 2 years ago

renzenicolai commented 3 years ago

I want to use this code in a project, but it's not clear to me under which license I'm allowed to do so.

Could you please add a license file to this repository? If possible I'd love to be able to use this code under a nonrestrictive license like MIT, BSD or Apache 2.

Spritetm commented 3 years ago

Huh, you are right, I never added license headers. Will do that when I have some time. Assume that the code I wrote is under the Beer-Ware license; the other code (mostly Espressif stuff) is under their own (mostly Apache2) license.

renzenicolai commented 2 years ago

Would you be alright with a more widely known license such as MIT?

I've looked around at your other projects and I think this is the license header.

/*
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42):
 * Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain 
 * this notice you can do whatever you want with this stuff. If we meet some day, 
 * and you think this stuff is worth it, you can buy me a beer in return. 
 * ----------------------------------------------------------------------------
*/
Spritetm commented 2 years ago

Yep. And no, Beer-ware is fully FSF-approved and for this stuff perfectly matches my thoughts about this. Please, don't bug me about the license anymore, or I'll change it to WTFPL :P

renzenicolai commented 2 years ago

Point taken, I will close this issue. Licenses are boring stuff anyway 😄