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

Many test files have the wrong Copyright header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 16, 17
    • infrastructure
    • None
    • b15

      There are approximately 580 test files in the jdk repo with some erroneous license text.

      The extra text that must be removed from those test files is:

      ''' Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the LICENSE file that accompanied this code. '''

      To find those files, one may use the following query in the root of the open repo:

      ```
      grep -rl '"Classpath" exception' * | grep "^test/"
      ```

            erikj Erik Joelsson
            mtrudeau Michel Trudeau
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: