gnu: zziplib: Correct license.

* gnu/packages/compression.scm (zziplib)[license]: Add MPL1.1.
This commit is contained in:
Marius Bakke 2018-03-20 01:02:13 +01:00
parent 3f986ff657
commit 0d729c5b14
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1828,7 +1828,9 @@ (define-public zziplib
(synopsis "Library for accessing zip files")
(description
"ZZipLib is a library based on zlib for accessing zip files.")
(license license:lgpl2.0+)))
;; zziplib is dual licensed under LGPL2.0+ and MPL1.1. Some example source
;; files carry the Zlib license; see "docs/copying.html" for details.
(license (list license:lgpl2.0+ license:mpl1.1))))
(define-public perl-archive-zip
(package