https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29324

--- Comment #35 from Philip Orr <[email protected]> ---

(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to