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 2018/08/17 02:57:10 UTC

[incubator-netbeans] branch master updated: [NETBEANS-1074] Fix licenseinfo.xml files (#699)

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 3faebac  [NETBEANS-1074] Fix licenseinfo.xml files (#699)
3faebac is described below

commit 3faebacea185393c28308b0d0804d4cd949a5b67
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Fri Aug 17 11:57:07 2018 +0900

    [NETBEANS-1074] Fix licenseinfo.xml files (#699)
    
    - Change the comment type for example files to GUI_USABILITY
---
 languages.neon/licenseinfo.xml |  6 +++++-
 php.latte/licenseinfo.xml      | 10 +++++++++-
 php.smarty/licenseinfo.xml     | 10 +++++++++-
 php.twig/licenseinfo.xml       | 10 +++++++++-
 4 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/languages.neon/licenseinfo.xml b/languages.neon/licenseinfo.xml
index b8ba3ca..3f90d96 100644
--- a/languages.neon/licenseinfo.xml
+++ b/languages.neon/licenseinfo.xml
@@ -21,12 +21,16 @@
 -->
 <licenseinfo>
     <fileset>
-        <file>src/org/netbeans/modules/languages/neon/resources/NeonExample.neon</file>
         <file>src/org/netbeans/modules/languages/neon/resources/NeonTemplate.neon</file>
         <license ref="Apache-2.0-ASF" />
         <comment type="TEMPLATE_MINIMAL_IP"/>
     </fileset>
     <fileset>
+        <file>src/org/netbeans/modules/languages/neon/resources/NeonExample.neon</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="GUI_USABILITY"/>
+    </fileset>
+    <fileset>
         <file>tools/skeleton.netbeans</file>
         <file>src/org/netbeans/modules/languages/neon/resources/neon_file_16.png</file>
         <license ref="Apache-2.0-ASF" />
diff --git a/php.latte/licenseinfo.xml b/php.latte/licenseinfo.xml
index 0a6858f..eeba267 100644
--- a/php.latte/licenseinfo.xml
+++ b/php.latte/licenseinfo.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
@@ -7,22 +8,29 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
+
       http://www.apache.org/licenses/LICENSE-2.0
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
+
 -->
 <licenseinfo>
     <fileset>
-        <file>src/org/netbeans/modules/php/latte/resources/LatteExample.latte</file>
         <file>src/org/netbeans/modules/php/latte/resources/LatteTemplate.latte</file>
         <license ref="Apache-2.0-ASF" />
         <comment type="TEMPLATE_MINIMAL_IP"/>
     </fileset>
     <fileset>
+        <file>src/org/netbeans/modules/php/latte/resources/LatteExample.latte</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="GUI_USABILITY"/>
+    </fileset>
+    <fileset>
         <file>tools/skeleton.netbeans</file>
         <file>src/org/netbeans/modules/php/latte/resources/helper_cc_icon.png</file>
         <file>src/org/netbeans/modules/php/latte/resources/latte_cc_icon.png</file>
diff --git a/php.smarty/licenseinfo.xml b/php.smarty/licenseinfo.xml
index 970749a..202e883 100644
--- a/php.smarty/licenseinfo.xml
+++ b/php.smarty/licenseinfo.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
@@ -7,22 +8,29 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
+
       http://www.apache.org/licenses/LICENSE-2.0
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
+
 -->
 <licenseinfo>
     <fileset>
-        <file>src/org/netbeans/modules/php/smarty/resources/TplExample</file>
         <file>src/org/netbeans/modules/php/smarty/resources/TplTemplate.tpl</file>
         <license ref="Apache-2.0-ASF" />
         <comment type="TEMPLATE_MINIMAL_IP"/>
     </fileset>
     <fileset>
+        <file>src/org/netbeans/modules/php/smarty/resources/TplExample</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="GUI_USABILITY"/>
+    </fileset>
+    <fileset>
         <file>src/org/netbeans/modules/php/smarty/resources/smarty-badge-8.png</file>
         <file>src/org/netbeans/modules/php/smarty/resources/tpl-cc-icon.png</file>
         <license ref="Apache-2.0-ASF" />
diff --git a/php.twig/licenseinfo.xml b/php.twig/licenseinfo.xml
index 7f4368c..11c6567 100644
--- a/php.twig/licenseinfo.xml
+++ b/php.twig/licenseinfo.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
@@ -7,22 +8,29 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
+
       http://www.apache.org/licenses/LICENSE-2.0
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
+
 -->
 <licenseinfo>
     <fileset>
         <file>src/org/netbeans/modules/php/twig/resources/TwigTemplate.html.twig</file>
-        <file>src/org/netbeans/modules/php/twig/resources/example.html.twig</file>
         <license ref="Apache-2.0-ASF" />
         <comment type="TEMPLATE_MINIMAL_IP"/>
     </fileset>
     <fileset>
+        <file>src/org/netbeans/modules/php/twig/resources/example.html.twig</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="GUI_USABILITY"/>
+    </fileset>
+    <fileset>
         <file>tools/skeleton.netbeans</file>
         <file>src/org/netbeans/modules/php/twig/resources/filter.png</file>
         <file>src/org/netbeans/modules/php/twig/resources/twig-logo.png</file>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists