summaryrefslogtreecommitdiff
path: root/pkgtools
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
commita1b82beec0efc0f29cedefdd261e87970ffe2967 (patch)
tree1a0268d8ea03349f99c4026ee4af65a0450d4a69 /pkgtools
parentacfd81289c0b6e1f8af9f08a44392ac4dae9d308 (diff)
downloadpkgsrc-a1b82beec0efc0f29cedefdd261e87970ffe2967.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')
-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 "