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

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

commit 39a33e6f0a95a5212d57c46d8b6ae5c0cde82b73
Author: Matthias Bläsing <mblaes...@doppel-helix.eu>
AuthorDate: Wed Apr 4 21:59:50 2018 +0200

    [NETBEANS-309] Add licenseinfo.xml for image data clarifying license status
    
    Most of the icons used in netbeans today were part of the donation zip
    from oracle. As oracle removed several image files prior to donation, I
    have to assume that they exercised due diligence regarding images
    and considered these donateable.
    
    The icons not having been donated came from apache committers, so are
    considered save.
    
    This changeset documents that state in the licenseinfo.xml files per module.
    The informarion is summarized into rat-appendix.txt.
---
 launcher/windows/resources/nlw-alt.exe.manifest | 20 ++++++++++++++++++++
 launcher/windows/resources/nlw.exe.manifest     | 20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/launcher/windows/resources/nlw-alt.exe.manifest 
b/launcher/windows/resources/nlw-alt.exe.manifest
index 8821bdc..62fb856 100644
--- a/launcher/windows/resources/nlw-alt.exe.manifest
+++ b/launcher/windows/resources/nlw-alt.exe.manifest
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+
+    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.
+
+-->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
    <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="nlw" 
type="win32"/>
       <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
diff --git a/launcher/windows/resources/nlw.exe.manifest 
b/launcher/windows/resources/nlw.exe.manifest
index c3fabc1..a22dcb9 100644
--- a/launcher/windows/resources/nlw.exe.manifest
+++ b/launcher/windows/resources/nlw.exe.manifest
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+
+    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.
+
+-->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
    <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="nlw" 
type="win32"/>
       <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">


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

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

Reply via email to