Skip to content

Commit 70d91a8

Browse files
Update license (#18)
Co-authored-by: Daniel Kurzynski <[email protected]>
1 parent 7b1d008 commit 70d91a8

File tree

7 files changed

+255
-211
lines changed

7 files changed

+255
-211
lines changed

.github/workflows/reuse.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: REUSE Compliance Check
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: REUSE Compliance Check
11+
uses: fsfe/[email protected]

.reuse/dep5

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: github.com/SAP/devops-docker-node-browsers
3+
Upstream-Contact: The SAP Cloud SDK team <[email protected]>
4+
Source: https://github.com/SAP/devops-docker-node-browsers
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+
Note: This license does not apply to the SAP Cloud SDK for Continuous Delivery Logo referenced in the README.
27+
Please note that Docker images can contain other software which may be licensed under different licenses. For example, the Docker image `s4sdk/docker-neo-cli` contains the [SAP Cloud Platform Tools for Neo](https://mvnrepository.com/artifact/com.sap.cloud/neo-javaee6-wp-maven-plugin). These tools are licensed under the [SAP DEVELOPER LICENSE AGREEMENT](https://tools.hana.ondemand.com/developer-license-3_1.txt). This License file is also included in the sdk folder in the Docker image.
28+
For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.
29+
30+
Files: **
31+
Copyright: 2017-2020 SAP SE or an SAP affiliate company and contributors
32+
License: Apache-2.0

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ There are two primary ways to help:
44
* using the issue tracker, and
55
* changing the code-base.
66

7+
## Developer Certificate of Origin (DCO)
8+
9+
Due to legal reasons, contributors will be asked to accept a DCO before they submit the first pull request to this projects, this happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
10+
711
## Using the issue tracker
812

913
Use the issue tracker to suggest feature requests, report bugs, and ask

LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)