aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package_scanner.nim5
1 files changed, 4 insertions, 1 deletions
diff --git a/package_scanner.nim b/package_scanner.nim
index 848a5ff..a41fde0 100644
--- a/package_scanner.nim
+++ b/package_scanner.nim
@@ -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"]