[ROCKETMQ-87] Add license notice for all the dependencies.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/44ef40ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/44ef40ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/44ef40ab Branch: refs/heads/release-4.0.0-incubating Commit: 44ef40ab37e330cde3e0c292e63936a5ec435d9b Parents: bd00854 Author: yukon <[email protected]> Authored: Fri Feb 10 17:29:15 2017 +0800 Committer: yukon <[email protected]> Committed: Fri Feb 10 17:29:15 2017 +0800 ---------------------------------------------------------------------- NOTICE | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/44ef40ab/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 5384857..7d76e00 100644 --- a/NOTICE +++ b/NOTICE @@ -2,4 +2,30 @@ Apache RocketMQ (incubating) Copyright 2016-2017 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file +The Apache Software Foundation (http://www.apache.org/). + +------------------------------------------------------------------------------- +This distribution has a binary dependency on netty, which is available under the ASL2 License. +The source code of netty can be found at https://github.com/netty/netty. + +This distribution has a binary dependency on commons-cli, which is available under the ASL2 License. +The source code of commons-cli can be found at https://github.com/apache/commons-cli. + +This distribution has a binary dependency on commons-lang, which is available under the ASL2 License. +The source code of commons-lang can be found at https://github.com/apache/commons-lang. + +This distribution has a binary dependency on fastjson, which is available under the ASL2 License. +The source code of fastjson can be found at https://github.com/alibaba/fastjson. + +This distribution has a binary dependency on javassist, which is available under +the Mozilla Public License Version 1.1, the GNU Lesser General Public License Version 2.1 or later, or the ASL2 License. +The source code of javassist can be found at https://github.com/jboss-javassist/javassist. + +This distribution has a binary dependency on jna, which is available under the LGPL, version 2.1 or later, and (from version 4.0 onward) the ASL2 License. +The source code of jna can be found at https://github.com/java-native-access/jna. + +This distribution has a binary dependency on logback, which is available under the EPL v1.0 and the LGPL 2.1 License. +The source code of logback can be found at https://github.com/qos-ch/logback. + +This distribution has a binary dependency on slf4j, which is available under the MIT License. +The source code of slf4j can be found at https://github.com/qos-ch/slf4j. \ No newline at end of file
