Make copyright-license test more general.

This commit is contained in:
project-repo 2023-12-26 20:14:53 +01:00
commit b5dc68356d

View file

@ -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