Skip to content

Commit 08e4b02

Browse files
committed
Add MIT-0 to GPL-2 compatible licenses list
Included 'MIT-0' in the gpl2CompatibleLicenses array to recognize it as a GPL-2 compatible license.
1 parent 8d8c927 commit 08e4b02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/scripts/utils/license.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const gpl2CompatibleLicenses = [
7171
'ISC',
7272
'LGPL-2.1',
7373
'MIT',
74+
'MIT-0',
7475
'MIT/X11',
7576
'MPL-2.0',
7677
'ODC-By-1.0',

0 commit comments

Comments
 (0)