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

Revert unintended change to copyright start year

XMLWordPrintable

    • b26

        JDK-8291589 unintentionally changed the start year in the copyright header of the following file:

        modules/javafx.web/src/main/native/Source/WebKitLegacy/java/storage/WebDatabaseProviderJava.cpp

        Here is the diff in question:

        --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/storage/WebDatabaseProviderJava.cpp
        +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/storage/WebDatabaseProviderJava.cpp
        @@ -1,5 +1,5 @@
         /*
        - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
        + * Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
          * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
          *
          * This code is free software; you can redistribute it and/or modify it


        The start year of 2021 was correct, and should be restored, such that the line ends up like this:

         * Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.

              arapte Ambarish Rapte
              kcr Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: