28 Jul
2023
28 Jul
'23
7:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29324 --- Comment #35 from Philip Orr <philip.orr@lmscloud.de> --- (In reply to Marcel de Rooy from comment #34)
- next unless $hascopyright || $needs_copyright; + next unless $needs_copyright &&!$hascopyright;
This might need attention still.
Hm, the way I understood the original test was that files that already have copyright statements should still be checked (because we also want to check for license statement problems e.g. Franklin Street or gpl v2... etc., even if there's already a copyright statement in the file). Btw thanks for the verbose flag, that makes it much easier :) -- You are receiving this mail because: You are watching all bug changes.