1
+ 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-docs/YOUR-REPO-NAME>
5
+ Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
6
+ SAP or third-party products or services developed outside of this project
7
+ (“External Products”).
8
+ “APIs” means application programming interfaces, as well as their respective
9
+ specifications and implementing code that allows software to communicate with
10
+ other software.
11
+ API Calls to External Products are not licensed under the open source license
12
+ that governs this project. The use of such API Calls and related External
13
+ Products are subject to applicable additional agreements with the relevant
14
+ provider of the External Products. In no event shall the open source license
15
+ that governs this project grant any rights in or to any External Products,or
16
+ alter, expand or supersede any terms of the applicable additional agreements.
17
+ If you have a valid license agreement with SAP for the use of a particular SAP
18
+ External Product, then you may make use of any API Calls included in this
19
+ project’s code for that SAP External Product, subject to the terms of such
20
+ license agreement. If you do not have a valid license agreement for the use of
21
+ a particular SAP External Product, then you may only make use of any API Calls
22
+ in this project for that SAP External Product for your internal, non-productive
23
+ and non-commercial test and evaluation of such API Calls. Nothing herein grants
24
+ you any rights to use or access any SAP External Product, or provide any third
25
+ parties the right to use of access any SAP External Product, through API Calls.
26
+
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>
0 commit comments