From a1b82beec0efc0f29cedefdd261e87970ffe2967 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 2 May 2015 13:21:37 +0000 Subject: Add the GUST Font Source License (GFSL) from http://ctan.org/license/gfsl Since this is basically the LaTeX Project Public License with one clause removed, add it to the default acceptable licenses. (lppl is fine with both OSI and FSF and already allowed.) --- pkgtools/pkg_install/files/lib/license.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 40636f9616d..57587782910 100644 --- a/pkgtools/pkg_install/files/lib/license.c +++ b/pkgtools/pkg_install/files/lib/license.c @@ -1,4 +1,4 @@ -/* $NetBSD: license.c,v 1.39 2015/04/19 22:19:15 rodent Exp $ */ +/* $NetBSD: license.c,v 1.40 2015/05/02 13:21:37 wiz Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger . @@ -57,6 +57,7 @@ const char *default_acceptable_licenses = "cpl-1.0 " "epl-v1.0 " "eupl-v1.1 " + "gfsl " "gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 " "gnu-gpl-v1 " "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 " -- cgit v1.2.3