From b62bcfb33424e21c03dbe0db8d149687753f9e5c Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Thu, 1 Jun 2023 09:38:10 -0400 Subject: [PATCH] Add Unlicense to the allowed non-GPL license audit list. filelock seems to use it. --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 17a43484..1c257171 100644 --- a/noxfile.py +++ b/noxfile.py @@ -25,6 +25,7 @@ "MIT License", "Mozilla Public License 2.0 (MPL 2.0)", "Python Software Foundation License", + "The Unlicense (Unlicense)", ]