diff options
author | wiz <wiz> | 2015-05-02 13:21:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-05-02 13:21:37 +0000 |
commit | 84a4bf1a293a5f2ef5e47b5a87d0cae1cbd10cc8 (patch) | |
tree | 1a0268d8ea03349f99c4026ee4af65a0450d4a69 /pkgtools | |
parent | f2a0145dd66d59f142e61db58362b4e173503223 (diff) | |
download | pkgsrc-84a4bf1a293a5f2ef5e47b5a87d0cae1cbd10cc8.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.c | 3 |
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 " |