summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
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
commitd529d8d53f943b06511e0a7472ac5e31d82cce27 (patch)
tree9c920f660083c4ae9ea2b2e10e86222f2b8b04c7 /pkgtools/pkg_install
parent7a92be0426436b69d62d8e1af4daa7d7b9638562 (diff)
downloadpkgsrc-d529d8d53f943b06511e0a7472ac5e31d82cce27.tar.gz
Bring in boost-license, 1.0. Certified by OSI as an Open Source
license.
Diffstat (limited to 'pkgtools/pkg_install')
-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;