From bb6fb1840144c293d4f4eccdcd95ec7489b9c159 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Jul 2022 13:25:28 +0200 Subject: [PATCH] Add PSF-2.0 license (https://spdx.org/licenses/PSF-2.0). This is used in quite a few collections and in ansible-core as well. See for example https://github.com/ansible/ansible/blob/devel/licenses/PSF-license.txt or https://github.com/ansible-collections/community.crypto/blob/main/PSF-license.txt. No-Issue Signed-off-by: Felix Fontein --- galaxy_importer/utils/spdx_licenses.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/galaxy_importer/utils/spdx_licenses.json b/galaxy_importer/utils/spdx_licenses.json index 01a1e91e..9dc71db2 100644 --- a/galaxy_importer/utils/spdx_licenses.json +++ b/galaxy_importer/utils/spdx_licenses.json @@ -893,6 +893,9 @@ "PHP-3.01":{ "deprecated":false }, + "PSF-2.0":{ + "deprecated":false + }, "Parity-6.0.0":{ "deprecated":false },