From b72c282d535ff8aa40eb75bf5285b14304586411 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 11:36:09 +0200 Subject: guix: Make "gfsl" an alias for gfl1.0 license in texlive importer. * guix/import/texlive.scm (string->license): Make "gfsl" and alias for GFL1.0. --- guix/import/texlive.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guix/import') diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index d4fa8bb674..f3d941155d 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -98,7 +98,11 @@ ("cc-by-sa-4" 'cc-by-sa4.0) ("mit" 'expat) ("fdl" 'fdl1.3+) - ("gfl" 'gfl1.0) + ;; The GUST Font Nosource License, which is legally equivalent to + ;; lppl1.3c+, is no longer in use (per + ;; ). It has de + ;; facto become GUST Font License 1.0. + ((or "gfl" "gfsl") 'gfl1.0) ;; These are known non-free licenses ("noinfo" 'unknown) -- cgit v1.2.3