RFR: 8345800: Update copyright year to 2024 for serviceability in files where it was missed
    David Holmes 
    dholmes at openjdk.org
       
    Wed Dec 11 04:57:41 UTC 2024
    
    
  
On Mon, 9 Dec 2024 12:47:29 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.
Looks fine. Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22641#pullrequestreview-2494302930
    
    
More information about the serviceability-dev
mailing list