Integrated: 8345805: Update copyright year to 2024 for other files where it was missed

Magnus Ihse Bursie ihse at openjdk.org
Wed Dec 11 10:41:43 UTC 2024


On Mon, 9 Dec 2024 13:02:15 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.
> 
> This is a "misc" bucket bug report, covering for all those files that has not been clearly assigned in some other issue. My strategy was to update the copyright year on all files in the JDK repo, and then try to the best of my ability to partition that huge chunk of files between groups. These are the remainder after I've done the large chunks. When you review, please state clearly what part of the code you are reviewing.

This pull request has now been integrated.

Changeset: 8e0f929e
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8e0f929ecfc1d8de1c2a78e608bcabc45ff6b6af
Stats:     107 lines in 107 files changed: 0 ins; 0 del; 107 mod

8345805: Update copyright year to 2024 for other files where it was missed

Reviewed-by: dholmes, mli, mullan

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

PR: https://git.openjdk.org/jdk/pull/22645


More information about the core-libs-dev mailing list