diff --git a/scripts/check-copyright.sh b/scripts/check-copyright.sh index 0b90d9f..dcebf6d 100755 --- a/scripts/check-copyright.sh +++ b/scripts/check-copyright.sh @@ -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 \ No newline at end of file +main