mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add license 3th party generator/checker (#4284)
This commit is contained in:
7
scripts/license-list-generator.sh
Executable file
7
scripts/license-list-generator.sh
Executable 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
|
Reference in New Issue
Block a user