From e82741847301e7c92c4e881e0676b0d1e9d5c251 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:14:17 -0500 Subject: [PATCH] Add license to readme --- README.md | 2 ++ package.json | 2 +- src/README.md | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9305b5949..d967852d1 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ This repository contains the documentation for [abapGit](https://github.com/abapGit/abapGit). You can access the documentation site [here](https://docs.abapgit.org). + +This documentation is available under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. diff --git a/package.json b/package.json index e46235e18..f6bf58fb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docs.abapgit.org", "version": "1.0.0", "description": "abapGit Documentation", - "license": "UNLICENSED", + "license": "CC-BY-4.0", "type": "module", "scripts": { "docs:build": "vuepress build src", diff --git a/src/README.md b/src/README.md index 1705966e5..24ccb74ac 100644 --- a/src/README.md +++ b/src/README.md @@ -43,3 +43,7 @@ It is a community effort to support the project, recommend [watching](https://he ## Community vs. SAP Distribution of abapGit This website is documenting the community version of abapGit (available on [GitHub](https://github.com/abapGit/abapGit)). The SAP version of abapGit available that is part of SAP Business Technology Platform and SAP S/4HANA Cloud is documented on [help.sap.com](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d62ed9d54a764c53990f25f0ab6c27f9.html). When using the SAP version, please note that there are different capabilities and supported object types (as described by SAP). If the SAP version does not work correctly, open a [ticket with SAP support](https://me.sap.com/servicessupport/cases). + +## License + +The abapGit documentation is available under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.