Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8286154

Fix 3rd party notices in test files

    XMLWordPrintable

Details

    • b22
    • generic
    • generic

    Backports

      Description

        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
        ```

        Attachments

          Issue Links

            Activity

              People

                naoto Naoto Sato
                naoto Naoto Sato
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: