Skip to content

Commit 4a085d9

Browse files
committed
update licensing info
1 parent 5ba9229 commit 4a085d9

File tree

2 files changed

+17
-37
lines changed

2 files changed

+17
-37
lines changed

.reuse/dep5

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: <YOUR-REPO-NAME>
3-
Upstream-Contact: <YOUR-CONTACT (MAIL ADDRESS ETC.)>
4-
Source: <https://github.com/sap-tutorials/<YOUR-REPO-NAME>
2+
Upstream-Name: btp-foundation
3+
Upstream-Contact: ospo@sap.com
4+
Source: https://github.com/sap-tutorials/btp-foundation
55
Disclaimer: The code in this project may include calls to APIs ("API Calls") of
66
SAP or third-party products or services developed outside of this project
77
("External Products").
@@ -24,14 +24,6 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of
2424
you any rights to use or access any SAP External Product, or provide any third
2525
parties the right to use of access any SAP External Product, through API Calls.
2626

27-
Files: <YOUR-FILE-OR-FOLDER-LIST>
28-
Copyright: <YEARS-RELEVANT-FOR-YOUR-PROJECT> SAP SE or an SAP affiliate company and <YOUR-PROJECT-NAME> contributors
29-
License: Apache-2.0
30-
31-
Files: <THIRD-PARTY-FILE-OR-FOLDER-LIST>
32-
Copyright: <COPYRIGHT-OF-THIRD-PARTY-CODE>
33-
License: <LICENSE-OF-THIRD-PARTY-CODE>
34-
35-
Files: <ANOTHER-THIRD-PARTY-FILE-OR-FOLDER-LIST>
36-
Copyright: <COPYRIGHT-OF-ANOTHER-THIRD-PARTY-CODE>
37-
License: <LICENSE-OF-ANOTHER- THIRD-PARTY-CODE>
27+
Files: *
28+
Copyright: 2023-2025 SAP SE or an SAP affiliate company and btp-foundation contributors
29+
License: CC-BY-4.0

README.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,25 @@
1-
# SAP-Tutorials Repository Template
2-
3-
Default templates for SAP open source repositories, including LICENSE, .reuse/dep5, Code of Conduct, etc... All repositories on github.com/SAP-tutorials will be created based on this template.
4-
5-
## To-Do
6-
7-
In case you are the maintainer of a new SAP-toturials open source project, these are the steps to do with the template files:
1+
[![REUSE status](https://api.reuse.software/badge/github.com/sap-tutorials/btp-foundation)](https://api.reuse.software/info/github.com/sap-tutorials/btp-foundation)
82

9-
- Check if the default license (Apache 2.0) also applies to your project. A license change should only be required in exceptional cases. If this is the case, please change the [license file](LICENSE).
10-
- Enter the correct metadata for the REUSE tool. See our [wiki page](https://wiki.wdf.sap.corp/wiki/display/ospodocs/Using+the+Reuse+Tool+of+FSFE+for+Copyright+and+License+Information) for details how to do it. You can find an initial .reuse/dep5 file to build on. Please replace the parts inside the single angle quotation marks < > by the specific information for your repository and be sure to run the REUSE tool to validate that the metadata is correct.
11-
- Adjust the contribution guidelines (e.g. add coding style guidelines, pull request checklists, different license if needed etc.)
12-
- Add information about your project to this README (name, description, requirements etc). Especially take care for the <your-project> placeholders - those ones need to be replaced with your project name. See the sections below the horizontal line and [our guidelines on our wiki page](https://wiki.wdf.sap.corp/wiki/display/ospodocs/Guidelines+for+README.md+file) what is required and recommended.
13-
- Remove all content in this README above and including the horizontal line ;)
143

15-
***
4+
# Tutorials for [SAP Developer Center](https://developers.sap.com)
5+
This repository contains tutorials that are part of the [SAP Developer Center](https://developers.sap.com) and can be found on the [SAP Tutorials](https://developers.sap.com/tutorial-navigator.html) page.
166

17-
# Our new open source project
18-
19-
## About this project
20-
21-
*Insert a short description of your project here...*
7+
# SAP-Tutorials Repository Template
228

23-
## Requirements and Setup
9+
Default templates for SAP open source repositories, including LICENSE, .reuse/dep5, Code of Conduct, etc... All repositories on github.com/SAP-tutorials will be created based on this template.
2410

25-
*Insert a short description what is required to get your project running...*
11+
# How to contribute
12+
We invite you to offer feedback in the form of issues in this repo, or to open pull requests if you want to improve an existing tutorial.
2613

27-
## Support, Feedback, Contributing
14+
Every contributor needs to sign a Developer Certificate of Origin provided by SAP. To make this step hassle-free, this repository has activated the [CLA assistant](https://cla-assistant.io).
2815

29-
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP-toturials/<your-project>/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
16+
We have a large tutorial pipeline in the works, but in case you have something in mind right away, please [create a new issue](https://github.com/SAPDocuments/Tutorials/issues/new) with the Label `enhancement` and let us know what you'd like to see covered in a tutorial.
3017

3118
## Code of Conduct
3219

3320
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](CODE_OF_CONDUCT.md) at all times.
3421

3522
## Licensing
3623

37-
Copyright (20xx-)20xx SAP SE or an SAP affiliate company and <your-project> contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP-toturials/<your-project>).
24+
© 2023-2025 SAP SE or an SAP affiliate company and btp-foundation contributors. Please see our [`LICENSE.txt`](LICENSE.txt) file for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool (link to https://api.reuse.software/info/github.com/SAP/btp-foundation)
25+

0 commit comments

Comments
 (0)