David Runge pushed to branch main at Arch Linux / Packaging / Packages / ipxe
Commits: c510ad90 by David Runge at 2026-01-16T22:13:00+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -2,10 +2,11 @@ pkgbase = ipxe pkgdesc = Network bootloader pkgver = 1.21.1 pkgrel = 5 - url = https://ipxe.org + url = https://ipxe.org/ arch = x86_64 - license = GPL2 - license = custom:UBDL + license = 0BSD + license = GPL-2.0-or-later + license = LicenseRef-UBDL makedepends = cdrtools optdepends = bash: for run_ipxe optdepends = qemu-desktop: for run_ipxe ===================================== PKGBUILD ===================================== @@ -5,8 +5,12 @@ pkgver=1.21.1 pkgrel=5 pkgdesc="Network bootloader" arch=(x86_64) -url="https://ipxe.org" -license=(GPL2 custom:UBDL) +url="https://ipxe.org/" +license=( + 0BSD + GPL-2.0-or-later + LicenseRef-UBDL +) makedepends=(cdrtools) optdepends=( 'bash: for run_ipxe' ===================================== REUSE.toml ===================================== @@ -17,6 +17,13 @@ path = [ "*.timer", "*.desktop", "*.hook", + "arch.ipxe", + "codesigning_pierre_archlinux.pem", + "general.h", + "isrgrootx1.pem", + "lets-encrypt-r3.pem", + "remote.ipxe", + "run_ipxe", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ipxe/-/commit/c510ad90a360ab77b3070df78123ff4170ce6ca5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ipxe/-/commit/c510ad90a360ab77b3070df78123ff4170ce6ca5 You're receiving this email because of your account on gitlab.archlinux.org.
