[Koha-bugs] [Bug 29324] Some files still don't have the correct license statement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 2 11:17:13 CEST 2023


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

--- Comment #46 from Philip Orr <philip.orr at lmscloud.de> ---
Thought about this one a little more over the weekend.
Perl files will need the shebang to be the first line.
For other files, (I hope) it doesn't matter if copyright/license
statements are the first line.
What I'm going to try is something like:
- if the first line is a shebang, add copyright/license info starting
from the second line
- if not, add copyright/license info directly from the first line

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list