From 41c882e34a7303c922bf5edf60b3c78e483ac76e Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 17 Oct 2015 14:23:19 +0100 Subject: [PATCH] Added more license to package_scanner. --- package_scanner.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]