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

Magnus Ihse Bursie ihse at openjdk.org
Mon Sep 11 10:37:45 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.

Looks good to me. Thanks for doing this cleanup!

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

Marked as reviewed by ihse (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15573#pullrequestreview-1619669362


More information about the client-libs-dev mailing list