flightcrank / pong

The classic pong game. Coded in C using SDL for graphics
87 stars 39 forks source link

License? #10

Open petersieg opened 3 weeks ago

petersieg commented 3 weeks ago

Hello.

NIce sdl apps you have written here. Asteroids is GPL2.What is pong and invaders and the demos? Many thanks!

flightcrank commented 3 weeks ago

They are unlicensed. They are simple applications and were used just to learn SDL. Feel free to use or modify the code in anyway you see fit.

petersieg commented 3 weeks ago

Thx for quick replay and for your example sdl codes. At some other github repos I saw using the WTFPL license: https://en.wikipedia.org/wiki/WTFPL Maybe that is something you intend? Also the FAIR license could be possible: https://en.wikipedia.org/wiki/Fair_License Best regards.