<i18n dev> RFR: 8299617: CurrencySymbols.properties is missing the copyright notice

Naoto Sato naoto at openjdk.org
Thu Jan 5 22:20:36 UTC 2023


On Wed, 4 Jan 2023 21:48:26 GMT, Justin Lu <duke at openjdk.org> wrote:

> Added the missing copyright header

Changes requested by naoto (Reviewer).

test/jdk/java/text/Format/NumberFormat/CurrencySymbols.properties line 2:

> 1: #
> 2: # Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.

This file is not new, so I'd use `2001` as the year created, which is borrowed from the test body `CurrencyFormat.java`.

test/jdk/java/text/Format/NumberFormat/CurrencySymbols.properties line 9:

> 7: # published by the Free Software Foundation.  Oracle designates this
> 8: # particular file as subject to the "Classpath" exception as provided
> 9: # by Oracle in the LICENSE file that accompanied this code.

Classpath exception is not applicable to tests.

-------------

PR: https://git.openjdk.org/jdk/pull/11854


More information about the i18n-dev mailing list