summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-27 14:01:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-27 14:03:16 +0200
commite009b8d7126531a2983701413c5b97e620e495e4 (patch)
tree0340c486c2f9641bbddc3d02b9a74ebb76aba733 /gnu
parent5c81cbda5e1c97b5234f48f36de28adcccaa3555 (diff)
downloadguix-patches-e009b8d7126531a2983701413c5b97e620e495e4.tar
guix-patches-e009b8d7126531a2983701413c5b97e620e495e4.tar.gz
gnu: html2text: Add informative BSD-4 licence.
* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/textutils.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 96bb7be468..e7968c3185 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1045,7 +1045,8 @@ indentation.
(description
"@code{html2text} is a command line utility that converts HTML
documents into plain text.")
- (license license:gpl2+))))
+ (license (list license:bsd-4 ; cmp_nocase.cpp & sgml.h
+ license:gpl2+))))) ; everything else
(define-public odt2txt
(package