summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-02 13:21:37 +0000
committerwiz <wiz@pkgsrc.org>2015-05-02 13:21:37 +0000
commit6c12f4b61f9f2ebb4f780d3e9a1baaeeb4808b7f (patch)
tree1a0268d8ea03349f99c4026ee4af65a0450d4a69 /pkgtools/pkg_install
parentd877ee133252556286d6b75fc6adcb4f2366b2ac (diff)
downloadpkgsrc-6c12f4b61f9f2ebb4f780d3e9a1baaeeb4808b7f.tar.gz
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.)
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/lib/license.c3
1 files changed, 2 insertions, 1 deletions
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 <joerg@NetBSD.org>.
@@ -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 "