Files
o3de/scripts/license_scanner/scanner_config.json
T
Brian Herrera 173126f5a5 Add script for license scanner (#2267)
* 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>
2021-07-19 16:09:47 -07:00

13 lines
188 B
JSON

{
"excluded_directories": [
".git",
".venv",
"build",
"license_scanner"
],
"license_patterns": [
"LICENSE*",
"COPYING*"
]
}