RFR: 8267174: Many test files have the wrong Copyright header

Chris Plummer cjplummer at openjdk.org
Tue Sep 5 23:15:36 UTC 2023


On Tue, 5 Sep 2023 22:49:41 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> There are a number of files in the `test` directory that have an incorrect copyright header, which includes the "classpath" exception text. This patch removes that text from all test files that I could find it in. I did this using a combination of `sed` and `grep`. Reviewing this patch is probably easier using the raw patch file or a suitable webrev format.
> 
> It's my assumption that these headers were introduced by mistake as it's quite easy to copy the wrong template when creating new files.

I wonder if this is the right thing to do for the hprof files. I believe they originated from some hprof tools that we no longer ship. 3rd parties might choose to integrate them into their own tools.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15573#issuecomment-1707426607



More information about the security-dev mailing list