add license 3th party generator/checker (#4284)

This commit is contained in:
Eugenio Romano
2019-02-07 13:45:18 +00:00
committed by GitHub
parent 6de1977270
commit 9d0337da6e
5 changed files with 141 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR/.."
license-checker --production --failOn "GPL" > licenses.txt