Repository: nifi Updated Branches: refs/heads/develop bddb8b1fe -> 5b47f52f6
Adding Jackson to assembly NOTICE file Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/5b47f52f Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/5b47f52f Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/5b47f52f Branch: refs/heads/develop Commit: 5b47f52f62284f35506fd55a672915a4003a60a4 Parents: bddb8b1 Author: Bryan Bende <[email protected]> Authored: Tue Jul 21 08:18:54 2015 -0400 Committer: Bryan Bende <[email protected]> Committed: Tue Jul 21 08:18:54 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-assembly/NOTICE | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/5b47f52f/nifi/nifi-assembly/NOTICE ---------------------------------------------------------------------- diff --git a/nifi/nifi-assembly/NOTICE b/nifi/nifi-assembly/NOTICE index f71f98c..118ab49 100644 --- a/nifi/nifi-assembly/NOTICE +++ b/nifi/nifi-assembly/NOTICE @@ -149,6 +149,29 @@ The following binary components are provided under the Apache Software License v IRClib -- A Java Internet Relay Chat library -- Copyright (C) 2002 - 2006 Christoph Schwering <[email protected]> + (ASLv2) Jackson JSON processor + The following NOTICE information applies: + # Jackson JSON processor + + Jackson is a high-performance, Free/Open Source JSON processing library. + It was originally written by Tatu Saloranta ([email protected]), and has + been in development since 2007. + It is currently developed by a community of developers, as well as supported + commercially by FasterXML.com. + + ## Licensing + + Jackson core and extension components may licensed under different licenses. + To find the details that apply to this artifact see the accompanying LICENSE file. + For more information, including possible other licensing options, contact + FasterXML.com (http://fasterxml.com). + + ## Credits + + 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. + (ASLv2) Apache Thrift The following NOTICE information applies: Apache Thrift
