diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:25:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:25:56 +0000 |
commit | 4e3db6802e8ae9e4c60318a444077ad81581e061 (patch) | |
tree | f1765c907a2d7249b57a8352f24a515f83bb4e24 /pkgtools/pkg_install/files | |
parent | 08f4951240c54b2515a82c31bef3e5bc72df4ed3 (diff) | |
download | pkgsrc-4e3db6802e8ae9e4c60318a444077ad81581e061.tar.gz |
Add png-license and add it to the default-allowed licenses.
(very similar to mit or modified-bsd, but different)
Diffstat (limited to 'pkgtools/pkg_install/files')
-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 2a6462651b0..6fe7ecce129 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.14 2010/05/06 13:16:59 obache Exp $ */ +/* $NetBSD: license.c,v 1.15 2011/01/13 13:25:56 wiz Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -58,6 +58,7 @@ const char *default_acceptable_licenses = "cpl-1.0 " "open-font-license " "mpl-1.0 mpl-1.1 " + "png-license " "zpl " "python-software-foundation " "ipafont " |