diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-29 12:06:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-29 12:06:14 +0000 |
commit | f9a9a718430e3583ca709f539cf25ffd8e3b2b25 (patch) | |
tree | 497d6fdf3b48255da5f4840163977869b76cf06d /Mk | |
parent | The docs tarball was rerolled since the last time I ran make makesum. (diff) |
- Add the Open Works License (OWL, http://sob.apotheon.org) to the list of
known licenses with auto-acceptance. The OWL is a copyfree license similar
to the BSD and MIT licenses.
PR: ports/150608
Submitted by: Sterling Camden <sterling@camdensoftware.com>
Notes
Notes:
svn path=/head/; revision=263729
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.licenses.db.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk index d1118c87bcdb..eff627bbb1d3 100644 --- a/Mk/bsd.licenses.db.mk +++ b/Mk/bsd.licenses.db.mk @@ -33,7 +33,7 @@ # _LICENSE_LIST_GROUPS - List of defined license groups # -_LICENSE_LIST= ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 MIT MPL +_LICENSE_LIST= ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 MIT MPL OWL # List of groups (only names must be present) @@ -106,6 +106,9 @@ _LICENSE_GROUPS_MIT= FSF GPL OSI _LICENSE_NAME_MPL= Mozilla Public License _LICENSE_GROUPS_MPL= FSF OSI +_LICENSE_NAME_OWL= Open Works License (owl.apotheon.org) +_LICENSE_GROUPS_OWL= + # Set default permissions if not defined .for lic in ${_LICENSE_LIST} |