emerge-gitclone: Fix license information

emerge-gitclone was never GPL-2.0, it was BSD-3. We're switching it to
Apache-2.0 with this commit.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-03-13 11:55:30 +01:00
parent ddc48ae1a1
commit 340e7892b7
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_LOCALDIR="src/platform"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="9240efb80504da934b2315cc89bddb81b739b214" # flatcar-master
CROS_WORKON_COMMIT="00396595376d8d6a3c4b9251ba94e9de2d7a9e39" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi
@ -21,7 +21,7 @@ inherit cros-workon python-single-r1
DESCRIPTION="emerge utilities for Flatcar developer images"
HOMEPAGE="https://github.com/flatcar/flatcar-dev-util/"
LICENSE="GPL-2"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""