• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Mar-2021-

LicenseCheck.pyH A D02-Mar-20214.6 KiB11683

LicenseCheck_plug_in.yamlH A D02-Mar-2021284 1211

Readme.mdH A D02-Mar-2021338 1812

Readme.md

1# License Check Plugin
2
3This CiBuildPlugin scans all new added files in a package to make sure code
4is contributed under BSD-2-Clause-Patent.
5
6## Configuration
7
8The plugin can be configured to ignore certain files.
9
10``` yaml
11"LicenseCheck": {
12    "IgnoreFiles": []
13}
14```
15### IgnoreFiles
16
17OPTIONAL List of file to ignore.
18