diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-12-08 09:10:14 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-12-08 09:10:14 +0000 |
commit | 46dcbaaeea9e1af8b63b99d642c4b5cfe328331f (patch) | |
tree | 87b5a14e0d17a3e40b088e631e2c48616f2a4176 /mk | |
parent | 89f2554a4ee69b1bd54845090f65bd67fcecd809 (diff) | |
download | pkgsrc-46dcbaaeea9e1af8b63b99d642c4b5cfe328331f.tar.gz |
abell-94 is acceptable
We can follow Fedora Project that treats it as Free and GPL compatible:
https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk index 068803e10d3..53150708e1d 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.89 2018/11/30 18:38:19 rillig Exp $ +# $NetBSD: license.mk,v 1.90 2018/12/08 09:10:14 triaxx Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -102,6 +102,7 @@ # -license suffix, and nonfree licenses end in -license. # DEFAULT_ACCEPTABLE_LICENSES= \ + abell-94 \ apache-1.1 apache-2.0 \ arphic-public \ artistic artistic-2.0 \ |