This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prepare-release' into release
- Loading branch information
Showing
9 changed files
with
280 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: REUSE Compliance Check | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: REUSE Compliance Check | ||
uses: fsfe/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: github.com/sap/cloud-s4-sdk-pipeline | ||
Upstream-Contact: The SAP Cloud SDK team <[email protected]> | ||
Source: https://github.com/sap/cloud-s4-sdk-pipeline | ||
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of | ||
SAP or third-party products or services developed outside of this project | ||
(“External Products”). | ||
“APIs” means application programming interfaces, as well as their respective | ||
specifications and implementing code that allows software to communicate with | ||
other software. | ||
API Calls to External Products are not licensed under the open source license | ||
that governs this project. The use of such API Calls and related External | ||
Products are subject to applicable additional agreements with the relevant | ||
provider of the External Products. In no event shall the open source license | ||
that governs this project grant any rights in or to any External Products,or | ||
alter, expand or supersede any terms of the applicable additional agreements. | ||
If you have a valid license agreement with SAP for the use of a particular SAP | ||
External Product, then you may make use of any API Calls included in this | ||
project’s code for that SAP External Product, subject to the terms of such | ||
license agreement. If you do not have a valid license agreement for the use of | ||
a particular SAP External Product, then you may only make use of any API Calls | ||
in this project for that SAP External Product for your internal, non-productive | ||
and non-commercial test and evaluation of such API Calls. Nothing herein grants | ||
you any rights to use or access any SAP External Product, or provide any third | ||
parties the right to use of access any SAP External Product, through API Calls. | ||
Note: This license does not apply to the SAP Cloud SDK for Continuous Delivery Logo referenced in the README. | ||
|
||
Files: ** | ||
Copyright: 2017-2020 SAP SE or an SAP affiliate company and SAP Cloud SDK for Continuous Delivery contributors | ||
License: Apache-2.0 |
Oops, something went wrong.