[9] RFR(XXXXS): 8160999: GPL header missing comma in year (original) (raw)
Iris Clark iris.clark at oracle.com
Tue Nov 15 22:04:23 UTC 2016
- Previous message: [9] RFR(XXXXS): 8160999: GPL header missing comma in year
- Next message: RFR of JDK-8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi.
Your change looks fine to me.
Thanks, iris
-----Original Message----- From: Aleks Efimov Sent: Tuesday, November 15, 2016 1:48 PM To: core-libs-dev Subject: [9] RFR(XXXXS): 8160999: GPL header missing comma in year
Hi,
jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java file contains incorrect GPL header which fails make/scripts/lic_check.sh script check.
Failure is caused by missing comma after modification years. Please, help to review its addition: diff -r 26c9b9c51052 src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java --- a/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java Tue Nov 15 23:43:38 2016 +0300 +++ b/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java Wed Nov 16 00:38:23 2016 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2014, 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
lic_check.sh passes after this modification: ### Checking copyright notice in the file: jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java ### SUCCESS: The license header for jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/XmlFactory.java has been verified. ###
With Best Regards, Aleksej
- Previous message: [9] RFR(XXXXS): 8160999: GPL header missing comma in year
- Next message: RFR of JDK-8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]