aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-17 14:23:19 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-17 14:23:19 +0100
commit41c882e34a7303c922bf5edf60b3c78e483ac76e (patch)
tree84d4a927cd9b55e3b8164e176ff1e9e667c9f619
parent69c1f20dbd422cacd7d06c79e7745e4966d465a8 (diff)
downloadpackages-41c882e34a7303c922bf5edf60b3c78e483ac76e.tar.gz
packages-41c882e34a7303c922bf5edf60b3c78e483ac76e.zip
Added more license to package_scanner.
-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"]