From: Richard Purdie Date: Wed, 3 Jun 2026 17:26:28 +0000 (+0100) Subject: python3-pycryptodome: Update LICENSE PD -> Unlicense X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7a5f842cc62f4b3f7a98ffced085f89110895ab0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pycryptodome: Update LICENSE PD -> Unlicense The "public domain" license in the code matches the SPDX Unlicense license, update accordinly. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index ec9241e6d5..466da553e7 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -2,7 +2,7 @@ SUMMARY = "Cryptographic library for Python" DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\ cryptographic primitives." HOMEPAGE = "http://www.pycryptodome.org" -LICENSE = "PD & BSD-2-Clause" +LICENSE = "Unlicense & BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93" inherit pypi