Skip to content

Commit

Permalink
NIFI-5596 Upgraded splunk-sdk-java version
Browse files Browse the repository at this point in the history
NIFI-5596 Updated L&N

L&N commit added by Mike Thomsen

Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
  • Loading branch information
Mohit Garg authored and MikeThomsen committed Sep 17, 2018
1 parent c8fc132 commit 07ad132
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
Expand Up @@ -231,3 +231,19 @@ licenses.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

The binary distribution of this product bundles 'jBCrypt' which is available under an MIT
license. For details see https://github.com/svenkubiak/jBCrypt/blob/0.4.1/LICENSE

Copyright (c) 2006 Damien Miller <djm@mindrot.org>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, 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 USE OR PERFORMANCE OF THIS SOFTWARE.
Expand Up @@ -10,6 +10,23 @@ Apache Software License v2

The following binary components are provided under the Apache Software License v2

(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 (kevina@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 IO
The following NOTICE information applies:
Apache Commons IO
Expand Down Expand Up @@ -44,4 +61,15 @@ The following binary components are provided under the Apache Software License v

A list of contributors may be found from CREDITS file, which is included
in some artifacts (usually source distributions); but is always available
from the source code management (SCM) system project uses.
from the source code management (SCM) system project uses.

Misc

This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
a temporary self-signed X.509 certificate when the JVM does not provide the
equivalent functionality. It can be obtained at:

* LICENSE:
* license/LICENSE.bouncycastle.txt (MIT License)
* HOMEPAGE:
* http://www.bouncycastle.org/
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-splunk-bundle/pom.xml
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
<version>1.5.0.0</version>
<version>1.6.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 07ad132

Please sign in to comment.