RFR: 8333685: Make update-copyright-year script more useful [v2]
Sonia Zaldana Calles
szaldana at openjdk.org
Tue Jun 11 13:34:24 UTC 2024
> Hi all,
>
> This PR addresses [8333685](https://bugs.openjdk.org/browse/JDK-8333685).
>
> I have added the following enhancements:
> - Removed uses of `fgrep` and `egrep` with `grep -F` and `grep -E` respectively.
> - Altered default behaviour to limit the processed changesets to those in the current branch and the current year.
> - Enabled an option to modify all changesets in the year if desired (this was the previous default behaviour).
> - Added named parameters and enabled `--help`.
> - Removed mercurial support.
> - Fixed a bug where copyright headers that didn't have a comma following the initial year of creation were not getting picked up. For example, [here](https://github.com/openjdk/jdk/blob/512b2b4f141f9a202984150b0427372e1a409a50/src/hotspot/cpu/zero/copy_zero.hpp#L3).
> - Fixed a bug where copyright headers missing the copyright symbol (c) were not getting picked up. Refer to the example above as well.
>
> Thanks,
> Sonia
Sonia Zaldana Calles has updated the pull request incrementally with one additional commit since the last revision:
Fixing optional group to work with bsd as well
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19605/files
- new: https://git.openjdk.org/jdk/pull/19605/files/00ec9b5e..483c7fa9
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19605&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19605&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/19605.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19605/head:pull/19605
PR: https://git.openjdk.org/jdk/pull/19605
More information about the build-dev
mailing list