From b5dc68356df2fecf6a717c9ab7508a0ba5c9805d Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 26 Dec 2023 20:14:53 +0100 Subject: [PATCH] Make copyright-license test more general. --- test/copyright-license | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/copyright-license b/test/copyright-license index 630f843..4c630c8 100644 --- a/test/copyright-license +++ b/test/copyright-license @@ -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