Hacker News new | ask | show | jobs
by graemep 318 days ago
> There needs to be a license that enables your customers to use you freely, but not your competitors from reselling your hard work.

There are such licenses. They are just not open source.

2 comments

> that enables your customers to use you freely [...] There are such licenses

There are such licenses only if you change the definition of "freely" to fit the narrative. Historically, "freely" (as in "free software") means granting end-user four essential software freedoms:

- The freedom to run the program as you wish, for any purpose (freedom 0).

- The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.

- The freedom to redistribute copies so you can help others (freedom 2).

- The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

If I can't redistribute ("resell") software, or can't run it and let others access it for a fee - it's not "use freely" anymore.

Thanks. That's my definition of "use freely." The argument about what's open source mostly boils down to whether you accept these terms.
This one is great, but unfortunately not open source: https://github.com/n8n-io/n8n/blob/master/LICENSE.md
Not sure what you mean by "unfortunately". If you're looking for a license that's not open source, you'll find one that isn't - obviously.
It is also an example of why I, as an end user, prefer FOSS licenses. The possibility of forking. The redistribution clauses there do not prevent forks, but definitely make them less likely, so you remain dependent on a single supplier.
This is great.

"Open" is too binary. You can't exclude companies that would harm you.

We need "fair", "equitable", or "sustainable" (as this one is termed) licenses.

You should be able to give your customers 100% the ability to use, modify, and redistribute so long as they don't resell you.

You should be able to cut off Amazon and Google from using you.

You should be able to prevent certain uses, like managed versions of your software.

The problem is that it creates a lot of uncertainty. For example, with this license, what usage is commercial? Can you distribute it to customers who buy other things from you? Can you offer services related to it - e.g. can you install it for a customer?

If you modify the software under what terms are your modifications distributed? Do they have to be distributed under the same terms? There is not transfer of copyright so the original authors cannot distribute the modified version commercially as part of their enterprise edition, that means that every modified version is a fork that cannot be merged back in?

As I said in another comment discouraging forks is a disadvantage for users as it leaves you dependant on one supplier.

The AGPL achieves the aim of deterring the likes of Amazon from providing the software as a service (at least without contributing their changes back, in practice the will not use it at all) without these sorts of problems.