diff options
author | ahoka <ahoka> | 2009-06-03 16:45:17 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-06-03 16:45:17 +0000 |
commit | c86412d2613274498f840a8e97d405c01183daed (patch) | |
tree | f69379cb15efa451e244beabbcaa2deec22109a6 /pkgtools | |
parent | 1c0dab0a6665c05bb83976e70196b8e0d8e2cdbc (diff) | |
download | pkgsrc-c86412d2613274498f840a8e97d405c01183daed.tar.gz |
Add miros to the default accepted licenses.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 6d454864378..c88415614a6 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.3 2009/05/27 21:56:11 joerg Exp $ */ +/* $NetBSD: license.c,v 1.4 2009/06/03 16:45:17 ahoka Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -51,7 +51,7 @@ const char *default_acceptable_licenses = "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 " "gnu-gpl-v3 gnu-lgpl-v3 " "original-bsd modified-bsd " - "x11 mit " + "x11 mit miros " "apache-1.1 apache-2.0 " "artistic artistic-2.0 " "cddl-1.0 " |