RFR: 8345793: Update copyright year to 2024 for the build system in files where it was missed [v2]
Kim Barrett
kbarrett at openjdk.org
Mon Dec 9 13:49:43 UTC 2024
On Mon, 9 Dec 2024 12:21:55 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Some files have been modified in 2024, but the copyright year has not been properly updated. This should be fixed.
>>
>> I have located these modified files using:
>>
>> git log --since="Jan 1" --name-only --pretty=format: | sort -u > file.list
>>
>> and then run a script to update the copyright year to 2024 on these files.
>>
>> I have made a manual sampling of files in the list to verify that they have indeed been modified in 2024.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>
> Also include build test
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22636#pullrequestreview-2488850120
More information about the build-dev
mailing list