|
| 1 | +version = 1 |
| 2 | +SPDX-PackageName = "commerce-gradle-plugin" |
| 3 | +SPDX-PackageSupplier = "sap-oss-commerce-gradle-plugin@sap.com" |
| 4 | +SPDX-PackageDownloadLocation = "https://github.com/SAP/commerce-gradle-plugin" |
| 5 | +SPDX-PackageComment = """ |
| 6 | +The code in this project may include calls to APIs (“API Calls”) of |
| 7 | +SAP or third-party products or services developed outside of this project |
| 8 | +(“External Products”). |
| 9 | +“APIs” means application programming interfaces, as well as their respective |
| 10 | +specifications and implementing code that allows software to communicate with |
| 11 | +other software. |
| 12 | +API Calls to External Products are not licensed under the open source license |
| 13 | +that governs this project. The use of such API Calls and related External |
| 14 | +Products are subject to applicable additional agreements with the relevant |
| 15 | +provider of the External Products. In no event shall the open source license |
| 16 | +that governs this project grant any rights in or to any External Products,or |
| 17 | +alter, expand or supersede any terms of the applicable additional agreements. |
| 18 | +If you have a valid license agreement with SAP for the use of a particular SAP |
| 19 | +External Product, then you may make use of any API Calls included in this |
| 20 | +project’s code for that SAP External Product, subject to the terms of such |
| 21 | +license agreement. If you do not have a valid license agreement for the use of |
| 22 | +a particular SAP External Product, then you may only make use of any API Calls |
| 23 | +in this project for that SAP External Product for your internal, non-productive |
| 24 | +and non-commercial test and evaluation of such API Calls. Nothing herein grants |
| 25 | +you any rights to use or access any SAP External Product, or provide any third |
| 26 | +parties the right to use of access any SAP External Product, through API Calls. |
| 27 | +""" |
| 28 | + |
| 29 | +[[annotations]] |
| 30 | +path = [ |
| 31 | + "gradle.properties", |
| 32 | + ".gitignore", |
| 33 | + "**/.gitignore", |
| 34 | + "README.md", |
| 35 | + "CHANGELOG.md", |
| 36 | + "CONTRIBUTING.md", |
| 37 | + ".java-version", |
| 38 | + "**/**.gradle.kts", |
| 39 | + "**.gradle.kts", |
| 40 | + "gradle/**", |
| 41 | + ".github/**", |
| 42 | + "docs/**", |
| 43 | + "manualTest/**", |
| 44 | + "renovate.json", |
| 45 | +] |
| 46 | +precedence = "aggregate" |
| 47 | +SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company and commerce-gradle-plugin contributors" |
| 48 | +SPDX-License-Identifier = "CC0-1.0" |
| 49 | + |
| 50 | +[[annotations]] |
| 51 | +path = ["gradlew", "gradlew.bat", "gradle/wrapper/**"] |
| 52 | +precedence = "aggregate" |
| 53 | +SPDX-FileCopyrightText = "Gradle Inc. 2020" |
| 54 | +SPDX-License-Identifier = "Apache-2.0" |
| 55 | + |
| 56 | +[[annotations]] |
| 57 | +path = "**/src/**" |
| 58 | +precedence = "aggregate" |
| 59 | +SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company and commerce-gradle-plugin contributors" |
| 60 | +SPDX-License-Identifier = "Apache-2.0" |
0 commit comments