Added more license to package_scanner.
This commit is contained in:
parent
69c1f20dbd
commit
41c882e34a
1 changed files with 4 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ const
|
|||
|
||||
LICENSES = @[
|
||||
"Allegro 4 Giftware",
|
||||
"Apache License 2.0",
|
||||
"BSD",
|
||||
"BSD3",
|
||||
"CC0",
|
||||
|
|
@ -37,9 +38,11 @@ const
|
|||
"LGPLv3",
|
||||
"MIT",
|
||||
"MS-PL",
|
||||
"MPL",
|
||||
"WTFPL",
|
||||
"libpng",
|
||||
"zlib"
|
||||
"zlib",
|
||||
"ISC"
|
||||
]
|
||||
|
||||
VCS_TYPES = @["git", "hg"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue