Github user junichi11 commented on a diff in the pull request:
https://github.com/apache/incubator-netbeans/pull/145#discussion_r144706085
--- Diff:
apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/actionListener.javx
---
@@ -1,41 +1,22 @@
-<#--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+<!--
--- End diff --
Template files for module development are not user visible at the moment.
https://github.com/apache/incubator-netbeans/blob/c3fcc0a3fdd8e6c7ab2055118798c77e06bae972/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/common/layer.xml#L29-L92
So, I think that there is no problem to add the license header to them.
However, would you please fix the comment tag from `<!--` to `<#--` if
license headers for template file are not removed(template files are not added
to rat excludes)?
---