From 234f226f8919f4cf89cfe6e2b8be15397d7f6966 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Wed, 4 Oct 2023 13:32:42 +0200 Subject: [PATCH] docs: fix License section in docs to align with new license model (#2605) * copy the short license description from the License.md to increase visibility * update link to License.md (was License.txt before) fixes: #2603 Signed-off-by: Jan Klare --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 471dc4924..7976720b4 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,11 @@ After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting ## License -Netmaker's source code and all artifacts in this repository are freely available. All versions are published under the Server Side Public License (SSPL), version 1, which can be found here: [LICENSE.txt](./LICENSE.txt). +Netmaker's source code and all artifacts in this repository are freely available. +All content that resides under the "pro/" directory of this repository, if that +directory exists, is licensed under the license defined in "pro/LICENSE". +All third party components incorporated into the Netmaker Software are licensed +under the original license provided by the owner of the applicable component. +Content outside of the above mentioned directories or restrictions above is +available under the "Apache Version 2.0" license as defined below. +All details for the licenses used can be found here: [LICENSE.md](./LICENSE.md).