summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2011-02-06 18:54:49 +0000
committerschnoebe <schnoebe@pkgsrc.org>2011-02-06 18:54:49 +0000
commit7e097075b69acf07af7ca4b34dd7dc4dde327860 (patch)
tree9c920f660083c4ae9ea2b2e10e86222f2b8b04c7 /pkgtools
parentc6ea56be6bb380344cfad6be4aba747ac1784806 (diff)
downloadpkgsrc-7e097075b69acf07af7ca4b34dd7dc4dde327860.tar.gz
Bring in boost-license, 1.0. Certified by OSI as an Open Source
license.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/license.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c
index 6fe7ecce129..710a7556857 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.15 2011/01/13 13:25:56 wiz Exp $ */
+/* $NetBSD: license.c,v 1.16 2011/02/06 18:54:50 schnoebe Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -63,7 +63,8 @@ const char *default_acceptable_licenses =
"python-software-foundation "
"ipafont "
"isc "
- "info-zip";
+ "info-zip "
+ "boost-license";
#ifdef DEBUG
static size_t hash_collisions;