mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Expand on the open-source vs open-core FAQ
This commit is contained in:
parent
30474713ac
commit
965e3bc1d1
1 changed files with 13 additions and 0 deletions
13
doc/faq.rst
13
doc/faq.rst
|
@ -12,6 +12,19 @@ No. Salt is 100% committed to being open-source, including all of our APIs. It
|
|||
is developed under the `Apache 2.0 license`_, allowing it to be used in both
|
||||
open and proprietary projects.
|
||||
|
||||
To expand on this a little:
|
||||
|
||||
There is much argument over the actual definition of "open core". From our standpoint, Salt is open source because
|
||||
|
||||
1. It is a standalone product that that anyone is free to use.
|
||||
2. It is developed in the open with contributions accepted from the community for the good of the project.
|
||||
3. There are no features of Salt itself that are restricted to SaltStack Enterprise.
|
||||
4. Because of our Apache 2.0 license, Salt can be used as the foundation for a project or even a proprietary tool.
|
||||
5. Our APIs are open and documented (any lack of documentation is an oversight as opposed to an intentional decision by SaltStack the company) and available for use by anyone.
|
||||
|
||||
SaltStack the company does make proprietary additions to Salt, but we do so via the APIs, NOT by forking Salt and creating a different, closed-source version of it for paying customers.
|
||||
|
||||
|
||||
.. _`Apache 2.0 license`: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
||||
I think I found a bug! What should I do?
|
||||
|
|
Loading…
Add table
Reference in a new issue