-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b12
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231748 | 11.0.8-oracle | Chris Hegarty | P4 | Resolved | Fixed | b01 |
The following file has an incorrect header format:
src/jdk.net/linux/classes/jdk/net/LinuxSocketOptions.java
src/jdk.net/macosx/classes/jdk/net/MacOSXSocketOptions.java
src/jdk.net/macosx/native/libextnet/MacOSXSocketOptions.c
You can verify the header is correct with make/scripts/lic_check.sh (from JDK 10 WS) to make sure each file now passes.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
Missing comma after the second year, YEAR should be "2018,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
src/jdk.net/linux/classes/jdk/net/LinuxSocketOptions.java
src/jdk.net/macosx/classes/jdk/net/MacOSXSocketOptions.java
src/jdk.net/macosx/native/libextnet/MacOSXSocketOptions.c
You can verify the header is correct with make/scripts/lic_check.sh (from JDK 10 WS) to make sure each file now passes.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
Missing comma after the second year, YEAR should be "2018,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
- backported by
-
JDK-8231748 Malformed copyright header in LinuxSocketOptions.java, MacOSXSocketOptions.java and MacOSXSocketOptions.c
- Resolved