On Wed, 20 Sep 2023 15:40:47 GMT, Ben Perez <d...@openjdk.org> wrote:
>> test/jdk/java/security/KeyStore/PKCS12/CheckNullDefault.java line 2: >> >>> 1: /* >>> 2: * Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved. >> >> Where did you get the copyright from? IIRC, there should be a coma after >> the year and also copyright for the test file should not have the >> "Classpath" thing. > > I copied it from the CheckDefaults test - is there a more up to date one I > should be using? You can check around tests under the same directory for references. There is a recent fix which sweep through copyright typos and `CheckDefaults` happen to be one of them. You had the old one here and should be updated. Besides there is always a coma after the year convention-wise. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15625#discussion_r1331998085