mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 12:34:18 +02:00
Make copyright-license test more general.
This commit is contained in:
parent
9b1a5dcd3e
commit
b5dc68356d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RESULT=0
|
|||
for file in ${deps}
|
||||
do
|
||||
echo "${file}"
|
||||
if (grep -q "Copyright.*${curryear}, project-repo and the cagebreak contributors" "$MESONCURRENTCONFIGDIR/${file}")
|
||||
if (grep -q "Copyright.*${curryear}, project-repo.* and the cagebreak contributors" "$MESONCURRENTCONFIGDIR/${file}")
|
||||
then
|
||||
echo " [x] Copyright Notice"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue