-
Bug
-
Resolution: Fixed
-
P4
-
jfx19
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8338984 | 8u441 | Ambarish Rapte | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8338984 Revert unintended change to copyright start year
-
- Resolved
-
- relates to
-
JDK-8291589 Update copyright header for files modified in 2022
-
- Resolved
-
- links to
-
Commit openjdk/jfx/dbda2cce
-
Review(master) openjdk/jfx/1496