Skip to content

Commit 9d6368a

Browse files
authoredDec 19, 2024··
Add license to readme (#256)
1 parent 2692c38 commit 9d6368a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
This repository contains the documentation for [abapGit](https://github.com/abapGit/abapGit).
44

55
You can access the documentation site [here](https://docs.abapgit.org).
6+
7+
This documentation is available under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs.abapgit.org",
33
"version": "1.0.0",
44
"description": "abapGit Documentation",
5-
"license": "UNLICENSED",
5+
"license": "CC-BY-4.0",
66
"type": "module",
77
"scripts": {
88
"docs:build": "vuepress build src",

‎src/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ It is a community effort to support the project, recommend [watching](https://he
4343
## Community vs. SAP Distribution of abapGit
4444

4545
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).
46+
47+
## License
48+
49+
The abapGit documentation is available under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.

0 commit comments

Comments
 (0)
Please sign in to comment.