On Tue, 20 Dec 2022 19:33:04 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
> The copyright statement was missed in the test file, > test/lib/jdk/test/lib/artifacts/ArtifactResolverException.java. The file was > added in [JDK 11](http://hg.openjdk.java.net/jdk/jdk/rev/e59941f7247d) by > @erikj79 at 2018. This update is trying to add the copyright back. Thanks for fixing this! test/lib/jdk/test/lib/artifacts/ArtifactResolverException.java line 2: > 1: /* > 2: * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. The file was edited in 2020. Suggestion: * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. ------------- PR: https://git.openjdk.org/jdk/pull/11743