diff --git a/.drone.star b/.drone.star index ef304a3a1..e28b0b673 100644 --- a/.drone.star +++ b/.drone.star @@ -1804,7 +1804,6 @@ def binaryRelease(ctx, arch, build_type, target, depends_on = []): "environment": DRONE_HTTP_PROXY_ENV, "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/.github/CODEOWNERS b/.github/CODEOWNERS index 24953cd5d..f9473683c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1 @@ -services/settings/ @lukashirt -services/web/ @lukashirt -.drone.star @kobergj @phil-davis @individual-it -assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf @kobergj @hodyroff +.drone.star @micbar @scharfviktor diff --git a/README.md b/README.md index 3fb4bc52a..af9b09203 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,6 @@ Infinite Scale is carefully internationalized so that everyone, no matter what l Please always refer to our [Contribution Guidelines](https://github.com/owncloud/ocis/blob/master/CONTRIBUTING.md). -## End User License Agreement - -Some builds of stable ownCloud Infinite Scale releases provided by ownCloud GmbH are subject to an [End User License Agreement](https://owncloud.com/license-owncloud-infinite-scale/). - ## Copyright ```console diff --git a/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf b/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf deleted file mode 100644 index 850f442ff..000000000 Binary files a/assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf and /dev/null differ