16 Jul
2025
16 Jul
'25
8:14 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40419 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 184164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184164&action=edit Bug 40419: Remove check for Copyright line The Copyright line should not be mandatory. And if missing, is not a reason to skip the GPL-related checks anyway. This 'fix' will highlight existing errors that were skipped until now. To test: 1. Run: $ ktd --shell k$ prove xt/find-license-problems.t => FAIL: Tests pass! Some files should make them fail! 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests fail! -- You are receiving this mail because: You are watching all bug changes.