From c86e65dea4b4832baff4c9c84b30e5b5ec00f2c2 Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 3 Apr 2024 05:36:02 +0000 Subject: [PATCH] More readme fixes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed53463e..fe564815 100644 --- a/README.md +++ b/README.md @@ -171,9 +171,11 @@ Alternatively, you can also use [Homebrew](https://github.com/xpipe-io/homebrew- ## Open source model -XPipe utilizes an open core model, which essentially means that the main application is open source while certain other components are not. Select parts are not open source yet, but may be added to this repository in the future. +XPipe follows 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. -This mainly concerns the features only available in the professional tier and the shell handling library implementation. Furthermore, some CI pipelines and tests that run on private servers are also not included in this repository. +The distributed XPipe application consists out of two parts: +- The open-source core that you can find this repository. It is licensed under the [Apache License 2.0](/LICENSE.md). +- The closed-source extensions, mostly for professional edition features, which are not included in this repository ## More links @@ -181,7 +183,7 @@ You have more questions? Then check out the [FAQ](https://xpipe.io/#faq). For information about the security model of XPipe, see the [security page](https://xpipe.io/features#security). -For information about the privacy policy of XPipe, see the [privacy page](https://docs.xpipe.io/privacy-policy). +For information about the privacy policy of XPipe, see the [privacy policy](https://docs.xpipe.io/privacy-policy). In case you're interested in development, check out the [contributing page](/CONTRIBUTING.md).