top | item 47076978

Ask HN: Can a license make large corporations give back?

8 points| arboles | 11 days ago

I've no expectations for this post to be well-received because it looks down on open-source for being too "pure". Though unless we evolve beyond no-strings-attached open-source, the ecosystem will remain as broken as it is. Why don't our overworked, underpaid open-source developers license their software with something to the effect of "If you make more than $1,000,000, pay me."? JSON designer ("the" JSON) Douglas Crockford had IBM ask for permission to use JSLint, because Douglas had added the note/clause/term "The Software shall be used for Good, not Evil."[1]

We don't know if GPL works in court. It roughly seems like whatever you write in a license is an effective deterrent though. So your repository could take an existing permissive license like MIT, and add a clause like I mentioned. Set a procedure for your terms for others to use your open-source project commercially. An example of this is the Big Time Public License.[2]

[1] https://wonko.com/post/jsmin-isnt-welcome-on-google-code/

[2] https://bigtimelicense.com/versions/2.0.2#big-business

9 comments

order

lyaocean|9 days ago

You can require payment from big companies, but then it’s source-available, not OSI open source. The practical path is dual licensing (AGPL/commercial style). The real bottleneck is enforcement budget and legal stamina when someone violates it.

arboles|9 days ago

To give credit, this a question I'm asking after reading this blog post, but a solution for the stifling unfairness of commercialization in open-source is something I've been thinking about for a good while. The essay "The Cathedral and the Bizarre" on https://marktarver.com is also worth reading, despite that I find some of the arguments to be in bad faith.

https://pointless.one/my-next-project-wont-be-floss/

stephenr|10 days ago

> Why don't our overworked, underpaid open-source developers license their software with something to the effect of "If you make more than $1,000,000, pay me.

Because that isn't open source, and is arguably not enforceable anyway.

How do you define "make $1M"? There are mega corporations with billions in revenue that somehow have a negative tax bill each year, so clearly taxable income isn't a reliable indicator.

Conversely a non profit organisation may have several million in donations/income but spend all of it on their charitable causes.

So clearly net revenue isn't a reliable indicator either.

If you don't want to release software under a licence without monetary terms, then don't. No one is forcing you to do that.

arboles|9 days ago

Do you think it's not enforceable because of that definition? Revenue of $1M alone (not net revenue) should be a rough proxy of organization size. If a company makes that kind of money it should be able organize its expenses to pay a reasonable price for the software they rely on. There could be an exception for non-profits, if it would make more sense. If companies were rational they would already be paying the reasonable amount for "normal" open-source software, since unmaintained software in their supply chain also can also become a problem for them.

BTPL (I just think BTPL is neat) has these concrete terms:

>You may use the software for the benefit of your [small business] if it meets all these criteria:

* had fewer than 20 total individuals working as employees and independent contractors at all times during the last tax year

* earned less than $1,000,000 total revenue in the last tax year

* received less than $1,000,000 total debt, equity, and other investment in the last five tax years, counting investment in predecessor companies that reorganized into, merged with, or spun out your company

bruce511|9 days ago

I concur.

>> Why don't our overworked, underpaid open-source developers license their software

Of course they absolutely can license their software any way they like. That is their prerogative. Personally I write software for a living and it's all licensed with a commercial license.

By definition then I am not an Open Source Programmer. (I work on the odd Open Source project, but that's not the same thing.)

So any programmer can license things anyway they like. If their license is Open Source compatible then they're free to call themselves an Open Source programmer.

Your suggestion is equivalent to asking why an amateur golfer can receive prize money in a professional tournament. They very much can though, but then they're no longer an amateur.

bigyabai|11 days ago

> We don't know if GPL works in court.

If lacking precedent is your main concern, there are no software licenses that are likely to fill your criterion.

arboles|11 days ago

I'm trying to imagine something other than GPL. The fact that the GPL license is respected in the vast majority of cases, without a precedent being necessary is very exciting.