With this PR https://github.com/owncloud/ocis/pull/6755 I tried to make the policy a bit more clear after we got a nice issue report about it. To be clear: only binary builds of stable versions of Infinite Scale that the ownCloud company is shipping are protected by the EULA. The source code license is Apache2 or AGPL for some parts, and is not touched by this of course. The EULA even allows free use widely, includin…
OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
61–70 of 112 posts
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#62Earlier quoted context omitted.
A “license” is legal permission to do something that would otherwise be illegal, such as copy software (assuming there’s no fair use etc), or even attend a concert. Licenses are often granted as part of contracts, but need not be. Unilateral license conditions are not binding contacts, but not following them can still be unlawful. If a movie theater breaks a license term by for example playing a movie publicly withou…
This is a license agreement , so who are the parties coming to agreement?
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#63Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#64Earlier quoted context omitted.
> basically an Anti-AWS clause to protect against the ElasticSearch/OpenSearch thing. I wonder what the best license would be for the projects that want something like this? I mean SSPL got a lot of flak. Something like BSL was regarded more positively, but also was meant for a slightly different use case.
For a while I thought it was AGPL, but after reading it it looks like there are no provisions against using the code for commercial purposes, only that if source code is used, the modified source code must also be made available to the public.
AGPL doesn't prohibit commercial use, either. The only restriction it adds over the GPLv3 is against SaaS providers hoarding the modified sources of downstream forks.
AGPLv3, like all GNU code licenses, in fact protects commercial use. It's part of freedom 0: the right to run the code at any time, in any way, for any purpose. AGPL is actually incompatible with restrictive EULAs like this.
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#65Earlier quoted context omitted.
This is a license agreement , so who are the parties coming to agreement?
If you're not a party to the agreement then isn't possessing the software a copyright violation?
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#66Earlier quoted context omitted.
If you're not a party to the agreement then isn't possessing the software a copyright violation?
If I buy a used computer, do I have to agree to the terms of every publisher with software on it to not break copyright law?
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#67Earlier quoted context omitted.
This is a license agreement , so who are the parties coming to agreement?
If you're not a party to the agreement then isn't possessing the software a copyright violation?
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#68So, no longer open source? Do they own copyright to all of the code that allows them to relicense it like that?
Still open source, still Apache 2. They're applying this EULA to "Some builds of stable ownCloud Infinite Scale releases provided by ownCloud GmbH" which is something you can do with any Apache 2-licensed software.
Putting a restrictive EULA on a permissively licensed open-source project makes it non-free just like incorporating proprietary code.
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#69Earlier quoted context omitted.
And the emphasis on modified source code. If you use some AGPL-licensed software without modifications, there are no obligations to make anything available (unless you are also distributing).
That's definitely a mistake for it to be like that, but it doesn't seem like a big problem in practice.
Re: OwnCloud Infinite Scale added EULA that prohibits commercial use [pdf]
#70Earlier quoted context omitted.
Still open source, still Apache 2. They're applying this EULA to "Some builds of stable ownCloud Infinite Scale releases provided by ownCloud GmbH" which is something you can do with any Apache 2-licensed software.
No. Software with a EULA like this is not free or open-source software. It violates freedom 0 of the fundamental software freedoms (FSF terminology) and the 'no discrimination against fields of endeavor' clause of the Open-Source Definition (OSI terminology). Putting a restrictive EULA on a permissively licensed open-source project makes it non-free just like incorporating proprietary code.
The project itself remains open source. You can `git clone` that source and use it under the apache 2 license, which is both free and open.
Furthermore, the development is still open, and there is still no CLA required to contribute.