Commit 7b258199 authored by Andrey Filippov's avatar Andrey Filippov

Fix MTF_Bayer.java string literal broken by sed GPL header fix

The previous sed replacement of 'tMTF_Bayer.java' matched across the '\t'
tab escape in a string literal, producing illegal '\M' escape. Restored \t.
Co-Authored-By: 's avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent ad8b5d05
......@@ -1627,7 +1627,7 @@ Next is restoration of the original shifts and scales applied before accumulatin
new TextWindow(title_src+"_"+"pixel crosstalk", "Item \tDescription",
"LICENSE"+
"\MTF_Bayer.java is free software: you can redistribute it and/or modify\n"+
"\tMTF_Bayer.java is free software: you can redistribute it and/or modify\n"+
"\tit under the terms of the GNU General Public License as published by\n"+
"\tthe Free Software Foundation, either version 3 of the License, or\n"+
"\t(at your option) any later version.\n"+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment