From fe8ccfcc7212a5610e547dbf29f3a04cde3e816a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 12 Jan 2013 16:51:45 +0100 Subject: [PATCH] distro: util-linux: Fix `license' field. * distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects. --- distro/packages/linux.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/distro/packages/linux.scm b/distro/packages/linux.scm index 7e18e393b9..534aac11ab 100644 --- a/distro/packages/linux.scm +++ b/distro/packages/linux.scm @@ -173,11 +173,12 @@ providing the system administrator with some help in common tasks.") "util-linux is a random collection of utilities for the Linux kernel") (description "util-linux is a random collection of utilities for the Linux kernel.") + ;; Note that util-linux doesn't use the same license for all the - ;; code. GPLv2+ is the default license for a code without an + ;; code. GPLv2+ is the default license for a code without an ;; explicitly defined license. - (license '(gpl3+ gpl2+ gpl2 lgpl2.0+ - bsd-4 public-domain)))) + (license (list gpl3+ gpl2+ gpl2 lgpl2.0+ + bsd-4 public-domain)))) (define-public procps (package