Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 15
-
Fix Version/s: None
-
Component/s: other-libs
-
Labels:None
Description
The following file has an incorrect header format:
src/jdk.jdwp.agent/share/native/libjdwp/ThreadGroupReferenceImpl.h
* Copyright (c) 1998, 2020 Oracle and/or its affiliates. All rights reserved.
Missing comma after the second year, YEAR should be "2020,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
You can verify the header is correct with make/scripts/lic_check.sh to make sure each file now passes.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
src/jdk.jdwp.agent/share/native/libjdwp/ThreadGroupReferenceImpl.h
* Copyright (c) 1998, 2020 Oracle and/or its affiliates. All rights reserved.
Missing comma after the second year, YEAR should be "2020,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
You can verify the header is correct with make/scripts/lic_check.sh to make sure each file now passes.
The template is located at:
make/templates/gpl-header
make/templates/gpl-cp-header
Attachments
Issue Links
- duplicates
-
JDK-8240142 Fix copyright in ThreadGroupReferenceImpl.h
-
- Resolved
-