On Mon, 9 Dec 2024 18:13:25 GMT, Phil Race <p...@openjdk.org> wrote: > There's an image (JPG) file in this list ! Why ?
That is indeed a very good question. I got a few other modified binary files as well; I can't say why. I am basically doing a sed for `Copyright (c) ... Oracle`, and I have double-checked that there are no such strings in that file. ... ohhh... I think I get it, sed might have mistaken CRLF as line endings and converted it to pure LF. I'll revert it anyway. Thanks for spotting. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22638#issuecomment-2529120261