You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2018/06/12 18:39:13 UTC

[incubator-netbeans] 01/05: [NETBEANS-839] Add NOTICE file for plexus cipher

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

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

commit dc58f428fa5684f0ff33177505cb8830b30f9ce2
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sun Jun 10 20:52:21 2018 +0200

    [NETBEANS-839] Add NOTICE file for plexus cipher
    
    None of the maven artifacts for plexus cipher contain a NOTICE file,
    but the release files and the source code repository does.
    
    https://github.com/sonatype/plexus-cipher/blob/master/NOTICE.txt
    
    It is assumed, that it is better to include the information.
---
 maven.embedder/external/apache-maven-3.3.9-bin-notice.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/maven.embedder/external/apache-maven-3.3.9-bin-notice.txt b/maven.embedder/external/apache-maven-3.3.9-bin-notice.txt
index c6888f6..acb4e98 100644
--- a/maven.embedder/external/apache-maven-3.3.9-bin-notice.txt
+++ b/maven.embedder/external/apache-maven-3.3.9-bin-notice.txt
@@ -184,3 +184,11 @@ Copyright 2003-2015 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
+
+Plexus Cipher
+
+The code in this component contains a class - Base64 taken from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/Base64.java
+which is Apache license: http://www.apache.org/licenses/LICENSE-2.0
+
+The PBE key processing routine PBECipher.createCipher() is adopted from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/OpenSSL.java
+which is also Apache APL-2.0 license: http://www.apache.org/licenses/LICENSE-2.0 
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
matthiasblaesing@apache.org.

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