RFR: 8345975: Update SAP SE copyright year to 2024 where it was missed
Martin Doerr
mdoerr at openjdk.org
Wed Dec 11 10:14:37 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'
LGTM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22677#pullrequestreview-2495024644
More information about the hotspot-dev
mailing list