Skip to content

Commit

Permalink
Mk/bsd.licenses.db.mk: Add BSD0CLAUSE license
Browse files Browse the repository at this point in the history
PR:		254844
Approved by:	adamw on behalf of portmgr
  • Loading branch information
yurivict committed Apr 7, 2021
1 parent c24ee14 commit cdea03a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Mk/bsd.licenses.db.mk
Expand Up @@ -49,7 +49,7 @@ _LICENSE_LIST+= AGPLv3+ GPLv1+ GPLv2+ GPLv3+ GPLv3RLE+ LGPL20+ LGPL21+ \
LGPL3+

# BSD family
_LICENSE_LIST+= BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE
_LICENSE_LIST+= BSD BSD0CLAUSE BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE

# LaTeX family
_LICENSE_LIST+= LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c
Expand Down Expand Up @@ -135,6 +135,9 @@ _LICENSE_GROUPS_ART20= FSF GPL OSI
_LICENSE_NAME_BSD= BSD license Generic Version (deprecated)
_LICENSE_GROUPS_BSD= FSF OSI COPYFREE

_LICENSE_NAME_BSD0CLAUSE= BSD Zero Clause License
_LICENSE_GROUPS_BSD0CLAUSE= OSI

_LICENSE_NAME_BSD2CLAUSE= BSD 2-clause "Simplified" License
_LICENSE_GROUPS_BSD2CLAUSE= FSF OSI COPYFREE

Expand Down

0 comments on commit cdea03a

Please sign in to comment.