Upgrade LICENSE to use AND

Replace & with AND in the LICENSE of the affected recipes.

Fixes:

WARNING: LICENSE is using an old syntax and should be upgraded

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi
2026-07-23 12:08:56 +03:00
committed by Khem Raj
parent 996ce64882
commit 9e41c54b45
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
DESCRIPTION = "A helper library to generate run-time configuration for the Raspberry Pi \
ISP (PiSP), consisting of the Frontend and Backend hardware components."
HOMEPAGE = "https://github.com/raspberrypi/libpisp"
LICENSE = "BSD-2-Clause & GPL-2.0-only & GPL-2.0-or-later"
LICENSE = "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3417a46e992fdf62e5759fba9baef7a7 \
file://LICENSES/GPL-2.0-only.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c"