From 345dde9609b5d72595e007056952efb018273982 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 5 Feb 2023 16:41:55 +0000 Subject: Add 'OFSFDL' to additional license ids list --- calm/hint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/calm/hint.py b/calm/hint.py index 1ec86d9..28a81b0 100755 --- a/calm/hint.py +++ b/calm/hint.py @@ -38,6 +38,7 @@ else: json = license_expression.get_license_index() extra_licenses = [ 'Linux-man-pages-copyleft', # requires SPDX license-list 3.15 + 'OFSFDL', # "Old FSF documentation license" 'Public-Domain', ] for l in extra_licenses: -- cgit v1.2.3