+1 Mandy
> On Nov 15, 2016, at 1:48 PM, Aleks Efimov <aleksej.efi...@oracle.com> wrote: > > 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 >