Skip to content

Commit a1cd4b1

Browse files
committed
Be looser about what you accept for copyright
1 parent 2dfcc36 commit a1cd4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/check_copyright.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ options=(
4343
-E # Use extended regexps
4444
-I # Exclude binary files
4545
-L # Show files that don't have a match
46-
'Copyright [0-9]{4}.*Google'
46+
'Copyright.*[0-9]{4}.*Google'
4747
)
4848

4949
result=$(git grep "${options[@]}" -- \

0 commit comments

Comments
 (0)