diff --git a/docs/license.md b/docs/license.md new file mode 100644 index 0000000..9788381 --- /dev/null +++ b/docs/license.md @@ -0,0 +1,8 @@ +# Source license + +XPipe follow is an open core model, which essentially means that the main application is open source while certain other components are not. +This mainly concerns the features only available in the professional edition and the shell handling library implementation. Furthermore, some CI pipelines and tests that run on private servers are also not included in the open repository. + +The distributed XPipe application consists out of two parts: +1. The open-source core that you can find that https://github.com/xpipe-io/xpipe. It is licensed under the Apache License 2.0: https://github.com/xpipe-io/xpipe/blob/master/LICENSE.md +2. The proprietary extensions, mostly for professional edition features, which are not included in the open repository. These are not licensed under the Apache License 2.0. diff --git a/sidebars.js b/sidebars.js index 35f6164..eaf908d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -45,6 +45,7 @@ const sidebars = { 'license-activation', 'security', 'troubleshooting', + 'license', { type: 'category', label: 'Legal',