Eclipse Foundation - Jetty License

Oracle elects to use Jetty under the terms of the Apache 2.0 license. ########## MAIN component is licensed under EPL and Apache 2.0 License #### ########################## LICENSE for MAIN component ############## This program and the accompanying materials are made available under the terms of the Eclipse Public License 1.0 which is available at https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt or the Apache Software License 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0 For a copy of the license, see Apache Software Foundation Licenses, Version 2.0. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 ########################## END OF LICENSE for MAIN component ############## ########################## NOTICE.txt for MAIN component ############## Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. Project home: https://www.eclipse.org/jetty/ Trademarks ---------- Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. Copyright --------- All contributions are the property of the respective authors or of entities to which copyright has been assigned by the authors (eg. employer). Declared Project Licenses ------------------------- This artifacts of this project are made available under the terms of: * the Eclipse Public License v. 1.0 http://www.eclipse.org/legal/epl-v10.html SPDX-License-Identifier: EPL-1.0 or * the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0. SPDX-License-Identifier: Apache-2.0 The following dependencies are EPL. * org.eclipse.jetty.orbit:org.eclipse.jdt.core The following dependencies are EPL and ASL2. * org.eclipse.jetty.orbit:javax.security.auth.message The following dependencies are EPL and CDDL 1.0. * org.eclipse.jetty.orbit:javax.mail.glassfish If ALPN is used to negotiate HTTP/2 connections, then the following distribution may be included in the distribution or downloaded when ALPN module is selected. These artifacts replace/modify OpenJDK classes. The modifications are hosted at github and both modified and original are under GPL v2 with classpath exceptions. http://openjdk.java.net/legal/gplv2+ce.html * java.sun.security.ssl The following dependencies are licensed by the OW2 Foundation according to the terms of http://asm.ow2.org/license.html * org.ow2.asm:asm-commons * org.ow2.asm:asm The following dependencies are ASL2 licensed. * org.apache.taglibs:taglibs-standard-spec * org.apache.taglibs:taglibs-standard-impl The following dependencies are ASL2 licensed. Based on selected classes from following Apache Tomcat jars, all ASL2 licensed. * org.mortbay.jasper:apache-jsp * org.apache.tomcat:tomcat-jasper * org.apache.tomcat:tomcat-juli * org.apache.tomcat:tomcat-jsp-api * org.apache.tomcat:tomcat-el-api * org.apache.tomcat:tomcat-jasper-el * org.apache.tomcat:tomcat-api * org.apache.tomcat:tomcat-util-scan * org.apache.tomcat:tomcat-util * org.mortbay.jasper:apache-el * org.apache.tomcat:tomcat-jasper-el * org.apache.tomcat:tomcat-el-api The following artifacts are CDDL + GPLv2 with classpath exception. https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas Cryptography ------------ Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. The UnixCrypt.java code implements the one way cryptography used by Unix systems for simple password protection. Copyright 1996 Aki Yoshida, modified April 2001 by Iris Van den Broeke, Daniel Deville. Permission to use, copy, modify and distribute UnixCrypt for non-commercial or commercial purposes and without fee is granted provided that the copyright notice appears in all copies. ########################## END OF NOTICE.txt for MAIN component ############## ########################License for 4th party component ASM ############## #################License for 4th party component ASM-COOMON ############## https://asm.ow2.io/license.html License ASM is released under the following 3-Clause BSD License: ASM: a very small and fast Java bytecode manipulation framework Copyright (c) 2000-2011 INRIA, France Telecom All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #########License.txt of 4th party component SLF4J-API ############################# Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland) All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ###### License.txt of 4th party component org.conscrypt:conscrypt-openjdk-uber ###### License: Apache 2.0 Notice: Copyright 2016 The Android Open Source Project Licensed 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 product contains a modified portion of `Netty`, a configurable network stack in Java, which can be obtained at: * LICENSE: * licenses/LICENSE.netty.txt (Apache License 2.0) * HOMEPAGE: * http://netty.io/ This product contains a modified portion of `Apache Harmony`, modular Java runtime, which can be obtained at: * LICENSE: * licenses/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * https://harmony.apache.org/ ========================================================================