|
I know most of these sort of licenses are just for fun, but on a serious note, if you don't care about licenses, and you don't care what people do with your code, I would recommend you use The Unlicense, instead of one that sounds funny. The Unlicense is almost like MIT License but without any burden on those using your code. On the other hand it offers you the same (perhaps handwavy) protections from liability as MIT License does. If you're familiar with Creative Commons, it is similar to a CC0 license, but for code. Basically it's a legitimate way of saying "I don't care about licenses, stop bothering me, do whatever". If you use GitHub, then Unlicense is one of the choices you can select when setting up a repository. |
See [1] and [2] for more discussion on this.
If you don't care about licenses, the MIT license is a much better choice.
[1]: https://web.archive.org/web/20170301020915/https://lists.ope...
[2]: https://softwareengineering.stackexchange.com/questions/1471...