-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b22
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299268 | 17.0.7-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8301585 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8351246 | 11.0.28-oracle | Vishwas Garg | P4 | Resolved | Fixed | master |
There are test files that have Taligent copyright notices which have the wording such as:
```
* Taligent is a registered trademark of Taligent, Inc.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and without
[...]
```
which is not compatible with the GNU General Public License version 2. Following existing conventions, prepend this text:
```
/*
* This file is available under and governed by the GNU General Public
* License version 2 only, as published by the Free Software Foundation.
* However, the following notice accompanied the original version of this
* file and, per its terms, should not be removed:
*
```
to each of the Taligent copyright notice. Following files will be modified:
```
test/jdk/java/text/BreakIterator/BreakIteratorTest.java
test/jdk/java/text/CharacterIterator/CharacterIteratorTest.java
test/jdk/java/text/Format/ChoiceFormat/Bug4185732Test.java
test/jdk/java/text/Format/MessageFormat/Bug4185816Test.java
test/jdk/java/util/Locale/Bug4184873Test.java
test/jdk/java/util/Locale/LocaleTest.java
test/jdk/java/util/Locale/PrintDefaultLocale.java
test/jdk/java/util/ResourceBundle/Bug4179766Class.java
test/jdk/java/util/ResourceBundle/Bug4179766Getter.java
test/jdk/java/util/ResourceBundle/Bug4179766Resource.java
test/jdk/java/util/ResourceBundle/FakeTestResource.java
test/jdk/java/util/ResourceBundle/RBTestFmwk.java
test/jdk/java/util/ResourceBundle/ResourceBundleTest.java
test/jdk/java/util/ResourceBundle/TestBug4179766.java
test/jdk/java/util/ResourceBundle/TestResource.java
test/jdk/java/util/ResourceBundle/TestResource_de.java
test/jdk/java/util/ResourceBundle/TestResource_fr.java
test/jdk/java/util/ResourceBundle/TestResource_fr_CH.java
test/jdk/java/util/ResourceBundle/TestResource_it.java
test/jdk/sun/text/IntHashtable/patch-src/java/text/Bug4170614Test.java
test/jdk/sun/text/resources/LocaleDataTest.java
```
```
* Taligent is a registered trademark of Taligent, Inc.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and without
[...]
```
which is not compatible with the GNU General Public License version 2. Following existing conventions, prepend this text:
```
/*
* This file is available under and governed by the GNU General Public
* License version 2 only, as published by the Free Software Foundation.
* However, the following notice accompanied the original version of this
* file and, per its terms, should not be removed:
*
```
to each of the Taligent copyright notice. Following files will be modified:
```
test/jdk/java/text/BreakIterator/BreakIteratorTest.java
test/jdk/java/text/CharacterIterator/CharacterIteratorTest.java
test/jdk/java/text/Format/ChoiceFormat/Bug4185732Test.java
test/jdk/java/text/Format/MessageFormat/Bug4185816Test.java
test/jdk/java/util/Locale/Bug4184873Test.java
test/jdk/java/util/Locale/LocaleTest.java
test/jdk/java/util/Locale/PrintDefaultLocale.java
test/jdk/java/util/ResourceBundle/Bug4179766Class.java
test/jdk/java/util/ResourceBundle/Bug4179766Getter.java
test/jdk/java/util/ResourceBundle/Bug4179766Resource.java
test/jdk/java/util/ResourceBundle/FakeTestResource.java
test/jdk/java/util/ResourceBundle/RBTestFmwk.java
test/jdk/java/util/ResourceBundle/ResourceBundleTest.java
test/jdk/java/util/ResourceBundle/TestBug4179766.java
test/jdk/java/util/ResourceBundle/TestResource.java
test/jdk/java/util/ResourceBundle/TestResource_de.java
test/jdk/java/util/ResourceBundle/TestResource_fr.java
test/jdk/java/util/ResourceBundle/TestResource_fr_CH.java
test/jdk/java/util/ResourceBundle/TestResource_it.java
test/jdk/sun/text/IntHashtable/patch-src/java/text/Bug4170614Test.java
test/jdk/sun/text/resources/LocaleDataTest.java
```
- backported by
-
JDK-8299268 Fix 3rd party notices in test files
-
- Resolved
-
-
JDK-8301585 Fix 3rd party notices in test files
-
- Resolved
-
-
JDK-8351246 Fix 3rd party notices in test files
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/71f53ada
-
Commit openjdk/jdk/1277f5d8
-
Review openjdk/jdk17u-dev/1123
-
Review openjdk/jdk/8558
(2 links to)