diff --git a/README.md b/README.md index 3fca15a8..0f1b647a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ > Docmost is currently in **beta**. We value your feedback as we progress towards a stable release. ## Getting started + To get started with Docmost, please refer to our [documentation](https://docmost.com/docs). ## Features + - Real-time collaboration - Diagrams (Draw.io, Excalidraw and Mermaid) - Spaces @@ -24,13 +26,26 @@ To get started with Docmost, please refer to our [documentation](https://docmost - Comments - Page history - Search -- File attachment +- File attachments +- Embeds (Airtable, Loom, Miro and more) +- Translations (10+ languages) + +### Screenshots -#### Screenshots

home editor

-### Contributing +### License +Docmost core is licensed under the open-source AGPL 3.0 license. +Enterprise features are available under an enterprise license (Enterprise Edition). + +All files in the following directories are licensed under the Docmost Enterprise license defined in `packages/ee/License`. + - apps/server/src/ee + - apps/client/src/ee + - packages/ee + +### Contributing + See the [development documentation](https://docmost.com/docs/self-hosting/development) diff --git a/apps/client/src/ee/LICENSE b/apps/client/src/ee/LICENSE index 2a9b8b4c..db59ed95 100644 --- a/apps/client/src/ee/LICENSE +++ b/apps/client/src/ee/LICENSE @@ -1 +1 @@ -Files in this directory are subject to the Docmost Enterprise Software license. \ No newline at end of file +Files in this directory are subject to the Docmost Enterprise Edition license. \ No newline at end of file diff --git a/packages/ee/LICENSE b/packages/ee/LICENSE index e69de29b..7e5d05ad 100644 --- a/packages/ee/LICENSE +++ b/packages/ee/LICENSE @@ -0,0 +1,37 @@ + The Docmost Enterprise License (the “Enterprise License”) + Copyright (c) 2023-present Docmost, Inc + + +With regard to the Docmost Software: + +This software and associated documentation files (the "Software") may only be +used in production, if you (and any entity that you represent) have agreed to, +and are in compliance with, the Docmost Subscription Terms of Service, available +at https://docmost.com/terms (the “Enterprise Terms”), or other +agreement governing the use of the Software, as agreed by you and Docmost, Inc., +and otherwise have a valid Docmost Enterprise Edition subscription for the correct number of user seats. +Subject to the foregoing sentence, you are free to +modify this Software and publish patches to the Software. You agree that Docmost +and/or its licensors (as applicable) retain all right, title and interest in and +to all such modifications and/or patches, and all such modifications and/or +patches may only be used, copied, modified, displayed, distributed, or otherwise +exploited with a valid Docmost Enterprise Edition subscription for the correct +number of user seats. Notwithstanding the foregoing, you may copy and modify +the Software for development and testing purposes, without requiring a +subscription. You agree that Docmost and/or its licensors (as applicable) retain +all right, title and interest in and to all such modifications. You are not +granted any other rights beyond what is expressly stated herein. Subject to the +foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, +and/or sell the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +For all third party components incorporated into the Docmost Software, those +components are licensed under the original license provided by the owner of the +applicable component. \ No newline at end of file