|
|
|
Ask HN: Why isn't the Elastic license considered open-source?
|
|
4 points
by cabronerp
841 days ago
|
|
My understanding is that it grants all rights except to provide a hosted version of it for money. That seems very fair and open to me. You can use it. Self-host it. Modify it, etc. All the benefits of open-source, imo. It just prevents the only thing I really care about if I'm trying to build an open-source business. I guess my other question is, why are we -- as a community -- opposed to calling our software "open source" if we use the Elastic license? |
|
The term "Open Source" was created by a group that later became the Open Source Initiative: https://opensource.org/history
By definition, a software license is not "Open Source" unless it meets all the criteria of the Open Source Definition: https://opensource.org/osd
The Elastic license does not meet point six of the Open Source Definition:
"6. No Discrimination Against Fields of Endeavor
The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research."
Therefore the Elastic license is not an Open Source license.
It's your software. License it how you want.