Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-02-05 19:41:55 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-02-05 19:42:57 +0300
commit345dde9609b5d72595e007056952efb018273982 (patch)
treeec0202377672bbd1422a0d1d1603a82ea0ca896b
parenteeacb2e9bd02720a28dab6bcab6e425c5d8e80cf (diff)
Add 'OFSFDL' to additional license ids list
-rwxr-xr-xcalm/hint.py1
1 files changed, 1 insertions, 0 deletions
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: