ivankelly commented on a change in pull request #888: Rework of binary distribution licenses URL: https://github.com/apache/bookkeeper/pull/888#discussion_r161193998
########## File path: bookkeeper-dist/src/main/resources/NOTICE-all.bin.txt ########## @@ -1,55 +1,136 @@ Apache BookKeeper -Copyright 2011-2017 The Apache Software Foundation +Copyright 2011-2018 The Apache Software Foundation -Licensed under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +------------------------------------------------------------------------------------ +- lib/io.dropwizard.metrics-metrics-core-3.1.0.jar +- lib/io.dropwizard.metrics-metrics-graphite-3.1.0.jar +- lib/io.dropwizard.metrics-metrics-jvm-3.1.0.jar + +Metrics +Copyright 2010-2013 Coda Hale and Yammer, Inc. + +This product includes software developed by Coda Hale and Yammer, Inc. + +This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64, +LongAdder), which was released with the following comments: + + Written by Doug Lea with assistance from members of JCP JSR-166 + Expert Group and released to the public domain, as explained at + http://creativecommons.org/publicdomain/zero/1.0/ +------------------------------------------------------------------------------------ +- lib/io.netty-netty-3.10.1.Final.jar + + The Netty Project + ================= + +Please visit the Netty web site for more information: + + * http://netty.io/ + +Copyright 2011 The Netty Project + +The Netty Project licenses this file to you under the Apache License, +version 2.0 (the "License"); you may not use this file 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 +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. + +------------------------------------------------------------------------------------ +- lib/io.netty-netty-all-4.1.12.Final.jar + + The Netty Project + ================= + +Please visit the Netty web site for more information: + + * http://netty.io/ + +Copyright 2014 The Netty Project + +The Netty Project licenses this file to you under the Apache License, +version 2.0 (the "License"); you may not use this file 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. -This project includes: - Apache Log4j under The Apache Software License, Version 2.0 - Caffeine under The Apache Software License, Version 2.0 - Commons CLI under The Apache Software License, Version 2.0 - Commons Codec under The Apache Software License, Version 2.0 - Commons Collections under The Apache Software License, Version 2.0 - Commons Configuration under The Apache Software License, Version 2.0 - Commons IO under The Apache Software License, Version 2.0 - Commons Lang under The Apache Software License, Version 2.0 - Commons Logging under The Apache Software License, Version 2.0 - Dropwizard Metrics under The Apache Software License, Version 2.0 - Guava under The Apache Software License, Version 2.0 - Jackson under The Apache Software License, Version 2.0 - Java Native Access under The Apache Software License, Version 2.0 - Java Servlet API under Common Development and Distribution License 1.0 - Javax.inject under The Apache Software License, Version 2.0 - Jetty under The Apache Software License, Version 2.0 - JSR305 Annotations for Findbugs under The Apache Software License, Version 2.0 - ParaNamer under New BSD License - Prometheus under The Apache Software License, Version 2.0 - Protocol Buffer Java API under New BSD License - Scala under New BSD License - SLF4J API Module under MIT License - SLF4J LOG4J-12 Binding under MIT License - The Netty Project under The Apache Software License, Version 2.0 - Twitter Finagle under The Apache Software License, Version 2.0 - Twitter JSR166e under Creative Commons Zero v1.0 Universal - Twitter LibThrift under The Apache Software License, Version 2.0 - Twitter Server under The Apache Software License, Version 2.0 - Twitter Scrooge under The Apache Software License, Version 2.0 - Twitter Util under The Apache Software License, Version 2.0 - Vertx under The Apache Software License, Version 2.0 - ZooKeeper under The Apache Software License, Version 2.0 - -This product contains a modified version of 'Circe', a high-performance -hash algorithm framework & library from Trevor Robinson: - - * LICENSE: Apache License 2.0 - * HOMEPAGE: https://github.com/trevorr/circe +lib/io.netty-netty-all-4.1.12.Final.jar contains a modified portion of 'Apache Harmony', an open source Review comment: From the harmony NOTICE. http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/NOTICE?revision=929253&view=markup The bit they pull from harmony is parts of java.lang.String, which is from intel. http://svn.apache.org/viewvc/harmony/enhanced/classlibadapter/trunk/modules/kernel/src/main/java/java/lang/String.java?view=markup#l88 netty should be bubbling this up. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
