From 8935e4195273bcb7023521943b0f293c5d7355b2 Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Fri, 24 Feb 2023 03:22:18 +0000 Subject: gnu: r-mapproj: Correct license field to lpl1.02. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cran.scm (r-mapproj): Correct license. [license]: Change to lpl1.02. Signed-off-by: Ludovic Courtès --- 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 -- cgit v1.2.3