Repository: nifi Updated Branches: refs/heads/master 5be83166e -> ea5818c39
NIFI-1486 added commons io and lang to nifi-amqp-nar NOTICE Reviewed by Tony Kurc ([email protected]). This closes #208 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ea5818c3 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ea5818c3 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ea5818c3 Branch: refs/heads/master Commit: ea5818c3984a6dcf49755ceabce143e1a1966caf Parents: 5be8316 Author: joewitt <[email protected]> Authored: Sun Feb 7 15:01:33 2016 -0500 Committer: Tony Kurc <[email protected]> Committed: Sun Feb 7 17:27:53 2016 -0500 ---------------------------------------------------------------------- .../src/main/resources/META-INF/NOTICE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/ea5818c3/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/src/main/resources/META-INF/NOTICE b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/src/main/resources/META-INF/NOTICE index 75b2824..d82b16b 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/src/main/resources/META-INF/NOTICE +++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/src/main/resources/META-INF/NOTICE @@ -4,3 +4,21 @@ Copyright 2015-2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +=========================================== +Apache Software License v2 +=========================================== + +The following binary components are provided under the Apache Software License v2 + + (ASLv2) Apache Commons IO + The following NOTICE information applies: + Apache Commons IO + Copyright 2002-2012 The Apache Software Foundation + + (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())
