RFR: 7903922: Update copyright year for jextract in files where it was missed [v6]

Maurizio Cimadamore mcimadamore at openjdk.org
Mon Jan 6 11:35:48 UTC 2025


On Thu, 2 Jan 2025 21:18:33 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

>> I have sampled a few files to manually check that this works as intended, I got the list of files changed in a certain year by running.
>> 
>> 
>> git log --since="Jan 1" --name-only --pretty=format: | sort -u > 2024file.list
>> git log --oneline --since="1/1/2023" --until="31/12/2023" --name-only --pretty=format: | sort -u > 2023file.list
>> 
>> 
>> And then used a script to update the copyright year, I did a random sampling of files to check that it worked as intended.
>> 
>> A few files had their original copyright year changed because I noticed they were added in 2024 instead.
>
> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright of files updated in this PR to 2024

samples/cblas/TestBlas.java line 2:

> 1: /*
> 2:  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.

While the change looks ok, I wonder: if a file has only been added in 2020 and never updated afterwards, should we make this change?

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

PR Review Comment: https://git.openjdk.org/jextract/pull/267#discussion_r1904044904


More information about the jextract-dev mailing list