Repository: nifi
Updated Branches:
  refs/heads/master 405252244 -> 6ef1cca18


NIFI-2667 Adding License and Notice information to Media Bundle Nar and Assembly

This closes #950


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e1da9fc1
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e1da9fc1
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e1da9fc1

Branch: refs/heads/master
Commit: e1da9fc11fb3c0e1b7bcb429cdf098de4561b901
Parents: 4052522
Author: jpercivall <joeperciv...@yahoo.com>
Authored: Thu Aug 25 16:34:38 2016 -0400
Committer: jpercivall <joeperciv...@yahoo.com>
Committed: Thu Aug 25 22:42:37 2016 -0400

----------------------------------------------------------------------
 nifi-assembly/LICENSE                           | 215 +++++++++++-
 nifi-assembly/NOTICE                            |  97 +++++-
 .../src/main/resources/META-INF/NOTICE          |  21 ++
 .../src/main/resources/META-INF/LICENSE         | 345 ++++++++++++++++++-
 .../src/main/resources/META-INF/NOTICE          | 188 +++++++++-
 5 files changed, 859 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e1da9fc1/nifi-assembly/LICENSE
----------------------------------------------------------------------
diff --git a/nifi-assembly/LICENSE b/nifi-assembly/LICENSE
index c257e89..67e52f4 100644
--- a/nifi-assembly/LICENSE
+++ b/nifi-assembly/LICENSE
@@ -1516,4 +1516,217 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This product bundles 'JMatIO - Matlab's MAT-file I/O in JAVA' which is 
available under a
+"3-clause BSD" license.
+
+    Copyright (c) 2006, Wojciech Gradkowski
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        * Redistributions of source code must retain the above copyright
+          notice, this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright
+          notice, this list of conditions and the following disclaimer in
+          the documentation and/or other materials provided with the
+          distribution.
+        * Neither the name of the JMatIO nor the names of its
+          contributors may be used to endorse or promote products derived
+          from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+This product bundles 'ObjectWeb ASM' which is available under a
+"3-clause BSD" license.
+
+    Copyright (c) 2006, Wojciech Gradkowski
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        * Redistributions of source code must retain the above copyright
+          notice, this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright
+          notice, this list of conditions and the following disclaimer in
+          the documentation and/or other materials provided with the
+          distribution.
+        * Neither the name of the JMatIO nor the names of its
+          contributors may be used to endorse or promote products derived
+          from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This product bundles 'JDOM' which is available under a
+"3-clause BSD Sytle License" license.
+
+    Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
+     All rights reserved.
+
+     Redistribution and use in source and binary forms, with or without
+     modification, are permitted provided that the following conditions
+     are met:
+
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions, and the following disclaimer.
+
+     2. Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions, and the disclaimer that follows
+        these conditions in the documentation and/or other materials
+        provided with the distribution.
+
+     3. The name "JDOM" must not be used to endorse or promote products
+        derived from this software without prior written permission.  For
+        written permission, please contact <request_AT_jdom_DOT_org>.
+
+     4. Products derived from this software may not be called "JDOM", nor
+        may "JDOM" appear in their name, without prior written permission
+        from the JDOM Project Management <request_AT_jdom_DOT_org>.
+
+     In addition, we request (but do not require) that you include in the
+     end-user documentation provided with the redistribution and/or in the
+     software itself an acknowledgement equivalent to the following:
+         "This product includes software developed by the
+          JDOM Project (http://www.jdom.org/)."
+     Alternatively, the acknowledgment may be graphical using the logos
+     available at http://www.jdom.org/images/logos.
+
+     THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+     WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+     OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+     DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+     USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+     ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+     OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+     SUCH DAMAGE.
+
+     This software consists of voluntary contributions made by many
+     individuals on behalf of the JDOM Project and was originally
+     created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+     Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+     on the JDOM Project, please see <http://www.jdom.org/>.
+
+
+This project bundles 'UnRAR' which is available under the following license.
+
+     ******    *****   ******   UnRAR - free utility for RAR archives
+     **   **  **   **  **   **  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+     ******   *******  ******    License for use and distribution of
+     **   **  **   **  **   **   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+     **   **  **   **  **   **         FREE portable version
+                                       ~~~~~~~~~~~~~~~~~~~~~
+
+          The source code of UnRAR utility is freeware. This means:
+
+       1. All copyrights to RAR and the utility UnRAR are exclusively
+          owned by the author - Alexander Roshal.
+
+       2. The UnRAR sources may be used in any software to handle RAR
+          archives without limitations free of charge, but cannot be used
+          to re-create the RAR compression algorithm, which is proprietary.
+          Distribution of modified UnRAR sources in separate form or as a
+          part of other software is permitted, provided that it is clearly
+          stated in the documentation and source comments that the code may
+          not be used to develop a RAR (WinRAR) compatible archiver.
+
+       3. The UnRAR utility may be freely distributed. It is allowed
+          to distribute UnRAR inside of other software packages.
+
+       4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
+          NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.  YOU USE AT
+          YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
+          DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
+          OR MISUSING THIS SOFTWARE.
+
+       5. Installing and using the UnRAR utility signifies acceptance of
+          these terms and conditions of the license.
+
+       6. If you don't agree with terms of the license you must remove
+          UnRAR files from your storage devices and cease to use the
+          utility.
+
+          Thank you for your interest in RAR and UnRAR.
+
+
+                                                Alexander L. Roshal
+
+The binary distribution of this product bundles 'NetCDF Java Library'
+under an MIT style license.
+
+    Copyright 1993-2010 University Corporation for Atmospheric Research/Unidata
+
+    Portions of this software were developed by the Unidata Program at the 
University
+    Corporation for Atmospheric Research.
+
+    Access and use of this software shall impose the following obligations and 
understandings
+    on the user. The user is granted the right, without any fee or cost, to 
use, copy, modify,
+    alter, enhance and distribute this software, and any derivative works 
thereof, and its
+    supporting documentation for any purpose whatsoever, provided that this 
entire notice
+    appears in all copies of the software, derivative works and supporting 
documentation. Further,
+    UCAR requests that the user credit UCAR/Unidata in any publications that 
result from the use
+    of this software or in any product that includes this software, although 
this is not an obligation.
+    The names UCAR and/or Unidata, however, may not be used in any advertising 
or publicity to endorse
+    or promote any products or commercial entity unless specific written 
permission is obtained from
+    UCAR/Unidata. The user also understands that UCAR/Unidata is not obligated 
to provide the user with
+    any support, consulting, training or assistance of any kind with regard to 
the use, operation and
+    performance of this software nor to provide the user with any updates, 
revisions, new versions or
+    "bug fixes."
+
+    THIS SOFTWARE IS PROVIDED BY UCAR/UNIDATA "AS IS" AND ANY EXPRESS OR 
IMPLIED WARRANTIES, INCLUDING,
+    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED. IN NO EVENT SHALL UCAR/UNIDATA BE LIABLE FOR ANY SPECIAL, 
INDIRECT OR CONSEQUENTIAL
+    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 
PROFITS, WHETHER IN AN ACTION
+    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE ACCESS,
+    USE OR PERFORMANCE OF THIS SOFTWARE.
+
+This product bundles 'jbzip2' which is available under an MIT license.
+
+    Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 
Project
+
+    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+    of this software and associated documentation files (the "Software"), to 
deal
+    in the Software without restriction, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/e1da9fc1/nifi-assembly/NOTICE
----------------------------------------------------------------------
diff --git a/nifi-assembly/NOTICE b/nifi-assembly/NOTICE
index f5d54ba..2c26e15 100644
--- a/nifi-assembly/NOTICE
+++ b/nifi-assembly/NOTICE
@@ -88,7 +88,7 @@ The following binary components are provided under the Apache 
Software License v
     The following NOTICE information applies:
       Apache HttpClient
       Copyright 1999-2015 The Apache Software Foundation
-      
+
       Apache HttpCore
       Copyright 2005-2015 The Apache Software Foundation
 
@@ -108,6 +108,96 @@ The following binary components are provided under the 
Apache Software License v
       Apache Commons Logging
       Copyright 2003-2014 The Apache Software Foundation
 
+    (ASLv2) Apache Commons VFS
+      The following NOTICE information applies:
+        Apache Commons VFS
+        Copyright 2002-2010 The Apache Software Foundation
+
+    (ASLv2) Apache Commons CSV
+      The following NOTICE information applies:
+        Apache Commons CSV
+        Copyright 2005-2016 The Apache Software Foundation
+
+    (ASLv2) Apache JAMES Mime4j
+      The following NOTICE information applies:
+       Apache JAMES Mime4j
+       Copyright 2004-2010 The Apache Software Foundation
+
+       This product test suite includes data (mimetools-testmsgs folder) 
developed
+       by Eryq and ZeeGee Software Inc as part of the "MIME-tools" Perl5 
toolkit
+       and licensed under the Artistic License
+
+    (ASLv2) Apache PDFBox
+      The following NOTICE information applies:
+       Apache PDFBox
+       Copyright 2014 The Apache Software Foundation
+
+       Based on source code originally developed in the PDFBox, JempBox and
+       FontBox projects.
+       Copyright (c) 2002-2007, www.pdfbox.org
+       Copyright (c) 2006-2007, www.jempbox.org
+
+       Based on source code originally developed in the PaDaF project.
+       Copyright (c) 2010 Atos Worldline SAS
+
+    (ASLv2) Apache XMLBeans
+      The following NOTICE information applies:
+        Portions of this software were originally based on the following:
+        - software copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.
+
+        Aside from contributions to the Apache XMLBeans project, this
+        software also includes:
+
+        - one or more source files from the Apache Xerces-J and Apache Axis
+        products, Copyright (c) 1999-2003 Apache Software Foundation
+
+        - W3C XML Schema documents Copyright 2001-2003 (c) World Wide Web
+        Consortium (Massachusetts Institute of Technology, European Research
+        Consortium for Informatics and Mathematics, Keio University)
+
+        - resolver.jar from Apache Xml Commons project,
+        Copyright (c) 2001-2003 Apache Software Foundation
+
+        - Piccolo XML Parser for Java from http://piccolo.sourceforge.net/,
+        Copyright 2002 Yuval Oren under the terms of the Apache Software 
License 2.0
+
+        - JSR-173 Streaming API for XML from 
http://sourceforge.net/projects/xmlpullparser/,
+        Copyright 2005 BEA under the terms of the Apache Software License 2.0
+
+    (ASLv2) Vorbis Java
+      The following NOTICE information applies:
+        Ogg and Vorbis Tools for Java
+        Copyright 2012 Nick Burch
+
+        The Apache Tika Plugin includes developed at
+        The Apache Software Foundation (http://www.apache.org/).
+
+    (ASLv2) Quartz
+      The following NOTICE information applies:
+        Copyright Declaration:
+        Copyright © 2003-2016 Software AG, Darmstadt, Germany and/or Software 
AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates 
and/or their licensors.
+
+        Trademark and Patent declaration
+        The name Software AG and all Software AG product names are either 
trademarks or registered trademarks of Software AG and/or Software AG USA Inc. 
and/or its subsidiaries and/or its affiliates
+        and/or their licensors. Other company and product names mentioned 
herein may be trademarks of their respective owners.
+
+        Detailed information on trademarks and patents owned by Software AG 
and/or its subsidiaries is located at http://softwareag.com/licenses.
+
+        Third Party declaration
+        This software may include portions of third-party products. For 
third-party copyright notices, license terms, additional rights or 
restrictions, please refer to "License Texts, Copyright
+        Notices and Disclaimers of Third Party Products". For certain specific 
third-party license restrictions, please refer to section E of the Legal 
Notices available under "License Terms and
+        Conditions for Use of Software AG Products / Copyright and Trademark 
Notices of Software AG Products". These documents are part of the product 
documentation, located at
+        http://softwareag.com/licenses and/or in the root installation 
directory of the licensed product(s).
+
+        Confidentiality Disclaimer:
+        Use, reproduction, transfer, publication or disclosure is prohibited 
except as specifically provided for in your License Agreement with Software AG.
+        Contact GitHub API Training Shop Blog About
+
+    (ASLv2) JCommander
+      The following NOTICE information applies:
+        JCommander Copyright Notices
+        Copyright 2010 Cedric Beust ced...@beust.com
+
   (ASLv2) Apache Commons Lang
     The following NOTICE information applies:
       Apache Commons Lang
@@ -989,6 +1079,7 @@ The following binary components are provided under the 
Common Development and Di
     (CDDL 1.0) (GPL3) Streaming API For XML 
(javax.xml.stream:stax-api:jar:1.0-2 - no url provided)
     (CDDL 1.0) JavaBeans Activation Framework (JAF) 
(javax.activation:activation:jar:1.1 - 
http://java.sun.com/products/javabeans/jaf/index.jsp)
     (CDDL 1.0) JSR311 API (javax.ws.rs:jsr311-api:jar:1.1.1 - 
https://jsr311.dev.java.net)
+    (CDDL 1.0) JHighlight (org.codelibs:jhighlight:1.0.2 - 
https://github.com/codelibs/jhighlight)
 
 ************************
 Creative Commons Attribution-ShareAlike 3.0
@@ -1004,7 +1095,8 @@ Eclipse Public License 1.0
 
 The following binary components are provided under the Eclipse Public License 
1.0.  See project link for details.
 
-    (EPL 1.0) AspectJ Weaver (org.aspectj:aspectjweaver:jar:1.8.5 - 
http://www.aspectj.org)
+    (EPL 1.0) AspectJ Weaver (org.aspectj:aspectjweaver:jar:1.8.5 - 
http://www.eclipse.org/aspectj/)
+    (EPL 1.0) AspectJ Runtime (org.aspectj:aspectjrt:jar:1.8.0 - 
http://www.eclipse.org/aspectj/)
     (EPL 1.0)(MPL 2.0) H2 Database (com.h2database:h2:jar:1.3.176 - 
http://www.h2database.com/html/license.html)
     (EPL 1.0)(LGPL 2.1) Logback Classic 
(ch.qos.logback:logback-classic:jar:1.1.3 - http://logback.qos.ch/)
     (EPL 1.0)(LGPL 2.1) Logback Core (ch.qos.logback:logback-core:jar:1.1.3 - 
http://logback.qos.ch/)
@@ -1035,6 +1127,7 @@ The following binary components are provided under the 
Mozilla Public License v1
 
     (MPL 1.1) HAPI Base (ca.uhn.hapi:hapi-base:2.2 - 
http://hl7api.sourceforge.net/)
     (MPL 1.1) HAPI Structures (ca.uhn.hapi:hapi-structures-v*:2.2 - 
http://hl7api.sourceforge.net/)
+    (MPL 1.1) Java port of universalchardet 
(com.googlecode.juniversalchardet:juniversalchardet:1.0.3 - 
https://code.google.com/archive/p/juniversalchardet/)
 
 ******************
 Python Software Foundation License v2

http://git-wip-us.apache.org/repos/asf/nifi/blob/e1da9fc1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/src/main/resources/META-INF/NOTICE
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/src/main/resources/META-INF/NOTICE
index 17016ea..c57cf5a 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/src/main/resources/META-INF/NOTICE
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/src/main/resources/META-INF/NOTICE
@@ -108,6 +108,27 @@ The following binary components are provided under the 
Apache Software License v
     The following NOTICE information applies:
       Copyright 2011 JsonPath authors
 
+  (ASLv2) Quartz
+    The following NOTICE information applies:
+      Copyright Declaration:
+      Copyright © 2003-2016 Software AG, Darmstadt, Germany and/or Software 
AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates 
and/or their licensors.
+
+      Trademark and Patent declaration
+      The name Software AG and all Software AG product names are either 
trademarks or registered trademarks of Software AG and/or Software AG USA Inc. 
and/or its subsidiaries and/or its affiliates
+      and/or their licensors. Other company and product names mentioned herein 
may be trademarks of their respective owners.
+
+      Detailed information on trademarks and patents owned by Software AG 
and/or its subsidiaries is located at http://softwareag.com/licenses.
+
+      Third Party declaration
+      This software may include portions of third-party products. For 
third-party copyright notices, license terms, additional rights or 
restrictions, please refer to "License Texts, Copyright
+      Notices and Disclaimers of Third Party Products". For certain specific 
third-party license restrictions, please refer to section E of the Legal 
Notices available under "License Terms and
+      Conditions for Use of Software AG Products / Copyright and Trademark 
Notices of Software AG Products". These documents are part of the product 
documentation, located at
+      http://softwareag.com/licenses and/or in the root installation directory 
of the licensed product(s).
+
+      Confidentiality Disclaimer:
+      Use, reproduction, transfer, publication or disclosure is prohibited 
except as specifically provided for in your License Agreement with Software AG.
+      Contact GitHub API Training Shop Blog About
+
 ************************
 Common Development and Distribution License 1.1
 ************************

http://git-wip-us.apache.org/repos/asf/nifi/blob/e1da9fc1/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/LICENSE
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/LICENSE
 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/LICENSE
index 2c3e42f..aebcfb6 100644
--- 
a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/LICENSE
+++ 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/LICENSE
@@ -236,4 +236,347 @@ information can be found here: 
http://www.adobe.com/devnet/xmp/library/eula-xmp-
    OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR
    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
ADVISED OF
-   THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+   THE POSSIBILITY OF SUCH DAMAGE.
+
+The binary distribution of this product bundles 'Bouncy Castle JDK 1.5 
Provider'
+  under an MIT style license.
+
+    Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc. 
(http://www.bouncycastle.org)
+
+    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+    of this software and associated documentation files (the "Software"), to 
deal
+    in the Software without restriction, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+This product bundles 'JMatIO - Matlab's MAT-file I/O in JAVA' which is 
available under a
+"3-clause BSD" license.
+
+    Copyright (c) 2006, Wojciech Gradkowski
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        * Redistributions of source code must retain the above copyright
+          notice, this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright
+          notice, this list of conditions and the following disclaimer in
+          the documentation and/or other materials provided with the
+          distribution.
+        * Neither the name of the JMatIO nor the names of its
+          contributors may be used to endorse or promote products derived
+          from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This product bundles 'ObjectWeb ASM' which is available under a
+"3-clause BSD" license.
+
+    Copyright (c) 2006, Wojciech Gradkowski
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        * Redistributions of source code must retain the above copyright
+          notice, this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright
+          notice, this list of conditions and the following disclaimer in
+          the documentation and/or other materials provided with the
+          distribution.
+        * Neither the name of the JMatIO nor the names of its
+          contributors may be used to endorse or promote products derived
+          from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This product bundles 'JDOM' which is available under a
+"3-clause BSD Sytle License" license.
+
+    Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
+     All rights reserved.
+
+     Redistribution and use in source and binary forms, with or without
+     modification, are permitted provided that the following conditions
+     are met:
+
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions, and the following disclaimer.
+
+     2. Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions, and the disclaimer that follows
+        these conditions in the documentation and/or other materials
+        provided with the distribution.
+
+     3. The name "JDOM" must not be used to endorse or promote products
+        derived from this software without prior written permission.  For
+        written permission, please contact <request_AT_jdom_DOT_org>.
+
+     4. Products derived from this software may not be called "JDOM", nor
+        may "JDOM" appear in their name, without prior written permission
+        from the JDOM Project Management <request_AT_jdom_DOT_org>.
+
+     In addition, we request (but do not require) that you include in the
+     end-user documentation provided with the redistribution and/or in the
+     software itself an acknowledgement equivalent to the following:
+         "This product includes software developed by the
+          JDOM Project (http://www.jdom.org/)."
+     Alternatively, the acknowledgment may be graphical using the logos
+     available at http://www.jdom.org/images/logos.
+
+     THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+     WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+     OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+     DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+     USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+     ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+     OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+     SUCH DAMAGE.
+
+     This software consists of voluntary contributions made by many
+     individuals on behalf of the JDOM Project and was originally
+     created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+     Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+     on the JDOM Project, please see <http://www.jdom.org/>.
+
+This project bundles 'UnRAR' which is available under the following license.
+
+     ******    *****   ******   UnRAR - free utility for RAR archives
+     **   **  **   **  **   **  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+     ******   *******  ******    License for use and distribution of
+     **   **  **   **  **   **   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+     **   **  **   **  **   **         FREE portable version
+                                       ~~~~~~~~~~~~~~~~~~~~~
+
+          The source code of UnRAR utility is freeware. This means:
+
+       1. All copyrights to RAR and the utility UnRAR are exclusively
+          owned by the author - Alexander Roshal.
+
+       2. The UnRAR sources may be used in any software to handle RAR
+          archives without limitations free of charge, but cannot be used
+          to re-create the RAR compression algorithm, which is proprietary.
+          Distribution of modified UnRAR sources in separate form or as a
+          part of other software is permitted, provided that it is clearly
+          stated in the documentation and source comments that the code may
+          not be used to develop a RAR (WinRAR) compatible archiver.
+
+       3. The UnRAR utility may be freely distributed. It is allowed
+          to distribute UnRAR inside of other software packages.
+
+       4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
+          NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.  YOU USE AT
+          YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
+          DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
+          OR MISUSING THIS SOFTWARE.
+
+       5. Installing and using the UnRAR utility signifies acceptance of
+          these terms and conditions of the license.
+
+       6. If you don't agree with terms of the license you must remove
+          UnRAR files from your storage devices and cease to use the
+          utility.
+
+          Thank you for your interest in RAR and UnRAR.
+
+
+                                                Alexander L. Roshal
+
+The binary distribution of this product bundles 'NetCDF Java Library'
+under an MIT style license.
+
+    Copyright 1993-2010 University Corporation for Atmospheric Research/Unidata
+
+    Portions of this software were developed by the Unidata Program at the 
University
+    Corporation for Atmospheric Research.
+
+    Access and use of this software shall impose the following obligations and 
understandings
+    on the user. The user is granted the right, without any fee or cost, to 
use, copy, modify,
+    alter, enhance and distribute this software, and any derivative works 
thereof, and its
+    supporting documentation for any purpose whatsoever, provided that this 
entire notice
+    appears in all copies of the software, derivative works and supporting 
documentation. Further,
+    UCAR requests that the user credit UCAR/Unidata in any publications that 
result from the use
+    of this software or in any product that includes this software, although 
this is not an obligation.
+    The names UCAR and/or Unidata, however, may not be used in any advertising 
or publicity to endorse
+    or promote any products or commercial entity unless specific written 
permission is obtained from
+    UCAR/Unidata. The user also understands that UCAR/Unidata is not obligated 
to provide the user with
+    any support, consulting, training or assistance of any kind with regard to 
the use, operation and
+    performance of this software nor to provide the user with any updates, 
revisions, new versions or
+    "bug fixes."
+
+    THIS SOFTWARE IS PROVIDED BY UCAR/UNIDATA "AS IS" AND ANY EXPRESS OR 
IMPLIED WARRANTIES, INCLUDING,
+    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED. IN NO EVENT SHALL UCAR/UNIDATA BE LIABLE FOR ANY SPECIAL, 
INDIRECT OR CONSEQUENTIAL
+    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 
PROFITS, WHETHER IN AN ACTION
+    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE ACCESS,
+    USE OR PERFORMANCE OF THIS SOFTWARE.
+
+The binary distribution of this product bundles 'Protocol Buffers - Google's 
data interchange format'
+which is available under a BSD style license.
+
+    Copyright 2008 Google Inc.  All rights reserved.
+    http://code.google.com/p/protobuf/
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are
+    met:
+
+       * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+       * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following disclaimer
+    in the documentation and/or other materials provided with the
+    distribution.
+       * Neither the name of Google Inc. nor the names of its
+    contributors may be used to endorse or promote products derived from
+    this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This product bundles 'Jsoup' which is available under "The MIT license". More
+information can be found here: http://jsoup.org/license
+
+    The MIT License
+
+    Copyright (c) 2009-2015, Jonathan Hedley <jonat...@hedley.net>
+
+    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+    of this software and associated documentation files (the "Software"), to 
deal
+    in the Software without restriction, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+This product bundles 'jbzip2' which is available under an MIT license.
+
+    Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 
Project
+
+    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+    of this software and associated documentation files (the "Software"), to 
deal
+    in the Software without restriction, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+The binary distribution of this project bundles "Java-DogStatsd-client"
+under an MIT style license.
+
+    java-statsd-client. Copyright (C) 2012 youDevise, Ltd.
+
+    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+    of this software and associated documentation files (the "Software"), to 
deal
+    in the Software without restriction, including without limitation the 
rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+This project bundles 'metrics-datadog' which is available
+under a "Simplified BSD license".
+
+    Copyright (c) 2014, Vistar Media
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+
+        * Redistributions of source code must retain the above copyright 
notice,
+          this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright 
notice,
+          this list of conditions and the following disclaimer in the 
documentation
+          and/or other materials provided with the distribution.
+        * Neither the name of Vistar Media nor the names of its contributors
+          may be used to endorse or promote products derived from this software
+          without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY,
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi/blob/e1da9fc1/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/NOTICE
 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/NOTICE
index 95481c9..3d6acda 100644
--- 
a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/NOTICE
+++ 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/src/main/resources/META-INF/NOTICE
@@ -19,9 +19,6 @@ The following binary components are provided under the Apache 
Software License v
       Apache Tika
       Copyright 2015 The Apache Software Foundation
 
-      This product includes software developed at
-      The Apache Software Foundation (http://www.apache.org/).
-
       Copyright 1993-2010 University Corporation for Atmospheric 
Research/Unidata
       This software contains code derived from UCAR/Unidata's NetCDF library.
 
@@ -33,3 +30,188 @@ The following binary components are provided under the 
Apache Software License v
       OpenCSV: Copyright 2005 Bytecode Pty Ltd. Licensed under the Apache 
License, Version 2.0
 
       IPTC Photo Metadata descriptions Copyright 2010 International Press 
Telecommunications Council.
+
+    (ASLv2) Apache Commons Lang
+      The following NOTICE information applies:
+        Apache Commons Lang
+        Copyright 2001-2015 The Apache Software Foundation
+
+        This product includes software from the Spring Framework,
+        under the Apache License 2.0 (see: StringUtils.containsWhitespace())
+
+    (ASLv2) Apache Commons IO
+      The following NOTICE information applies:
+        Apache Commons IO
+        Copyright 2002-2016 The Apache Software Foundation
+
+    (ASLV2) Apache Commons Compress
+      The following NOTICE information applies:
+        Apache Commons Compress
+        Copyright 2002-2016 The Apache Software Foundation
+
+        The files in the package org.apache.commons.compress.archivers.sevenz
+        were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
+        which has been placed in the public domain:
+
+        "LZMA SDK is placed in the public domain." 
(http://www.7-zip.org/sdk.html)
+
+    (ASLv2) Apache Commons Codec
+      The following NOTICE information applies:
+        Apache Commons Codec
+        Copyright 2002-2014 The Apache Software Foundation
+
+        src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
+        contains test data from http://aspell.net/test/orig/batch0.tab.
+        Copyright (C) 2002 Kevin Atkinson (kev...@gnu.org)
+
+        
===============================================================================
+
+        The content of package org.apache.commons.codec.language.bm has been 
translated
+        from the original php source code available at 
http://stevemorse.org/phoneticinfo.htm
+        with permission from the original authors.
+        Original source copyright:
+        Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
+
+    (ASLv2) Apache Commons Logging
+      The following NOTICE information applies:
+        Apache Commons Logging
+        Copyright 2003-2014 The Apache Software Foundation
+
+    (ASLv2) Apache Commons VFS
+      The following NOTICE information applies:
+        Apache Commons VFS
+        Copyright 2002-2010 The Apache Software Foundation
+
+    (ASLv2) Apache Commons CSV
+      The following NOTICE information applies:
+        Apache Commons CSV
+        Copyright 2005-2016 The Apache Software Foundation
+
+    (ASLv2) Apache JAMES Mime4j
+      The following NOTICE information applies:
+       Apache JAMES Mime4j
+       Copyright 2004-2010 The Apache Software Foundation
+
+       This product test suite includes data (mimetools-testmsgs folder) 
developed
+       by Eryq and ZeeGee Software Inc as part of the "MIME-tools" Perl5 
toolkit
+       and licensed under the Artistic License
+
+    (ASLv2) Apache PDFBox
+      The following NOTICE information applies:
+       Apache PDFBox
+       Copyright 2014 The Apache Software Foundation
+
+       Based on source code originally developed in the PDFBox, JempBox and
+       FontBox projects.
+       Copyright (c) 2002-2007, www.pdfbox.org
+       Copyright (c) 2006-2007, www.jempbox.org
+
+       Based on source code originally developed in the PaDaF project.
+       Copyright (c) 2010 Atos Worldline SAS
+
+    (ASLv2) Apache XMLBeans
+      The following NOTICE information applies:
+        Portions of this software were originally based on the following:
+        - software copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.
+
+        Aside from contributions to the Apache XMLBeans project, this
+        software also includes:
+
+        - one or more source files from the Apache Xerces-J and Apache Axis
+        products, Copyright (c) 1999-2003 Apache Software Foundation
+
+        - W3C XML Schema documents Copyright 2001-2003 (c) World Wide Web
+        Consortium (Massachusetts Institute of Technology, European Research
+        Consortium for Informatics and Mathematics, Keio University)
+
+        - resolver.jar from Apache Xml Commons project,
+        Copyright (c) 2001-2003 Apache Software Foundation
+
+        - Piccolo XML Parser for Java from http://piccolo.sourceforge.net/,
+        Copyright 2002 Yuval Oren under the terms of the Apache Software 
License 2.0
+
+        - JSR-173 Streaming API for XML from 
http://sourceforge.net/projects/xmlpullparser/,
+        Copyright 2005 BEA under the terms of the Apache Software License 2.0
+
+    (ASLv2) Apache HttpComponents
+      The following NOTICE information applies:
+        Apache HttpClient
+        Copyright 1999-2015 The Apache Software Foundation
+
+        Apache HttpCore
+        Copyright 2005-2015 The Apache Software Foundation
+
+        Apache HttpMime
+        Copyright 1999-2013 The Apache Software Foundation
+
+        This project contains annotations derived from JCIP-ANNOTATIONS
+        Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
+
+    (ASLv2) Vorbis Java
+      The following NOTICE information applies:
+        Ogg and Vorbis Tools for Java
+        Copyright 2012 Nick Burch
+
+        The Apache Tika Plugin includes developed at
+        The Apache Software Foundation (http://www.apache.org/).
+
+    (ASLv2) Joda Time
+      The following NOTICE information applies:
+        This product includes software developed by
+        Joda.org (http://www.joda.org/).
+
+    (ASLv2) Quartz
+      The following NOTICE information applies:
+        Copyright Declaration:
+        Copyright © 2003-2016 Software AG, Darmstadt, Germany and/or Software 
AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates 
and/or their licensors.
+
+        Trademark and Patent declaration
+        The name Software AG and all Software AG product names are either 
trademarks or registered trademarks of Software AG and/or Software AG USA Inc. 
and/or its subsidiaries and/or its affiliates
+        and/or their licensors. Other company and product names mentioned 
herein may be trademarks of their respective owners.
+
+        Detailed information on trademarks and patents owned by Software AG 
and/or its subsidiaries is located at http://softwareag.com/licenses.
+
+        Third Party declaration
+        This software may include portions of third-party products. For 
third-party copyright notices, license terms, additional rights or 
restrictions, please refer to "License Texts, Copyright
+        Notices and Disclaimers of Third Party Products". For certain specific 
third-party license restrictions, please refer to section E of the Legal 
Notices available under "License Terms and
+        Conditions for Use of Software AG Products / Copyright and Trademark 
Notices of Software AG Products". These documents are part of the product 
documentation, located at
+        http://softwareag.com/licenses and/or in the root installation 
directory of the licensed product(s).
+
+        Confidentiality Disclaimer:
+        Use, reproduction, transfer, publication or disclosure is prohibited 
except as specifically provided for in your License Agreement with Software AG.
+        Contact GitHub API Training Shop Blog About
+
+    (ASLv2) JCommander
+      The following NOTICE information applies:
+        JCommander Copyright Notices
+        Copyright 2010 Cedric Beust ced...@beust.com
+
+************************
+Eclipse Public License 1.0
+************************
+
+    (EPL 1.0) AspectJ Runtime (org.aspectj:aspectjrt:jar:1.8.0 - 
http://www.eclipse.org/aspectj/)
+
+*****************
+Public Domain
+*****************
+
+The following binary components are provided to the 'Public Domain'.  See 
project link for details.
+
+    (Public Domain) XZ for Java (org.tukaani:xz:jar:1.5 - 
http://tukaani.org/xz/java.html
+
+*****************
+Mozilla Public License v1.1
+*****************
+
+The following binary components are provided under the Mozilla Public License 
v1.1.  See project link for details.
+
+    (MPL 1.1) Java port of universalchardet 
(com.googlecode.juniversalchardet:juniversalchardet:1.0.3 - 
https://code.google.com/archive/p/juniversalchardet/)
+
+************************
+Common Development and Distribution License 1.0
+************************
+
+The following binary components are provided under the Common Development and 
Distribution License 1.0.  See project link for details.
+
+    (CDDL 1.0) JHighlight (org.codelibs:jhighlight:1.0.2 - 
https://github.com/codelibs/jhighlight)

Reply via email to