summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-05 22:44:16 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-05 22:44:31 +0200
commit68267c63674cb5e7555c828639db297c9a5d60a0 (patch)
tree3523703069a9461bc6fe9c6eac488438b7cd82ca /gnu/packages/libreoffice.scm
parentfe1a39d319258c26fb9bcedc2fd337a9e2f40df9 (diff)
downloadpatches-68267c63674cb5e7555c828639db297c9a5d60a0.tar
patches-68267c63674cb5e7555c828639db297c9a5d60a0.tar.gz
gnu: librevenge, libwpd, libwpg: Fix 'license' field.
* gnu/packages/libreoffice.scm (librevenge, libwpd, libwpg): Fix 'license' field to be a list of <license>.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a832710255..481ab21fc6 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -113,7 +113,7 @@ CSV, CSS and XML.")
(description "Librevenge is a base library for writing document import
filters. It has interfaces for text documents, vector graphics,
spreadsheets and presentations.")
- (license '(mpl2.0 lgpl2.1+)))) ; dually licensed
+ (license (list mpl2.0 lgpl2.1+)))) ;dual licensed
(define-public libwpd
(package
@@ -138,7 +138,7 @@ spreadsheets and presentations.")
(description "Libwpd is a C++ library designed to help process
WordPerfect documents. It is most commonly used to import such documents
into other word processors.")
- (license '(mpl2.0 lgpl2.1+)))) ; dually licensed
+ (license (list mpl2.0 lgpl2.1+)))) ;dual licensed
(define-public libe-book
(package
@@ -198,4 +198,4 @@ ZVR (simple compressed text format).")
(synopsis "Library and tools for the WordPerfect Graphics format")
(description "The libwpg project provides a library and tools for
working with graphics in the WPG (WordPerfect Graphics) format.")
- (license '(mpl2.0 lgpl2.1+)))) ; dually licensed
+ (license (list mpl2.0 lgpl2.1+)))) ;dual licensed