RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v9]

Anton Kozlov akozlov at openjdk.java.net
Tue Mar 2 11:07:56 UTC 2021


On Tue, 2 Feb 2021 23:10:17 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> For platform files that were copied from other ports to this port, if the file wasn't
> changed I presume the copyright years are left alone. If the file required changes
> for this port, I expect the year to be updated to 2021. How are you verifying that
> these copyright years are being properly managed on the new files?

There are no exact copies, based on
git -c diff.renameLimit=10000000 diff --find-copies-harder -C75% --name-status upstream/master...

So every file changed in the branch potentially needs the copyright update. All file diffs are not trivial, IMHO.

I'll run the copyright update after we fix a few remaining issues with the PR, to avoid updating copyright and changing/reverting the actual content.

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

PR: https://git.openjdk.java.net/jdk/pull/2200


More information about the serviceability-dev mailing list