diff --git a/.drone.star b/.drone.star index e1f57723785..b7ea613ff27 100644 --- a/.drone.star +++ b/.drone.star @@ -1517,6 +1517,7 @@ def binaryRelease(ctx, name): "image": OC_CI_GOLANG, "commands": [ "make -C ocis release-finish", + "cp assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf ocis/dist/release/", ], "when": { "ref": [ diff --git a/README.md b/README.md index 1df9b759c91..1234e6f0f19 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,11 @@ We are _very_ happy that oCIS does not require a Contributor License Agreement ( Infinite Scale is carefully internationalized so that everyone, no matter what language they speak, has a great experience. To achieve this we rely on the help of volunteer translators. If you want to help, you can find the project behind this link: [Transifex for ownCloud web](https://explore.transifex.com/owncloud-org/owncloud-web/). -Please always refer to our [Contribution Guidelines](CONTRIBUTING.md). +Please always refer to our [Contribution Guidelines](https://github.com/owncloud/ocis/blob/master/CONTRIBUTING.md). + +## End User License Agreement + +Stable versions of ownCloud Infinite Scale are subject to the [End User License Agreement](https://github.com/owncloud/ocis/blob/master/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf). ## Copyright diff --git a/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf b/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf new file mode 100644 index 00000000000..850f442ffaf Binary files /dev/null and b/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf differ