Closes #18895
Closes #18897
cmakelang==0.6.13
codespell==2.4.1
pytype==2024.10.11
-reuse==5.1.1
+reuse==6.0.0
ruff==0.13.2
return 2;
}
if(!$spdx) {
+ # REUSE-IgnoreStart
print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n";
+ # REUSE-IgnoreEnd
return 2;
}
last;
return 2;
}
if(!$spdx) {
+ # REUSE-IgnoreStart
print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n";
+ # REUSE-IgnoreEnd
return 2;
}
if($section == 3) {
elsif(/^Experimental: yes/i) {
$experimental=1;
}
+ # REUSE-IgnoreStart
elsif(/^C: (.*)/i) {
$copyright=$1;
}
elsif(/^SPDX-License-Identifier: (.*)/i) {
$spdx=$1;
}
+ # REUSE-IgnoreEnd
elsif(/^Help: *(.*)/i) {
;
}
return 2;
}
if(!$spdx) {
+ # REUSE-IgnoreStart
print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n";
+ # REUSE-IgnoreEnd
return 2;
}
last;