]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pycryptodome: Update LICENSE PD -> Unlicense
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2026 17:26:28 +0000 (18:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jun 2026 10:18:17 +0000 (11:18 +0100)
The "public domain" license in the code matches the SPDX Unlicense
license, update accordinly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pycryptodome.inc

index ec9241e6d5d2bb78e4d88dc3d862f0bc04fb1f10..466da553e75da7194c3b517eb2072eda1d9bb932 100644 (file)
@@ -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