<i18n dev> RFR: 8345799: Update copyright year to 2024 for core-libs in files where it was missed [v3]
Joe Wang
joehw at openjdk.org
Mon Dec 9 17:44:40 UTC 2024
On Mon, 9 Dec 2024 15:42:57 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:
>
> Revert changes to binary files
The git query found all those java.xml properties files likely due to the jcheck change (JDK-8325558) you made. That patch correctly kept the copyright years as they were since we generally don't change copyright year unless the change is significant.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22640#issuecomment-2528864312
More information about the i18n-dev
mailing list