mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: html2text: Add informative BSD-4 licence.
* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4.
This commit is contained in:
parent
5c81cbda5e
commit
e009b8d712
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue