<i18n dev> RFR: 8345797: Update copyright year to 2024 for client-libs in files where it was missed [v3]

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Dec 10 02:52:43 UTC 2024


On Mon, 9 Dec 2024 19:11:05 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 mistakenly modified binary files

src/jdk.accessibility/windows/man/jabswitch.md line 3:

> 1: ---
> 2: # Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
> 3: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

I guess this was committed 3 weeks ago, so shouldn't it be just 2024?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22638#discussion_r1877170365


More information about the i18n-dev mailing list