11 ms·
"[...] it is forbidden to copy, merge, publish, distribute, sublicense, and/or sell the Software." [1] "Open source is source code that is made freely availabl
by netzego 3y ago
"[...] it is forbidden to copy, merge, publish, distribute, sublicense, and/or sell the Software." [1]
"Open source is source code that is made freely available for possible modification and redistribution." [2]
[1] https://github.com/supertokens/supertokens-core/blob/master/ee/LICENSE.md https://github.com/supertokens/supertokens-core/blob/master/...
[2] https://en.wikipedia.org/wiki/Open_source https://en.wikipedia.org/wiki/Open_source
- dingledork69 3y agoThere isn't a singular definition of open source that everyone agrees with.
- justinclift 3y agoBullshit. "Open Source" is well established, and has been for just over two decades: https://opensource.org/osd/ https://opensource.org/osd/ That some people - like yourself - want to muddy the waters is neither here nor there.
- dingledork69 3y agoNo. That's just some people who registered a website and put up their organizations definition. The website milk.com doesn't get to define what the word milk means, either. To some people Open Source means that the Source is publicly viewable. It doesn't say anything about your rights to use it commercially. This is why people often bring up definitions such as "libre", "free as in beer" or "free as in speech"
- justinclift 3y agoHeh, yeah good luck with that. The real question is why are you trying to muddy the waters of the existing term, rather than inventing your own term and getting people to use that?
- dingledork69 3y agoLike I already explained to you, not everyone agrees on the definition of open source. You have your definition, the open source foundation has theirs, and other people have their own. It is not a well defined term. Why are you pretending you get to define the english language for everyone?
- justinclift 3y agoYeah, good luck with that. :)
- jorams 3y agoThat is the license for the contents of the "ee" directory. The top-level LICENSE is Apache 2.0. I don't know to what extent this code is integrated into the rest, but it's a valid way to develop open-core software.
- Lacerda69 3y agoWhat features of supertokens are not open source and part of that "enterprise" directory?
- pmontra 3y agoI see a feature flag and a license check class. https://github.com/supertokens/supertokens-core/tree/master/ee/src/main/java/io/supertokens/ee https://github.com/supertokens/supertokens-core/tree/master/...
- hobofan 3y agoAs of right now, nothing. The only thing that is in there is a license key checker and basic infrastructure for feature flags.
- netzego 3y ago"The concept of open-core software has proven to be controversial, as many developers do not consider the business model to be true open-source software. Despite this, open-core models are used by many [...] software companies." [1] [1] https://en.wikipedia.org/wiki/Open-core_model https://en.wikipedia.org/wiki/Open-core_model I rather go with this definition. Opensource != opencore. Despite this, you're right, that is the license for `ee` folder.
- robertlagrant 3y agoCould they make it open source by turning it into a library that a separate EE repo with a different licence includes? Would that stop it being open core?
- 3y ago
- advaitruia 3y agoAll the features you see on github / the website is under the apache 2.0 license - truly open source. The only code in EE so far is the feature flags. We will implement certain "source available" features in the future
- robertlagrant 3y agoHonestly, I'd just make 2 repos if possible. One open source; the other that includes the first one as a library, that has a commercial licence. Then instead of the "open core" debate (which whenever it can be solved by 2 repos seems specious), you have an open source piece of software and you get points for letting people see your enterprise licenced source code as well.
- rubenfiszel 3y agoOpen-source founder of another startup/open-source project with an ee piece [1] Separating the repos is a HUGE hassle which is why you never see it anywhere. Doing it once is a small cost but maintaining is a huge burden on teams that are already too small. In practice it does not change anything so most projects will choose to suffer nit-picks. [1]: https://github.com/windmill-labs/windmill https://github.com/windmill-labs/windmill
- robertlagrant 3y agoI don't think this is a general principle. It just depends on the codebase in question.
- netzego 3y agoQuestion: Why not call your self an open-core founder? My point is, a license model should not be abused an advertisement term. The definition of open-source is pretty straight forward. Also the term open-core. And i do not agree, that is doesn't change that much. From a marketing standpoint, it really does. As the term "open-core" is so much weaker than "open-source". It is a HUGE hassle so sell this, instead of the other. And is classical wording BS and the wrong label as the open-core is much more precise. At least for me, i would not have clicked on this if labeled open-core. I guess that is why projects don't want to do it. But even worse, and that is why i think it is footgun, after reading the actual license terms, i felt fooled and leaving for ever. And that's sad part of this story.