There are 665 open licences, most are pretty rubbish
1–10 of 22 posts
Re: There are 665 open licences, most are pretty rubbish
#2Re: There are 665 open licences, most are pretty rubbish
#3Essentially licensing your software like this behaves like ASL unless you: modify + distribute (either binaries or by creating a service). Then you owe the changeset back, but it does not have a viral clause like the AGPL.
This solves a large part of the greedy AWS problem (Amazon copying entire open source projects and contributing nothing back), but also strikes a balance and allows API Compatibility.
Re: There are 665 open licences, most are pretty rubbish
#4> 1. licences with no restrictions (like MIT)
> 2. licences that require you credit the original author ("attribution" licences, including the Apache Licence)
> 3. licences that require you credit the original author and that derivative works have the same licence ("copyleft"/"share-alike" licences like the GPL)
MIT requires attribution, doesn't it? MIT (permissive) / MPL (non-viral copyleft) / AGPL (viral copyleft) seems like a better grouping to me; I rarely find myself reaching for any other licenses.
I do wish there were a shorter copyleft license though. I appreciate how transparent and readable MIT is.
Re: There are 665 open licences, most are pretty rubbish
#5People have their beliefs; and not only does no-one want to release The Satanic License, no-one's gonna want it to remain that unlucky for long.
Weird little monkeys we are, for the amazing things we can be.
Re: There are 665 open licences, most are pretty rubbish
#6Re: There are 665 open licences, most are pretty rubbish
#7My favorite is EUPL: https://joinup.ec.europa.eu/collection/eupl/introduction-eup... Essentially licensing your software like this behaves like ASL unless you: modify + distribute (either binaries or by creating a service). Then you owe the changeset back, but it does not have a viral clause like the AGPL. This solves a large part of the greedy AWS problem (Amazon copying entire open source projects and contributing…
But I'm concerned about the compatibility clauses becoming a loophole for hostile forks. Then again, half the point of the EUPL is admitting that only a court can judge what is or isn't a derivative work (unlike the legal fiction in the GPL's viral clause), so I guess these uncertainties are part of the deal.
Re: There are 665 open licences, most are pretty rubbish
#8The moment that hits 666, it ticks right on over to 667. People have their beliefs; and not only does no-one want to release The Satanic License, no-one's gonna want it to remain that unlucky for long. Weird little monkeys we are, for the amazing things we can be.
You hang out with a different crowd than I do then. Perhaps the Satanic Temple should release an open source license to claim the #666 spot.
Re: There are 665 open licences, most are pretty rubbish
#9Re: There are 665 open licences, most are pretty rubbish
#10> Well, although SPDX counts 665 licences, there really just 3 main kinds: > 1. licences with no restrictions (like MIT) > 2. licences that require you credit the original author ("attribution" licences, including the Apache Licence) > 3. licences that require you credit the original author and that derivative works have the same licence ("copyleft"/"share-alike" licences like the GPL) MIT requires attribution, doesn…