make check-copyright.sh also handle other tests/.../expected/... files
This commit is contained in:
parent
29757a568c
commit
aa07e24c78
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ function main()
|
|||
*/LICENSE.md|*/Notices.txt)
|
||||
# copyright file
|
||||
;;
|
||||
/crates/cpu/tests/expected/*.vcd|/crates/cpu/tests/expected/*.txt)
|
||||
/crates/cpu/tests*/expected/*.vcd|/crates/cpu/tests*/expected/*.txt)
|
||||
# file that can't contain copyright header
|
||||
;;
|
||||
/.forgejo/workflows/*.yml|*/.gitignore|*/.gitattributes|*.toml)
|
||||
|
|
@ -71,4 +71,4 @@ function main()
|
|||
done
|
||||
}
|
||||
|
||||
main
|
||||
main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue