[9] RFR: 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported

Aleks Efimov aleksej.efimov at oracle.com
Thu May 5 12:56:24 UTC 2016


Hello,

corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java 
file contains incorrect GPL header which fails make/scripts/lic_check.sh 
script check with such error:
     ### Checking copyright notice in the file: 
corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java
     ###
     ERROR: Copyright string is not correct or missing in 
9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java
     ###

Failure is caused by missing comma after modification years. Please, 
help to review its addition:
     http://cr.openjdk.java.net/~aefimov/8152927/9/00

lic_check.sh passes after this modification:
     ### Checking copyright notice in the file: 
corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java
     ###
     SUCCESS: The license header for 
corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java 
has been verified.
     ###

With Best Regards,
Aleksej

JBS: https://bugs.openjdk.java.net/browse/JDK-8152927




More information about the core-libs-dev mailing list