gnu: html2text: Add informative BSD-4 licence.

* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-27 14:01:23 +02:00
parent 5c81cbda5e
commit e009b8d712
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1045,7 +1045,8 @@ (define-public html2text
(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