RFR: 8345975: Update SAP SE copyright year to 2024 where it was missed
Richard Reingruber
rrich at openjdk.org
Wed Dec 11 10:07:10 UTC 2024
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'
-------------
Commit messages:
- Update SAP SE copyright year
Changes: https://git.openjdk.org/jdk/pull/22677/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22677&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8345975
Stats: 24 lines in 24 files changed: 0 ins; 0 del; 24 mod
Patch: https://git.openjdk.org/jdk/pull/22677.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22677/head:pull/22677
PR: https://git.openjdk.org/jdk/pull/22677
More information about the hotspot-dev
mailing list