[jdk11u-dev] RFR: 8246807: Incorrect copyright header in TimeZoneDatePermissionCheck.sh
Aleksey Shipilev
shade at openjdk.java.net
Mon Oct 25 07:53:13 UTC 2021
On Wed, 20 Oct 2021 22:13:57 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> Update of the incorrect license header.
Looks fine, but one correction to the format.
test/jdk/java/util/TimeZone/TimeZoneDatePermissionCheck.sh line 2:
> 1: #
> 2: # Copyright (c) 2009, Red Hat Inc.
I think it is better formatted in the canonical form for these headers (like all other files)
Suggestion:
# Copyright (c) 2009, Red Hat, Inc. All rights reserved.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/546
More information about the jdk-updates-dev
mailing list