Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2671#discussion_r191615429
--- Diff: nifi-nar-bundles/nifi-marklogic-bundle/NOTICE.txt ---
@@ -0,0 +1,2106 @@
+MarkLogic NiFi Processors
+
+
+Copyright � 2018 MarkLogic Corporation.
+
+This project is licensed under the Apache License, Version 2.0 (the
"License"); you may not use this project 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.
+
+
+Please direct questions, comments and requests to
[email protected].
+
+Open source software required to be made available under license is
included herein. In the event you are unable to obtain a copy of such open
source software, please contact [email protected] and a copy will be
made available to you.
+
+
+The following software may be included in this project (last updated May
1, 2018):
+
+Apache Commons Codec� 1.7
+Attribution Statements
+http://commons.apache.org/codec/
+
+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 ([email protected])
+
+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.
+
+Copyright Statements
+Copyright 2002-2016 The Apache Software Foundation
+
+License Text (http://spdx.org/licenses/Apache-2.0)
+Made available under the Apache License 2.0. See Appendix for full text.
+
+Source materials are available for download at:
http://commons.apache.org/proper/commons-codec/source-repository.html
+
+
+Apache Commons Lang� 3.4
+Attribution Statements
+http://commons.apache.org/proper/commons-lang/
+
+This product includes software from the Spring Framework,
+under the Apache License 2.0 (see: StringUtils.containsWhitespace())
+
+Copyright Statements
+Copyright 2001-2017 The Apache Software Foundation
+
+License Text (http://spdx.org/licenses/Apache-2.0)
+Made available under the Apache License 2.0. See Appendix for full text.
+
+Source materials are available for download at:
https://github.com/apache/commons-lang
+
+
+Apache Commons Logging� 1.1.1
--- End diff --
i dont see commons logging in your nars. Where do you see it?
---