gnu: zziplib: Correct license.

* gnu/packages/compression.scm (zziplib)[license]: Add MPL1.1.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -1828,7 +1828,9 @@ recreates the stored directory structure by default.")
(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