|
|
|
|
|
by dgl
1362 days ago
|
|
> This is different from a truly free license like BSD or MIT which grant unlimited redistribution and use. Not "unlimited"; they do require a copyright notice. An interesting license for small pieces of code like this is 0BSD[1], it is (despite the name) a small modification of the ISC license[2] that drops the requirement to include the copyright notice. The advantage being for small pieces of code it means you don't have the proliferation of copyright lines that in theory should be copied even into binary distributions of the code. [1]: https://spdx.org/licenses/0BSD.html
[2]: Compare 0BSD with: https://spdx.org/licenses/ISC.html |
|
Or else, what exactly is the use case?