Integrated: 7903922: Update copyright year for jextract in files where it was missed

Nizar Benalla nbenalla at openjdk.org
Mon Jan 20 13:22:51 UTC 2025


On Wed, 25 Dec 2024 12:02:14 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.

This pull request has now been integrated.

Changeset: 90a7fc64
Author:    Nizar Benalla <nbenalla at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.org/jextract/commit/90a7fc6458d607f44c88b0d50a92a921472eb20d
Stats:     67 lines in 67 files changed: 0 ins; 1 del; 66 mod

7903922: Update copyright year for jextract in files where it was missed

Reviewed-by: mcimadamore, jvernee

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

PR: https://git.openjdk.org/jextract/pull/267


More information about the jextract-dev mailing list