On Thu, 8 May 2025 14:51:48 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Prefix touched methods with `unchecked` > > Let's re-approve after copyright fix. @liach, @minborg, I've fixed the copyright years. I'd appreciate it if you can approve one last time. This last copyright year fiasco made me do this: alias git-license-year-violations='git diff --name-only upstream/master...HEAD | { y=$(date +%Y); while read f; do grep -qE "Copyright \(c\)( [0-9]{4},)? $y, Oracle" $f || echo $f; done; }' ------------- PR Comment: https://git.openjdk.org/jdk/pull/24982#issuecomment-2865648371