Integrated: 8345975: Update SAP SE copyright year to 2024 where it was missed
Richard Reingruber
rrich at openjdk.org
Mon Dec 16 07:19:41 UTC 2024
On Wed, 11 Dec 2024 09:55:30 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> This pr updates the SAP SE copyright year in files that where changed in 2024 but the update was forgotten.
>
> I used the following command to find the files
>
>
> git log '--since=Jan 1' --name-only --pretty=format: \
> --author asteiner \
> --author azeller \
> --author clanger \
> --author goetz \
> --author jbechberger \
> --author jkern \
> --author lucy \
> --author mdoerr \
> --author mbaesken \
> --author rrich \
> --author rschmelter \
> --author andrewlu \
> --author ashi \
> | sort -u | xargs grep -l 'SAP SE'
This pull request has now been integrated.
Changeset: ee1c5ad8
Author: Richard Reingruber <rrich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ee1c5ad8fe99ec427604773a6f04baa0ad765c9e
Stats: 24 lines in 24 files changed: 0 ins; 0 del; 24 mod
8345975: Update SAP SE copyright year to 2024 where it was missed
Reviewed-by: mdoerr, clanger
-------------
PR: https://git.openjdk.org/jdk/pull/22677
More information about the hotspot-dev
mailing list