> 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.

Magnus Ihse Bursie has updated the pull request incrementally with one 
additional commit since the last revision:

  Revert mistaken changes to binary file

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22645/files
  - new: https://git.openjdk.org/jdk/pull/22645/files/01702dae..edbc3fbb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22645&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22645&range=00-01

  Stats: 0 lines in 1 file changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22645.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22645/head:pull/22645

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

Reply via email to