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/24 23:57:06 UTC

[incubator-netbeans] branch master updated: [NETBEANS-1074] Module Review languages.ini (#776)

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 50112a3  [NETBEANS-1074] Module Review languages.ini (#776)
50112a3 is described below

commit 50112a346d580f081bb1837e767c238b38279471
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Sat Aug 25 08:57:03 2018 +0900

    [NETBEANS-1074] Module Review languages.ini (#776)
    
    - Add EmptyINI.ini to the licenseinfo.xml because it is a template file
    - Add IniExample.ini to the licenseinfo.xml because it is an example file
    - Add skeleton.netbeans to the licenseinfo.xml because it does not support comments
---
 languages.ini/licenseinfo.xml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/languages.ini/licenseinfo.xml b/languages.ini/licenseinfo.xml
new file mode 100644
index 0000000..3a0b01f
--- /dev/null
+++ b/languages.ini/licenseinfo.xml
@@ -0,0 +1,39 @@
+<?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
+    regarding copyright ownership.  The ASF licenses this file
+    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/languages/ini/resources/EmptyINI.ini</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="TEMPLATE_MINIMAL_IP" />
+    </fileset>
+    <fileset>
+        <file>tools/skeleton.netbeans</file>
+        <file>src/org/netbeans/modules/languages/ini/resources/ini_file_16.png</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="COMMENT_UNSUPPORTED" />
+    </fileset>
+    <fileset>
+        <file>src/org/netbeans/modules/languages/ini/resources/IniExample.ini</file>
+        <license ref="Apache-2.0-ASF" />
+        <comment type="GUI_USABILITY" />
+    </fileset>
+</licenseinfo>


---------------------------------------------------------------------
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