matthiasblaesing commented on a change in pull request #717: [NETBEANS-1074] Module Review groovy.support URL: https://github.com/apache/incubator-netbeans/pull/717#discussion_r211094283
########## File path: nbbuild/rat-exclusions.txt ########## @@ -36,6 +36,7 @@ nbbuild/user.build.properties **/Makefile-vc **/Makefile-vc-wo-crt **/package-list +groovy.support/src/META-INF.debugger*/** Review comment: This is IMHO not needed. If I'm not mistaken the code, that reads the files is `api.debugger/src/org/netbeans/api/debugger/Lookup.java` and there comment sign `#` is explicitly mentioned, so I would add the ALv2 header directly. There are also debugger related files `spi.debugger.ui/build/classes/META-INF/debugger/ThreadsView/org.netbeans.spi.viewmodel.ColumnModel` that show the header. So I would not add it to the exlusion list, but add the header. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
