173126f5a5
* Add script for license scanner This script will scan the source tree for license files and generate a file with the contents of all the licenses. Signed-off-by: brianherrera <briher@amazon.com>
13 lines
188 B
JSON
13 lines
188 B
JSON
{
|
|
"excluded_directories": [
|
|
".git",
|
|
".venv",
|
|
"build",
|
|
"license_scanner"
|
|
],
|
|
"license_patterns": [
|
|
"LICENSE*",
|
|
"COPYING*"
|
|
]
|
|
}
|