gnome-terminal: replace deprecated GFDL-1.3 with GFDL-1.3-no-invariants-only

The recent oe-core change validating LICENSE as an SPDX expression
(classes/conf/lib: Parse LICENSE as SPDX Expression) flags GFDL-1.3 as
a deprecated license identifier. The COPYING.GFDL checksum
(a22d0be1ce2284b67950a4d1673dd1b0) matches the GFDL-1.3-no-invariants-only
text, so use that non-deprecated identifier.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Khem Raj
2026-07-25 15:54:13 +00:00
parent c9b783f2e1
commit 02a6510964
@@ -1,5 +1,5 @@
SUMMARY = "GNOME terminal"
LICENSE = "GFDL-1.3 AND GPL-3.0-only"
LICENSE = "GFDL-1.3-no-invariants-only AND GPL-3.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \