summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent>2013-05-05 21:09:59 +0000
committerrodent <rodent>2013-05-05 21:09:59 +0000
commit5f219740afe32821e801aa5c90050e329f45e8b5 (patch)
treecbe17e3bab69ab300708df9d40ea07bd60df8afc
parent0a1d171898ca42d774a9b31cbbbccf31197a8a7f (diff)
downloadpkgsrc-5f219740afe32821e801aa5c90050e329f45e8b5.tar.gz
Adding sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE. Approved by FSF:
http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
-rw-r--r--mk/license.mk3
-rw-r--r--pkgtools/pkg_install/files/lib/license.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk
index 27023f1067e..4af3a6a7675 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.57 2013/04/19 11:25:26 rodent Exp $
+# $NetBSD: license.mk,v 1.58 2013/05/05 21:09:59 rodent Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -131,6 +131,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
public-domain \
python-software-foundation \
qpl-v1.0 \
+ sgi-free-software-b-v2.0 \
sleepycat-public \
unlicense \
x11 \
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c
index b94ea81b338..9daec346007 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.32 2013/04/19 17:22:23 rodent Exp $ */
+/* $NetBSD: license.c,v 1.33 2013/05/05 21:09:59 rodent Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -75,6 +75,7 @@ const char *default_acceptable_licenses =
"public-domain "
"python-software-foundation "
"qpl-v1.0 "
+ "sgi-free-software-b-v2.0 "
"sleepycat-public "
"unlicense "
"x11 "