[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: html2text: Add informative BSD-4 licence.
From: |
guix-commits |
Subject: |
03/03: gnu: html2text: Add informative BSD-4 licence. |
Date: |
Tue, 27 Apr 2021 08:04:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e009b8d7126531a2983701413c5b97e620e495e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 14:01:23 2021 +0200
gnu: html2text: Add informative BSD-4 licence.
* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4.
---
gnu/packages/textutils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 96bb7be..e7968c3 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