guix-patches
[Top][All Lists]
Advanced

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

[bug#61745] [PATCH 3/5] gnu: r-mapproj: Correct license field to lpl1.02


From: Antero Mejr
Subject: [bug#61745] [PATCH 3/5] gnu: r-mapproj: Correct license field to lpl1.02.
Date: Fri, 24 Feb 2023 03:22:18 +0000

* gnu/packages/cran.scm (r-mapproj): Correct license.
[license]: Change to lpl1.02.
---
 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 c7a81b96eb..4fac45a91d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4360,9 +4360,7 @@ (define-public r-mapproj
     (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
-- 
2.38.1






reply via email to

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