Repository: nifi Updated Branches: refs/heads/master df9116951 -> ca887308a
NIFI-2565 - Add Elastic copyright to notice due to the use of grok patterns during test This closes #1505. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ca887308 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ca887308 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ca887308 Branch: refs/heads/master Commit: ca887308af80ac34b756e1d2655c2a95fafeaf94 Parents: df91169 Author: Andre F de Miranda <[email protected]> Authored: Tue Feb 14 21:36:48 2017 +1100 Committer: Aldrin Piri <[email protected]> Committed: Tue Feb 14 12:58:06 2017 -0500 ---------------------------------------------------------------------- .../nifi-standard-nar/src/main/resources/META-INF/NOTICE | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/ca887308/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/src/main/resources/META-INF/NOTICE b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/src/main/resources/META-INF/NOTICE index c180e45..c20cb4f 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/src/main/resources/META-INF/NOTICE +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/src/main/resources/META-INF/NOTICE @@ -5,6 +5,10 @@ This includes derived works from the Apache Software License V2 library Jolt (ht Copyright 2013-2014 Bazaarvoice, Inc The derived work is adapted from com.bazaarvoice.jolt.chainr.ChainrBuilder.java, com.bazaarvoice.jolt.chainr.spec.ChainrSpec.java, com.bazaarvoice.jolt.chainr.spec.ChainrEntry.java and can be found in the org.apache.nifi.processors.standard.util.jolt.TransformFactory.java class. +This includes derived works from Elastic Logstash (https://github.com/elastic/logstash/tree/v1.4.0/) and modified by Anthony Corbacho, and contributors. +Copyright 2009-2013 Jordan Sissel, Pete Fritchman, and contributors. +Copyright 2014 Anthony Corbacho, and contributors. +The derived work consists in modifications from patterns/grok-patterns and found in the file nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/patterns This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
