guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: r-mapproj: Correct license field to lpl1.02.


From: guix-commits
Subject: 14/18: gnu: r-mapproj: Correct license field to lpl1.02.
Date: Fri, 10 Mar 2023 11:41:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8935e4195273bcb7023521943b0f293c5d7355b2
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Fri Feb 24 03:22:18 2023 +0000

    gnu: r-mapproj: Correct license field to lpl1.02.
    
    * gnu/packages/cran.scm (r-mapproj): Correct license.
    [license]: Change to lpl1.02.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/cran.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8f058c5906..2c5c64c426 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4551,9 +4551,7 @@ Projection code and larger maps are in separate packages 
(@code{mapproj} and
     (description "This package converts latitude/longitude into projected
 coordinates.")
     (license (list license:gpl2          ; The R interface
-                   (license:non-copyleft ; The C code
-                    
"https://www.gnu.org/licenses/license-list.en.html#lucent102";
-                    "Lucent Public License Version 1.02")))))
+                   license:lpl1.02))))   ; The C code
 
 (define-public r-rgooglemaps
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]