Added more license to package_scanner.

This commit is contained in:
Dominik Picheta 2015-10-17 14:23:19 +01:00
parent 69c1f20dbd
commit 41c882e34a

View File

@ -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"]