@sboorlagadda here's my take on the changes to LICENSE: ``` diff --git a/LICENSE b/LICENSE index a243c40007..0dc431d441 100644 --- a/LICENSE +++ b/LICENSE @@ -257,8 +257,6 @@ The MIT License (http://opensource.org/licenses/mit-license.html)
Apache Geode bundles the following files under the MIT license: - - ClassGraph v4.0.6 (https://github.com/classgraph/classgraph), Copyright (c) - 2015 Luke Hutchison - HTML5 Shiv vpre3.5 (https://github.com/aFarkas/html5shiv), Copyright (c) 2014 Alexander Farkas (aFarkas) - JavaScript InfoVis Toolkit v2.0.1 (http://philogb.github.io/jit/), diff --git a/geode-assembly/src/main/dist/LICENSE b/geode-assembly/src/main/dist/LICENSE index 94a70e636f..fa7db6036e 100644 --- a/geode-assembly/src/main/dist/LICENSE +++ b/geode-assembly/src/main/dist/LICENSE @@ -221,6 +221,10 @@ Apache Geode bundles the following files under the BSD 3-Clause License: Copyright (c) 2002-2007 Marc Prud'hommeaux. - Antlr v2.7.7 (http://www.antlr.org), Copyright (c) 2012 Terrence Parr and Sam Harwell + - Checker Qual 2.5.2 (https://checkerframework.org), Copyright (c) + 2004-present by the Checker Framework developers + - ClassGraph v4.0.6 (https://github.com/classgraph/classgraph), Copyright (c) + 2015 Luke Hutchison - JLine v2.12 (http://jline.sourceforge.net), Copyright (c) 2002-2006, Marc Prud'hommeaux <[email protected]> - jQuery Sparklines v2.0 (http://omnipotent.net/jquery.sparkline/), @@ -270,13 +274,15 @@ The CDDL (https://glassfish.java.net/public/CDDLv1.0.html) Apache Geode bundles the following file under the Common Development and Distribution License: - - javax.activation v1.1.1 (http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp), - - javax.mail v1.4.7 (http://www.oracle.com/) - - javax.resource v 1.7 (https://glassfish.java.net/) + - jaxb-istack-commons v2.2 (https://javaee.github.io/jaxb-istack-commons/) + - javax.activation v1.2.0 + (https://www.oracle.com/technetwork/java/javase/jaf-135115.html) + - javax.mail v1.6.2 (http://www.oracle.com/) + - javax.resource v 1.7.1 (https://glassfish.java.net/) - javax.servlet v3.1.0 (https://glassfish.java.net/) - - javax.transaction v1.2 (https://glassfish.java.net/) - - javax.xml.bind v2.2.11 + - javax.transaction v1.3 (https://glassfish.java.net/) + - jaxb v2.3.1 (https://javaee.github.io/jaxb-v2/) 1. Definitions. 1.1. Contributor means each individual or entity that creates or @@ -602,6 +608,9 @@ The MIT License (http://opensource.org/licenses/mit-license.html) Apache Geode bundles the following files under the MIT license: + - Animal Sniffer Annotations v1.17 + (https://www.mojohaus.org/animal-sniffer/source-repository.html) + Copyright (c) 2009 codehaus.org - JavaScript InfoVis Toolkit v2.0.1 (http://philogb.github.io/jit/), Copyright (c) 2011 Sencha Inc. - JOpt Simple (http://pholser.github.io/jopt-simple/), Copyright (c) ``` [ Full content available at: https://github.com/apache/geode/pull/3313 ] This message was relayed via gitbox.apache.org for [email protected]
