On Sat, Jan 17, 2015 at 5:38 PM, Rob Landley <[email protected]> wrote:

> On 01/16/2015 11:16 AM, stephen Turner wrote:
> > I found a permissive licese same as your 0-clause but listed on the
> > internet under http://unlicense.org
>
> Yeah, they found me last year:
> https://twitter.com/theunlicense/status/451665489929183232
>
> Another big public domain license is CC0 from the creative commons guys:
>
> http://creativecommons.org/about/cc0
>
> Or just a simple statement like libtomcrypt and libtommath (at the heart
> of dropbear) use:
>
> https://secure.ucc.asn.au/hg/dropbear/file/8d0c33e8ddab/libtommath/LICENSE
> https://secure.ucc.asn.au/hg/dropbear/file/8d0c33e8ddab/libtomcrypt/LICENSE
>
> The nice thing about the public domain is that if you take code from one
> such project and put it into another such project, you don't have to
> change your license text. They're all compatible with each other, they
> collapse together just like GPL software used to back when there was
> just one version. (Universal donor vs universal receiver.)
>
> The thing about BSD (2/3/4 clause) vs MIT vs Apache is they're all
> trying to do exactly the same thing, but do so in incompatible ways that
> make transplanting code between projects awkward.
>
> And the _only_ diference between them and public domain licenses is "you
> must copy this license text verbatim into all derived works", which is
> exactly the thing that makes them incompatible wih each other. Kinda
> self-defeating, that.
>
>
Nice, i didnt see the others you mentioned. I was using unlicense but read
that it might not be honored in some countries and so i settled on MIT but
now i remember what brought me here in the first place. Licenses and the
fact that i dont care what people think. so its gonna be released like
libtomcrypt with a url to unlicense just to make a point.

not that i really have much of anything to license but any scripts etc i
write im slapping it on there anyways just because it doesn't hurt.
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to