From 93b597ccecddbcf4ac3eb3d5b5a5410aa544e4dd Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 14 May 2025 08:01:42 +0200 Subject: [PATCH] remove Docker EULA licensing which isn't relevant since Docker switched to a subscription model Signed-off-by: Nicolas De Loof --- .github/workflows/ci.yml | 3 --- packaging/LICENSE | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 packaging/LICENSE diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7956a4eeb..fdf252786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,9 +306,6 @@ jobs: echo "$sum $file" > ${file#\*}.sha256 fi done - - - name: License - run: cp packaging/* ./bin/release/ - name: List artifacts run: | diff --git a/packaging/LICENSE b/packaging/LICENSE deleted file mode 100644 index fcf6aa892..000000000 --- a/packaging/LICENSE +++ /dev/null @@ -1,2 +0,0 @@ -The Docker End User License Agreement (https://www.docker.com/legal/docker-software-end-user-license-agreement) describes Docker's Terms for this software. -By downloading, accessing, or using this software you expressly accept and agree to the Terms set out in the Docker End User License Agreement.