You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2017/11/25 00:45:33 UTC

[incubator-netbeans] branch master updated: Fix the license header template for NetBeans modules

This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 2acccd3  Fix the license header template for NetBeans modules
2acccd3 is described below

commit 2acccd3be30e2c22e56cfe31b5ce99b80067ad36
Author: Junichi Yamamoto <ju...@apache.org>
AuthorDate: Thu Nov 23 14:28:51 2017 +0900

    Fix the license header template for NetBeans modules
    
    - Don't change "/*" to "/**".
---
 .../apisupport/project/resources/license-apache20-netbeans.txt        | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-apache20-netbeans.txt b/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-apache20-netbeans.txt
index 66e6569..5887db5 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-apache20-netbeans.txt
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-apache20-netbeans.txt
@@ -1,7 +1,5 @@
 <#if licenseFirst??>
-    <#if licenseFirst == "/*">
-        <#assign licenseFirst="/**">
-    <#elseif licenseFirst == "<!--">
+    <#if licenseFirst == "<!--">
         <#assign licensePrefix="    ">
     </#if>
 ${licenseFirst}

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].