open_source_licenses.txt AirWatch Cloud Messaging 2101 GA ====================================================================== The following copyright statements and licenses apply to various open source software packages (or portions thereof) that are distributed with this VMware Product. The VMware Product may also include other VMware components, which may contain additional open source software packages. One or more such open_source_licenses.txt files may therefore accompany this VMware Product. The VMware Product that includes this file does not necessarily use all the open source software packages referred to below and may also only use portions of a given package. =============== TABLE OF CONTENTS ============================= The following is a listing of the open source components detailed in this document. This list is provided for your convenience; please read further if you wish to review the copyright notice(s) and the full text of the license associated with each component. SECTION 1: Apache License, V2.0 >>> com.google.code.gson:gson-2.8.6 >>> com.google.errorprone:error_prone_annotations-2.3.4 >>> com.google.guava:failureaccess-1.0.1 >>> com.google.guava:guava-29.0-jre >>> com.google.guava:listenablefuture-9999.0-empty-to-avoid-conflict-with-guava >>> com.google.j2objc:j2objc-annotations-1.3 >>> com.hazelcast:hazelcast-3.9.2 >>> commons-codec:commons-codec-1.15 >>> commons-io:commons-io-2.8.0 >>> commons-logging:commons-logging-1.2 >>> io.netty:netty-all-4.1.52.Final >>> org.apache.commons:commons-collections4-4.4 >>> org.apache.commons:commons-lang3-3.11 >>> org.apache.commons:commons-text-1.9 >>> org.apache.httpcomponents:httpclient-4.5.9 >>> org.apache.httpcomponents:httpcore-4.4.11 >>> org.pojomatic:pojomatic-2.2.1 SECTION 2: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES >>> org.bouncycastle:bcpkix-jdk15on-1.66 >>> org.bouncycastle:bcprov-jdk15on-1.66 >>> org.checkerframework:checker-qual-2.11.1 >>> org.codehaus.janino:commons-compiler-3.1.2 >>> org.codehaus.janino:janino-3.1.2 >>> org.codehaus.mojo:animal-sniffer-annotations-1.17 >>> org.ow2.asm:asm-7.0 >>> org.slf4j:slf4j-api-1.7.30 SECTION 3: Common Development and Distribution License, V1.1 >>> com.sun.xml.bind:jaxb-core-2.3.0.1 >>> com.sun.xml.bind:jaxb-impl-2.3.0.1 >>> javax.activation:javax.activation-api-1.2.0 >>> javax.xml.bind:jaxb-api-2.3.1 SECTION 4: Creative Commons Attribution 2.5 >>> com.google.code.findbugs:jsr305-3.0.2 SECTION 5: Eclipse Public License, V1.0 >>> ch.qos.logback:logback-classic-1.2.3 >>> ch.qos.logback:logback-core-1.2.3 SECTION 6: GNU General Public License, V2.0 >>> openjdk-11-zulu-11.0.9 APPENDIX. Standard License Files >>> Apache License, V2.0 >>> Creative Commons Attribution 2.5 >>> Common Development and Distribution License, V1.1 >>> Eclipse Public License, V1.0 >>> GNU General Public License, V2.0 >>> GNU Lesser General Public License, V2.1 --------------- SECTION 1: Apache License, V2.0 ---------- Apache License, V2.0 is applicable to the following component(s). >>> com.google.code.gson:gson-2.8.6 Copyright (C) 2008 Google Inc. 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. >>> com.google.errorprone:error_prone_annotations-2.3.4 Copyright 2015 The Error Prone Authors. 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. >>> com.google.guava:failureaccess-1.0.1 Copyright (C) 2018 The Guava Authors 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. >>> com.google.guava:guava-29.0-jre Copyright (C) 2008 The Guava Authors 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. ADDITIONAL LICENSE INFORMATION: > PublicDomain [VMware does not distribute this component guava-29.0-jre-sources.jar\com\google\common\cache\LongAdder.java] guava-29.0-jre-sources.jar\com\google\common\cache\LongAdder.java 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/ >>> com.google.guava:listenablefuture-9999.0-empty-to-avoid-conflict-with-guava License : Apache 2.0 >>> com.google.j2objc:j2objc-annotations-1.3 Copyright 2012 Google Inc. All Rights Reserved. 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. >>> com.hazelcast:hazelcast-3.9.2 Original work Copyright 2015 Real Logic Ltd. Modified work Copyright (c) 2015-2019, Hazelcast, Inc. All Rights Reserved. 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. >>> commons-codec:commons-codec-1.15 Found in: org/apache/commons/codec/digest/PureJavaCrc32C.java Copyright (c) 2004-2006 Intel Corportation Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. >>> commons-io:commons-io-2.8.0 Apache Commons IO Copyright 2002-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). >>> commons-logging:commons-logging-1.2 ------------------------------------------------------------------ NOTICE file corresponding to the section 4d of The Apache License, Version 2.0, in this case for Commons Logging ------------------------------------------------------------------ Commons Logging Copyright 2001-2007 The Apache Software Foundation This product includes/uses software(s) developed by 'an unknown organization' - Unnamed - avalon-framework:avalon-framework:jar:4.1.3 - Unnamed - log4j:log4j:jar:1.2.12 - Unnamed - logkit:logkit:jar:1.0.1 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF 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. >>> io.netty:netty-all-4.1.52.Final Copyright 2012 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. ADDITIONAL LICENSE INFORMATION: > Apache2.0 io/netty/channel/sctp/DefaultSctpChannelConfig.java io/netty/channel/sctp/nio/NioSctpChannel.java io/netty/channel/sctp/nio/NioSctpServerChannel.java io/netty/channel/sctp/SctpChannelConfig.java io/netty/channel/sctp/SctpChannel.java io/netty/channel/sctp/SctpMessage.java io/netty/channel/sctp/SctpNotificationHandler.java io/netty/channel/sctp/SctpServerChannelConfig.java io/netty/channel/sctp/SctpServerChannel.java io/netty/example/worldclock/WorldClockProtocol.proto io/netty/handler/traffic/AbstractTrafficShapingHandler.java Copyright 2011 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. io/netty/channel/sctp/DefaultSctpServerChannelConfig.java Copyright 2011 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. io/netty/bootstrap/AbstractBootstrap.java io/netty/bootstrap/Bootstrap.java io/netty/bootstrap/package-info.java io/netty/bootstrap/ServerBootstrap.java io/netty/buffer/AbstractByteBufAllocator.java io/netty/buffer/AbstractByteBuf.java io/netty/buffer/ByteBufAllocator.java io/netty/buffer/ByteBufInputStream.java io/netty/buffer/ByteBuf.java io/netty/buffer/ByteBufOutputStream.java io/netty/buffer/ByteBufUtil.java io/netty/buffer/CompositeByteBuf.java io/netty/buffer/DuplicatedByteBuf.java io/netty/buffer/package-info.java io/netty/buffer/PoolArena.java io/netty/buffer/PoolChunk.java io/netty/buffer/PoolChunkList.java io/netty/buffer/PooledByteBufAllocator.java io/netty/buffer/PooledByteBuf.java io/netty/buffer/PooledDirectByteBuf.java io/netty/buffer/PoolSubpage.java io/netty/buffer/PoolThreadCache.java io/netty/buffer/ReadOnlyByteBuf.java io/netty/buffer/SlicedByteBuf.java io/netty/buffer/SwappedByteBuf.java io/netty/buffer/UnpooledByteBufAllocator.java io/netty/buffer/UnpooledDirectByteBuf.java io/netty/buffer/UnpooledHeapByteBuf.java io/netty/buffer/Unpooled.java io/netty/buffer/UnpooledUnsafeDirectByteBuf.java io/netty/channel/AbstractChannelHandlerContext.java io/netty/channel/AbstractChannel.java io/netty/channel/AbstractServerChannel.java io/netty/channel/AdaptiveRecvByteBufAllocator.java io/netty/channel/ChannelConfig.java io/netty/channel/ChannelDuplexHandler.java io/netty/channel/ChannelException.java io/netty/channel/ChannelFlushPromiseNotifier.java io/netty/channel/ChannelFuture.java io/netty/channel/ChannelFutureListener.java io/netty/channel/ChannelHandlerContext.java io/netty/channel/ChannelHandler.java io/netty/channel/ChannelInboundHandlerAdapter.java io/netty/channel/ChannelInboundHandler.java io/netty/channel/ChannelInitializer.java io/netty/channel/Channel.java io/netty/channel/ChannelMetadata.java io/netty/channel/ChannelOption.java io/netty/channel/ChannelOutboundHandlerAdapter.java io/netty/channel/ChannelOutboundHandler.java io/netty/channel/ChannelPipelineException.java io/netty/channel/ChannelPipeline.java io/netty/channel/ChannelPromiseAggregator.java io/netty/channel/ChannelPromise.java io/netty/channel/ChannelPromiseNotifier.java io/netty/channel/CombinedChannelDuplexHandler.java io/netty/channel/CompleteChannelFuture.java io/netty/channel/DefaultChannelConfig.java io/netty/channel/DefaultChannelPipeline.java io/netty/channel/DefaultChannelPromise.java io/netty/channel/DefaultEventLoopGroup.java io/netty/channel/DefaultEventLoop.java io/netty/channel/DefaultFileRegion.java io/netty/channel/embedded/EmbeddedChannel.java io/netty/channel/embedded/EmbeddedEventLoop.java io/netty/channel/embedded/EmbeddedSocketAddress.java io/netty/channel/embedded/package-info.java io/netty/channel/epoll/EpollDatagramChannelConfig.java io/netty/channel/EventLoopException.java io/netty/channel/EventLoopGroup.java io/netty/channel/EventLoop.java io/netty/channel/FailedChannelFuture.java io/netty/channel/FileRegion.java io/netty/channel/FixedRecvByteBufAllocator.java io/netty/channel/group/ChannelGroupFuture.java io/netty/channel/group/ChannelGroupFutureListener.java io/netty/channel/group/CombinedIterator.java io/netty/channel/group/DefaultChannelGroupFuture.java io/netty/channel/group/package-info.java io/netty/channel/local/LocalAddress.java io/netty/channel/local/LocalChannel.java io/netty/channel/local/LocalChannelRegistry.java io/netty/channel/local/LocalEventLoopGroup.java io/netty/channel/local/LocalServerChannel.java io/netty/channel/local/package-info.java io/netty/channel/MultithreadEventLoopGroup.java io/netty/channel/nio/AbstractNioByteChannel.java io/netty/channel/nio/AbstractNioChannel.java io/netty/channel/nio/AbstractNioMessageChannel.java io/netty/channel/nio/NioEventLoopGroup.java io/netty/channel/nio/NioEventLoop.java io/netty/channel/nio/NioTask.java io/netty/channel/nio/package-info.java io/netty/channel/oio/AbstractOioByteChannel.java io/netty/channel/oio/AbstractOioChannel.java io/netty/channel/oio/AbstractOioMessageChannel.java io/netty/channel/oio/OioEventLoopGroup.java io/netty/channel/oio/package-info.java io/netty/channel/package-info.java io/netty/channel/RecvByteBufAllocator.java io/netty/channel/sctp/nio/package-info.java io/netty/channel/sctp/oio/OioSctpChannel.java io/netty/channel/sctp/oio/OioSctpServerChannel.java io/netty/channel/sctp/oio/package-info.java io/netty/channel/sctp/package-info.java io/netty/channel/ServerChannel.java io/netty/channel/SingleThreadEventLoop.java io/netty/channel/socket/ChannelInputShutdownEvent.java io/netty/channel/socket/DatagramChannelConfig.java io/netty/channel/socket/DatagramChannel.java io/netty/channel/socket/DatagramPacket.java io/netty/channel/socket/DefaultDatagramChannelConfig.java io/netty/channel/socket/DefaultServerSocketChannelConfig.java io/netty/channel/socket/DefaultSocketChannelConfig.java io/netty/channel/socket/InternetProtocolFamily.java io/netty/channel/socket/nio/NioDatagramChannelConfig.java io/netty/channel/socket/nio/NioDatagramChannel.java io/netty/channel/socket/nio/NioServerSocketChannel.java io/netty/channel/socket/nio/NioSocketChannel.java io/netty/channel/socket/nio/package-info.java io/netty/channel/socket/nio/ProtocolFamilyConverter.java io/netty/channel/socket/oio/OioDatagramChannel.java io/netty/channel/socket/oio/OioServerSocketChannel.java io/netty/channel/socket/oio/OioSocketChannel.java io/netty/channel/socket/oio/package-info.java io/netty/channel/socket/package-info.java io/netty/channel/socket/ServerSocketChannelConfig.java io/netty/channel/socket/ServerSocketChannel.java io/netty/channel/socket/SocketChannelConfig.java io/netty/channel/socket/SocketChannel.java io/netty/channel/SucceededChannelFuture.java io/netty/channel/ThreadPerChannelEventLoopGroup.java io/netty/channel/ThreadPerChannelEventLoop.java io/netty/channel/udt/DefaultUdtChannelConfig.java io/netty/channel/udt/nio/package-info.java io/netty/channel/udt/package-info.java io/netty/channel/udt/UdtChannelConfig.java io/netty/channel/udt/UdtMessage.java io/netty/channel/VoidChannelPromise.java io/netty/example/discard/DiscardClientHandler.java io/netty/example/discard/DiscardClient.java io/netty/example/discard/DiscardServerHandler.java io/netty/example/discard/DiscardServer.java io/netty/example/echo/EchoClientHandler.java io/netty/example/echo/EchoClient.java io/netty/example/echo/EchoServerHandler.java io/netty/example/echo/EchoServer.java io/netty/example/factorial/BigIntegerDecoder.java io/netty/example/factorial/FactorialClientHandler.java io/netty/example/factorial/FactorialClientInitializer.java io/netty/example/factorial/FactorialClient.java io/netty/example/factorial/FactorialServerHandler.java io/netty/example/factorial/FactorialServerInitializer.java io/netty/example/factorial/FactorialServer.java io/netty/example/factorial/NumberEncoder.java io/netty/example/file/FileServer.java io/netty/example/http/cors/HttpCorsServerInitializer.java io/netty/example/http/cors/HttpCorsServer.java io/netty/example/http/file/HttpStaticFileServerHandler.java io/netty/example/http/file/HttpStaticFileServerInitializer.java io/netty/example/http/file/HttpStaticFileServer.java io/netty/example/http/helloworld/HttpHelloWorldServer.java io/netty/example/http/snoop/HttpSnoopClientHandler.java io/netty/example/http/snoop/HttpSnoopClientInitializer.java io/netty/example/http/snoop/HttpSnoopClient.java io/netty/example/http/snoop/HttpSnoopServerHandler.java io/netty/example/http/snoop/HttpSnoopServerInitializer.java io/netty/example/http/snoop/HttpSnoopServer.java io/netty/example/http/upload/HttpUploadClientHandler.java io/netty/example/http/upload/HttpUploadClientInitializer.java io/netty/example/http/upload/HttpUploadClient.java io/netty/example/http/upload/HttpUploadServerHandler.java io/netty/example/http/upload/HttpUploadServerInitializer.java io/netty/example/http/upload/HttpUploadServer.java io/netty/example/http/websocketx/client/WebSocketClientHandler.java io/netty/example/http/websocketx/server/package-info.java io/netty/example/http/websocketx/server/WebSocketFrameHandler.java io/netty/example/http/websocketx/server/WebSocketIndexPageHandler.java io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java io/netty/example/http/websocketx/server/WebSocketServerInitializer.java io/netty/example/http/websocketx/server/WebSocketServer.java io/netty/example/localecho/LocalEchoClientHandler.java io/netty/example/localecho/LocalEcho.java io/netty/example/localecho/LocalEchoServerHandler.java io/netty/example/objectecho/ObjectEchoClientHandler.java io/netty/example/objectecho/ObjectEchoClient.java io/netty/example/objectecho/ObjectEchoServerHandler.java io/netty/example/objectecho/ObjectEchoServer.java io/netty/example/portunification/PortUnificationServerHandler.java io/netty/example/portunification/PortUnificationServer.java io/netty/example/proxy/HexDumpProxyBackendHandler.java io/netty/example/proxy/HexDumpProxyFrontendHandler.java io/netty/example/proxy/HexDumpProxyInitializer.java io/netty/example/proxy/HexDumpProxy.java io/netty/example/qotm/QuoteOfTheMomentClientHandler.java io/netty/example/qotm/QuoteOfTheMomentClient.java io/netty/example/qotm/QuoteOfTheMomentServerHandler.java io/netty/example/qotm/QuoteOfTheMomentServer.java io/netty/example/sctp/SctpEchoClientHandler.java io/netty/example/sctp/SctpEchoClient.java io/netty/example/sctp/SctpEchoServerHandler.java io/netty/example/sctp/SctpEchoServer.java io/netty/example/securechat/SecureChatClientHandler.java io/netty/example/securechat/SecureChatClientInitializer.java io/netty/example/securechat/SecureChatClient.java io/netty/example/securechat/SecureChatServerHandler.java io/netty/example/securechat/SecureChatServerInitializer.java io/netty/example/securechat/SecureChatServer.java io/netty/example/socksproxy/DirectClientHandler.java io/netty/example/socksproxy/RelayHandler.java io/netty/example/socksproxy/SocksServerConnectHandler.java io/netty/example/socksproxy/SocksServerHandler.java io/netty/example/socksproxy/SocksServerInitializer.java io/netty/example/socksproxy/SocksServer.java io/netty/example/socksproxy/SocksServerUtils.java io/netty/example/telnet/TelnetClientHandler.java io/netty/example/telnet/TelnetClientInitializer.java io/netty/example/telnet/TelnetClient.java io/netty/example/telnet/TelnetServerHandler.java io/netty/example/telnet/TelnetServerInitializer.java io/netty/example/telnet/TelnetServer.java io/netty/example/udt/echo/bytes/ByteEchoClientHandler.java io/netty/example/udt/echo/bytes/ByteEchoClient.java io/netty/example/udt/echo/bytes/ByteEchoServerHandler.java io/netty/example/udt/echo/bytes/ByteEchoServer.java io/netty/example/udt/echo/bytes/package-info.java io/netty/example/udt/echo/message/MsgEchoClientHandler.java io/netty/example/udt/echo/message/MsgEchoClient.java io/netty/example/udt/echo/message/MsgEchoServerHandler.java io/netty/example/udt/echo/message/MsgEchoServer.java io/netty/example/udt/echo/message/package-info.java io/netty/example/udt/echo/package-info.java io/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase.java io/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerHandler.java io/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerOne.java io/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerTwo.java io/netty/example/udt/echo/rendezvousBytes/package-info.java io/netty/example/udt/echo/rendezvous/Config.java io/netty/example/udt/echo/rendezvous/MsgEchoPeerBase.java io/netty/example/udt/echo/rendezvous/MsgEchoPeerHandler.java io/netty/example/udt/echo/rendezvous/MsgEchoPeerOne.java io/netty/example/udt/echo/rendezvous/MsgEchoPeerTwo.java io/netty/example/udt/echo/rendezvous/package-info.java io/netty/example/udt/package-info.java io/netty/example/uptime/UptimeClientHandler.java io/netty/example/uptime/UptimeClient.java io/netty/example/worldclock/WorldClockClientHandler.java io/netty/example/worldclock/WorldClockClientInitializer.java io/netty/example/worldclock/WorldClockClient.java io/netty/example/worldclock/WorldClockServerHandler.java io/netty/example/worldclock/WorldClockServerInitializer.java io/netty/example/worldclock/WorldClockServer.java io/netty/handler/codec/base64/Base64Decoder.java io/netty/handler/codec/base64/Base64Dialect.java io/netty/handler/codec/base64/Base64Encoder.java io/netty/handler/codec/base64/Base64.java io/netty/handler/codec/base64/package-info.java io/netty/handler/codec/bytes/ByteArrayDecoder.java io/netty/handler/codec/bytes/ByteArrayEncoder.java io/netty/handler/codec/bytes/package-info.java io/netty/handler/codec/ByteToMessageCodec.java io/netty/handler/codec/ByteToMessageDecoder.java io/netty/handler/codec/CodecException.java io/netty/handler/codec/compression/CompressionException.java io/netty/handler/codec/compression/DecompressionException.java io/netty/handler/codec/compression/JdkZlibEncoder.java io/netty/handler/codec/compression/JZlibDecoder.java io/netty/handler/codec/compression/JZlibEncoder.java io/netty/handler/codec/compression/package-info.java io/netty/handler/codec/compression/SnappyFrameDecoder.java io/netty/handler/codec/compression/SnappyFrameEncoder.java io/netty/handler/codec/compression/Snappy.java io/netty/handler/codec/compression/ZlibCodecFactory.java io/netty/handler/codec/compression/ZlibDecoder.java io/netty/handler/codec/compression/ZlibEncoder.java io/netty/handler/codec/compression/ZlibUtil.java io/netty/handler/codec/compression/ZlibWrapper.java io/netty/handler/codec/CorruptedFrameException.java io/netty/handler/codec/DecoderException.java io/netty/handler/codec/DecoderResult.java io/netty/handler/codec/DelimiterBasedFrameDecoder.java io/netty/handler/codec/Delimiters.java io/netty/handler/codec/EncoderException.java io/netty/handler/codec/FixedLengthFrameDecoder.java io/netty/handler/codec/http/CookieDecoder.java io/netty/handler/codec/http/Cookie.java io/netty/handler/codec/http/DefaultCookie.java io/netty/handler/codec/http/DefaultHttpContent.java io/netty/handler/codec/http/DefaultHttpHeaders.java io/netty/handler/codec/http/DefaultHttpMessage.java io/netty/handler/codec/http/DefaultHttpObject.java io/netty/handler/codec/http/DefaultHttpRequest.java io/netty/handler/codec/http/DefaultHttpResponse.java io/netty/handler/codec/http/DefaultLastHttpContent.java io/netty/handler/codec/http/HttpClientCodec.java io/netty/handler/codec/http/HttpConstants.java io/netty/handler/codec/http/HttpContentCompressor.java io/netty/handler/codec/http/HttpContentDecoder.java io/netty/handler/codec/http/HttpContentDecompressor.java io/netty/handler/codec/http/HttpContentEncoder.java io/netty/handler/codec/http/HttpContent.java io/netty/handler/codec/http/HttpHeaderDateFormat.java io/netty/handler/codec/http/HttpHeaders.java io/netty/handler/codec/http/HttpMessage.java io/netty/handler/codec/http/HttpMethod.java io/netty/handler/codec/http/HttpObjectAggregator.java io/netty/handler/codec/http/HttpObjectDecoder.java io/netty/handler/codec/http/HttpObjectEncoder.java io/netty/handler/codec/http/HttpObject.java io/netty/handler/codec/http/HttpRequestDecoder.java io/netty/handler/codec/http/HttpRequestEncoder.java io/netty/handler/codec/http/HttpRequest.java io/netty/handler/codec/http/HttpResponseDecoder.java io/netty/handler/codec/http/HttpResponseEncoder.java io/netty/handler/codec/http/HttpResponse.java io/netty/handler/codec/http/HttpResponseStatus.java io/netty/handler/codec/http/HttpServerCodec.java io/netty/handler/codec/http/HttpVersion.java io/netty/handler/codec/http/LastHttpContent.java io/netty/handler/codec/http/multipart/AbstractDiskHttpData.java io/netty/handler/codec/http/multipart/AbstractHttpData.java io/netty/handler/codec/http/multipart/AbstractMemoryHttpData.java io/netty/handler/codec/http/multipart/Attribute.java io/netty/handler/codec/http/multipart/CaseIgnoringComparator.java io/netty/handler/codec/http/multipart/DefaultHttpDataFactory.java io/netty/handler/codec/http/multipart/DiskAttribute.java io/netty/handler/codec/http/multipart/DiskFileUpload.java io/netty/handler/codec/http/multipart/FileUpload.java io/netty/handler/codec/http/multipart/HttpDataFactory.java io/netty/handler/codec/http/multipart/HttpData.java io/netty/handler/codec/http/multipart/HttpPostBodyUtil.java io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder.java io/netty/handler/codec/http/multipart/HttpPostRequestDecoder.java io/netty/handler/codec/http/multipart/HttpPostRequestEncoder.java io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder.java io/netty/handler/codec/http/multipart/InterfaceHttpData.java io/netty/handler/codec/http/multipart/InterfaceHttpPostRequestDecoder.java io/netty/handler/codec/http/multipart/InternalAttribute.java io/netty/handler/codec/http/multipart/MemoryAttribute.java io/netty/handler/codec/http/multipart/MemoryFileUpload.java io/netty/handler/codec/http/multipart/MixedAttribute.java io/netty/handler/codec/http/multipart/MixedFileUpload.java io/netty/handler/codec/http/multipart/package-info.java io/netty/handler/codec/http/package-info.java io/netty/handler/codec/http/QueryStringDecoder.java io/netty/handler/codec/http/QueryStringEncoder.java io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.java io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.java io/netty/handler/codec/http/websocketx/package-info.java io/netty/handler/codec/http/websocketx/PingWebSocketFrame.java io/netty/handler/codec/http/websocketx/PongWebSocketFrame.java io/netty/handler/codec/http/websocketx/TextWebSocketFrame.java io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocket07FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocket08FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocket13FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker07.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker08.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker13.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.java io/netty/handler/codec/http/websocketx/WebSocketFrame.java io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java io/netty/handler/codec/http/websocketx/WebSocketUtil.java io/netty/handler/codec/http/websocketx/WebSocketVersion.java io/netty/handler/codec/LengthFieldBasedFrameDecoder.java io/netty/handler/codec/LengthFieldPrepender.java io/netty/handler/codec/LineBasedFrameDecoder.java io/netty/handler/codec/marshalling/ChannelBufferByteInput.java io/netty/handler/codec/marshalling/ChannelBufferByteOutput.java io/netty/handler/codec/marshalling/CompatibleMarshallingDecoder.java io/netty/handler/codec/marshalling/CompatibleMarshallingEncoder.java io/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider.java io/netty/handler/codec/marshalling/DefaultMarshallerProvider.java io/netty/handler/codec/marshalling/DefaultUnmarshallerProvider.java io/netty/handler/codec/marshalling/LimitingByteInput.java io/netty/handler/codec/marshalling/MarshallerProvider.java io/netty/handler/codec/marshalling/MarshallingDecoder.java io/netty/handler/codec/marshalling/MarshallingEncoder.java io/netty/handler/codec/marshalling/package-info.java io/netty/handler/codec/marshalling/ThreadLocalMarshallerProvider.java io/netty/handler/codec/marshalling/ThreadLocalUnmarshallerProvider.java io/netty/handler/codec/marshalling/UnmarshallerProvider.java io/netty/handler/codec/MessageAggregator.java io/netty/handler/codec/MessageToByteEncoder.java io/netty/handler/codec/MessageToMessageCodec.java io/netty/handler/codec/MessageToMessageDecoder.java io/netty/handler/codec/MessageToMessageEncoder.java io/netty/handler/codec/package-info.java io/netty/handler/codec/PrematureChannelClosureException.java io/netty/handler/codec/protobuf/package-info.java io/netty/handler/codec/ReplayingDecoderByteBuf.java io/netty/handler/codec/ReplayingDecoder.java io/netty/handler/codec/rtsp/package-info.java io/netty/handler/codec/rtsp/RtspHeaders.java io/netty/handler/codec/rtsp/RtspMethods.java io/netty/handler/codec/rtsp/RtspObjectDecoder.java io/netty/handler/codec/rtsp/RtspObjectEncoder.java io/netty/handler/codec/rtsp/RtspRequestDecoder.java io/netty/handler/codec/rtsp/RtspRequestEncoder.java io/netty/handler/codec/rtsp/RtspResponseDecoder.java io/netty/handler/codec/rtsp/RtspResponseEncoder.java io/netty/handler/codec/rtsp/RtspResponseStatuses.java io/netty/handler/codec/rtsp/RtspVersions.java io/netty/handler/codec/sctp/SctpOutboundByteStreamHandler.java io/netty/handler/codec/serialization/CachingClassResolver.java io/netty/handler/codec/serialization/ClassLoaderClassResolver.java io/netty/handler/codec/serialization/ClassResolver.java io/netty/handler/codec/serialization/ClassResolvers.java io/netty/handler/codec/serialization/CompactObjectInputStream.java io/netty/handler/codec/serialization/CompactObjectOutputStream.java io/netty/handler/codec/serialization/CompatibleObjectEncoder.java io/netty/handler/codec/serialization/ObjectDecoderInputStream.java io/netty/handler/codec/serialization/ObjectDecoder.java io/netty/handler/codec/serialization/ObjectEncoder.java io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java io/netty/handler/codec/serialization/package-info.java io/netty/handler/codec/serialization/ReferenceMap.java io/netty/handler/codec/serialization/SoftReferenceMap.java io/netty/handler/codec/serialization/WeakReferenceMap.java io/netty/handler/codec/socks/package-info.java io/netty/handler/codec/socks/SocksAuthRequestDecoder.java io/netty/handler/codec/socks/SocksAuthRequest.java io/netty/handler/codec/socks/SocksAuthResponseDecoder.java io/netty/handler/codec/socks/SocksAuthResponse.java io/netty/handler/codec/socks/SocksCmdRequestDecoder.java io/netty/handler/codec/socks/SocksCmdRequest.java io/netty/handler/codec/socks/SocksCmdResponseDecoder.java io/netty/handler/codec/socks/SocksCmdResponse.java io/netty/handler/codec/socks/SocksCommonUtils.java io/netty/handler/codec/socks/SocksInitRequestDecoder.java io/netty/handler/codec/socks/SocksInitRequest.java io/netty/handler/codec/socks/SocksInitResponseDecoder.java io/netty/handler/codec/socks/SocksInitResponse.java io/netty/handler/codec/socks/SocksMessageEncoder.java io/netty/handler/codec/socks/SocksMessage.java io/netty/handler/codec/socks/SocksRequest.java io/netty/handler/codec/socks/SocksResponse.java io/netty/handler/codec/socks/UnknownSocksRequest.java io/netty/handler/codec/socks/UnknownSocksResponse.java io/netty/handler/codec/socksx/SocksMessage.java io/netty/handler/codec/socksx/v4/DefaultSocks4CommandRequest.java io/netty/handler/codec/socksx/v4/DefaultSocks4CommandResponse.java io/netty/handler/codec/socksx/v4/Socks4ClientDecoder.java io/netty/handler/codec/socksx/v4/Socks4CommandRequest.java io/netty/handler/codec/socksx/v4/Socks4CommandResponse.java io/netty/handler/codec/socksx/v4/Socks4CommandStatus.java io/netty/handler/codec/socksx/v4/Socks4CommandType.java io/netty/handler/codec/socksx/v4/Socks4ServerDecoder.java io/netty/handler/codec/socksx/v5/DefaultSocks5CommandRequest.java io/netty/handler/codec/socksx/v5/DefaultSocks5CommandResponse.java io/netty/handler/codec/socksx/v5/DefaultSocks5InitialRequest.java io/netty/handler/codec/socksx/v5/DefaultSocks5InitialResponse.java io/netty/handler/codec/socksx/v5/DefaultSocks5PasswordAuthRequest.java io/netty/handler/codec/socksx/v5/DefaultSocks5PasswordAuthResponse.java io/netty/handler/codec/socksx/v5/package-info.java io/netty/handler/codec/socksx/v5/Socks5CommandRequest.java io/netty/handler/codec/socksx/v5/Socks5CommandResponse.java io/netty/handler/codec/socksx/v5/Socks5InitialRequest.java io/netty/handler/codec/socksx/v5/Socks5InitialResponse.java io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest.java io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponse.java io/netty/handler/codec/spdy/DefaultSpdySettingsFrame.java io/netty/handler/codec/spdy/package-info.java io/netty/handler/codec/spdy/SpdyHttpEncoder.java io/netty/handler/codec/spdy/SpdyHttpHeaders.java io/netty/handler/codec/spdy/SpdyHttpResponseStreamIdHandler.java io/netty/handler/codec/spdy/SpdySession.java io/netty/handler/codec/string/package-info.java io/netty/handler/codec/string/StringDecoder.java io/netty/handler/codec/string/StringEncoder.java io/netty/handler/codec/TooLongFrameException.java io/netty/handler/codec/UnsupportedMessageTypeException.java io/netty/handler/logging/LoggingHandler.java io/netty/handler/logging/LogLevel.java io/netty/handler/logging/package-info.java io/netty/handler/ssl/NotSslRecordException.java io/netty/handler/ssl/package-info.java io/netty/handler/ssl/SslHandler.java io/netty/handler/ssl/util/package-info.java io/netty/handler/stream/ChunkedFile.java io/netty/handler/stream/ChunkedInput.java io/netty/handler/stream/ChunkedNioFile.java io/netty/handler/stream/ChunkedNioStream.java io/netty/handler/stream/ChunkedStream.java io/netty/handler/stream/ChunkedWriteHandler.java io/netty/handler/stream/package-info.java io/netty/handler/timeout/IdleStateEvent.java io/netty/handler/timeout/IdleStateHandler.java io/netty/handler/timeout/IdleState.java io/netty/handler/timeout/package-info.java io/netty/handler/timeout/ReadTimeoutException.java io/netty/handler/timeout/ReadTimeoutHandler.java io/netty/handler/timeout/TimeoutException.java io/netty/handler/timeout/WriteTimeoutException.java io/netty/handler/timeout/WriteTimeoutHandler.java io/netty/util/AbstractConstant.java io/netty/util/Attribute.java io/netty/util/AttributeKey.java io/netty/util/AttributeMap.java io/netty/util/CharsetUtil.java io/netty/util/concurrent/BlockingOperationException.java io/netty/util/concurrent/DefaultEventExecutorGroup.java io/netty/util/concurrent/DefaultEventExecutor.java io/netty/util/concurrent/EventExecutorGroup.java io/netty/util/concurrent/EventExecutor.java io/netty/util/concurrent/FailedFuture.java io/netty/util/concurrent/GlobalEventExecutor.java io/netty/util/concurrent/MultithreadEventExecutorGroup.java io/netty/util/concurrent/SingleThreadEventExecutor.java io/netty/util/concurrent/SucceededFuture.java io/netty/util/Constant.java io/netty/util/DefaultAttributeMap.java io/netty/util/HashedWheelTimer.java io/netty/util/IllegalReferenceCountException.java io/netty/util/internal/logging/AbstractInternalLogger.java io/netty/util/internal/logging/CommonsLoggerFactory.java io/netty/util/internal/logging/CommonsLogger.java io/netty/util/internal/logging/InternalLoggerFactory.java io/netty/util/internal/logging/InternalLogger.java io/netty/util/internal/logging/InternalLogLevel.java io/netty/util/internal/logging/JdkLoggerFactory.java io/netty/util/internal/logging/JdkLogger.java io/netty/util/internal/logging/Log4JLoggerFactory.java io/netty/util/internal/logging/Log4JLogger.java io/netty/util/internal/logging/Slf4JLoggerFactory.java io/netty/util/internal/logging/Slf4JLogger.java io/netty/util/internal/package-info.java io/netty/util/internal/PlatformDependent.java io/netty/util/internal/StringUtil.java io/netty/util/internal/SystemPropertyUtil.java io/netty/util/NetUtil.java io/netty/util/package-info.java io/netty/util/Signal.java io/netty/util/Timeout.java io/netty/util/Timer.java io/netty/util/TimerTask.java Copyright 2012 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. io/netty/channel/udt/nio/NioUdtAcceptorChannel.java io/netty/channel/udt/nio/NioUdtByteAcceptorChannel.java io/netty/channel/udt/nio/NioUdtByteConnectorChannel.java io/netty/channel/udt/nio/NioUdtByteRendezvousChannel.java io/netty/channel/udt/nio/NioUdtMessageAcceptorChannel.java io/netty/channel/udt/nio/NioUdtMessageConnectorChannel.java io/netty/channel/udt/nio/NioUdtMessageRendezvousChannel.java io/netty/channel/udt/nio/NioUdtProvider.java io/netty/channel/udt/UdtChannel.java io/netty/handler/codec/sctp/package-info.java io/netty/handler/codec/sctp/SctpInboundByteStreamHandler.java io/netty/handler/codec/sctp/SctpMessageCompletionHandler.java io/netty/handler/codec/sctp/SctpMessageToMessageDecoder.java io/netty/handler/traffic/ChannelTrafficShapingHandler.java io/netty/handler/traffic/GlobalTrafficShapingHandler.java io/netty/handler/traffic/package-info.java io/netty/handler/traffic/TrafficCounter.java Copyright 2012 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. META-INF/maven/io.netty/netty-all/pom.xml Copyright 2012 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. io/netty/bootstrap/ChannelFactory.java io/netty/buffer/AbstractDerivedByteBuf.java io/netty/buffer/AbstractReferenceCountedByteBuf.java io/netty/buffer/AdvancedLeakAwareByteBuf.java io/netty/buffer/ByteBufHolder.java io/netty/buffer/ByteBufProcessor.java io/netty/buffer/DefaultByteBufHolder.java io/netty/buffer/EmptyByteBuf.java io/netty/buffer/FixedCompositeByteBuf.java io/netty/buffer/PooledUnsafeDirectByteBuf.java io/netty/buffer/ReadOnlyByteBufferBuf.java io/netty/buffer/ReadOnlyUnsafeDirectByteBuf.java io/netty/buffer/SimpleLeakAwareByteBuf.java io/netty/buffer/UnreleasableByteBuf.java io/netty/buffer/WrappedByteBuf.java io/netty/channel/AbstractEventLoopGroup.java io/netty/channel/AddressedEnvelope.java io/netty/channel/ChannelHandlerAdapter.java io/netty/channel/ChannelId.java io/netty/channel/ChannelOutboundBuffer.java io/netty/channel/ChannelProgressiveFuture.java io/netty/channel/ChannelProgressiveFutureListener.java io/netty/channel/ChannelProgressivePromise.java io/netty/channel/ConnectTimeoutException.java io/netty/channel/DefaultAddressedEnvelope.java io/netty/channel/DefaultChannelId.java io/netty/channel/DefaultChannelProgressivePromise.java io/netty/channel/DefaultMessageSizeEstimator.java io/netty/channel/epoll/Native.java io/netty/channel/group/ChannelGroupException.java io/netty/channel/group/ChannelGroup.java io/netty/channel/group/ChannelMatcher.java io/netty/channel/group/ChannelMatchers.java io/netty/channel/group/DefaultChannelGroup.java io/netty/channel/MessageSizeEstimator.java io/netty/channel/nio/SelectedSelectionKeySet.java io/netty/channel/SimpleChannelInboundHandler.java io/netty/channel/socket/oio/DefaultOioServerSocketChannelConfig.java io/netty/channel/socket/oio/DefaultOioSocketChannelConfig.java io/netty/channel/socket/oio/OioServerSocketChannelConfig.java io/netty/channel/socket/oio/OioSocketChannelConfig.java io/netty/channel/udt/DefaultUdtServerChannelConfig.java io/netty/channel/udt/UdtChannelOption.java io/netty/channel/udt/UdtServerChannelConfig.java io/netty/example/http/helloworld/HttpHelloWorldServerHandler.java io/netty/example/http/helloworld/HttpHelloWorldServerInitializer.java io/netty/example/rxtx/RxtxClientHandler.java io/netty/example/rxtx/RxtxClient.java io/netty/example/worldclock/WorldClockProtocol.java io/netty/handler/codec/compression/Crc32c.java io/netty/handler/codec/compression/JdkZlibDecoder.java io/netty/handler/codec/http/ComposedLastHttpContent.java io/netty/handler/codec/http/cors/package-info.java io/netty/handler/codec/http/DefaultFullHttpRequest.java io/netty/handler/codec/http/DefaultFullHttpResponse.java io/netty/handler/codec/http/FullHttpMessage.java io/netty/handler/codec/http/FullHttpRequest.java io/netty/handler/codec/http/FullHttpResponse.java io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler.java io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandshakeHandler.java io/netty/handler/codec/http/websocketx/WebSocketFrameAggregator.java io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocketProtocolHandler.java io/netty/handler/codec/memcache/AbstractMemcacheObjectAggregator.java io/netty/handler/codec/memcache/AbstractMemcacheObjectDecoder.java io/netty/handler/codec/memcache/AbstractMemcacheObjectEncoder.java io/netty/handler/codec/memcache/AbstractMemcacheObject.java io/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheDecoder.java io/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheEncoder.java io/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage.java io/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec.java io/netty/handler/codec/memcache/binary/BinaryMemcacheMessage.java io/netty/handler/codec/memcache/binary/BinaryMemcacheObjectAggregator.java io/netty/handler/codec/memcache/binary/BinaryMemcacheOpcodes.java io/netty/handler/codec/memcache/binary/BinaryMemcacheRequestDecoder.java io/netty/handler/codec/memcache/binary/BinaryMemcacheRequestEncoder.java io/netty/handler/codec/memcache/binary/BinaryMemcacheRequest.java io/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder.java io/netty/handler/codec/memcache/binary/BinaryMemcacheResponseEncoder.java io/netty/handler/codec/memcache/binary/BinaryMemcacheResponse.java io/netty/handler/codec/memcache/binary/BinaryMemcacheResponseStatus.java io/netty/handler/codec/memcache/binary/BinaryMemcacheServerCodec.java io/netty/handler/codec/memcache/binary/DefaultBinaryMemcacheRequest.java io/netty/handler/codec/memcache/binary/DefaultBinaryMemcacheResponse.java io/netty/handler/codec/memcache/binary/DefaultFullBinaryMemcacheRequest.java io/netty/handler/codec/memcache/binary/DefaultFullBinaryMemcacheResponse.java io/netty/handler/codec/memcache/binary/FullBinaryMemcacheRequest.java io/netty/handler/codec/memcache/binary/FullBinaryMemcacheResponse.java io/netty/handler/codec/memcache/binary/package-info.java io/netty/handler/codec/memcache/DefaultLastMemcacheContent.java io/netty/handler/codec/memcache/DefaultMemcacheContent.java io/netty/handler/codec/memcache/FullMemcacheMessage.java io/netty/handler/codec/memcache/LastMemcacheContent.java io/netty/handler/codec/memcache/MemcacheContent.java io/netty/handler/codec/memcache/MemcacheMessage.java io/netty/handler/codec/memcache/MemcacheObject.java io/netty/handler/codec/memcache/package-info.java io/netty/handler/codec/socks/SocksAddressType.java io/netty/handler/codec/socks/SocksAuthScheme.java io/netty/handler/codec/socks/SocksAuthStatus.java io/netty/handler/codec/socks/SocksCmdStatus.java io/netty/handler/codec/socks/SocksCmdType.java io/netty/handler/codec/socks/SocksMessageType.java io/netty/handler/codec/socks/SocksProtocolVersion.java io/netty/handler/codec/socks/SocksRequestType.java io/netty/handler/codec/socks/SocksResponseType.java io/netty/handler/codec/socks/SocksSubnegotiationVersion.java io/netty/handler/codec/socksx/SocksVersion.java io/netty/handler/codec/socksx/v5/Socks5AddressType.java io/netty/handler/codec/socksx/v5/Socks5AuthMethod.java io/netty/handler/codec/socksx/v5/Socks5CommandStatus.java io/netty/handler/codec/socksx/v5/Socks5CommandType.java io/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus.java io/netty/handler/codec/spdy/DefaultSpdyDataFrame.java io/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.java io/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.java io/netty/handler/codec/spdy/DefaultSpdyHeaders.java io/netty/handler/codec/spdy/DefaultSpdyPingFrame.java io/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.java io/netty/handler/codec/spdy/DefaultSpdyStreamFrame.java io/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.java io/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.java io/netty/handler/codec/spdy/DefaultSpdyWindowUpdateFrame.java io/netty/handler/codec/spdy/SpdyCodecUtil.java io/netty/handler/codec/spdy/SpdyDataFrame.java io/netty/handler/codec/spdy/SpdyFrame.java io/netty/handler/codec/spdy/SpdyGoAwayFrame.java io/netty/handler/codec/spdy/SpdyHeaderBlockEncoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockJZlibEncoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockRawEncoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockZlibEncoder.java io/netty/handler/codec/spdy/SpdyHeadersFrame.java io/netty/handler/codec/spdy/SpdyHeaders.java io/netty/handler/codec/spdy/SpdyHttpCodec.java io/netty/handler/codec/spdy/SpdyHttpDecoder.java io/netty/handler/codec/spdy/SpdyPingFrame.java io/netty/handler/codec/spdy/SpdyRstStreamFrame.java io/netty/handler/codec/spdy/SpdySessionHandler.java io/netty/handler/codec/spdy/SpdySessionStatus.java io/netty/handler/codec/spdy/SpdySettingsFrame.java io/netty/handler/codec/spdy/SpdyStreamFrame.java io/netty/handler/codec/spdy/SpdyStreamStatus.java io/netty/handler/codec/spdy/SpdySynReplyFrame.java io/netty/handler/codec/spdy/SpdySynStreamFrame.java io/netty/handler/codec/spdy/SpdyVersion.java io/netty/handler/codec/spdy/SpdyWindowUpdateFrame.java io/netty/handler/codec/xml/XmlFrameDecoder.java io/netty/handler/ssl/SslHandshakeCompletionEvent.java io/netty/util/AbstractReferenceCounted.java io/netty/util/concurrent/AbstractEventExecutorGroup.java io/netty/util/concurrent/AbstractEventExecutor.java io/netty/util/concurrent/AbstractFuture.java io/netty/util/concurrent/CompleteFuture.java io/netty/util/concurrent/DefaultFutureListeners.java io/netty/util/concurrent/DefaultProgressivePromise.java io/netty/util/concurrent/DefaultPromise.java io/netty/util/concurrent/DefaultThreadFactory.java io/netty/util/concurrent/Future.java io/netty/util/concurrent/FutureListener.java io/netty/util/concurrent/GenericFutureListener.java io/netty/util/concurrent/GenericProgressiveFutureListener.java io/netty/util/concurrent/ImmediateEventExecutor.java io/netty/util/concurrent/ImmediateExecutor.java io/netty/util/concurrent/package-info.java io/netty/util/concurrent/ProgressiveFuture.java io/netty/util/concurrent/ProgressivePromise.java io/netty/util/concurrent/Promise.java io/netty/util/concurrent/PromiseTask.java io/netty/util/concurrent/ScheduledFuture.java io/netty/util/concurrent/ScheduledFutureTask.java io/netty/util/concurrent/ThreadPerTaskExecutor.java io/netty/util/ConstantPool.java io/netty/util/internal/AppendableCharSequence.java io/netty/util/internal/ConcurrentSet.java io/netty/util/internal/EmptyArrays.java io/netty/util/internal/logging/FormattingTuple.java io/netty/util/internal/logging/MessageFormatter.java io/netty/util/internal/logging/package-info.java io/netty/util/internal/NoOpTypeParameterMatcher.java io/netty/util/internal/PendingWrite.java io/netty/util/internal/PlatformDependent0.java io/netty/util/internal/ReadOnlyIterator.java io/netty/util/internal/RecyclableArrayList.java io/netty/util/internal/TypeParameterMatcher.java io/netty/util/Recycler.java io/netty/util/ReferenceCounted.java io/netty/util/ReferenceCountUtil.java io/netty/util/ResourceLeakDetector.java io/netty/util/ResourceLeakException.java io/netty/util/ResourceLeak.java io/netty/util/Version.java Copyright 2013 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. io/netty/channel/oio/OioByteStreamChannel.java io/netty/channel/rxtx/DefaultRxtxChannelConfig.java io/netty/channel/rxtx/package-info.java io/netty/channel/rxtx/RxtxChannelConfig.java io/netty/channel/rxtx/RxtxChannel.java io/netty/channel/rxtx/RxtxChannelOption.java io/netty/channel/rxtx/RxtxDeviceAddress.java io/netty/channel/sctp/SctpChannelOption.java io/netty/channel/udt/UdtServerChannel.java Copyright 2013 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. io/netty/example/http/cors/OkResponseHandler.java io/netty/handler/codec/http/cors/CorsConfig.java io/netty/handler/codec/http/cors/CorsHandler.java Copyright 2013 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. io/netty/buffer/UnsafeDirectSwappedByteBuf.java io/netty/buffer/UnsafeHeapSwappedByteBuf.java io/netty/channel/DefaultChannelHandlerContext.java io/netty/util/concurrent/FastThreadLocalThread.java io/netty/util/internal/CleanerJava6.java Copyright 2014 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. io/netty/channel/AbstractEventLoop.java io/netty/channel/ChannelFactory.java io/netty/channel/embedded/EmbeddedChannelId.java io/netty/channel/epoll/AbstractEpollChannel.java io/netty/channel/epoll/EpollChannelOption.java io/netty/channel/epoll/EpollDatagramChannel.java io/netty/channel/epoll/EpollEventLoopGroup.java io/netty/channel/epoll/EpollEventLoop.java io/netty/channel/epoll/Epoll.java io/netty/channel/epoll/EpollServerSocketChannelConfig.java io/netty/channel/epoll/EpollServerSocketChannel.java io/netty/channel/epoll/EpollSocketChannelConfig.java io/netty/channel/epoll/EpollSocketChannel.java io/netty/channel/epoll/EpollTcpInfo.java io/netty/channel/epoll/NativeDatagramPacketArray.java io/netty/channel/epoll/package-info.java io/netty/channel/PendingWriteQueue.java io/netty/channel/ReflectiveChannelFactory.java io/netty/channel/unix/IovArray.java io/netty/channel/unix/package-info.java io/netty/channel/unix/UnixChannelOption.java io/netty/example/file/FileServerHandler.java io/netty/example/http2/helloworld/server/HelloWorldHttp1Handler.java io/netty/example/http2/helloworld/server/Http2ServerInitializer.java io/netty/example/http2/helloworld/server/Http2Server.java io/netty/example/http/websocketx/benchmarkserver/package-info.java io/netty/example/http/websocketx/benchmarkserver/WebSocketServerBenchmarkPage.java io/netty/example/http/websocketx/benchmarkserver/WebSocketServerHandler.java io/netty/example/http/websocketx/benchmarkserver/WebSocketServerInitializer.java io/netty/example/http/websocketx/benchmarkserver/WebSocketServer.java io/netty/example/http/websocketx/client/WebSocketClient.java io/netty/example/memcache/binary/MemcacheClientHandler.java io/netty/example/memcache/binary/MemcacheClient.java io/netty/example/spdy/client/HttpResponseClientHandler.java io/netty/example/spdy/client/package-info.java io/netty/example/spdy/client/SpdyClientInitializer.java io/netty/example/spdy/client/SpdyClient.java io/netty/example/spdy/client/SpdyClientStreamIdHandler.java io/netty/example/spdy/client/SpdyFrameLogger.java io/netty/example/spdy/server/package-info.java io/netty/example/spdy/server/SpdyOrHttpHandler.java io/netty/example/spdy/server/SpdyServerHandler.java io/netty/example/spdy/server/SpdyServerInitializer.java io/netty/example/spdy/server/SpdyServer.java io/netty/example/stomp/StompClientHandler.java io/netty/example/stomp/StompClient.java io/netty/handler/codec/AsciiHeadersEncoder.java io/netty/handler/codec/compression/Bzip2BitReader.java io/netty/handler/codec/compression/Bzip2BitWriter.java io/netty/handler/codec/compression/Bzip2BlockCompressor.java io/netty/handler/codec/compression/Bzip2BlockDecompressor.java io/netty/handler/codec/compression/Bzip2Constants.java io/netty/handler/codec/compression/Bzip2Decoder.java io/netty/handler/codec/compression/Bzip2DivSufSort.java io/netty/handler/codec/compression/Bzip2Encoder.java io/netty/handler/codec/compression/Bzip2HuffmanAllocator.java io/netty/handler/codec/compression/Bzip2HuffmanStageDecoder.java io/netty/handler/codec/compression/Bzip2HuffmanStageEncoder.java io/netty/handler/codec/compression/Bzip2MoveToFrontTable.java io/netty/handler/codec/compression/Bzip2MTFAndRLE2StageEncoder.java io/netty/handler/codec/compression/Bzip2Rand.java io/netty/handler/codec/compression/Crc32.java io/netty/handler/codec/compression/FastLzFrameDecoder.java io/netty/handler/codec/compression/FastLzFrameEncoder.java io/netty/handler/codec/compression/FastLz.java io/netty/handler/codec/compression/Lz4Constants.java io/netty/handler/codec/compression/Lz4FrameDecoder.java io/netty/handler/codec/compression/Lz4FrameEncoder.java io/netty/handler/codec/compression/LzfDecoder.java io/netty/handler/codec/compression/LzfEncoder.java io/netty/handler/codec/compression/LzmaFrameEncoder.java io/netty/handler/codec/compression/SnappyFramedDecoder.java io/netty/handler/codec/compression/SnappyFramedEncoder.java io/netty/handler/codec/DecoderResultProvider.java io/netty/handler/codec/haproxy/HAProxyCommand.java io/netty/handler/codec/haproxy/HAProxyConstants.java io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java io/netty/handler/codec/haproxy/HAProxyMessage.java io/netty/handler/codec/haproxy/HAProxyProtocolException.java io/netty/handler/codec/haproxy/HAProxyProtocolVersion.java io/netty/handler/codec/haproxy/HAProxyProxiedProtocol.java io/netty/handler/codec/haproxy/package-info.java io/netty/handler/codec/http2/Http2FrameLogger.java io/netty/handler/codec/http2/Http2InboundFrameLogger.java io/netty/handler/codec/http2/Http2OutboundFrameLogger.java io/netty/handler/codec/http2/Http2SecurityUtil.java io/netty/handler/codec/http/ClientCookieEncoder.java io/netty/handler/codec/http/HttpChunkedInput.java io/netty/handler/codec/http/HttpHeaderNames.java io/netty/handler/codec/http/HttpHeadersEncoder.java io/netty/handler/codec/http/HttpHeaderValues.java io/netty/handler/codec/http/HttpMessageUtil.java io/netty/handler/codec/http/HttpStatusClass.java io/netty/handler/codec/http/ServerCookieEncoder.java io/netty/handler/codec/http/websocketx/extensions/compression/DeflateDecoder.java io/netty/handler/codec/http/websocketx/extensions/compression/DeflateEncoder.java io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameClientExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameServerExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/compression/package-info.java io/netty/handler/codec/http/websocketx/extensions/compression/PerFrameDeflateDecoder.java io/netty/handler/codec/http/websocketx/extensions/compression/PerFrameDeflateEncoder.java io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateClientExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateDecoder.java io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateEncoder.java io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateServerExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/compression/WebSocketClientCompressionHandler.java io/netty/handler/codec/http/websocketx/extensions/compression/WebSocketServerCompressionHandler.java io/netty/handler/codec/http/websocketx/extensions/package-info.java io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandler.java io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionData.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionDecoder.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionEncoder.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtension.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionUtil.java io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtensionHandler.java io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtensionHandshaker.java io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.java io/netty/handler/codec/http/websocketx/Utf8FrameValidator.java io/netty/handler/codec/json/JsonObjectDecoder.java io/netty/handler/codec/json/package-info.java io/netty/handler/codec/MessageAggregationException.java io/netty/handler/codec/mqtt/MqttCodecUtil.java io/netty/handler/codec/mqtt/MqttConnAckMessage.java io/netty/handler/codec/mqtt/MqttConnAckVariableHeader.java io/netty/handler/codec/mqtt/MqttConnectMessage.java io/netty/handler/codec/mqtt/MqttConnectPayload.java io/netty/handler/codec/mqtt/MqttConnectReturnCode.java io/netty/handler/codec/mqtt/MqttConnectVariableHeader.java io/netty/handler/codec/mqtt/MqttDecoder.java io/netty/handler/codec/mqtt/MqttEncoder.java io/netty/handler/codec/mqtt/MqttFixedHeader.java io/netty/handler/codec/mqtt/MqttIdentifierRejectedException.java io/netty/handler/codec/mqtt/MqttMessageFactory.java io/netty/handler/codec/mqtt/MqttMessageIdVariableHeader.java io/netty/handler/codec/mqtt/MqttMessage.java io/netty/handler/codec/mqtt/MqttMessageType.java io/netty/handler/codec/mqtt/MqttPubAckMessage.java io/netty/handler/codec/mqtt/MqttPublishMessage.java io/netty/handler/codec/mqtt/MqttPublishVariableHeader.java io/netty/handler/codec/mqtt/MqttSubAckMessage.java io/netty/handler/codec/mqtt/MqttSubAckPayload.java io/netty/handler/codec/mqtt/MqttSubscribeMessage.java io/netty/handler/codec/mqtt/MqttSubscribePayload.java io/netty/handler/codec/mqtt/MqttTopicSubscription.java io/netty/handler/codec/mqtt/MqttUnacceptableProtocolVersionException.java io/netty/handler/codec/mqtt/MqttUnsubAckMessage.java io/netty/handler/codec/mqtt/MqttUnsubscribeMessage.java io/netty/handler/codec/mqtt/MqttUnsubscribePayload.java io/netty/handler/codec/mqtt/MqttVersion.java io/netty/handler/codec/rtsp/RtspHeaderNames.java io/netty/handler/codec/rtsp/RtspHeaderValues.java io/netty/handler/codec/socksx/AbstractSocksMessage.java io/netty/handler/codec/socksx/package-info.java io/netty/handler/codec/socksx/v4/AbstractSocks4Message.java io/netty/handler/codec/socksx/v4/package-info.java io/netty/handler/codec/socksx/v4/Socks4ClientEncoder.java io/netty/handler/codec/socksx/v4/Socks4Message.java io/netty/handler/codec/socksx/v4/Socks4ServerEncoder.java io/netty/handler/codec/socksx/v5/AbstractSocks5Message.java io/netty/handler/codec/socksx/v5/Socks5ClientEncoder.java io/netty/handler/codec/socksx/v5/Socks5CommandRequestDecoder.java io/netty/handler/codec/socksx/v5/Socks5CommandResponseDecoder.java io/netty/handler/codec/socksx/v5/Socks5InitialRequestDecoder.java io/netty/handler/codec/socksx/v5/Socks5InitialResponseDecoder.java io/netty/handler/codec/socksx/v5/Socks5Message.java io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequestDecoder.java io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponseDecoder.java io/netty/handler/codec/socksx/v5/Socks5ServerEncoder.java io/netty/handler/codec/spdy/SpdyFrameCodec.java io/netty/handler/codec/spdy/SpdyFrameDecoderDelegate.java io/netty/handler/codec/spdy/SpdyFrameDecoder.java io/netty/handler/codec/spdy/SpdyFrameEncoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockDecoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder.java io/netty/handler/codec/spdy/SpdyHeaderBlockZlibDecoder.java io/netty/handler/codec/spdy/SpdyProtocolException.java io/netty/handler/codec/stomp/DefaultLastStompContentSubframe.java io/netty/handler/codec/stomp/DefaultStompContentSubframe.java io/netty/handler/codec/stomp/DefaultStompFrame.java io/netty/handler/codec/stomp/DefaultStompHeaders.java io/netty/handler/codec/stomp/DefaultStompHeadersSubframe.java io/netty/handler/codec/stomp/LastStompContentSubframe.java io/netty/handler/codec/stomp/package-info.java io/netty/handler/codec/stomp/StompCommand.java io/netty/handler/codec/stomp/StompConstants.java io/netty/handler/codec/stomp/StompContentSubframe.java io/netty/handler/codec/stomp/StompFrame.java io/netty/handler/codec/stomp/StompHeaders.java io/netty/handler/codec/stomp/StompHeadersSubframe.java io/netty/handler/codec/stomp/StompSubframeAggregator.java io/netty/handler/codec/stomp/StompSubframeDecoder.java io/netty/handler/codec/stomp/StompSubframeEncoder.java io/netty/handler/codec/stomp/StompSubframe.java io/netty/handler/codec/xml/package-info.java io/netty/handler/codec/xml/XmlAttribute.java io/netty/handler/codec/xml/XmlCdata.java io/netty/handler/codec/xml/XmlCharacters.java io/netty/handler/codec/xml/XmlComment.java io/netty/handler/codec/xml/XmlContent.java io/netty/handler/codec/xml/XmlDecoder.java io/netty/handler/codec/xml/XmlDocumentEnd.java io/netty/handler/codec/xml/XmlDocumentStart.java io/netty/handler/codec/xml/XmlDTD.java io/netty/handler/codec/xml/XmlElementEnd.java io/netty/handler/codec/xml/XmlElement.java io/netty/handler/codec/xml/XmlElementStart.java io/netty/handler/codec/xml/XmlEntityReference.java io/netty/handler/codec/xml/XmlNamespace.java io/netty/handler/codec/xml/XmlProcessingInstruction.java io/netty/handler/codec/xml/XmlSpace.java io/netty/handler/ipfilter/AbstractRemoteAddressFilter.java io/netty/handler/ipfilter/IpFilterRule.java io/netty/handler/ipfilter/IpFilterRuleType.java io/netty/handler/ipfilter/IpSubnetFilterRule.java io/netty/handler/ipfilter/package-info.java io/netty/handler/ipfilter/RuleBasedIpFilter.java io/netty/handler/ipfilter/UniqueIpFilter.java io/netty/handler/proxy/HttpProxyHandler.java io/netty/handler/proxy/package-info.java io/netty/handler/proxy/ProxyConnectException.java io/netty/handler/proxy/ProxyConnectionEvent.java io/netty/handler/proxy/ProxyHandler.java io/netty/handler/proxy/Socks4ProxyHandler.java io/netty/handler/proxy/Socks5ProxyHandler.java io/netty/handler/ssl/ApplicationProtocolConfig.java io/netty/handler/ssl/ApplicationProtocolNegotiator.java io/netty/handler/ssl/ApplicationProtocolUtil.java io/netty/handler/ssl/CipherSuiteConverter.java io/netty/handler/ssl/CipherSuiteFilter.java io/netty/handler/ssl/IdentityCipherSuiteFilter.java io/netty/handler/ssl/Java7SslParametersUtils.java io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator.java io/netty/handler/ssl/JdkApplicationProtocolNegotiator.java io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java io/netty/handler/ssl/JdkDefaultApplicationProtocolNegotiator.java io/netty/handler/ssl/JdkNpnApplicationProtocolNegotiator.java io/netty/handler/ssl/JdkSslClientContext.java io/netty/handler/ssl/JdkSslContext.java io/netty/handler/ssl/JdkSslEngine.java io/netty/handler/ssl/JdkSslServerContext.java io/netty/handler/ssl/JettyAlpnSslEngine.java io/netty/handler/ssl/JettyNpnSslEngine.java io/netty/handler/ssl/OpenSslApplicationProtocolNegotiator.java io/netty/handler/ssl/OpenSslClientContext.java io/netty/handler/ssl/OpenSslContext.java io/netty/handler/ssl/OpenSslDefaultApplicationProtocolNegotiator.java io/netty/handler/ssl/OpenSslEngine.java io/netty/handler/ssl/OpenSslEngineMap.java io/netty/handler/ssl/OpenSsl.java io/netty/handler/ssl/OpenSslNpnApplicationProtocolNegotiator.java io/netty/handler/ssl/OpenSslServerContext.java io/netty/handler/ssl/OpenSslServerSessionContext.java io/netty/handler/ssl/OpenSslSessionContext.java io/netty/handler/ssl/OpenSslSessionStats.java io/netty/handler/ssl/OpenSslX509Certificate.java io/netty/handler/ssl/PemReader.java io/netty/handler/ssl/SniHandler.java io/netty/handler/ssl/SslContext.java io/netty/handler/ssl/SslProvider.java io/netty/handler/ssl/SslUtils.java io/netty/handler/ssl/SupportedCipherSuiteFilter.java io/netty/handler/ssl/util/BouncyCastleSelfSignedCertGenerator.java io/netty/handler/ssl/util/FingerprintTrustManagerFactory.java io/netty/handler/ssl/util/InsecureTrustManagerFactory.java io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java io/netty/handler/ssl/util/SelfSignedCertificate.java io/netty/handler/ssl/util/SimpleTrustManagerFactory.java io/netty/handler/ssl/util/ThreadLocalInsecureRandom.java io/netty/handler/traffic/GlobalChannelTrafficCounter.java io/netty/internal/tcnative/CertificateVerifier.java io/netty/resolver/AddressResolverGroup.java io/netty/resolver/dns/DnsAddressResolverGroup.java io/netty/resolver/dns/DnsNameResolver.java io/netty/resolver/dns/DnsQueryContext.java io/netty/resolver/dns/DnsResolveContext.java io/netty/resolver/dns/DnsServerAddresses.java io/netty/resolver/dns/package-info.java io/netty/resolver/NameResolver.java io/netty/resolver/NoopAddressResolverGroup.java io/netty/resolver/NoopAddressResolver.java io/netty/resolver/package-info.java io/netty/resolver/SimpleNameResolver.java io/netty/util/AsciiString.java io/netty/util/concurrent/FastThreadLocal.java io/netty/util/concurrent/PromiseAggregator.java io/netty/util/concurrent/PromiseNotifier.java io/netty/util/DomainNameMapping.java io/netty/util/internal/IntegerHolder.java io/netty/util/internal/InternalThreadLocalMap.java io/netty/util/internal/NativeLibraryLoader.java io/netty/util/internal/ThreadLocalRandom.java io/netty/util/internal/UnpaddedInternalThreadLocalMap.java io/netty/util/Mapping.java io/netty/util/ResourceLeakHint.java io/netty/util/ThreadDeathWatcher.java Copyright 2014 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. io/netty/example/http2/helloworld/client/Http2ClientInitializer.java io/netty/example/http2/helloworld/client/Http2Client.java io/netty/example/http2/helloworld/client/Http2SettingsHandler.java io/netty/example/http2/helloworld/client/HttpResponseHandler.java io/netty/example/http2/helloworld/server/HelloWorldHttp2Handler.java io/netty/example/http2/helloworld/server/Http2OrHttpHandler.java io/netty/example/http2/Http2ExampleUtil.java io/netty/handler/codec/DefaultHeaders.java io/netty/handler/codec/EmptyHeaders.java io/netty/handler/codec/Headers.java io/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder.java io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder.java io/netty/handler/codec/http2/DefaultHttp2Connection.java io/netty/handler/codec/http2/DefaultHttp2FrameReader.java io/netty/handler/codec/http2/DefaultHttp2FrameWriter.java io/netty/handler/codec/http2/DefaultHttp2HeadersDecoder.java io/netty/handler/codec/http2/DefaultHttp2HeadersEncoder.java io/netty/handler/codec/http2/DefaultHttp2Headers.java io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java io/netty/handler/codec/http2/DelegatingDecompressorFrameListener.java io/netty/handler/codec/http2/EmptyHttp2Headers.java io/netty/handler/codec/http2/Http2ClientUpgradeCodec.java io/netty/handler/codec/http2/Http2CodecUtil.java io/netty/handler/codec/http2/Http2ConnectionAdapter.java io/netty/handler/codec/http2/Http2ConnectionDecoder.java io/netty/handler/codec/http2/Http2ConnectionEncoder.java io/netty/handler/codec/http2/Http2ConnectionHandler.java io/netty/handler/codec/http2/Http2Connection.java io/netty/handler/codec/http2/Http2DataWriter.java io/netty/handler/codec/http2/Http2Error.java io/netty/handler/codec/http2/Http2EventAdapter.java io/netty/handler/codec/http2/Http2Exception.java io/netty/handler/codec/http2/Http2Flags.java io/netty/handler/codec/http2/Http2FlowController.java io/netty/handler/codec/http2/Http2FrameAdapter.java io/netty/handler/codec/http2/Http2FrameListenerDecorator.java io/netty/handler/codec/http2/Http2FrameListener.java io/netty/handler/codec/http2/Http2FrameReader.java io/netty/handler/codec/http2/Http2FrameSizePolicy.java io/netty/handler/codec/http2/Http2FrameTypes.java io/netty/handler/codec/http2/Http2FrameWriter.java io/netty/handler/codec/http2/Http2HeadersDecoder.java io/netty/handler/codec/http2/Http2HeadersEncoder.java io/netty/handler/codec/http2/Http2Headers.java io/netty/handler/codec/http2/Http2LifecycleManager.java io/netty/handler/codec/http2/Http2LocalFlowController.java io/netty/handler/codec/http2/Http2NoMoreStreamIdsException.java io/netty/handler/codec/http2/Http2RemoteFlowController.java io/netty/handler/codec/http2/Http2ServerUpgradeCodec.java io/netty/handler/codec/http2/Http2Settings.java io/netty/handler/codec/http2/Http2Stream.java io/netty/handler/codec/http2/HttpConversionUtil.java io/netty/handler/codec/http2/HttpToHttp2ConnectionHandler.java io/netty/handler/codec/http2/InboundHttp2ToHttpAdapter.java io/netty/handler/codec/http2/package-info.java io/netty/handler/codec/http/HttpClientUpgradeHandler.java io/netty/handler/codec/http/HttpServerUpgradeHandler.java io/netty/handler/codec/mqtt/MqttQoS.java io/netty/handler/codec/mqtt/package-info.java io/netty/util/collection/ByteCollections.java io/netty/util/collection/ByteObjectHashMap.java io/netty/util/collection/ByteObjectMap.java io/netty/util/collection/CharCollections.java io/netty/util/collection/CharObjectHashMap.java io/netty/util/collection/CharObjectMap.java io/netty/util/collection/IntCollections.java io/netty/util/collection/IntObjectHashMap.java io/netty/util/collection/IntObjectMap.java io/netty/util/collection/LongCollections.java io/netty/util/collection/LongObjectHashMap.java io/netty/util/collection/LongObjectMap.java io/netty/util/collection/ShortCollections.java io/netty/util/collection/ShortObjectHashMap.java io/netty/util/collection/ShortObjectMap.java io/netty/util/internal/ObjectUtil.java Copyright 2014 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. io/netty/handler/traffic/GlobalChannelTrafficShapingHandler.java Copyright 2014 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. io/netty/handler/codec/http2/HpackDecoder.java io/netty/handler/codec/http2/HpackDynamicTable.java io/netty/handler/codec/http2/HpackEncoder.java io/netty/handler/codec/http2/HpackHeaderField.java io/netty/handler/codec/http2/HpackHuffmanDecoder.java io/netty/handler/codec/http2/HpackHuffmanEncoder.java io/netty/handler/codec/http2/HpackStaticTable.java io/netty/handler/codec/http2/HpackUtil.java Copyright 2014 Twitter, Inc. 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. io/netty/buffer/AbstractUnsafeSwappedByteBuf.java io/netty/buffer/HeapByteBufUtil.java io/netty/buffer/PoolArenaMetric.java io/netty/buffer/PoolChunkListMetric.java io/netty/buffer/PoolChunkMetric.java io/netty/buffer/PooledUnsafeHeapByteBuf.java io/netty/buffer/PoolSubpageMetric.java io/netty/buffer/UnpooledDuplicatedByteBuf.java io/netty/buffer/UnpooledSlicedByteBuf.java io/netty/buffer/UnpooledUnsafeHeapByteBuf.java io/netty/buffer/UnsafeByteBufUtil.java io/netty/channel/DefaultMaxBytesRecvByteBufAllocator.java io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator.java io/netty/channel/epoll/AbstractEpollServerChannel.java io/netty/channel/epoll/AbstractEpollStreamChannel.java io/netty/channel/epoll/EpollChannelConfig.java io/netty/channel/epoll/EpollDomainSocketChannelConfig.java io/netty/channel/epoll/EpollDomainSocketChannel.java io/netty/channel/epoll/EpollEventArray.java io/netty/channel/epoll/EpollMode.java io/netty/channel/epoll/EpollRecvByteAllocatorHandle.java io/netty/channel/epoll/EpollRecvByteAllocatorStreamingHandle.java io/netty/channel/epoll/EpollServerChannelConfig.java io/netty/channel/epoll/EpollServerDomainSocketChannel.java io/netty/channel/epoll/TcpMd5Util.java io/netty/channel/MaxBytesRecvByteBufAllocator.java io/netty/channel/MaxMessagesRecvByteBufAllocator.java io/netty/channel/pool/AbstractChannelPoolHandler.java io/netty/channel/pool/AbstractChannelPoolMap.java io/netty/channel/pool/ChannelHealthChecker.java io/netty/channel/pool/ChannelPoolHandler.java io/netty/channel/pool/ChannelPool.java io/netty/channel/pool/ChannelPoolMap.java io/netty/channel/pool/FixedChannelPool.java io/netty/channel/pool/package-info.java io/netty/channel/pool/SimpleChannelPool.java io/netty/channel/unix/DatagramSocketAddress.java io/netty/channel/unix/DomainSocketAddress.java io/netty/channel/unix/DomainSocketChannelConfig.java io/netty/channel/unix/DomainSocketChannel.java io/netty/channel/unix/DomainSocketReadMode.java io/netty/channel/unix/Errors.java io/netty/channel/unix/FileDescriptor.java io/netty/channel/unix/NativeInetAddress.java io/netty/channel/unix/ServerDomainSocketChannel.java io/netty/channel/unix/Socket.java io/netty/channel/unix/UnixChannel.java io/netty/example/http2/helloworld/server/HelloWorldHttp2HandlerBuilder.java io/netty/example/http2/tiles/FallbackRequestHandler.java io/netty/example/http2/tiles/Html.java io/netty/example/http2/tiles/Http1RequestHandler.java io/netty/example/http2/tiles/Http2OrHttpHandler.java io/netty/example/http2/tiles/Http2RequestHandler.java io/netty/example/http2/tiles/Http2Server.java io/netty/example/http2/tiles/HttpServer.java io/netty/example/http2/tiles/ImageCache.java io/netty/example/http2/tiles/Launcher.java io/netty/example/sctp/multihoming/SctpMultiHomingEchoClient.java io/netty/example/sctp/multihoming/SctpMultiHomingEchoServer.java io/netty/handler/codec/dns/AbstractDnsMessage.java io/netty/handler/codec/dns/AbstractDnsRecord.java io/netty/handler/codec/dns/DatagramDnsQueryDecoder.java io/netty/handler/codec/dns/DatagramDnsQueryEncoder.java io/netty/handler/codec/dns/DatagramDnsQuery.java io/netty/handler/codec/dns/DatagramDnsResponseDecoder.java io/netty/handler/codec/dns/DatagramDnsResponseEncoder.java io/netty/handler/codec/dns/DatagramDnsResponse.java io/netty/handler/codec/dns/DefaultDnsQuery.java io/netty/handler/codec/dns/DefaultDnsQuestion.java io/netty/handler/codec/dns/DefaultDnsRawRecord.java io/netty/handler/codec/dns/DefaultDnsRecordDecoder.java io/netty/handler/codec/dns/DefaultDnsRecordEncoder.java io/netty/handler/codec/dns/DefaultDnsResponse.java io/netty/handler/codec/dns/DnsMessage.java io/netty/handler/codec/dns/DnsMessageUtil.java io/netty/handler/codec/dns/DnsOpCode.java io/netty/handler/codec/dns/DnsQuery.java io/netty/handler/codec/dns/DnsQuestion.java io/netty/handler/codec/dns/DnsRawRecord.java io/netty/handler/codec/dns/DnsRecordDecoder.java io/netty/handler/codec/dns/DnsRecordEncoder.java io/netty/handler/codec/dns/DnsRecord.java io/netty/handler/codec/dns/DnsRecordType.java io/netty/handler/codec/dns/DnsResponseCode.java io/netty/handler/codec/dns/DnsResponse.java io/netty/handler/codec/dns/DnsSection.java io/netty/handler/codec/dns/package-info.java io/netty/handler/codec/HeadersUtils.java io/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder.java io/netty/handler/codec/http2/CharSequenceMap.java io/netty/handler/codec/http2/HpackDecoder.java io/netty/handler/codec/http2/HpackDynamicTable.java io/netty/handler/codec/http2/HpackEncoder.java io/netty/handler/codec/http2/HpackHeaderField.java io/netty/handler/codec/http2/HpackHuffmanDecoder.java io/netty/handler/codec/http2/HpackHuffmanEncoder.java io/netty/handler/codec/http2/HpackStaticTable.java io/netty/handler/codec/http2/HpackUtil.java io/netty/handler/codec/http2/Http2ConnectionHandlerBuilder.java io/netty/handler/codec/http2/HttpToHttp2ConnectionHandlerBuilder.java io/netty/handler/codec/http/CombinedHttpHeaders.java io/netty/handler/codec/http/cookie/ClientCookieDecoder.java io/netty/handler/codec/http/cookie/ClientCookieEncoder.java io/netty/handler/codec/http/cookie/CookieDecoder.java io/netty/handler/codec/http/cookie/CookieEncoder.java io/netty/handler/codec/http/cookie/CookieHeaderNames.java io/netty/handler/codec/http/cookie/Cookie.java io/netty/handler/codec/http/cookie/CookieUtil.java io/netty/handler/codec/http/cookie/DefaultCookie.java io/netty/handler/codec/http/cookie/package-info.java io/netty/handler/codec/http/cookie/ServerCookieDecoder.java io/netty/handler/codec/http/cookie/ServerCookieEncoder.java io/netty/handler/codec/http/CookieUtil.java io/netty/handler/codec/http/EmptyHttpHeaders.java io/netty/handler/codec/http/HttpExpectationFailedEvent.java io/netty/handler/codec/http/HttpScheme.java io/netty/handler/codec/http/HttpUtil.java io/netty/handler/codec/protobuf/ProtobufDecoder.java io/netty/handler/codec/protobuf/ProtobufDecoderNano.java io/netty/handler/codec/protobuf/ProtobufEncoder.java io/netty/handler/codec/protobuf/ProtobufEncoderNano.java io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java io/netty/handler/codec/ProtocolDetectionResult.java io/netty/handler/codec/ProtocolDetectionState.java io/netty/handler/codec/rtsp/RtspDecoder.java io/netty/handler/codec/rtsp/RtspEncoder.java io/netty/handler/codec/socksx/SocksPortUnificationServerHandler.java io/netty/handler/codec/socksx/v5/Socks5AddressDecoder.java io/netty/handler/codec/socksx/v5/Socks5AddressEncoder.java io/netty/handler/codec/UnsupportedValueConverter.java io/netty/handler/ssl/ApplicationProtocolAccessor.java io/netty/handler/ssl/ApplicationProtocolNames.java io/netty/handler/ssl/ApplicationProtocolNegotiationHandler.java io/netty/handler/ssl/ClientAuth.java io/netty/handler/ssl/OpenSslJavaxX509Certificate.java io/netty/handler/ssl/OpenSslSessionTicketKey.java io/netty/handler/ssl/SslContextBuilder.java io/netty/resolver/AbstractAddressResolver.java io/netty/resolver/AddressResolver.java io/netty/resolver/CompositeNameResolver.java io/netty/resolver/DefaultAddressResolverGroup.java io/netty/resolver/DefaultHostsFileEntriesResolver.java io/netty/resolver/DefaultNameResolver.java io/netty/resolver/dns/DefaultDnsServerAddresses.java io/netty/resolver/dns/DnsNameResolverBuilder.java io/netty/resolver/dns/DnsNameResolverException.java io/netty/resolver/dns/DnsQueryContextManager.java io/netty/resolver/dns/DnsServerAddressStream.java io/netty/resolver/dns/RotationalDnsServerAddresses.java io/netty/resolver/dns/SequentialDnsServerAddressStream.java io/netty/resolver/dns/ShuffledDnsServerAddressStream.java io/netty/resolver/dns/SingletonDnsServerAddresses.java io/netty/resolver/HostsFileEntriesResolver.java io/netty/resolver/HostsFileParser.java io/netty/resolver/InetNameResolver.java io/netty/resolver/InetSocketAddressResolver.java io/netty/util/AsyncMapping.java io/netty/util/concurrent/AbstractScheduledEventExecutor.java io/netty/util/concurrent/ThreadProperties.java io/netty/util/DomainMappingBuilder.java io/netty/util/HashingStrategy.java io/netty/util/internal/DefaultPriorityQueue.java io/netty/util/internal/LongCounter.java io/netty/util/internal/PriorityQueueNode.java Copyright 2015 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. io/netty/channel/CoalescingBufferQueue.java io/netty/handler/codec/CharSequenceValueConverter.java io/netty/handler/codec/DefaultHeadersImpl.java io/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder.java io/netty/handler/codec/http2/DecoratingHttp2ConnectionDecoder.java io/netty/handler/codec/http2/DecoratingHttp2ConnectionEncoder.java io/netty/handler/codec/http2/DecoratingHttp2FrameWriter.java io/netty/handler/codec/http2/Http2PromisedRequestVerifier.java io/netty/handler/codec/http2/Http2StreamVisitor.java io/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder.java io/netty/handler/codec/http2/StreamBufferingEncoder.java io/netty/handler/codec/http2/StreamByteDistributor.java io/netty/handler/codec/http2/UniformStreamByteDistributor.java io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java io/netty/handler/codec/ValueConverter.java io/netty/util/ByteProcessor.java io/netty/util/internal/MathUtil.java Copyright 2015 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. io/netty/handler/codec/http/cors/CorsConfigBuilder.java Copyright 2015 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. io/netty/bootstrap/AbstractBootstrapConfig.java io/netty/bootstrap/BootstrapConfig.java io/netty/bootstrap/ServerBootstrapConfig.java io/netty/buffer/AbstractPooledDerivedByteBuf.java io/netty/buffer/AbstractUnpooledSlicedByteBuf.java io/netty/buffer/AdvancedLeakAwareCompositeByteBuf.java io/netty/buffer/PooledDuplicatedByteBuf.java io/netty/buffer/PooledSlicedByteBuf.java io/netty/buffer/SimpleLeakAwareCompositeByteBuf.java io/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf.java io/netty/buffer/WrappedCompositeByteBuf.java io/netty/buffer/WrappedUnpooledUnsafeDirectByteBuf.java io/netty/channel/ChannelInboundInvoker.java io/netty/channel/ChannelOutboundInvoker.java io/netty/channel/DefaultSelectStrategyFactory.java io/netty/channel/DefaultSelectStrategy.java io/netty/channel/epoll/LinuxSocket.java io/netty/channel/epoll/NativeStaticallyReferencedJniMethods.java io/netty/channel/group/VoidChannelGroupFuture.java io/netty/channel/kqueue/AbstractKQueueChannel.java io/netty/channel/kqueue/AbstractKQueueServerChannel.java io/netty/channel/kqueue/AbstractKQueueStreamChannel.java io/netty/channel/kqueue/AcceptFilter.java io/netty/channel/kqueue/BsdSocket.java io/netty/channel/kqueue/KQueueChannelConfig.java io/netty/channel/kqueue/KQueueChannelOption.java io/netty/channel/kqueue/KQueueDatagramChannelConfig.java io/netty/channel/kqueue/KQueueDatagramChannel.java io/netty/channel/kqueue/KQueueDomainSocketChannelConfig.java io/netty/channel/kqueue/KQueueDomainSocketChannel.java io/netty/channel/kqueue/KQueueEventArray.java io/netty/channel/kqueue/KQueueEventLoopGroup.java io/netty/channel/kqueue/KQueueEventLoop.java io/netty/channel/kqueue/KQueue.java io/netty/channel/kqueue/KQueueRecvByteAllocatorHandle.java io/netty/channel/kqueue/KQueueServerChannelConfig.java io/netty/channel/kqueue/KQueueServerDomainSocketChannel.java io/netty/channel/kqueue/KQueueServerSocketChannelConfig.java io/netty/channel/kqueue/KQueueServerSocketChannel.java io/netty/channel/kqueue/KQueueSocketChannelConfig.java io/netty/channel/kqueue/KQueueSocketChannel.java io/netty/channel/kqueue/KQueueStaticallyReferencedJniMethods.java io/netty/channel/kqueue/Native.java io/netty/channel/kqueue/NativeLongArray.java io/netty/channel/kqueue/package-info.java io/netty/channel/PreferHeapByteBufAllocator.java io/netty/channel/SelectStrategyFactory.java io/netty/channel/SelectStrategy.java io/netty/channel/socket/DuplexChannel.java io/netty/channel/unix/ErrorsStaticallyReferencedJniMethods.java io/netty/channel/unix/Limits.java io/netty/channel/unix/LimitsStaticallyReferencedJniMethods.java io/netty/channel/unix/PeerCredentials.java io/netty/channel/unix/SocketWritableByteChannel.java io/netty/channel/WriteBufferWaterMark.java io/netty/example/http2/helloworld/frame/server/Http2ServerInitializer.java io/netty/example/http2/helloworld/frame/server/Http2Server.java io/netty/example/http2/helloworld/multiplex/server/Http2ServerInitializer.java io/netty/example/http2/helloworld/multiplex/server/Http2Server.java io/netty/example/redis/RedisClientHandler.java io/netty/handler/codec/CodecOutputList.java io/netty/handler/codec/compression/ByteBufChecksum.java io/netty/handler/codec/compression/CompressionUtil.java io/netty/handler/codec/DatagramPacketDecoder.java io/netty/handler/codec/DatagramPacketEncoder.java io/netty/handler/codec/DateFormatter.java io/netty/handler/codec/dns/AbstractDnsOptPseudoRrRecord.java io/netty/handler/codec/dns/DefaultDnsOptEcsRecord.java io/netty/handler/codec/dns/DefaultDnsPtrRecord.java io/netty/handler/codec/dns/DnsOptEcsRecord.java io/netty/handler/codec/dns/DnsOptPseudoRecord.java io/netty/handler/codec/dns/DnsPtrRecord.java io/netty/handler/codec/haproxy/HAProxySSLTLV.java io/netty/handler/codec/haproxy/HAProxyTLV.java io/netty/handler/codec/http2/AbstractHttp2StreamFrame.java io/netty/handler/codec/http2/DefaultHttp2DataFrame.java io/netty/handler/codec/http2/DefaultHttp2GoAwayFrame.java io/netty/handler/codec/http2/DefaultHttp2HeadersFrame.java io/netty/handler/codec/http2/DefaultHttp2PingFrame.java io/netty/handler/codec/http2/DefaultHttp2ResetFrame.java io/netty/handler/codec/http2/DefaultHttp2SettingsFrame.java io/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame.java io/netty/handler/codec/http2/Http2ChannelDuplexHandler.java io/netty/handler/codec/http2/Http2DataFrame.java io/netty/handler/codec/http2/Http2FrameCodec.java io/netty/handler/codec/http2/Http2Frame.java io/netty/handler/codec/http2/Http2FrameStreamException.java io/netty/handler/codec/http2/Http2FrameStream.java io/netty/handler/codec/http2/Http2FrameStreamVisitor.java io/netty/handler/codec/http2/Http2GoAwayFrame.java io/netty/handler/codec/http2/Http2HeadersFrame.java io/netty/handler/codec/http2/Http2MultiplexCodec.java io/netty/handler/codec/http2/Http2PingFrame.java io/netty/handler/codec/http2/Http2ResetFrame.java io/netty/handler/codec/http2/Http2SettingsFrame.java io/netty/handler/codec/http2/Http2StreamFrame.java io/netty/handler/codec/http2/Http2StreamFrameToHttpObjectCodec.java io/netty/handler/codec/http2/Http2WindowUpdateFrame.java io/netty/handler/codec/http2/InboundHttpToHttp2Adapter.java io/netty/handler/codec/http2/ReadOnlyHttp2Headers.java io/netty/handler/codec/http/HttpServerKeepAliveHandler.java io/netty/handler/codec/http/multipart/FileUploadUtil.java io/netty/handler/codec/http/websocketx/WebSocketChunkedInput.java io/netty/handler/codec/smtp/DefaultLastSmtpContent.java io/netty/handler/codec/smtp/DefaultSmtpContent.java io/netty/handler/codec/smtp/DefaultSmtpRequest.java io/netty/handler/codec/smtp/DefaultSmtpResponse.java io/netty/handler/codec/smtp/LastSmtpContent.java io/netty/handler/codec/smtp/package-info.java io/netty/handler/codec/smtp/SmtpCommand.java io/netty/handler/codec/smtp/SmtpContent.java io/netty/handler/codec/smtp/SmtpRequestEncoder.java io/netty/handler/codec/smtp/SmtpRequest.java io/netty/handler/codec/smtp/SmtpRequests.java io/netty/handler/codec/smtp/SmtpResponseDecoder.java io/netty/handler/codec/smtp/SmtpResponse.java io/netty/handler/codec/smtp/SmtpUtils.java io/netty/handler/codec/string/LineEncoder.java io/netty/handler/codec/string/LineSeparator.java io/netty/handler/flow/package-info.java io/netty/handler/flush/FlushConsolidationHandler.java io/netty/handler/flush/package-info.java io/netty/handler/ssl/DelegatingSslContext.java io/netty/handler/ssl/Java8SslUtils.java io/netty/handler/ssl/OpenSslCertificateException.java io/netty/handler/ssl/OpenSslKeyMaterialManager.java io/netty/handler/ssl/PemEncoded.java io/netty/handler/ssl/PemPrivateKey.java io/netty/handler/ssl/PemValue.java io/netty/handler/ssl/PemX509Certificate.java io/netty/handler/ssl/ReferenceCountedOpenSslClientContext.java io/netty/handler/ssl/ReferenceCountedOpenSslContext.java io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java io/netty/handler/ssl/ReferenceCountedOpenSslServerContext.java io/netty/handler/ssl/util/X509TrustManagerWrapper.java io/netty/internal/tcnative/CertificateRequestedCallback.java io/netty/internal/tcnative/Library.java io/netty/internal/tcnative/SessionTicketKey.java io/netty/internal/tcnative/SSLContext.java io/netty/internal/tcnative/SSL.java io/netty/resolver/dns/DefaultDnsCache.java io/netty/resolver/dns/DnsCache.java io/netty/resolver/dns/InflightNameResolver.java io/netty/resolver/dns/NoopDnsCache.java io/netty/resolver/dns/RoundRobinDnsAddressResolverGroup.java io/netty/resolver/RoundRobinInetAddressResolver.java io/netty/util/BooleanSupplier.java io/netty/util/concurrent/DefaultEventExecutorChooserFactory.java io/netty/util/concurrent/EventExecutorChooserFactory.java io/netty/util/concurrent/NonStickyEventExecutorGroup.java io/netty/util/concurrent/OrderedEventExecutor.java io/netty/util/concurrent/PromiseCombiner.java io/netty/util/concurrent/RejectedExecutionHandler.java io/netty/util/concurrent/RejectedExecutionHandlers.java io/netty/util/concurrent/UnaryPromiseNotifier.java io/netty/util/concurrent/UnorderedThreadPoolEventExecutor.java io/netty/util/DomainNameMappingBuilder.java io/netty/util/internal/ConstantTimeUtils.java io/netty/util/internal/logging/Log4J2LoggerFactory.java io/netty/util/internal/logging/Log4J2Logger.java io/netty/util/internal/MacAddressUtil.java io/netty/util/internal/NativeLibraryUtil.java io/netty/util/internal/OutOfDirectMemoryError.java io/netty/util/internal/PromiseNotificationUtil.java io/netty/util/internal/SocketUtils.java io/netty/util/internal/ThrowableUtil.java io/netty/util/internal/UnstableApi.java io/netty/util/IntSupplier.java io/netty/util/ResourceLeakDetectorFactory.java io/netty/util/ResourceLeakTracker.java Copyright 2016 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. io/netty/example/http2/helloworld/frame/server/HelloWorldHttp2Handler.java io/netty/example/http2/helloworld/frame/server/Http2OrHttpHandler.java io/netty/example/http2/helloworld/multiplex/server/HelloWorldHttp2Handler.java io/netty/example/http2/helloworld/multiplex/server/Http2OrHttpHandler.java io/netty/example/redis/RedisClient.java io/netty/handler/codec/redis/AbstractStringRedisMessage.java io/netty/handler/codec/redis/ArrayHeaderRedisMessage.java io/netty/handler/codec/redis/ArrayRedisMessage.java io/netty/handler/codec/redis/BulkStringHeaderRedisMessage.java io/netty/handler/codec/redis/BulkStringRedisContent.java io/netty/handler/codec/redis/DefaultBulkStringRedisContent.java io/netty/handler/codec/redis/DefaultLastBulkStringRedisContent.java io/netty/handler/codec/redis/ErrorRedisMessage.java io/netty/handler/codec/redis/FixedRedisMessagePool.java io/netty/handler/codec/redis/FullBulkStringRedisMessage.java io/netty/handler/codec/redis/IntegerRedisMessage.java io/netty/handler/codec/redis/LastBulkStringRedisContent.java io/netty/handler/codec/redis/package-info.java io/netty/handler/codec/redis/RedisArrayAggregator.java io/netty/handler/codec/redis/RedisBulkStringAggregator.java io/netty/handler/codec/redis/RedisCodecException.java io/netty/handler/codec/redis/RedisCodecUtil.java io/netty/handler/codec/redis/RedisConstants.java io/netty/handler/codec/redis/RedisDecoder.java io/netty/handler/codec/redis/RedisEncoder.java io/netty/handler/codec/redis/RedisMessage.java io/netty/handler/codec/redis/RedisMessagePool.java io/netty/handler/codec/redis/RedisMessageType.java io/netty/handler/codec/redis/SimpleStringRedisMessage.java Copyright 2016 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. io/netty/handler/flow/FlowControlHandler.java Copyright 2016 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. io/netty/internal/tcnative/Buffer.java Copyright 2016 The Netty Project Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. io/netty/bootstrap/FailedChannel.java io/netty/buffer/ByteBufAllocatorMetric.java io/netty/buffer/ByteBufAllocatorMetricProvider.java io/netty/buffer/PooledByteBufAllocatorMetric.java io/netty/channel/DelegatingChannelPromiseNotifier.java io/netty/channel/internal/ChannelUtils.java io/netty/channel/internal/package-info.java io/netty/channel/nio/SelectedSelectionKeySetSelector.java io/netty/channel/PendingBytesTracker.java io/netty/channel/socket/ChannelInputShutdownReadComplete.java io/netty/channel/socket/ChannelOutputShutdownEvent.java io/netty/channel/socket/ChannelOutputShutdownException.java io/netty/channel/socket/oio/DefaultOioDatagramChannelConfig.java io/netty/channel/socket/oio/OioDatagramChannelConfig.java io/netty/channel/unix/UnixChannelUtil.java io/netty/example/uptime/UptimeServerHandler.java io/netty/example/uptime/UptimeServer.java io/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandler.java io/netty/handler/codec/http2/DefaultHttp2UnknownFrame.java io/netty/handler/codec/http2/Http2FrameCodecBuilder.java io/netty/handler/codec/http2/Http2FrameStreamEvent.java io/netty/handler/codec/http2/Http2MultiplexCodecBuilder.java io/netty/handler/codec/http2/Http2StreamChannelBootstrap.java io/netty/handler/codec/http2/Http2StreamChannelId.java io/netty/handler/codec/http2/Http2StreamChannel.java io/netty/handler/codec/http2/Http2UnknownFrame.java io/netty/handler/codec/http/HttpServerExpectContinueHandler.java io/netty/handler/codec/http/ReadOnlyHttpHeaders.java io/netty/handler/codec/http/websocketx/WebSocketScheme.java io/netty/handler/codec/mqtt/MqttMessageBuilders.java io/netty/handler/ssl/AbstractSniHandler.java io/netty/handler/ssl/ConscryptAlpnSslEngine.java io/netty/handler/ssl/Conscrypt.java io/netty/handler/ssl/JdkAlpnSslEngine.java io/netty/handler/ssl/JdkAlpnSslUtils.java io/netty/handler/ssl/ocsp/OcspClientHandler.java io/netty/handler/ssl/ocsp/package-info.java io/netty/handler/ssl/OptionalSslHandler.java io/netty/handler/ssl/SniCompletionEvent.java io/netty/handler/ssl/SslClientHelloHandler.java io/netty/handler/ssl/SslCloseCompletionEvent.java io/netty/handler/ssl/SslCompletionEvent.java io/netty/internal/tcnative/NativeStaticallyReferencedJniMethods.java io/netty/internal/tcnative/SniHostNameMatcher.java io/netty/resolver/dns/BiDnsQueryLifecycleObserverFactory.java io/netty/resolver/dns/BiDnsQueryLifecycleObserver.java io/netty/resolver/dns/DefaultDnsServerAddressStreamProvider.java io/netty/resolver/dns/DnsCacheEntry.java io/netty/resolver/dns/DnsNameResolverTimeoutException.java io/netty/resolver/dns/DnsQueryLifecycleObserverFactory.java io/netty/resolver/dns/DnsQueryLifecycleObserver.java io/netty/resolver/dns/DnsServerAddressStreamProvider.java io/netty/resolver/dns/DnsServerAddressStreamProviders.java io/netty/resolver/dns/LoggingDnsQueryLifecycleObserver.java io/netty/resolver/dns/MultiDnsServerAddressStreamProvider.java io/netty/resolver/dns/NoopDnsQueryLifecycleObserverFactory.java io/netty/resolver/dns/NoopDnsQueryLifecycleObserver.java io/netty/resolver/dns/SequentialDnsServerAddressStreamProvider.java io/netty/resolver/dns/SingletonDnsServerAddressStreamProvider.java io/netty/resolver/dns/UniSequentialDnsServerAddressStreamProvider.java io/netty/resolver/dns/UnixResolverDnsServerAddressStreamProvider.java io/netty/resolver/HostsFileEntries.java io/netty/resolver/ResolvedAddressTypes.java io/netty/util/internal/EmptyPriorityQueue.java io/netty/util/internal/logging/LocationAwareSlf4JLogger.java io/netty/util/internal/LongAdderCounter.java io/netty/util/internal/ObjectCleaner.java io/netty/util/internal/PriorityQueue.java io/netty/util/internal/ReflectionUtil.java io/netty/util/NettyRuntime.java io/netty/util/SuppressForbidden.java io/netty/util/UncheckedBooleanSupplier.java Copyright 2017 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. io/netty/channel/AbstractCoalescingBufferQueue.java io/netty/handler/codec/http2/Http2ConnectionPrefaceAndSettingsFrameWrittenEvent.java Copyright 2017 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. io/netty/example/ocsp/Digester.java io/netty/example/ocsp/OcspClientExample.java io/netty/example/ocsp/OcspRequestBuilder.java io/netty/example/ocsp/OcspServerExample.java io/netty/example/ocsp/OcspUtils.java Copyright 2017 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. io/netty/util/concurrent/FastThreadLocalRunnable.java io/netty/util/internal/Cleaner.java io/netty/util/internal/CleanerJava9.java Copyright 2017 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. io/netty/channel/SimpleUserEventChannelHandler.java io/netty/channel/socket/nio/NioChannelOption.java io/netty/channel/unix/Buffer.java io/netty/channel/unix/PreferredDirectByteBufAllocator.java io/netty/handler/ssl/DefaultOpenSslKeyMaterial.java io/netty/handler/ssl/ExtendedOpenSslSession.java io/netty/handler/ssl/OpenSslCachingKeyMaterialProvider.java io/netty/handler/ssl/OpenSslCachingX509KeyManagerFactory.java io/netty/handler/ssl/OpenSslKeyMaterial.java io/netty/handler/ssl/OpenSslKeyMaterialProvider.java io/netty/handler/ssl/OpenSslPrivateKey.java io/netty/handler/ssl/OpenSslSession.java io/netty/handler/ssl/OpenSslTlsv13X509ExtendedTrustManager.java io/netty/handler/ssl/OpenSslX509KeyManagerFactory.java io/netty/handler/ssl/OpenSslX509TrustManagerWrapper.java io/netty/handler/ssl/SignatureAlgorithmConverter.java io/netty/internal/tcnative/CertificateCallback.java io/netty/resolver/dns/AuthoritativeDnsServerCacheAdapter.java io/netty/resolver/dns/AuthoritativeDnsServerCache.java io/netty/resolver/dns/Cache.java io/netty/resolver/dns/DefaultAuthoritativeDnsServerCache.java io/netty/resolver/dns/DefaultDnsCnameCache.java io/netty/resolver/dns/DirContextUtils.java io/netty/resolver/dns/DnsAddressDecoder.java io/netty/resolver/dns/DnsAddressResolveContext.java io/netty/resolver/dns/DnsCnameCache.java io/netty/resolver/dns/DnsRecordResolveContext.java io/netty/resolver/dns/NameServerComparator.java io/netty/resolver/dns/NoopAuthoritativeDnsServerCache.java io/netty/resolver/dns/NoopDnsCnameCache.java io/netty/util/internal/SuppressJava6Requirement.java Copyright 2018 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. io/netty/handler/codec/redis/InlineCommandRedisMessage.java io/netty/util/ByteProcessorUtils.java io/netty/util/internal/ResourcesUtil.java Copyright 2018 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. io/netty/channel/ChannelHandlerMask.java io/netty/channel/EventLoopTaskQueueFactory.java io/netty/channel/ExtendedClosedChannelException.java io/netty/example/mqtt/heartBeat/MqttHeartBeatBrokerHandler.java io/netty/example/mqtt/heartBeat/MqttHeartBeatBroker.java io/netty/example/mqtt/heartBeat/MqttHeartBeatClientHandler.java io/netty/example/mqtt/heartBeat/MqttHeartBeatClient.java io/netty/handler/address/DynamicAddressConnectHandler.java io/netty/handler/address/package-info.java io/netty/handler/codec/compression/Lz4XXHash32.java io/netty/handler/codec/dns/DnsCodecUtil.java io/netty/handler/codec/dns/DnsQueryEncoder.java io/netty/handler/codec/dns/DnsResponseDecoder.java io/netty/handler/codec/dns/TcpDnsQueryEncoder.java io/netty/handler/codec/dns/TcpDnsResponseDecoder.java io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java io/netty/handler/codec/http2/DefaultHttp2SettingsAckFrame.java io/netty/handler/codec/http2/Http2MultiplexHandler.java io/netty/handler/codec/http2/Http2SettingsAckFrame.java io/netty/handler/codec/http2/MaxCapacityQueue.java io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.java io/netty/handler/codec/http/websocketx/CorruptedWebSocketFrameException.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionFilter.java io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionFilterProvider.java io/netty/handler/codec/http/websocketx/Utf8Validator.java io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket07FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket13FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig.java io/netty/handler/codec/http/websocketx/WebSocketCloseStatus.java io/netty/handler/codec/http/websocketx/WebSocketDecoderConfig.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker07.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker08.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker13.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.java io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler.java io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler.java io/netty/handler/ssl/KeyManagerFactoryWrapper.java io/netty/handler/ssl/OpenSslPrivateKeyMethod.java io/netty/handler/ssl/PseudoRandomFunction.java io/netty/handler/ssl/SslMasterKeyHandler.java io/netty/handler/ssl/TrustManagerFactoryWrapper.java io/netty/handler/ssl/util/SimpleKeyManagerFactory.java io/netty/handler/ssl/util/X509KeyManagerWrapper.java io/netty/internal/tcnative/CertificateCallbackTask.java io/netty/internal/tcnative/CertificateVerifierTask.java io/netty/internal/tcnative/SSLPrivateKeyMethodDecryptTask.java io/netty/internal/tcnative/SSLPrivateKeyMethod.java io/netty/internal/tcnative/SSLPrivateKeyMethodSignTask.java io/netty/internal/tcnative/SSLPrivateKeyMethodTask.java io/netty/internal/tcnative/SSLTask.java io/netty/resolver/dns/DatagramDnsQueryContext.java io/netty/resolver/dns/macos/DnsResolver.java io/netty/resolver/dns/macos/MacOSDnsServerAddressStreamProvider.java io/netty/resolver/dns/macos/package-info.java io/netty/resolver/dns/PreferredAddressTypeComparator.java io/netty/resolver/dns/TcpDnsQueryContext.java io/netty/util/internal/Hidden.java io/netty/util/internal/ObjectPool.java io/netty/util/internal/ReferenceCountUpdater.java io/netty/util/internal/svm/CleanerJava6Substitution.java io/netty/util/internal/svm/package-info.java io/netty/util/internal/svm/PlatformDependent0Substitution.java io/netty/util/internal/svm/PlatformDependentSubstitution.java io/netty/util/internal/svm/UnsafeRefArrayAccessSubstitution.java io/netty/util/internal/ThreadExecutorMap.java Copyright 2019 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. io/netty/handler/codec/http2/Http2ControlFrameLimitEncoder.java io/netty/handler/codec/http2/Http2EmptyDataFrameConnectionDecoder.java io/netty/handler/codec/http2/Http2EmptyDataFrameListener.java io/netty/handler/codec/http2/Http2SettingsReceivedConsumer.java Copyright 2019 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. > BSD-3 io/netty/handler/codec/http/websocketx/WebSocket07FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket07FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket08FrameEncoder.java io/netty/handler/codec/http/websocketx/WebSocket13FrameDecoder.java io/netty/handler/codec/http/websocketx/WebSocket13FrameEncoder.java Copyright (c) 2011, Joe Walnes and contributors BSD License: http://www.opensource.org/licenses/bsd-license) > MIT io/netty/util/internal/logging/CommonsLogger.java io/netty/util/internal/logging/FormattingTuple.java io/netty/util/internal/logging/InternalLogger.java io/netty/util/internal/logging/JdkLogger.java io/netty/util/internal/logging/Log4JLogger.java io/netty/util/internal/logging/MessageFormatter.java Copyright (c) 2004-2011 QOS.ch 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. io/netty/handler/codec/http/websocketx/Utf8Validator.java Copyright (c) 2008-2009 Bjoern Hoehrmann 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. io/netty/example/http/websocketx/client/WebSocketClientHandler.java Copyright (c) 2009 Carl Bystrsm 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. >>> org.apache.commons:commons-collections4-4.4 Apache Commons Collections Copyright 2001-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF 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. >>> org.apache.commons:commons-lang3-3.11 Apache Commons Lang Copyright 2001-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF 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. >>> org.apache.commons:commons-text-1.9 Apache Commons Text Copyright 2014-2019 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/).   Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF 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. >>> org.apache.httpcomponents:httpclient-4.5.9 Apache HttpComponents Client - HttpClient module Copyright 1999-2008 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF 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. ADDITIONAL LICENSE INFORMATION: > Apache2.0 [VMware does not distribute this component httpclient-4.5.9-sources.jar\META-INF\DEPENDENCIES] httpclient-4.5.9-sources.jar\META-INF\DEPENDENCIES Transitive dependencies of this project determined from the maven pom organized by organization. Apache HttpClient From: 'The Apache Software Foundation' (http://www.apache.org/) - Apache Commons Logging (http://commons.apache.org/proper/commons-logging/) commons-logging:commons-logging:jar:1.2 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - Apache HttpCore (http://hc.apache.org/httpcomponents-core-ga) org.apache.httpcomponents:httpcore:jar:4.4.11 License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) From: 'The Apache Software Foundation' (https://www.apache.org/) - Apache Commons Codec (http://commons.apache.org/proper/commons-codec/) commons-codec:commons-codec:jar:1.11 License: Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) >>> org.apache.httpcomponents:httpcore-4.4.11 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty- free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: a. You must give any other recipients of the Work or Derivative Works a copy of this License; and b. You must cause any modified files to carry prominent notices stating that You changed the files; and c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS >>> org.pojomatic:pojomatic-2.2.1 License: Apache 2.0 --------------- SECTION 2: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES ---------- BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES are applicable to the following component(s). >>> org.bouncycastle:bcpkix-jdk15on-1.66 LICENSE: Bouncy Castle Licence (MIT-Style) >>> org.bouncycastle:bcprov-jdk15on-1.66 The Bouncy Castle License Copyright (c) 2000-2017 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) 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. ADDITIONAL LICENSE INFORMATION: > MIT org/bouncycastle/LICENSE.java Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software " + [Strings].[lineSeparator]() + "and associated documentation files (the \"Software\"), to deal in the Software without restriction, " + [Strings].[lineSeparator]() + "including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, " + [Strings].[lineSeparator]() + "and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so," + [Strings].[lineSeparator]() + "[subject] [to] [the] [following] [conditions]:" + [Strings].[lineSeparator]() + [Strings].[lineSeparator]() + "The above copyright notice and this permission notice shall be included in all copies or substantial" + [Strings].[lineSeparator]() + "[portions] [of] [the] [Software]." + [Strings].[lineSeparator]() + [Strings].[lineSeparator]() + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED," + [Strings].[lineSeparator]() + "INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR" + [Strings].[lineSeparator]() + "PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE" + [Strings].[lineSeparator]() + "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR" + [Strings].[lineSeparator]() + "OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER" + [Strings].[lineSeparator]() + "DEALINGS IN THE SOFTWARE."; org/bouncycastle/LICENSE.java Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) License * * Copyright ([c]) [2000]-[2019] [The] [Legion] [Of] [The] [Bouncy] [Castle] [Inc]. ([http]://[www].[bouncycastle].[org]) * <[p]> * 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: * <[p]> * The above copyright notice and this permission notice shall be included in all copies or substantial * portions of the Software. * <[p]> * 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. org/bouncycastle/pqc/math/ntru/euclid/test/IntEuclideanTest.java Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com) 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. >>> org.checkerframework:checker-qual-2.11.1 License: MIT >>> org.codehaus.janino:commons-compiler-3.1.2 Janino - An embedded Java[TM] compiler Copyright (c) 2001-2010 Arno Unkrig. All rights reserved. Copyright (c) 2015-2016 TIBCO Software Inc. 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 holder 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 HOLDER 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. >>> org.codehaus.janino:janino-3.1.2 Janino - An embedded Java[TM] compiler Copyright (c) 2001-2010 Arno Unkrig. All rights reserved. Copyright (c) 2015-2016 TIBCO Software Inc. 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 holder 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 HOLDER 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. >>> org.codehaus.mojo:animal-sniffer-annotations-1.17 The MIT License Copyright (c) 2009 codehaus.org. 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. >>> org.ow2.asm:asm-7.0 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. >>> org.slf4j:slf4j-api-1.7.30 Copyright (c) 2004-2011 QOS.ch 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. --------------- SECTION 3: Common Development and Distribution License, V1.1 ---------- Common Development and Distribution License, V1.1 is applicable to the following component(s). >>> com.sun.xml.bind:jaxb-core-2.3.0.1 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE CDDL 1.1 LICENSE. PLEASE SEE THE APPENDIX TO REVIEW THE FULL TEXT OF THE CDDL 1.1 LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at http://glassfish.java.net/public/CDDL+GPL_1_1.html or packager/legal/LICENSE.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file at packager/legal/LICENSE.txt. GPL Classpath Exception: Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code. Modifications: If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]" Contributor(s): If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder. >>> com.sun.xml.bind:jaxb-impl-2.3.0.1 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE CDDL 1.1 LICENSE. PLEASE SEE THE APPENDIX TO REVIEW THE FULL TEXT OF THE CDDL 1.1 LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at https://oss.oracle.com/licenses/CDDL+GPL-1.1 or LICENSE.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file at LICENSE.txt. GPL Classpath Exception: Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code. Modifications: If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]" Contributor(s): If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder. >>> javax.activation:javax.activation-api-1.2.0 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE CDDL 1.1 LICENSE. PLEASE SEE APPENDIX FOR THE FULL TEXT OF THE CDDL 1.1 LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at https://oss.oracle.com/licenses/CDDL+GPL-1.1 or LICENSE.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file at LICENSE.txt. GPL Classpath Exception: Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code. Modifications: If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]" Contributor(s): If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder. >>> javax.xml.bind:jaxb-api-2.3.1 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE CDDL 1.1 LICENSE. PLEASE SEE APPENDIX FOR THE FULL TEXT OF THE CDDL 1.1 LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2017-2018 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at https://oss.oracle.com/licenses/CDDL+GPL-1.1 or LICENSE.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file at LICENSE.txt. GPL Classpath Exception: Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code. Modifications: If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]" Contributor(s): If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder. --------------- SECTION 4: Creative Commons Attribution 2.5 ---------- Creative Commons Attribution 2.5 is applicable to the following component(s). >>> com.google.code.findbugs:jsr305-3.0.2 Copyright (c) 2005 Brian Goetz Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net --------------- SECTION 5: Eclipse Public License, V1.0 ---------- Eclipse Public License, V1.0 is applicable to the following component(s). >>> ch.qos.logback:logback-classic-1.2.3 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE EPL 1.0 LICENSE. PLEASE SEE APPENDIX FOR THE FULL TEXT OF THE EPL 1.0 LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] Logback: the reliable, generic, fast and flexible logging framework. Copyright (C) 1999-2015, QOS.ch. All rights reserved. This program and the accompanying materials are dual-licensed under either the terms of the Eclipse Public License v1.0 as published by the Eclipse Foundation or (per the licensee's choosing) under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. >>> ch.qos.logback:logback-core-1.2.3 [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE 1.0. PLEASE SEE APPENDIX FOR THE FULL TEXT OF THE ECLIPSE PUBLIC LICENSE 1.0. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.] Logback: the reliable, generic, fast and flexible logging framework. Copyright (C) 1999-2015, QOS.ch. All rights reserved. This program and the accompanying materials are dual-licensed under either the terms of the Eclipse Public License v1.0 as published by the Eclipse Foundation or (per the licensee's choosing) under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. --------------- SECTION 6: GNU General Public License, V2.0 ---------- GNU General Public License, V2.0 is applicable to the following component(s). >>> openjdk-11-zulu-11.0.9 Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. CLASSPATH" EXCEPTION TO THE GPL ADDITIONAL INFORMATION ABOUT LICENSING Certain files distributed by Oracle America, Inc. and/or its affiliates are subject to the following clarification and special exception to the GPLv2, based on the GNU Project exception for its Classpath libraries, known as the GNU Classpath Exception. Note that Oracle includes multiple, independent programs in this software package. Some of those programs are provided under licenses deemed incompatible with the GPLv2 by the Free Software Foundation and others. For example, the package includes programs licensed under the Apache License, Version 2.0 and may include FreeType. Such programs are licensed to you under their original licenses. Oracle facilitates your further distribution of this package by adding the Classpath Exception to the necessary parts of its GPLv2 code, which permits you to use that code in combination with other independent modules not licensed under the GPLv2. However, note that this would not permit you to commingle code under an incompatible license with Oracle's GPLv2 licensed code by, for example, cutting and pasting such code into a file also containing Oracle's GPLv2 licensed code and then distributing the result. Additionally, if you were to remove the Classpath Exception from any of the files to which it applies and distribute the result, you would likely be required to license some or all of the other code in that distribution under the GPLv2 as well, and since the GPLv2 is incompatible with the license terms of some items included in the distribution by Oracle, removing the Classpath Exception could therefore effectively compromise your ability to further distribute the package. Failing to distribute notices associated with some files may also create unexpected legal consequences. Proceed with caution and we recommend that you obtain the advice of a lawyer skilled in open source matters before removing the Classpath Exception or making modifications to this package which may subsequently be redistributed and/or involve the use of third party software. ADDITIONAL LICENSE INFORMATION: > OPENJDK ASSEMBLY EXCEPTION zsrc11.33.10-sa-jdk11.0.4.zip\zsrc11.33.10-sa-jdk11.0.4\ASSEMBLY_EXCEPTION OPENJDK ASSEMBLY EXCEPTION The OpenJDK source code made available by Oracle America, Inc. (Oracle) at openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU General Public License version 2 only ("GPL2"), with the following clarification and special exception. Linking this OpenJDK Code statically or dynamically with other code is making a combined work based on this library. Thus, the terms and conditions of GPL2 cover the whole combination. As a special exception, Oracle gives you permission to link this OpenJDK Code with certain code licensed by Oracle as indicated at http://openjdk.java.net/legal/exception-modules-2007-05-08.html ("Designated Exception Modules") to produce an executable, regardless of the license terms of the Designated Exception Modules, and to copy and distribute the resulting executable under GPL2, provided that the Designated Exception Modules continue to be governed by the licenses under which they were offered by Oracle. As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code to build an executable that includes those portions of necessary code that Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 with the Classpath exception). If you modify or add to the OpenJDK code, that new GPL2 code may still be combined with Designated Exception Modules if the new code is made subject to this exception by its copyright holder. > Apache1.1 [VMware does not distribute this component pkcs11wrapper.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/jdk.crypto.cryptoki/pkcs11wrapper.md Copyright (c) 2002 Graz University of Technology. 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. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by [IAIK] [of] [Graz] [University] [of] [Technology]." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "[Graz] [University] [of] [Technology]" [and] "[IAIK] [of] [Graz] [University] [of] [Technology]" must not be used to endorse or promote products derived from this software without prior written permission. 5. Products derived from this software may not be called "[IAIK] [PKCS] [Wrapper]", nor may "[IAIK]" appear in their name, without prior written permission of [Graz] [University] [of] [Technology]. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 LICENSOR 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. [VMware does not distribute this component CK_ATTRIBUTE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_ATTRIBUTE.java [VMware does not distribute this component CK_C_INITIALIZE_ARGS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_C_INITIALIZE_ARGS.java [VMware does not distribute this component CK_CREATEMUTEX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_CREATEMUTEX.java [VMware does not distribute this component CK_DATE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_DATE.java [VMware does not distribute this component CK_DESTROYMUTEX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_DESTROYMUTEX.java [VMware does not distribute this component CK_ECDH1_DERIVE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_ECDH1_DERIVE_PARAMS.java [VMware does not distribute this component CK_ECDH2_DERIVE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_ECDH2_DERIVE_PARAMS.java [VMware does not distribute this component CK_INFO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_INFO.java [VMware does not distribute this component CK_LOCKMUTEX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_LOCKMUTEX.java [VMware does not distribute this component CK_MECHANISM_INFO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_MECHANISM_INFO.java [VMware does not distribute this component CK_MECHANISM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_MECHANISM.java [VMware does not distribute this component CK_NOTIFY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_NOTIFY.java [VMware does not distribute this component CK_PBE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_PBE_PARAMS.java [VMware does not distribute this component CK_PKCS5_PBKD2_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_PKCS5_PBKD2_PARAMS.java [VMware does not distribute this component CK_RSA_PKCS_OAEP_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_RSA_PKCS_OAEP_PARAMS.java [VMware does not distribute this component CK_SESSION_INFO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SESSION_INFO.java [VMware does not distribute this component CK_SLOT_INFO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SLOT_INFO.java [VMware does not distribute this component CK_SSL3_KEY_MAT_OUT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT.java [VMware does not distribute this component CK_SSL3_KEY_MAT_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS.java [VMware does not distribute this component CK_SSL3_MASTER_KEY_DERIVE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS.java [VMware does not distribute this component CK_SSL3_RANDOM_DATA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA.java [VMware does not distribute this component CK_TOKEN_INFO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_TOKEN_INFO.java [VMware does not distribute this component CK_UNLOCKMUTEX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_UNLOCKMUTEX.java [VMware does not distribute this component CK_VERSION.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_VERSION.java [VMware does not distribute this component CK_X9_42_DH1_DERIVE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_X9_42_DH1_DERIVE_PARAMS.java [VMware does not distribute this component CK_X9_42_DH2_DERIVE_PARAMS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/CK_X9_42_DH2_DERIVE_PARAMS.java [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/Constants.java [VMware does not distribute this component Functions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/Functions.java [VMware does not distribute this component PKCS11Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/PKCS11Constants.java [VMware does not distribute this component PKCS11Exception.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/PKCS11Exception.java [VMware does not distribute this component PKCS11.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/PKCS11.java [VMware does not distribute this component PKCS11RuntimeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.crypto.cryptoki/sun/security/pkcs11/wrapper/PKCS11RuntimeException.java Copyright (c) 2002 Graz University of Technology. 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. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: * * "This product includes software developed by [IAIK] [of] [Graz] [University] [of] * [Technology]." * * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. * * 4. The names "[Graz] [University] [of] [Technology]" [and] "[IAIK] [of] [Graz] [University] [of] * [Technology]" must not be used to endorse or promote products derived from * this software without prior written permission. * * 5. Products derived from this software may not be called * "[IAIK] [PKCS] [Wrapper]", nor may "[IAIK]" appear in their name, without prior * written permission of [Graz] [University] [of] [Technology]. * * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 LICENSOR 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. > Apache2.0 [VMware does not distribute this component xerces.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.xml/xerces.md at iClick, Inc., software copyright (c) 1999. Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. [VMware does not distribute this component DOMXPathFilter2Transform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXPathFilter2Transform.java [VMware does not distribute this component XMLDSigRI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java (c) Copyright IBM Corp. 2003 Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component xalan.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.xml/xalan.md Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. [VMware does not distribute this component santuario.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.xml.crypto/santuario.md copyright (c) 2001, Institute Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. [VMware does not distribute this component XMLNSDocumentScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java Copyright (c) 2003, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLEntityScanner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.java Copyright (c) 2003, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLNamespaceBinder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.java [VMware does not distribute this component XPathExpressionImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.java [VMware does not distribute this component XPathImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/jaxp/XPathImpl.java Copyright (c) 2003, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLDocumentFragmentScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java [VMware does not distribute this component XMLDocumentScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java Copyright (c) 2003, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLDTDScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java [VMware does not distribute this component XMLScanner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLScanner.java Copyright (c) 2003, 2020, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component Entity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/Entity.java Copyright (c) 2005, 2013, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DocumentBuilderFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderFactoryImpl.java [VMware does not distribute this component SAXParserFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.java [VMware does not distribute this component XMLAttributesImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/XMLAttributesImpl.java Copyright (c) 2005, 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DTDGrammarUtil.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/DTDGrammarUtil.java [VMware does not distribute this component DTDGrammar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar.java Copyright (c) 2005, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ExsltSets.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/ExsltSets.java Copyright (c) 2005, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ReferenceData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/com/sun/org/apache/xml/internal/security/signature/reference/ReferenceData.java [VMware does not distribute this component ReferenceNodeSetData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/com/sun/org/apache/xml/internal/security/signature/reference/ReferenceNodeSetData.java [VMware does not distribute this component ReferenceOctetStreamData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/com/sun/org/apache/xml/internal/security/signature/reference/ReferenceOctetStreamData.java [VMware does not distribute this component ReferenceSubTreeData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/com/sun/org/apache/xml/internal/security/signature/reference/ReferenceSubTreeData.java [VMware does not distribute this component DigesterOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/DigesterOutputStream.java [VMware does not distribute this component ApacheData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/ApacheData.java [VMware does not distribute this component ApacheNodeSetData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/ApacheNodeSetData.java [VMware does not distribute this component DOMBase64Transform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMBase64Transform.java [VMware does not distribute this component DOMCanonicalizationMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMCanonicalizationMethod.java [VMware does not distribute this component DOMSubTreeData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMSubTreeData.java [VMware does not distribute this component Utils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/Utils.java [VMware does not distribute this component SignerOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/SignerOutputStream.java Copyright (c) 2005, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component ApacheCanonicalizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/ApacheCanonicalizer.java [VMware does not distribute this component ApacheOctetStreamData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/ApacheOctetStreamData.java [VMware does not distribute this component ApacheTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/ApacheTransform.java [VMware does not distribute this component DOMCanonicalXMLC14NMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMCanonicalXMLC14NMethod.java [VMware does not distribute this component DOMCryptoBinary.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMCryptoBinary.java [VMware does not distribute this component DOMDigestMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMDigestMethod.java [VMware does not distribute this component DOMEnvelopedTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMEnvelopedTransform.java [VMware does not distribute this component DOMExcC14NMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMExcC14NMethod.java [VMware does not distribute this component DOMHMACSignatureMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java [VMware does not distribute this component DOMKeyInfoFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMKeyInfoFactory.java [VMware does not distribute this component DOMKeyInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMKeyInfo.java [VMware does not distribute this component DOMKeyName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMKeyName.java [VMware does not distribute this component DOMKeyValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMKeyValue.java [VMware does not distribute this component DOMManifest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMManifest.java [VMware does not distribute this component DOMPGPData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMPGPData.java [VMware does not distribute this component DOMSignatureMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMSignatureMethod.java [VMware does not distribute this component DOMSignatureProperties.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMSignatureProperties.java [VMware does not distribute this component DOMSignatureProperty.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMSignatureProperty.java [VMware does not distribute this component DOMSignedInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java [VMware does not distribute this component DOMStructure.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMStructure.java [VMware does not distribute this component DOMTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMTransform.java [VMware does not distribute this component DOMURIDereferencer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMURIDereferencer.java [VMware does not distribute this component DOMUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMUtils.java [VMware does not distribute this component DOMX509Data.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMX509Data.java [VMware does not distribute this component DOMX509IssuerSerial.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMX509IssuerSerial.java [VMware does not distribute this component DOMXMLObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXMLObject.java [VMware does not distribute this component DOMXMLSignatureFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXMLSignatureFactory.java [VMware does not distribute this component DOMXPathTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXPathTransform.java [VMware does not distribute this component DOMXSLTTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXSLTTransform.java Copyright (c) 2005, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component XMLAttributeDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl.java [VMware does not distribute this component XMLElementDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl.java [VMware does not distribute this component XMLNotationDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl.java [VMware does not distribute this component XMLSimpleType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType.java Copyright (c) 2005, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLEntityReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/xml/internal/stream/XMLEntityReader.java Copyright (c) 2005, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component CMNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/models/CMNode.java Copyright (c) 2006, 2009, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLSchemaValidatorComponentManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaValidatorComponentManager.java Copyright (c) 2006, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component SyntaxTreeNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java [VMware does not distribute this component AbstractTranslet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.java Copyright (c) 2006, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component CMBuilder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.java [VMware does not distribute this component XSAllCM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.java [VMware does not distribute this component XSCMValidator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.java [VMware does not distribute this component XSDFACM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java [VMware does not distribute this component XSEmptyCM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.java [VMware does not distribute this component DOMBuilder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/DOMBuilder.java Copyright (c) 2006, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XIncludeHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java Copyright (c) 2006, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ToStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToStream.java Copyright (c) 2006, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLSchemaValidator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.java Copyright (c) 2006, 2020, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DocumentBuilderImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderImpl.java Copyright (c) 2007, 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component HTTPInputSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/HTTPInputSource.java Copyright (c) 2007, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component Import.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java [VMware does not distribute this component Include.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java [VMware does not distribute this component KeyIndex.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java [VMware does not distribute this component BasisLibrary.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java [VMware does not distribute this component TemplatesHandlerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesHandlerImpl.java [VMware does not distribute this component TransformerFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java [VMware does not distribute this component SAX2DTM2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java [VMware does not distribute this component SAX2DTM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java [VMware does not distribute this component ToUnknownStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToUnknownStream.java [VMware does not distribute this component XMLReaderManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/XMLReaderManager.java Copyright (c) 2007, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component Stylesheet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.java [VMware does not distribute this component TemplatesImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java [VMware does not distribute this component XMLSchemaFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java Copyright (c) 2007, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component TransformerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.java Copyright (c) 2007, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XSDHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.java Copyright (c) 2007, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XML11Configuration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java Copyright (c) 2008, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DOMCanonicalXMLC14N11Method.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMCanonicalXMLC14N11Method.java Copyright (c) 2008, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/Constants.java Copyright (c) 2009, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component AnsiWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.internal.le/jdk/internal/org/jline/utils/AnsiWriter.java Copyright (c) 2009-2018 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. [VMware does not distribute this component CoreDocumentImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.java [VMware does not distribute this component XMLEntityManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java Copyright (c) 2009, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component SAXParserImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java Copyright (c) 2010, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ParserConfigurationSettings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings.java Copyright (c) 2010, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component TransletOutputHandlerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.java [VMware does not distribute this component Translet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/Translet.java [VMware does not distribute this component TrAXFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/TrAXFilter.java [VMware does not distribute this component CMNodeFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/models/CMNodeFactory.java [VMware does not distribute this component SchemaParsingConfig.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.java [VMware does not distribute this component XMLSchemaLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java [VMware does not distribute this component BasicParserConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.java [VMware does not distribute this component DOMParserImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.java [VMware does not distribute this component DTMManagerDefault.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java [VMware does not distribute this component XPathFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java [VMware does not distribute this component XPathAPI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/XPathAPI.java [VMware does not distribute this component XPathContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/XPathContext.java Copyright (c) 2011, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component SAX2DOM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java Copyright (c) 2011, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component StandardParserConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.java Copyright (c) 2011, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component SerializerBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/SerializerBase.java Copyright (c) 2012, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XSLTC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java [VMware does not distribute this component EmptySerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java Copyright (c) 2012, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ErrorMessages_de.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java [VMware does not distribute this component ErrorMessages_es.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.java [VMware does not distribute this component ErrorMessages_fr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.java [VMware does not distribute this component ErrorMessages_it.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.java [VMware does not distribute this component ErrorMessages_ja.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.java [VMware does not distribute this component ErrorMessages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java [VMware does not distribute this component ErrorMessages_pt_BR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_pt_BR.java [VMware does not distribute this component ErrorMessages_sv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sv.java [VMware does not distribute this component ErrorMessages_zh_CN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java [VMware does not distribute this component ErrorMessages_zh_TW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.java [VMware does not distribute this component StreamValidatorHelper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/StreamValidatorHelper.java [VMware does not distribute this component ValidatorImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.java [VMware does not distribute this component DTDConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.java [VMware does not distribute this component NonValidatingConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java Copyright (c) 2013, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DescendingVisitor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/DescendingVisitor.java [VMware does not distribute this component ErrorMsg.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java [VMware does not distribute this component ValidatorHandlerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java [VMware does not distribute this component JAXPExtensionsProvider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.java Copyright (c) 2013, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ErrorMessages_ko.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.java Copyright (c) 2013, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component MethodGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/MethodGen.java [VMware does not distribute this component DOMConfigurationImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java [VMware does not distribute this component TypeValidator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/TypeValidator.java Copyright (c) 2013, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component RangeToken.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/RangeToken.java Copyright (c) 2014, 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ToXMLStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToXMLStream.java Copyright (c) 2014, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ToHTMLStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToHTMLStream.java Copyright (c) 2014, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XslElement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/XslElement.java [VMware does not distribute this component AdaptiveResultTreeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/AdaptiveResultTreeImpl.java [VMware does not distribute this component DOMAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter.java [VMware does not distribute this component DOM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/DOM.java [VMware does not distribute this component XML11EntityScanner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.java Copyright (c) 2015, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component MultiDOM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java Copyright (c) 2015, 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ElementState.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/ElementState.java [VMware does not distribute this component HTMLdtd.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/HTMLdtd.java [VMware does not distribute this component HTMLSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/HTMLSerializer.java [VMware does not distribute this component SerializerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/SerializerFactory.java Copyright (c) 2015, 2017 Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ApplyTemplates.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.java [VMware does not distribute this component AttributeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.java [VMware does not distribute this component AttributeValueTemplate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.java [VMware does not distribute this component Choose.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.java [VMware does not distribute this component ForEach.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.java [VMware does not distribute this component LiteralElement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.java [VMware does not distribute this component Mode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java [VMware does not distribute this component Parser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java [VMware does not distribute this component SymbolTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.java [VMware does not distribute this component Template.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java [VMware does not distribute this component TestSeq.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java [VMware does not distribute this component UnsupportedElement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.java [VMware does not distribute this component XslAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java [VMware does not distribute this component DocumentCache.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache.java [VMware does not distribute this component SAXImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java [VMware does not distribute this component DOM2SAX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.java Copyright (c) 2015, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component BooleanCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.java [VMware does not distribute this component CeilingCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.java [VMware does not distribute this component FunctionCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java [VMware does not distribute this component Key.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java [VMware does not distribute this component BooleanType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.java [VMware does not distribute this component MethodGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java [VMware does not distribute this component NodeSetType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.java [VMware does not distribute this component NodeType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.java [VMware does not distribute this component ReferenceType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java [VMware does not distribute this component ResultTreeType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.java [VMware does not distribute this component StringType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.java [VMware does not distribute this component VoidType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.java [VMware does not distribute this component DeferredDocumentImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.java [VMware does not distribute this component DocumentImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DocumentImpl.java [VMware does not distribute this component XML11NSDocumentScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.java [VMware does not distribute this component XMLErrorReporter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.java [VMware does not distribute this component RegexParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java [VMware does not distribute this component SubstitutionGroupHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.java [VMware does not distribute this component XSGrammarBucket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.java [VMware does not distribute this component XMLGrammarPreparser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.java [VMware does not distribute this component AugmentationsImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/AugmentationsImpl.java [VMware does not distribute this component DTMException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/DTMException.java [VMware does not distribute this component CustomStringPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java [VMware does not distribute this component BaseMarkupSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.java [VMware does not distribute this component Encodings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/Encodings.java [VMware does not distribute this component DOM3TreeWalker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/dom3/DOM3TreeWalker.java [VMware does not distribute this component TreeWalker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/TreeWalker.java [VMware does not distribute this component TreeWalker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/TreeWalker.java Copyright (c) 2015, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component FunctionTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/FunctionTable.java [VMware does not distribute this component FuncHere.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncHere.java Copyright (c) 2015, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component Token.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.java Copyright (c) 2015, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DocumentTypeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DocumentTypeImpl.java [VMware does not distribute this component NodeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/NodeImpl.java Copyright (c) 2015, 2019 Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ParentNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/ParentNode.java Copyright (c) 2015, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DTDGrammar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.java Copyright (c) 2015, 2020, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component CastExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.java [VMware does not distribute this component MultiHashtable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MultiHashtable.java [VMware does not distribute this component LCount.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/LCount.java [VMware does not distribute this component DTDGrammarBucket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket.java [VMware does not distribute this component DTDDVFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/dtd/DTDDVFactoryImpl.java [VMware does not distribute this component DTDDVFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory.java [VMware does not distribute this component XML11DTDDVFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11DTDDVFactoryImpl.java [VMware does not distribute this component ParserForXMLSchema.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.java [VMware does not distribute this component RegularExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java [VMware does not distribute this component REUtil.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/regex/REUtil.java [VMware does not distribute this component XPath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xpath/XPath.java [VMware does not distribute this component DOMErrorHandlerWrapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper.java [VMware does not distribute this component DOMUtil.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/DOMUtil.java [VMware does not distribute this component EncodingMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/EncodingMap.java [VMware does not distribute this component PrimeNumberSequenceGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/PrimeNumberSequenceGenerator.java [VMware does not distribute this component SymbolTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/SymbolTable.java Copyright (c) 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DOMWSFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/DOMWSFilter.java [VMware does not distribute this component AttributesImplSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/AttributesImplSerializer.java [VMware does not distribute this component Utils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/utils/Utils.java [VMware does not distribute this component ElemDesc.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/ElemDesc.java Copyright (c) 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component Keywords.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/Keywords.java Copyright (c) 2015, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component CallTemplate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.java [VMware does not distribute this component Sort.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.java [VMware does not distribute this component VariableBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java [VMware does not distribute this component XSAttributeChecker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.java Copyright (c) 2016, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component Util.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/Util.java [VMware does not distribute this component ToSAXHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java Copyright (c) 2016, 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component XMLVersionDetector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.java Copyright (c) 2016, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component TransletOutput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/TransletOutput.java Copyright (c) 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component WithParam.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.java [VMware does not distribute this component SimpleResultTreeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl.java [VMware does not distribute this component XML11DocumentScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XML11DocumentScannerImpl.java [VMware does not distribute this component XML11DTDScannerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl.java [VMware does not distribute this component EntityResolverWrapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/EntityResolverWrapper.java Copyright (c) 2016, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component NamedNodeMapImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.java [VMware does not distribute this component XMLDTDValidator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java [VMware does not distribute this component AbstractSAXParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.java [VMware does not distribute this component XIncludeTextReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.java Copyright (c) 2017, 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component AttrImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/AttrImpl.java Copyright (c) 2017, 2019 Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component AccessFlags.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/AccessFlags.java [VMware does not distribute this component Attribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/Attribute.java [VMware does not distribute this component CodeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/CodeException.java [VMware does not distribute this component ConstantCP.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantCP.java [VMware does not distribute this component ConstantDouble.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantDouble.java [VMware does not distribute this component ConstantFloat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantFloat.java [VMware does not distribute this component ConstantInteger.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantInteger.java [VMware does not distribute this component Constant.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/Constant.java [VMware does not distribute this component ConstantUtf8.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantUtf8.java [VMware does not distribute this component ElementValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ElementValue.java [VMware does not distribute this component FieldOrMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/FieldOrMethod.java [VMware does not distribute this component JavaClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/JavaClass.java [VMware does not distribute this component LineNumberTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/LineNumberTable.java [VMware does not distribute this component LocalVariable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/LocalVariable.java [VMware does not distribute this component Utility.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/Utility.java [VMware does not distribute this component ALOAD.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ALOAD.java [VMware does not distribute this component AnnotationEntryGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/AnnotationEntryGen.java [VMware does not distribute this component ARRAYLENGTH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.java [VMware does not distribute this component ASTORE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ASTORE.java [VMware does not distribute this component ATHROW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ATHROW.java [VMware does not distribute this component BranchInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/BranchInstruction.java [VMware does not distribute this component ClassGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ClassGen.java [VMware does not distribute this component ConstantPoolGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ConstantPoolGen.java [VMware does not distribute this component CPInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/CPInstruction.java [VMware does not distribute this component DCONST.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/DCONST.java [VMware does not distribute this component ElementValueGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ElementValueGen.java [VMware does not distribute this component FCONST.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/FCONST.java [VMware does not distribute this component FieldGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/FieldGen.java [VMware does not distribute this component FieldGenOrMethodGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/FieldGenOrMethodGen.java [VMware does not distribute this component IDIV.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/IDIV.java [VMware does not distribute this component InstructionFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/InstructionFactory.java [VMware does not distribute this component InstructionHandle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/InstructionHandle.java [VMware does not distribute this component Instruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/Instruction.java [VMware does not distribute this component InstructionList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/InstructionList.java [VMware does not distribute this component INVOKEDYNAMIC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/INVOKEDYNAMIC.java [VMware does not distribute this component InvokeInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/InvokeInstruction.java [VMware does not distribute this component IREM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/IREM.java [VMware does not distribute this component LDC2_W.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LDC2_W.java [VMware does not distribute this component LDC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LDC.java [VMware does not distribute this component LDIV.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LDIV.java [VMware does not distribute this component LocalVariableInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LocalVariableInstruction.java [VMware does not distribute this component LREM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LREM.java [VMware does not distribute this component MONITORENTER.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/MONITORENTER.java [VMware does not distribute this component MONITOREXIT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/MONITOREXIT.java [VMware does not distribute this component NEWARRAY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/NEWARRAY.java [VMware does not distribute this component PUSH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/PUSH.java [VMware does not distribute this component ReturnInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ReturnInstruction.java [VMware does not distribute this component Select.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/Select.java [VMware does not distribute this component Type.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/Type.java [VMware does not distribute this component Repository.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/Repository.java [VMware does not distribute this component BCELFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/BCELFactory.java [VMware does not distribute this component Class2HTML.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/Class2HTML.java [VMware does not distribute this component ClassQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/ClassQueue.java [VMware does not distribute this component InstructionFinder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/InstructionFinder.java [VMware does not distribute this component Repository.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/Repository.java [VMware does not distribute this component SyntheticRepository.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/util/SyntheticRepository.java [VMware does not distribute this component CoreDOMImplementationImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/CoreDOMImplementationImpl.java [VMware does not distribute this component DOMNormalizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java [VMware does not distribute this component ElementImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/ElementImpl.java [VMware does not distribute this component XSDComplexTypeTraverser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.java [VMware does not distribute this component FilterExprWalker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/FilterExprWalker.java [VMware does not distribute this component WalkerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/WalkerFactory.java [VMware does not distribute this component XPathParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/XPathParser.java [VMware does not distribute this component XPath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/XPath.java Copyright (c) 2017, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ConstantLong.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java [VMware does not distribute this component Const.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/Const.java [VMware does not distribute this component ExceptionConst.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/ExceptionConst.java [VMware does not distribute this component BIPUSH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/BIPUSH.java [VMware does not distribute this component ICONST.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ICONST.java [VMware does not distribute this component LCONST.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/LCONST.java [VMware does not distribute this component ReferenceType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/ReferenceType.java [VMware does not distribute this component SIPUSH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/bcel/internal/generic/SIPUSH.java [VMware does not distribute this component ExsltDatetime.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java [VMware does not distribute this component ExsltDynamic.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/ExsltDynamic.java [VMware does not distribute this component ExsltMath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/ExsltMath.java [VMware does not distribute this component ExsltStrings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/ExsltStrings.java [VMware does not distribute this component Extensions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/lib/Extensions.java [VMware does not distribute this component XSLMessages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLMessages.java [VMware does not distribute this component XSLTErrorResources_de.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_de.java [VMware does not distribute this component XSLTErrorResources_es.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_es.java [VMware does not distribute this component XSLTErrorResources_fr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_fr.java [VMware does not distribute this component XSLTErrorResources_it.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_it.java [VMware does not distribute this component XSLTErrorResources_ja.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ja.java [VMware does not distribute this component XSLTErrorResources.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources.java [VMware does not distribute this component XSLTErrorResources_ko.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.java [VMware does not distribute this component XSLTErrorResources_pt_BR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_pt_BR.java [VMware does not distribute this component XSLTErrorResources_sv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java [VMware does not distribute this component XSLTErrorResources_zh_CN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.java [VMware does not distribute this component XSLTErrorResources_zh_TW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_TW.java [VMware does not distribute this component ConfigurationError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/utils/ConfigurationError.java [VMware does not distribute this component ObjectFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java [VMware does not distribute this component BinOpExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.java [VMware does not distribute this component CastCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.java [VMware does not distribute this component ConcatCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.java [VMware does not distribute this component ContainsCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.java [VMware does not distribute this component DocumentCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.java [VMware does not distribute this component ElementAvailableCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.java [VMware does not distribute this component Expression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java [VMware does not distribute this component FilterExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.java [VMware does not distribute this component FloorCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.java [VMware does not distribute this component FlowList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.java [VMware does not distribute this component FormatNumberCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.java [VMware does not distribute this component FunctionAvailableCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.java [VMware does not distribute this component GenerateIdCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.java [VMware does not distribute this component KeyCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java [VMware does not distribute this component LangCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.java [VMware does not distribute this component LocalNameCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.java [VMware does not distribute this component LogicalExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.java [VMware does not distribute this component Message.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Message.java [VMware does not distribute this component NameBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java [VMware does not distribute this component NameCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.java [VMware does not distribute this component NamespaceUriCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.java [VMware does not distribute this component NotCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.java [VMware does not distribute this component NumberCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.java [VMware does not distribute this component Number.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Number.java [VMware does not distribute this component Predicate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.java [VMware does not distribute this component ProcessingInstructionPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.java [VMware does not distribute this component RelationalExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.java [VMware does not distribute this component RoundCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.java [VMware does not distribute this component StartsWithCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.java [VMware does not distribute this component Step.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Step.java [VMware does not distribute this component StepPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java [VMware does not distribute this component StringCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.java [VMware does not distribute this component StringLengthCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.java [VMware does not distribute this component TopLevelElement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.java [VMware does not distribute this component UnaryOpExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.java [VMware does not distribute this component UnionPathExpr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java [VMware does not distribute this component UnparsedEntityUriCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.java [VMware does not distribute this component UseAttributeSets.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.java [VMware does not distribute this component AttributeSetMethodGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.java [VMware does not distribute this component InternalError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/InternalError.java [VMware does not distribute this component IntType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java [VMware does not distribute this component MarkerInstruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MarkerInstruction.java [VMware does not distribute this component MethodType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.java [VMware does not distribute this component ObjectType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.java [VMware does not distribute this component RealType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.java [VMware does not distribute this component StringStack.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.java [VMware does not distribute this component Type.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.java [VMware does not distribute this component Util.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java [VMware does not distribute this component Whitespace.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.java [VMware does not distribute this component XPathLexer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.java [VMware does not distribute this component ForwardPositionIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/ForwardPositionIterator.java [VMware does not distribute this component LoadDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.java [VMware does not distribute this component NodeCounter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.java [VMware does not distribute this component NodeSortRecordFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.java [VMware does not distribute this component NodeSortRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.java [VMware does not distribute this component Attributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/Attributes.java [VMware does not distribute this component InternalRuntimeError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/InternalRuntimeError.java [VMware does not distribute this component WriterOutputBuffer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java [VMware does not distribute this component XSLTCSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.java [VMware does not distribute this component AttributeMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/AttributeMap.java [VMware does not distribute this component DeepNodeListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.java [VMware does not distribute this component DeferredDocumentTypeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.java [VMware does not distribute this component DOMImplementationListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.java [VMware does not distribute this component DOMImplementationSourceImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.java [VMware does not distribute this component DOMMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java [VMware does not distribute this component DOMStringListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.java [VMware does not distribute this component DOMXSImplementationSourceImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.java [VMware does not distribute this component PSVIAttrNSImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.java [VMware does not distribute this component PSVIElementNSImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl.java [VMware does not distribute this component RangeImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/RangeImpl.java [VMware does not distribute this component CMAny.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/models/CMAny.java [VMware does not distribute this component CMLeaf.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/models/CMLeaf.java [VMware does not distribute this component DFAContentModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.java [VMware does not distribute this component XMLDTDDescription.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.java [VMware does not distribute this component XMLDTDLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.java [VMware does not distribute this component XMLDTDProcessor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.java [VMware does not distribute this component DatatypeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.java [VMware does not distribute this component Base64.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/util/Base64.java [VMware does not distribute this component ByteListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.java [VMware does not distribute this component BaseDVFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.java [VMware does not distribute this component ExtendedSchemaDVFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/ExtendedSchemaDVFactoryImpl.java [VMware does not distribute this component XSFacets.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/XSFacets.java [VMware does not distribute this component FullDVFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java [VMware does not distribute this component ListDV.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.java [VMware does not distribute this component SchemaDVFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.java [VMware does not distribute this component XSSimpleTypeDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.java [VMware does not distribute this component XMLMessageFormatter_de.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_de.java [VMware does not distribute this component XMLMessageFormatter_es.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_es.java [VMware does not distribute this component XMLMessageFormatter_fr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_fr.java [VMware does not distribute this component XMLMessageFormatter_it.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_it.java [VMware does not distribute this component XMLMessageFormatter_ja.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ja.java [VMware does not distribute this component XMLMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.java [VMware does not distribute this component XMLMessageFormatter_ko.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ko.java [VMware does not distribute this component XMLMessageFormatter_pt_BR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_pt_BR.java [VMware does not distribute this component XMLMessageFormatter_sv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_sv.java [VMware does not distribute this component XMLMessageFormatter_zh_CN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_CN.java [VMware does not distribute this component XMLMessageFormatter_zh_TW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_TW.java [VMware does not distribute this component ConfigurableValidationState.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/validation/ConfigurableValidationState.java [VMware does not distribute this component ValidationManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.java [VMware does not distribute this component ValidationState.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/validation/ValidationState.java [VMware does not distribute this component AttributePSVImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java [VMware does not distribute this component ElementPSVImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.java [VMware does not distribute this component XPathMatcher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher.java [VMware does not distribute this component SchemaDOM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.java [VMware does not distribute this component PSVIErrorList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/PSVIErrorList.java [VMware does not distribute this component SchemaGrammar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.java [VMware does not distribute this component StAXSchemaParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/StAXSchemaParser.java [VMware does not distribute this component XSDAbstractTraverser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.java [VMware does not distribute this component XSDElementTraverser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java [VMware does not distribute this component XSDocumentInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.java [VMware does not distribute this component XSDSimpleTypeTraverser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java [VMware does not distribute this component XSDUniqueOrKeyTraverser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.java [VMware does not distribute this component LSInputListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/LSInputListImpl.java [VMware does not distribute this component ObjectListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/ObjectListImpl.java [VMware does not distribute this component ShortListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.java [VMware does not distribute this component StringListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.java [VMware does not distribute this component XSGrammarPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.java [VMware does not distribute this component XSNamedMapImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.java [VMware does not distribute this component XSObjectListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.java [VMware does not distribute this component XSAttributeDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl.java [VMware does not distribute this component XSAttributeUseImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl.java [VMware does not distribute this component XSComplexTypeDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.java [VMware does not distribute this component XSConstraints.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.java [VMware does not distribute this component XSElementDecl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSElementDecl.java [VMware does not distribute this component XSMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.java [VMware does not distribute this component XSModelImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.java [VMware does not distribute this component DurationImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java [VMware does not distribute this component UnparsedEntityHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.java [VMware does not distribute this component AbstractXMLSchema.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.java [VMware does not distribute this component DOMResultBuilder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.java [VMware does not distribute this component DOMValidatorHelper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java [VMware does not distribute this component JAXPValidationMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.java [VMware does not distribute this component SimpleXMLSchema.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.java [VMware does not distribute this component SoftReferenceGrammarPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.java [VMware does not distribute this component WeakReferenceXMLSchema.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.java [VMware does not distribute this component WrappedSAXException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java [VMware does not distribute this component AbstractDOMParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.java [VMware does not distribute this component XML11DTDConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.java [VMware does not distribute this component XML11NonValidatingConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.java [VMware does not distribute this component AttributesProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/AttributesProxy.java [VMware does not distribute this component DatatypeMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.java [VMware does not distribute this component DOMEntityResolverWrapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.java [VMware does not distribute this component JAXPNamespaceContextWrapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/JAXPNamespaceContextWrapper.java [VMware does not distribute this component NamespaceSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/NamespaceSupport.java [VMware does not distribute this component SAXMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.java [VMware does not distribute this component ConfigurationError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/utils/ConfigurationError.java [VMware does not distribute this component ObjectFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java [VMware does not distribute this component SymbolHash.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/util/SymbolHash.java [VMware does not distribute this component MultipleScopeNamespaceSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.java [VMware does not distribute this component XIncludeMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.java [VMware does not distribute this component Augmentations.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xni/Augmentations.java [VMware does not distribute this component NamespaceContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xni/NamespaceContext.java [VMware does not distribute this component ElementSchemePointer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java [VMware does not distribute this component ShortHandPointer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xpointer/ShortHandPointer.java [VMware does not distribute this component XPointerHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java [VMware does not distribute this component XPointerMessageFormatter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java [VMware does not distribute this component ByteList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java [VMware does not distribute this component ObjectList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.java [VMware does not distribute this component ItemPSVI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/ItemPSVI.java [VMware does not distribute this component LSInputList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/LSInputList.java [VMware does not distribute this component ShortList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/ShortList.java [VMware does not distribute this component StringList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/StringList.java [VMware does not distribute this component XSAttributeDeclaration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration.java [VMware does not distribute this component XSAttributeUse.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSAttributeUse.java [VMware does not distribute this component XSElementDeclaration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSElementDeclaration.java [VMware does not distribute this component XSNamedMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSNamedMap.java [VMware does not distribute this component XSNamespaceItemList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java [VMware does not distribute this component XSObjectList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/xs/XSObjectList.java [VMware does not distribute this component DTMManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/DTMManager.java [VMware does not distribute this component CoroutineParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.java [VMware does not distribute this component DOM2DTM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.java [VMware does not distribute this component DTMDefaultBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.java [VMware does not distribute this component DTMDocumentImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.java [VMware does not distribute this component DTMNodeList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.java [VMware does not distribute this component DTMNodeProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java [VMware does not distribute this component DTMStringPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.java [VMware does not distribute this component IncrementalSAXSource_Xerces.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java [VMware does not distribute this component SAX2RTFDTM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.java [VMware does not distribute this component XMLMessages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/res/XMLMessages.java [VMware does not distribute this component DOMSerializerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java [VMware does not distribute this component DOMSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/DOMSerializer.java [VMware does not distribute this component EncodingInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/EncodingInfo.java [VMware does not distribute this component IndentPrinter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/IndentPrinter.java [VMware does not distribute this component LineSeparator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/LineSeparator.java [VMware does not distribute this component Method.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/Method.java [VMware does not distribute this component OutputFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/OutputFormat.java [VMware does not distribute this component Printer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/Printer.java [VMware does not distribute this component CharInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/CharInfo.java [VMware does not distribute this component Encodings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/Encodings.java [VMware does not distribute this component NamespaceMappings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/NamespaceMappings.java [VMware does not distribute this component OutputPropertiesFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java [VMware does not distribute this component SerializerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/SerializerFactory.java [VMware does not distribute this component Messages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/utils/Messages.java [VMware does not distribute this component URI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/utils/URI.java [VMware does not distribute this component SerializerFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/SerializerFactoryImpl.java [VMware does not distribute this component Serializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/Serializer.java [VMware does not distribute this component TextSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/TextSerializer.java [VMware does not distribute this component XHTMLSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/XHTMLSerializer.java [VMware does not distribute this component XML11Serializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/XML11Serializer.java [VMware does not distribute this component XMLSerializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serialize/XMLSerializer.java [VMware does not distribute this component AttList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/AttList.java [VMware does not distribute this component DOM2Helper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/DOM2Helper.java [VMware does not distribute this component ObjectPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/ObjectPool.java [VMware does not distribute this component QName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/QName.java [VMware does not distribute this component StringComparable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/StringComparable.java [VMware does not distribute this component StylesheetPIHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java [VMware does not distribute this component URI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/utils/URI.java [VMware does not distribute this component AxesWalker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/AxesWalker.java [VMware does not distribute this component FilterExprIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/FilterExprIterator.java [VMware does not distribute this component FilterExprIteratorSimple.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.java [VMware does not distribute this component HasPositionalPredChecker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/HasPositionalPredChecker.java [VMware does not distribute this component IteratorPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/IteratorPool.java [VMware does not distribute this component LocPathIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java [VMware does not distribute this component MatchPatternIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java [VMware does not distribute this component NodeSequence.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/NodeSequence.java [VMware does not distribute this component PredicatedNodeTest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java [VMware does not distribute this component UnionChildIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/UnionChildIterator.java [VMware does not distribute this component UnionPathIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java [VMware does not distribute this component WalkingIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/WalkingIterator.java [VMware does not distribute this component WalkingIteratorSorted.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.java [VMware does not distribute this component CachedXPathAPI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/CachedXPathAPI.java [VMware does not distribute this component Lexer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/Lexer.java [VMware does not distribute this component OpMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/OpMap.java [VMware does not distribute this component Expression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/Expression.java [VMware does not distribute this component ExtensionsProvider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/ExtensionsProvider.java [VMware does not distribute this component FuncCurrent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncCurrent.java [VMware does not distribute this component FuncExtFunction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java [VMware does not distribute this component FuncFalse.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncFalse.java [VMware does not distribute this component FuncLast.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncLast.java [VMware does not distribute this component FuncPosition.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncPosition.java [VMware does not distribute this component FuncSystemProperty.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java [VMware does not distribute this component Function2Args.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/Function2Args.java [VMware does not distribute this component Function3Args.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/Function3Args.java [VMware does not distribute this component FunctionMultiArgs.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.java [VMware does not distribute this component FunctionOneArg.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FunctionOneArg.java [VMware does not distribute this component FuncTrue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/functions/FuncTrue.java [VMware does not distribute this component NodeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/NodeSet.java [VMware does not distribute this component XBoolean.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/objects/XBoolean.java [VMware does not distribute this component XNodeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/objects/XNodeSet.java [VMware does not distribute this component XNumber.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/objects/XNumber.java [VMware does not distribute this component XObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/objects/XObject.java [VMware does not distribute this component XRTreeFragSelectWrapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.java [VMware does not distribute this component Operation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/operations/Operation.java [VMware does not distribute this component Quo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/operations/Quo.java [VMware does not distribute this component UnaryOperation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/operations/UnaryOperation.java [VMware does not distribute this component Variable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/operations/Variable.java [VMware does not distribute this component ContextMatchStepPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.java [VMware does not distribute this component FunctionPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/patterns/FunctionPattern.java [VMware does not distribute this component NodeTest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/patterns/NodeTest.java [VMware does not distribute this component StepPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/patterns/StepPattern.java [VMware does not distribute this component UnionPattern.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/patterns/UnionPattern.java [VMware does not distribute this component XPATHMessages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/res/XPATHMessages.java [VMware does not distribute this component SourceTreeManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/SourceTreeManager.java [VMware does not distribute this component VariableStack.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/VariableStack.java [VMware does not distribute this component XPathException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/XPathException.java Copyright (c) 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DOMStringListImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/dom3/DOMStringListImpl.java [VMware does not distribute this component NamespaceSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/dom3/NamespaceSupport.java Copyright (c) 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. [VMware does not distribute this component XSLOutputAttributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.java Copyright (c) 2017, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component ToTextStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xml/internal/serializer/ToTextStream.java Copyright (c) 2018, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DOM2TO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO.java [VMware does not distribute this component TextImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xerces/internal/dom/TextImpl.java [VMware does not distribute this component Compiler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/compiler/Compiler.java [VMware does not distribute this component XPATHErrorResources.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml/com/sun/org/apache/xpath/internal/res/XPATHErrorResources.java Copyright (c) 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF 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. [VMware does not distribute this component DOMReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMReference.java [VMware does not distribute this component DOMRetrievalMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java [VMware does not distribute this component DOMXMLSignature.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.xml.crypto/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java Portions copyright (c) 2005, 2019, Oracle and/or its affiliates. Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. > BSD-2 [VMware does not distribute this component module-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/module-info.java [VMware does not distribute this component ChaCha20Cipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/com/sun/crypto/provider/ChaCha20Cipher.java [VMware does not distribute this component ChaCha20KeyGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/com/sun/crypto/provider/ChaCha20KeyGenerator.java [VMware does not distribute this component RSAKeyGenParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/java/security/spec/RSAKeyGenParameterSpec.java [VMware does not distribute this component RSAPrivateCrtKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/java/security/spec/RSAPrivateCrtKeySpec.java [VMware does not distribute this component RSAPrivateKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/java/security/spec/RSAPrivateKeySpec.java [VMware does not distribute this component RSAPublicKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/java/security/spec/RSAPublicKeySpec.java [VMware does not distribute this component ChaCha20ParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/crypto/spec/ChaCha20ParameterSpec.java [VMware does not distribute this component ExtendedSSLSession.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/ExtendedSSLSession.java [VMware does not distribute this component SSLEngine.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/SSLEngine.java [VMware does not distribute this component SSLEngineResult.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/SSLEngineResult.java [VMware does not distribute this component SSLParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/SSLParameters.java [VMware does not distribute this component SSLSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/SSLSocket.java [VMware does not distribute this component OpenJSSE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/net/ssl/OpenJSSE.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/net/www/protocol/https/Handler.java [VMware does not distribute this component HostNameAccessor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/HostNameAccessor.java [VMware does not distribute this component KeyManagerFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/KeyManagerFactoryImpl.java [VMware does not distribute this component OpenJSSE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/OpenJSSE.java [VMware does not distribute this component PreSharedKeyExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/PreSharedKeyExtension.java [VMware does not distribute this component RandomCookie.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/RandomCookie.java [VMware does not distribute this component RenegoInfoExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/RenegoInfoExtension.java [VMware does not distribute this component SSLConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLConfiguration.java [VMware does not distribute this component SSLContextImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLContextImpl.java [VMware does not distribute this component SSLEngineImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLEngineImpl.java [VMware does not distribute this component SSLLogger.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLLogger.java [VMware does not distribute this component SSLSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSocketImpl.java [VMware does not distribute this component TransportContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/TransportContext.java [VMware does not distribute this component CurveDB.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/util/CurveDB.java [VMware does not distribute this component PKIXValidator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/validator/PKIXValidator.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/util/package-info.java [VMware does not distribute this component RSAKeyUtil.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/util/RSAKeyUtil.java [VMware does not distribute this component Version.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/Version.java Copyright 2019 Azul Systems, Inc. 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. * * 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 HOLDER 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. [VMware does not distribute this component AESCrypt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/AESCrypt.java Copyright (c) 1995-2000 The Cryptix Foundation Limited. Use, modification, copying and distribution of this softwareas is subject * the terms and conditions of the Cryptix General Licence. You should have * received a copy of the Cryptix General Licence along with this library; * if not, you can download a copy from http://www.cryptix.org/ . [VMware does not distribute this component aes.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.base/aes.md Copyright (c) 1995-2005 The Cryptix Foundation Limited. Cryptix General [License] <[pre]> [Cryptix] [General] [License] [Copyright] ([c]) [1995]-[2005] [The] [Cryptix] [Foundation] [Limited]. [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 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. THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED 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 CRYPTIX FOUNDATION LIMITED 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. > BSD-3 [VMware does not distribute this component double-conversion.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/jdk.scripting.nashorn/double-conversion.md Copyright 2006-2011, the V8 project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of Google Inc. 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. [VMware does not distribute this component AbstractJavaLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/AbstractJavaLinker.java [VMware does not distribute this component AccessibleMembersLookup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/AccessibleMembersLookup.java [VMware does not distribute this component ApplicableOverloadedMethods.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/ApplicableOverloadedMethods.java [VMware does not distribute this component BeanIntrospector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/BeanIntrospector.java [VMware does not distribute this component BeanLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/BeanLinker.java [VMware does not distribute this component BeansLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/BeansLinker.java [VMware does not distribute this component CallerSensitiveDynamicMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/CallerSensitiveDynamicMethod.java [VMware does not distribute this component CheckRestrictedPackage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/CheckRestrictedPackage.java [VMware does not distribute this component ClassLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/ClassLinker.java [VMware does not distribute this component ClassString.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/ClassString.java [VMware does not distribute this component DynamicMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/DynamicMethod.java [VMware does not distribute this component DynamicMethodLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/DynamicMethodLinker.java [VMware does not distribute this component FacetIntrospector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/FacetIntrospector.java [VMware does not distribute this component GuardedInvocationComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/GuardedInvocationComponent.java [VMware does not distribute this component MaximallySpecific.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/MaximallySpecific.java [VMware does not distribute this component OverloadedDynamicMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/OverloadedDynamicMethod.java [VMware does not distribute this component OverloadedMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/OverloadedMethod.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/package-info.java [VMware does not distribute this component SimpleDynamicMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/SimpleDynamicMethod.java [VMware does not distribute this component SingleDynamicMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/SingleDynamicMethod.java [VMware does not distribute this component StaticClassIntrospector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/StaticClassIntrospector.java [VMware does not distribute this component StaticClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/StaticClass.java [VMware does not distribute this component StaticClassLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/beans/StaticClassLinker.java [VMware does not distribute this component CallSiteDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/CallSiteDescriptor.java [VMware does not distribute this component ClassMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/ClassMap.java [VMware does not distribute this component DynamicLinkerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/DynamicLinkerFactory.java [VMware does not distribute this component DynamicLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/DynamicLinker.java [VMware does not distribute this component ConversionComparator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/ConversionComparator.java [VMware does not distribute this component GuardedInvocation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/GuardedInvocation.java [VMware does not distribute this component GuardedInvocationTransformer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/GuardedInvocationTransformer.java [VMware does not distribute this component GuardingDynamicLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/GuardingDynamicLinker.java [VMware does not distribute this component GuardingTypeConverterFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/GuardingTypeConverterFactory.java [VMware does not distribute this component LinkerServices.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/LinkerServices.java [VMware does not distribute this component LinkRequest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/LinkRequest.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/package-info.java [VMware does not distribute this component LinkerServicesImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/LinkerServicesImpl.java [VMware does not distribute this component CompositeGuardingDynamicLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/CompositeGuardingDynamicLinker.java [VMware does not distribute this component CompositeTypeBasedGuardingDynamicLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/CompositeTypeBasedGuardingDynamicLinker.java [VMware does not distribute this component Guards.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/Guards.java [VMware does not distribute this component Lookup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/Lookup.java [VMware does not distribute this component SimpleLinkRequest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/SimpleLinkRequest.java [VMware does not distribute this component TypeUtilities.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/TypeUtilities.java [VMware does not distribute this component TypeBasedGuardingDynamicLinker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/TypeBasedGuardingDynamicLinker.java [VMware does not distribute this component NoSuchDynamicMethodException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/NoSuchDynamicMethodException.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/package-info.java [VMware does not distribute this component RelinkableCallSite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/RelinkableCallSite.java [VMware does not distribute this component AbstractRelinkableCallSite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/support/AbstractRelinkableCallSite.java [VMware does not distribute this component ChainedCallSite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/support/ChainedCallSite.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/support/package-info.java [VMware does not distribute this component SimpleRelinkableCallSite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/support/SimpleRelinkableCallSite.java [VMware does not distribute this component TypeConverterFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/TypeConverterFactory.java Copyright 2009-2013 Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component MethodHandleTransformer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/MethodHandleTransformer.java [VMware does not distribute this component DefaultInternalObjectFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/DefaultInternalObjectFilter.java Copyright 2009-2015 Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component MethodTypeConversionStrategy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/MethodTypeConversionStrategy.java Copyright 2014 Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/linker/support/package-info.java [VMware does not distribute this component NamedOperation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/NamedOperation.java [VMware does not distribute this component Operation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/Operation.java [VMware does not distribute this component StandardOperation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/StandardOperation.java Copyright 2015 Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component Namespace.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/Namespace.java [VMware does not distribute this component NamespaceOperation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/NamespaceOperation.java [VMware does not distribute this component StandardNamespace.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.dynalink/jdk/dynalink/StandardNamespace.java Copyright 2016 Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component DynamicTreeNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SampleTree/src/DynamicTreeNode.java [VMware does not distribute this component SampleData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SampleTree/src/SampleData.java [VMware does not distribute this component SampleTreeCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java [VMware does not distribute this component SampleTreeModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SampleTree/src/SampleTreeModel.java [VMware does not distribute this component JDBCAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/JDBCAdapter.java [VMware does not distribute this component OldJTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/OldJTable.java [VMware does not distribute this component TableExample2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableExample2.java [VMware does not distribute this component TableExample3.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableExample3.java [VMware does not distribute this component TableExample.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableExample.java [VMware does not distribute this component TableMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableMap.java [VMware does not distribute this component TableSorter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableSorter.java Copyright (c) 1997, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component Notepad.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Notepad/src/Notepad.java [VMware does not distribute this component Notepad.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Stylepad/src/Notepad.java Copyright (c) 1997, 2012, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component TableExample4.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TableExample/src/TableExample4.java Copyright (c) 1997, 2013, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component SampleTree.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SampleTree/src/SampleTree.java Copyright (c) 1997, 2015, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component ExampleFileSystemView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/FileChooserDemo/src/ExampleFileSystemView.java [VMware does not distribute this component ExampleFileView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/FileChooserDemo/src/ExampleFileView.java [VMware does not distribute this component AquaMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/AquaMetalTheme.java [VMware does not distribute this component BigContrastMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/BigContrastMetalTheme.java [VMware does not distribute this component ContrastMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/ContrastMetalTheme.java [VMware does not distribute this component DemoMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/DemoMetalTheme.java [VMware does not distribute this component GreenMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/GreenMetalTheme.java [VMware does not distribute this component KhakiMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/KhakiMetalTheme.java [VMware does not distribute this component MetalThemeMenu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalThemeMenu.java [VMware does not distribute this component MetalworksDocumentFrame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java [VMware does not distribute this component MetalworksFrame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalworksFrame.java [VMware does not distribute this component MetalworksHelp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalworksHelp.java [VMware does not distribute this component MetalworksInBox.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalworksInBox.java [VMware does not distribute this component Metalworks.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/Metalworks.java [VMware does not distribute this component MetalworksPrefs.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/MetalworksPrefs.java [VMware does not distribute this component PropertiesMetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/PropertiesMetalTheme.java [VMware does not distribute this component UISwitchListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Metalworks/src/UISwitchListener.java [VMware does not distribute this component ElementTreePanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Notepad/src/ElementTreePanel.java [VMware does not distribute this component ElementTreePanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Stylepad/src/ElementTreePanel.java Copyright (c) 1998, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component FileChooserDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/FileChooserDemo/src/FileChooserDemo.java Copyright (c) 1998, 2013, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component Font2DTest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Font2DTest/src/Font2DTest.java Copyright (c) 1999, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component asm.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.base/asm.md Copyright (c) 2000-2011 France Telecom 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. [VMware does not distribute this component Font2DTestApplet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Font2DTest/src/Font2DTestApplet.java [VMware does not distribute this component RangeMenu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Font2DTest/src/RangeMenu.java Copyright (c) 2000, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component FontPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Font2DTest/src/FontPanel.java Copyright (c) 2000, 2013, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component pcsclite.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.smartcardio/pcsclite.md Copyright (c) 2001-2011 Ludovic Rousseau 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. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. [Changes] [to] [this] [license] [can] [be] [made] [only] [by] [the] [copyright] [author] [with] [explicit] [written] [consent]. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. [VMware does not distribute this component CodePointInputMethodDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/CodePointIM/src/com/sun/inputmethods/internal/codepointim/CodePointInputMethodDescriptor.java [VMware does not distribute this component CodePointInputMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/CodePointIM/src/com/sun/inputmethods/internal/codepointim/CodePointInputMethod.java Copyright (c) 2002, 2013, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component jline.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/jdk.internal.le/jline.md Copyright (c) 2002-2018, the original author or authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 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. Neither the name of [JLine] 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. [VMware does not distribute this component CodePointIM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/CodePointIM/src/CodePointIM.java Copyright (c) 2004, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/project.xml Copyright (c) 2006, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 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. - Neither the name of Oracle 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. [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/FileChooserDemo/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Font2DTest/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Font2DTest/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Metalworks/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Metalworks/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Notepad/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Notepad/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/Notepad/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SampleTree/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SampleTree/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SwingApplet/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/SwingApplet/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TableExample/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TableExample/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TableExample/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/FullThreadDump/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/FullThreadDump/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/JTop/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/JTop/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/JTop/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/JTop/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/MemoryMonitor/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/MemoryMonitor/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/VerboseGC/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/VerboseGC/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/management/VerboseGC/nbproject/project.xml [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/scripting/jconsole-plugin/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml Copyright (c) 2006, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 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. - Neither the name of Oracle 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. [VMware does not distribute this component AnimatingContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/AnimatingContext.java [VMware does not distribute this component AnimatingControlsSurface.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/AnimatingControlsSurface.java [VMware does not distribute this component AnimatingSurface.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/AnimatingSurface.java [VMware does not distribute this component CloningFeature.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/CloningFeature.java [VMware does not distribute this component ControlsSurface.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/ControlsSurface.java [VMware does not distribute this component CustomControlsContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/CustomControlsContext.java [VMware does not distribute this component CustomControls.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/CustomControls.java [VMware does not distribute this component DemoFonts.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoFonts.java [VMware does not distribute this component DemoGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoGroup.java [VMware does not distribute this component DemoImages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoImages.java [VMware does not distribute this component DemoPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoPanel.java [VMware does not distribute this component Arcs.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Arcs_Curves/Arcs.java [VMware does not distribute this component BezierAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Arcs_Curves/BezierAnim.java [VMware does not distribute this component Curves.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Arcs_Curves/Curves.java [VMware does not distribute this component Ellipses.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Arcs_Curves/Ellipses.java [VMware does not distribute this component Areas.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Clipping/Areas.java [VMware does not distribute this component ClipAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Clipping/ClipAnim.java [VMware does not distribute this component Intersection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Clipping/Intersection.java [VMware does not distribute this component Text.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Clipping/Text.java [VMware does not distribute this component BullsEye.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Colors/BullsEye.java [VMware does not distribute this component ColorConvert.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Colors/ColorConvert.java [VMware does not distribute this component Rotator3D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Colors/Rotator3D.java [VMware does not distribute this component ACimages.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Composite/ACimages.java [VMware does not distribute this component ACrules.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Composite/ACrules.java [VMware does not distribute this component FadeAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Composite/FadeAnim.java [VMware does not distribute this component AllFonts.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Fonts/AllFonts.java [VMware does not distribute this component AttributedStr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Fonts/AttributedStr.java [VMware does not distribute this component Highlighting.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Fonts/Highlighting.java [VMware does not distribute this component Outline.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Fonts/Outline.java [VMware does not distribute this component Tree.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Fonts/Tree.java [VMware does not distribute this component DukeAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Images/DukeAnim.java [VMware does not distribute this component ImageOps.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Images/ImageOps.java [VMware does not distribute this component JPEGFlip.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Images/JPEGFlip.java [VMware does not distribute this component WarpImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Images/WarpImage.java [VMware does not distribute this component Caps.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Lines/Caps.java [VMware does not distribute this component Dash.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Lines/Dash.java [VMware does not distribute this component Joins.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Lines/Joins.java [VMware does not distribute this component LineAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Lines/LineAnim.java [VMware does not distribute this component Balls.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Mix/Balls.java [VMware does not distribute this component BezierScroller.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Mix/BezierScroller.java [VMware does not distribute this component Stars3D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Mix/Stars3D.java [VMware does not distribute this component GradAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paint/GradAnim.java [VMware does not distribute this component Gradient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paint/Gradient.java [VMware does not distribute this component TextureAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paint/TextureAnim.java [VMware does not distribute this component Texture.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paint/Texture.java [VMware does not distribute this component Append.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paths/Append.java [VMware does not distribute this component CurveQuadTo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paths/CurveQuadTo.java [VMware does not distribute this component FillStroke.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paths/FillStroke.java [VMware does not distribute this component WindingRule.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Paths/WindingRule.java [VMware does not distribute this component Rotate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Transforms/Rotate.java [VMware does not distribute this component SelectTx.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Transforms/SelectTx.java [VMware does not distribute this component TransformAnim.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/demos/Transforms/TransformAnim.java [VMware does not distribute this component GlobalControls.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/GlobalControls.java [VMware does not distribute this component GlobalPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/GlobalPanel.java [VMware does not distribute this component Intro.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/Intro.java [VMware does not distribute this component J2Ddemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/J2Ddemo.java [VMware does not distribute this component MemoryMonitor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/MemoryMonitor.java [VMware does not distribute this component PerformanceMonitor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/PerformanceMonitor.java [VMware does not distribute this component RunWindow.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/RunWindow.java [VMware does not distribute this component Surface.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/Surface.java [VMware does not distribute this component TextureChooser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/TextureChooser.java [VMware does not distribute this component Tools.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/Tools.java [VMware does not distribute this component HelloWorld.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Stylepad/src/HelloWorld.java [VMware does not distribute this component Stylepad.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Stylepad/src/Stylepad.java [VMware does not distribute this component Wonderland.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/Stylepad/src/Wonderland.java Copyright (c) 2007, 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component SwingSet2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/SwingSet2.java [VMware does not distribute this component SwingSet2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/SwingSet2.java Copyright (c) 2007, 2014, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component BezierAnimationPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/BezierAnimationPanel.java [VMware does not distribute this component BezierAnimationPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/BezierAnimationPanel.java Copyright (c) 2007, 2019, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component AquaTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/AquaTheme.java [VMware does not distribute this component ButtonDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ButtonDemo.java [VMware does not distribute this component CharcoalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/CharcoalTheme.java [VMware does not distribute this component ColorChooserDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ColorChooserDemo.java [VMware does not distribute this component ComboBoxDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ComboBoxDemo.java [VMware does not distribute this component ContrastTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ContrastTheme.java [VMware does not distribute this component DemoModule.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/DemoModule.java [VMware does not distribute this component DirectionPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/DirectionPanel.java [VMware does not distribute this component EmeraldTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/EmeraldTheme.java [VMware does not distribute this component ExampleFileView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ExampleFileView.java [VMware does not distribute this component FileChooserDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/FileChooserDemo.java [VMware does not distribute this component HtmlDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/HtmlDemo.java [VMware does not distribute this component InternalFrameDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/InternalFrameDemo.java [VMware does not distribute this component LayoutControlPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/LayoutControlPanel.java [VMware does not distribute this component ListDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ListDemo.java [VMware does not distribute this component OptionPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/OptionPaneDemo.java [VMware does not distribute this component Permuter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/Permuter.java [VMware does not distribute this component ProgressBarDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ProgressBarDemo.java [VMware does not distribute this component RubyTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/RubyTheme.java [VMware does not distribute this component ScrollPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ScrollPaneDemo.java [VMware does not distribute this component SliderDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/SliderDemo.java [VMware does not distribute this component SplitPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/SplitPaneDemo.java [VMware does not distribute this component SwingSet2Applet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/SwingSet2Applet.java [VMware does not distribute this component TabbedPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/TabbedPaneDemo.java [VMware does not distribute this component TableDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/TableDemo.java [VMware does not distribute this component ToolTipDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/ToolTipDemo.java [VMware does not distribute this component TreeDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/TreeDemo.java [VMware does not distribute this component AquaTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/AquaTheme.java [VMware does not distribute this component ButtonDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ButtonDemo.java [VMware does not distribute this component CharcoalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/CharcoalTheme.java [VMware does not distribute this component ColorChooserDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ColorChooserDemo.java [VMware does not distribute this component ComboBoxDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ComboBoxDemo.java [VMware does not distribute this component ContrastTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ContrastTheme.java [VMware does not distribute this component DemoModule.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/DemoModule.java [VMware does not distribute this component DirectionPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/DirectionPanel.java [VMware does not distribute this component EmeraldTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/EmeraldTheme.java [VMware does not distribute this component ExampleFileView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ExampleFileView.java [VMware does not distribute this component FileChooserDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/FileChooserDemo.java [VMware does not distribute this component HtmlDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/HtmlDemo.java [VMware does not distribute this component InternalFrameDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/InternalFrameDemo.java [VMware does not distribute this component LayoutControlPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/LayoutControlPanel.java [VMware does not distribute this component ListDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ListDemo.java [VMware does not distribute this component OptionPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/OptionPaneDemo.java [VMware does not distribute this component Permuter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/Permuter.java [VMware does not distribute this component ProgressBarDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ProgressBarDemo.java [VMware does not distribute this component RubyTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/RubyTheme.java [VMware does not distribute this component ScrollPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ScrollPaneDemo.java [VMware does not distribute this component SliderDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/SliderDemo.java [VMware does not distribute this component SplitPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/SplitPaneDemo.java [VMware does not distribute this component SwingSet2Applet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/SwingSet2Applet.java [VMware does not distribute this component TabbedPaneDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/TabbedPaneDemo.java [VMware does not distribute this component TableDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/TableDemo.java [VMware does not distribute this component ToolTipDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/ToolTipDemo.java [VMware does not distribute this component TreeDemo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/TreeDemo.java Copyright (c) 2007, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component dynalink.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/jdk.dynalink/dynalink.md Copyright (c) 2009-2013, Attila Szegedi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the copyright holder nor the names of 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 COPYRIGHT HOLDER 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. [VMware does not distribute this component Ruler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/TransparentRuler/src/transparentruler/Ruler.java Copyright (c) 2011, 2012, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component build.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TransparentRuler/build.xml [VMware does not distribute this component file-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TransparentRuler/nbproject/file-targets.xml [VMware does not distribute this component jdk.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TransparentRuler/nbproject/jdk.xml [VMware does not distribute this component netbeans-targets.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TransparentRuler/nbproject/netbeans-targets.xml [VMware does not distribute this component project.xml] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/nbproject/jfc/TransparentRuler/nbproject/project.xml Copyright (c) 2011, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 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. - Neither the name of Oracle 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. [VMware does not distribute this component TextAndMnemonicUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/src/TextAndMnemonicUtils.java [VMware does not distribute this component TextAndMnemonicUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/SwingSet2/SwingSet2/TextAndMnemonicUtils.java Copyright (c) 2012, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component DemoInstVarsAccessorImplBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoInstVarsAccessorImplBase.java [VMware does not distribute this component DemoInstVarsAccessor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/demo/jfc/J2Ddemo/src/java2d/DemoInstVarsAccessor.java Copyright (c) 2015, 2018, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. [VMware does not distribute this component NashornLinkerExporter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/api/linker/NashornLinkerExporter.java Copyright (c) 2016, Oracle and/or its affiliates. Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * - 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. * * - Neither the name of Oracle 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. > GPL2.0 [VMware does not distribute this component ComparableTimSort.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ComparableTimSort.java [VMware does not distribute this component TimSort.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/TimSort.java Copyright 2009 Google Inc. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component BignumDtoa.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/BignumDtoa.java [VMware does not distribute this component Bignum.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/Bignum.java [VMware does not distribute this component CachedPowers.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/CachedPowers.java [VMware does not distribute this component DiyFp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/DiyFp.java [VMware does not distribute this component DtoaBuffer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/DtoaBuffer.java [VMware does not distribute this component DtoaMode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/DtoaMode.java [VMware does not distribute this component FastDtoa.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/FastDtoa.java [VMware does not distribute this component FixedDtoa.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/FixedDtoa.java [VMware does not distribute this component IeeeDouble.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/IeeeDouble.java Copyright 2010 the V8 project DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ // This file is available under and governed by the GNU General Public // License version 2 only, as published by the Free Software Foundation. // However, the following notice accompanied the original version of this // file: // // [Copyright] [2010] [the] [V8] [project] [authors]. [All] [rights] [reserved]. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * 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. // * Neither the name of [Google] [Inc]. 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. [VMware does not distribute this component DoubleConversion.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.scripting.nashorn/jdk/nashorn/internal/runtime/doubleconv/DoubleConversion.java Copyright 2011 the V8 project DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ // This file is available under and governed by the GNU General Public // License version 2 only, as published by the Free Software Foundation. // However, the following notice accompanied the original version of this // file: // // [Copyright] [2011] [the] [V8] [project] [authors]. [All] [rights] [reserved]. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * 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. // * Neither the name of [Google] [Inc]. 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. [VMware does not distribute this component LICENSE] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.base/LICENSE Copyright (c) 1989, 1991 Free Software Foundation, Inc. The GNU General Public License (GPL) Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. One line to give the program's name and a brief idea of what it does. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show c' for details. The hypothetical commands 'show w' and 'show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than 'show w' and 'show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program 'Gnomovision' (which makes passes at compilers) written by James Hacker. signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. "CLASSPATH" EXCEPTION TO THE GPL Certain source files distributed by Oracle America and/or its affiliates are subject to the following clarification and special exception to the GPL, but only where Oracle has expressly included in the particular source file's header the words "Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the LICENSE file that accompanied this code." Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. [VMware does not distribute this component freetype.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.desktop/freetype.md Copyright (c) 1989, 1991 Free Software Foundation, Inc. GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. [VMware does not distribute this component TelnetInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/TelnetInputStream.java [VMware does not distribute this component Generic.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/content/text/Generic.java Copyright (c) 1994, 1995, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component plain.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/content/text/plain.java Copyright (c) 1994, 1996, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MimeLauncher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/MimeLauncher.java Copyright (c) 1994, 1998, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/file/Handler.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/ftp/Handler.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/Handler.java [VMware does not distribute this component CatchData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/CatchData.java [VMware does not distribute this component ClassConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/ClassConstantData.java [VMware does not distribute this component ConstantPoolData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/ConstantPoolData.java [VMware does not distribute this component FieldConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/FieldConstantData.java [VMware does not distribute this component NameAndTypeConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/NameAndTypeConstantData.java [VMware does not distribute this component NameAndTypeData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/NameAndTypeData.java [VMware does not distribute this component NumberConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/NumberConstantData.java [VMware does not distribute this component StringConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/StringConstantData.java [VMware does not distribute this component StringExpressionConstantData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/StringExpressionConstantData.java [VMware does not distribute this component ArrayType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ArrayType.java [VMware does not distribute this component BinaryAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryAttribute.java [VMware does not distribute this component BinaryMember.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryMember.java [VMware does not distribute this component ClassType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassType.java [VMware does not distribute this component Environment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Environment.java [VMware does not distribute this component Identifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Identifier.java [VMware does not distribute this component Imports.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Imports.java [VMware does not distribute this component MethodType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/MethodType.java [VMware does not distribute this component Type.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Type.java [VMware does not distribute this component AddExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AddExpression.java [VMware does not distribute this component AndExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AndExpression.java [VMware does not distribute this component ArrayAccessExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ArrayAccessExpression.java [VMware does not distribute this component ArrayExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ArrayExpression.java [VMware does not distribute this component AssignAddExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignAddExpression.java [VMware does not distribute this component AssignBitAndExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignBitAndExpression.java [VMware does not distribute this component AssignBitOrExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignBitOrExpression.java [VMware does not distribute this component AssignBitXorExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignBitXorExpression.java [VMware does not distribute this component AssignDivideExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignDivideExpression.java [VMware does not distribute this component AssignExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignExpression.java [VMware does not distribute this component AssignMultiplyExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignMultiplyExpression.java [VMware does not distribute this component AssignOpExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignOpExpression.java [VMware does not distribute this component AssignRemainderExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignRemainderExpression.java [VMware does not distribute this component AssignShiftLeftExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignShiftLeftExpression.java [VMware does not distribute this component AssignShiftRightExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignShiftRightExpression.java [VMware does not distribute this component AssignSubtractExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignSubtractExpression.java [VMware does not distribute this component AssignUnsignedShiftRightExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/AssignUnsignedShiftRightExpression.java [VMware does not distribute this component BinaryArithmeticExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryArithmeticExpression.java [VMware does not distribute this component BinaryAssignExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryAssignExpression.java [VMware does not distribute this component BinaryBitExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryBitExpression.java [VMware does not distribute this component BinaryCompareExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryCompareExpression.java [VMware does not distribute this component BinaryEqualityExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryEqualityExpression.java [VMware does not distribute this component BinaryExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryExpression.java [VMware does not distribute this component BinaryLogicalExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryLogicalExpression.java [VMware does not distribute this component BinaryShiftExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BinaryShiftExpression.java [VMware does not distribute this component BitAndExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BitAndExpression.java [VMware does not distribute this component BitNotExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BitNotExpression.java [VMware does not distribute this component BitOrExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BitOrExpression.java [VMware does not distribute this component BitXorExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BitXorExpression.java [VMware does not distribute this component BooleanExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BooleanExpression.java [VMware does not distribute this component BreakStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/BreakStatement.java [VMware does not distribute this component ByteExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ByteExpression.java [VMware does not distribute this component CaseStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CaseStatement.java [VMware does not distribute this component CastExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CastExpression.java [VMware does not distribute this component CharExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CharExpression.java [VMware does not distribute this component CheckContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CheckContext.java [VMware does not distribute this component CodeContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CodeContext.java [VMware does not distribute this component CommaExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CommaExpression.java [VMware does not distribute this component CompoundStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CompoundStatement.java [VMware does not distribute this component ConditionalExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ConditionalExpression.java [VMware does not distribute this component ConditionVars.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ConditionVars.java [VMware does not distribute this component ConstantExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ConstantExpression.java [VMware does not distribute this component Context.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/Context.java [VMware does not distribute this component ContinueStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ContinueStatement.java [VMware does not distribute this component DeclarationStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/DeclarationStatement.java [VMware does not distribute this component DivideExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/DivideExpression.java [VMware does not distribute this component DoStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/DoStatement.java [VMware does not distribute this component DoubleExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/DoubleExpression.java [VMware does not distribute this component EqualExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/EqualExpression.java [VMware does not distribute this component ExpressionStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ExpressionStatement.java [VMware does not distribute this component FloatExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/FloatExpression.java [VMware does not distribute this component ForStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ForStatement.java [VMware does not distribute this component GreaterExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/GreaterExpression.java [VMware does not distribute this component GreaterOrEqualExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/GreaterOrEqualExpression.java [VMware does not distribute this component IdentifierExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/IdentifierExpression.java [VMware does not distribute this component IfStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/IfStatement.java [VMware does not distribute this component IncDecExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/IncDecExpression.java [VMware does not distribute this component InlineMethodExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/InlineMethodExpression.java [VMware does not distribute this component InlineNewInstanceExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/InlineNewInstanceExpression.java [VMware does not distribute this component InlineReturnStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/InlineReturnStatement.java [VMware does not distribute this component InstanceOfExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/InstanceOfExpression.java [VMware does not distribute this component IntegerExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/IntegerExpression.java [VMware does not distribute this component IntExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/IntExpression.java [VMware does not distribute this component LengthExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/LengthExpression.java [VMware does not distribute this component LessExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/LessExpression.java [VMware does not distribute this component LessOrEqualExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/LessOrEqualExpression.java [VMware does not distribute this component LocalMember.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/LocalMember.java [VMware does not distribute this component LongExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/LongExpression.java [VMware does not distribute this component MethodExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/MethodExpression.java [VMware does not distribute this component MultiplyExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/MultiplyExpression.java [VMware does not distribute this component NaryExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NaryExpression.java [VMware does not distribute this component NegativeExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NegativeExpression.java [VMware does not distribute this component NewArrayExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NewArrayExpression.java [VMware does not distribute this component NewInstanceExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NewInstanceExpression.java [VMware does not distribute this component NotEqualExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NotEqualExpression.java [VMware does not distribute this component NotExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NotExpression.java [VMware does not distribute this component NullExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/NullExpression.java [VMware does not distribute this component OrExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/OrExpression.java [VMware does not distribute this component PositiveExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/PositiveExpression.java [VMware does not distribute this component PostDecExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/PostDecExpression.java [VMware does not distribute this component PostIncExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/PostIncExpression.java [VMware does not distribute this component PreDecExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/PreDecExpression.java [VMware does not distribute this component PreIncExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/PreIncExpression.java [VMware does not distribute this component RemainderExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/RemainderExpression.java [VMware does not distribute this component ReturnStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ReturnStatement.java [VMware does not distribute this component ShiftLeftExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ShiftLeftExpression.java [VMware does not distribute this component ShiftRightExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ShiftRightExpression.java [VMware does not distribute this component ShortExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ShortExpression.java [VMware does not distribute this component Statement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/Statement.java [VMware does not distribute this component StringExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/StringExpression.java [VMware does not distribute this component SubtractExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/SubtractExpression.java [VMware does not distribute this component SuperExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/SuperExpression.java [VMware does not distribute this component SwitchStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/SwitchStatement.java [VMware does not distribute this component ThisExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ThisExpression.java [VMware does not distribute this component ThrowStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ThrowStatement.java [VMware does not distribute this component TryStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/TryStatement.java [VMware does not distribute this component TypeExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/TypeExpression.java [VMware does not distribute this component UnaryExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/UnaryExpression.java [VMware does not distribute this component UnsignedShiftRightExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/UnsignedShiftRightExpression.java [VMware does not distribute this component VarDeclarationStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/VarDeclarationStatement.java [VMware does not distribute this component WhileStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/WhileStatement.java Copyright (c) 1994, 2003, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DataOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/DataOutputStream.java [VMware does not distribute this component StringTokenizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/StringTokenizer.java [VMware does not distribute this component Label.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/Label.java [VMware does not distribute this component BatchEnvironment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/BatchEnvironment.java [VMware does not distribute this component BatchParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/BatchParser.java [VMware does not distribute this component CompilerMember.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/CompilerMember.java [VMware does not distribute this component ErrorMessage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/ErrorMessage.java [VMware does not distribute this component Main.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/Main.java [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Constants.java [VMware does not distribute this component SourceMember.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/SourceMember.java [VMware does not distribute this component Parser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Parser.java [VMware does not distribute this component CatchStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/CatchStatement.java [VMware does not distribute this component Expression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/Expression.java Copyright (c) 1994, 2004, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component IOException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/IOException.java Copyright (c) 1994, 2006, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FileNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileNotFoundException.java [VMware does not distribute this component AbstractMethodError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/AbstractMethodError.java [VMware does not distribute this component ClassFormatError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ClassFormatError.java [VMware does not distribute this component IllegalThreadStateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalThreadStateException.java [VMware does not distribute this component IncompatibleClassChangeError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IncompatibleClassChangeError.java [VMware does not distribute this component NegativeArraySizeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NegativeArraySizeException.java [VMware does not distribute this component NoClassDefFoundError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NoClassDefFoundError.java [VMware does not distribute this component NoSuchMethodError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NoSuchMethodError.java [VMware does not distribute this component StackOverflowError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/StackOverflowError.java [VMware does not distribute this component UnsatisfiedLinkError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/UnsatisfiedLinkError.java [VMware does not distribute this component EmptyStackException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/EmptyStackException.java [VMware does not distribute this component TelnetProtocolException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/TelnetProtocolException.java Copyright (c) 1994, 2008, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FtpLoginException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/ftp/FtpLoginException.java [VMware does not distribute this component FtpProtocolException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/ftp/FtpProtocolException.java Copyright (c) 1994, 2009, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Stack.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Stack.java Copyright (c) 1994, 2010, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component SequenceInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/SequenceInputStream.java [VMware does not distribute this component ArithmeticException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ArithmeticException.java [VMware does not distribute this component Exception.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Exception.java [VMware does not distribute this component InternalError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/InternalError.java [VMware does not distribute this component NullPointerException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NullPointerException.java [VMware does not distribute this component OutOfMemoryError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/OutOfMemoryError.java [VMware does not distribute this component TransferProtocolClient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/TransferProtocolClient.java [VMware does not distribute this component MimeTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/MimeTable.java Copyright (c) 1994, 2011, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component IllegalArgumentException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalArgumentException.java [VMware does not distribute this component NumberFormatException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NumberFormatException.java [VMware does not distribute this component NoSuchElementException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/NoSuchElementException.java [VMware does not distribute this component ClassPath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassPath.java Copyright (c) 1994, 2012, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FilenameFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilenameFilter.java [VMware does not distribute this component Boolean.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Boolean.java [VMware does not distribute this component ClassCastException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ClassCastException.java [VMware does not distribute this component Runnable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Runnable.java [VMware does not distribute this component TelnetOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/TelnetOutputStream.java [VMware does not distribute this component gif.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/www/content/image/gif.java [VMware does not distribute this component x_xbitmap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/www/content/image/x_xbitmap.java [VMware does not distribute this component x_xpixmap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/www/content/image/x_xpixmap.java [VMware does not distribute this component Assembler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/Assembler.java [VMware does not distribute this component ConstantPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/ConstantPool.java [VMware does not distribute this component Instruction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/Instruction.java [VMware does not distribute this component SwitchData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/SwitchData.java [VMware does not distribute this component TryData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/TryData.java [VMware does not distribute this component BinaryConstantPool.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryConstantPool.java [VMware does not distribute this component ClassDeclaration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassDeclaration.java [VMware does not distribute this component ExprExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ExprExpression.java [VMware does not distribute this component FieldExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/FieldExpression.java [VMware does not distribute this component Node.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/Node.java Copyright (c) 1994, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MimeEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/MimeEntry.java [VMware does not distribute this component AmbiguousClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/AmbiguousClass.java [VMware does not distribute this component AmbiguousMember.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/AmbiguousMember.java [VMware does not distribute this component ClassNotFound.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassNotFound.java [VMware does not distribute this component CompilerError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/CompilerError.java [VMware does not distribute this component SourceClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/SourceClass.java [VMware does not distribute this component SyntaxError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/SyntaxError.java [VMware does not distribute this component ConvertExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/ConvertExpression.java [VMware does not distribute this component FinallyStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/FinallyStatement.java [VMware does not distribute this component SynchronizedStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/SynchronizedStatement.java Copyright (c) 1994, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component java.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/java.1 [VMware does not distribute this component javac.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/javac.1 [VMware does not distribute this component javadoc.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/javadoc.1 [VMware does not distribute this component javap.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/javap.1 [VMware does not distribute this component jjs.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/jjs.1 [VMware does not distribute this component javap.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/javap.1 Copyright (c) 1994, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component BufferedOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/BufferedOutputStream.java [VMware does not distribute this component ArrayIndexOutOfBoundsException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ArrayIndexOutOfBoundsException.java [VMware does not distribute this component Number.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Number.java [VMware does not distribute this component StringIndexOutOfBoundsException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/StringIndexOutOfBoundsException.java [VMware does not distribute this component Enumeration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Enumeration.java [VMware does not distribute this component BinaryClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryClass.java [VMware does not distribute this component ClassDefinition.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassDefinition.java [VMware does not distribute this component MemberDefinition.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/MemberDefinition.java [VMware does not distribute this component Scanner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Scanner.java Copyright (c) 1994, 2015, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component javac.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/javac.1 [VMware does not distribute this component javadoc.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/javadoc.1 [VMware does not distribute this component jjs.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/jjs.1 Copyright (c) 1994, 2015, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component BufferedInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/BufferedInputStream.java [VMware does not distribute this component DataInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/DataInputStream.java [VMware does not distribute this component PushbackInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PushbackInputStream.java [VMware does not distribute this component Date.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Date.java [VMware does not distribute this component Observable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Observable.java [VMware does not distribute this component Observer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Observer.java [VMware does not distribute this component NetworkClient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/NetworkClient.java Copyright (c) 1994, 2016, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FileInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileInputStream.java [VMware does not distribute this component FileOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileOutputStream.java [VMware does not distribute this component FilterInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilterInputStream.java [VMware does not distribute this component FilterOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilterOutputStream.java [VMware does not distribute this component RandomAccessFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/RandomAccessFile.java [VMware does not distribute this component Double.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Double.java [VMware does not distribute this component Float.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Float.java [VMware does not distribute this component Math.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Math.java [VMware does not distribute this component Object.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Object.java [VMware does not distribute this component MeteredStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/MeteredStream.java Copyright (c) 1994, 2017, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ByteArrayInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ByteArrayInputStream.java [VMware does not distribute this component ByteArrayOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ByteArrayOutputStream.java [VMware does not distribute this component File.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/File.java [VMware does not distribute this component InputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/InputStream.java [VMware does not distribute this component OutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/OutputStream.java [VMware does not distribute this component Integer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Integer.java [VMware does not distribute this component Long.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Long.java [VMware does not distribute this component StringBuffer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/StringBuffer.java [VMware does not distribute this component String.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/String.java [VMware does not distribute this component Hashtable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Hashtable.java [VMware does not distribute this component Vector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Vector.java Copyright (c) 1994, 2018, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component java.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/java.1 Copyright (c) 1994, 2018, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component Class.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Class.java [VMware does not distribute this component System.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/System.java [VMware does not distribute this component Thread.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Thread.java [VMware does not distribute this component Throwable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Throwable.java [VMware does not distribute this component HttpClient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/http/HttpClient.java [VMware does not distribute this component FtpURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/ftp/FtpURLConnection.java Copyright (c) 1994, 2019, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FileImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/FileImageSource.java Copyright (c) 1995, 1996, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component AWTError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AWTError.java [VMware does not distribute this component AppletThreadGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/applet/AppletThreadGroup.java Copyright (c) 1995, 1997, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ListPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ListPeer.java [VMware does not distribute this component MenuBarPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/MenuBarPeer.java [VMware does not distribute this component MenuItemPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/MenuItemPeer.java [VMware does not distribute this component MenuPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/MenuPeer.java [VMware does not distribute this component ScrollbarPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ScrollbarPeer.java [VMware does not distribute this component TextFieldPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/TextFieldPeer.java Copyright (c) 1995, 1998, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ImageFetchable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageFetchable.java Copyright (c) 1995, 2001, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component SecurityException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/SecurityException.java [VMware does not distribute this component MenuComponentPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/MenuComponentPeer.java [VMware does not distribute this component ImageDecoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageDecoder.java [VMware does not distribute this component XbmImageDecoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/XbmImageDecoder.java [VMware does not distribute this component ArrayData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/ArrayData.java [VMware does not distribute this component LocalVariable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/LocalVariable.java [VMware does not distribute this component LocalVariableTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/LocalVariableTable.java [VMware does not distribute this component BinaryCode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryCode.java [VMware does not distribute this component BinaryExceptionHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/BinaryExceptionHandler.java [VMware does not distribute this component ScannerInputReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ScannerInputReader.java [VMware does not distribute this component DivRemExpression.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/DivRemExpression.java Copyright (c) 1995, 2003, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component StringBufferInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/StringBufferInputStream.java [VMware does not distribute this component ClassNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ClassNotFoundException.java [VMware does not distribute this component Cloneable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Cloneable.java [VMware does not distribute this component Dictionary.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Dictionary.java [VMware does not distribute this component ToolkitImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ToolkitImage.java [VMware does not distribute this component ClassFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ClassFile.java [VMware does not distribute this component Package.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/Package.java Copyright (c) 1995, 2004, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ContainerPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ContainerPeer.java Copyright (c) 1995, 2005, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component PipedOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PipedOutputStream.java [VMware does not distribute this component URLImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/URLImageSource.java Copyright (c) 1995, 2006, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ButtonPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ButtonPeer.java [VMware does not distribute this component ChoicePeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ChoicePeer.java [VMware does not distribute this component DialogPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/DialogPeer.java [VMware does not distribute this component FileDialogPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/FileDialogPeer.java [VMware does not distribute this component LabelPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/LabelPeer.java Copyright (c) 1995, 2007, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component InterruptedIOException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/InterruptedIOException.java [VMware does not distribute this component UTFDataFormatException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/UTFDataFormatException.java [VMware does not distribute this component ClassCircularityError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ClassCircularityError.java [VMware does not distribute this component CloneNotSupportedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/CloneNotSupportedException.java [VMware does not distribute this component IllegalAccessError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalAccessError.java [VMware does not distribute this component IllegalAccessException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalAccessException.java [VMware does not distribute this component IllegalMonitorStateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalMonitorStateException.java [VMware does not distribute this component InstantiationError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/InstantiationError.java [VMware does not distribute this component InstantiationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/InstantiationException.java [VMware does not distribute this component InterruptedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/InterruptedException.java [VMware does not distribute this component NoSuchFieldError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NoSuchFieldError.java [VMware does not distribute this component NoSuchMethodException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NoSuchMethodException.java [VMware does not distribute this component ThreadDeath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ThreadDeath.java [VMware does not distribute this component UnknownError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/UnknownError.java [VMware does not distribute this component VerifyError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/VerifyError.java [VMware does not distribute this component Dimension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Dimension.java [VMware does not distribute this component Point.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Point.java Copyright (c) 1995, 2008, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component LinkageError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/LinkageError.java [VMware does not distribute this component ZipException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipException.java [VMware does not distribute this component FileURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/file/FileURLConnection.java Copyright (c) 1995, 2010, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Error.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Error.java [VMware does not distribute this component RuntimeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/RuntimeException.java [VMware does not distribute this component VirtualMachineError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/VirtualMachineError.java [VMware does not distribute this component NetworkServer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/NetworkServer.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/mailto/Handler.java [VMware does not distribute this component URLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/URLConnection.java [VMware does not distribute this component Insets.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Insets.java [VMware does not distribute this component InputStreamImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/InputStreamImageSource.java Copyright (c) 1995, 2011, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component LineNumberInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/LineNumberInputStream.java [VMware does not distribute this component StreamTokenizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/StreamTokenizer.java [VMware does not distribute this component ThreadGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ThreadGroup.java [VMware does not distribute this component ImageWatched.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageWatched.java [VMware does not distribute this component JPEGImageDecoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/JPEGImageDecoder.java Copyright (c) 1995, 2012, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DataOutput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/DataOutput.java [VMware does not distribute this component EOFException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/EOFException.java [VMware does not distribute this component PipedInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PipedInputStream.java [VMware does not distribute this component ArrayStoreException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ArrayStoreException.java [VMware does not distribute this component ContentHandlerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/ContentHandlerFactory.java [VMware does not distribute this component ContentHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/ContentHandler.java [VMware does not distribute this component DatagramPacket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/DatagramPacket.java [VMware does not distribute this component MalformedURLException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/MalformedURLException.java [VMware does not distribute this component ProtocolException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/ProtocolException.java [VMware does not distribute this component SocketException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketException.java [VMware does not distribute this component SocketImplFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketImplFactory.java [VMware does not distribute this component UnknownHostException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/UnknownHostException.java [VMware does not distribute this component UnknownServiceException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/UnknownServiceException.java [VMware does not distribute this component URLStreamHandlerFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URLStreamHandlerFactory.java [VMware does not distribute this component Random.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Random.java [VMware does not distribute this component ZipConstants64.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipConstants64.java [VMware does not distribute this component ZipConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipConstants.java [VMware does not distribute this component SmtpProtocolException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/smtp/SmtpProtocolException.java [VMware does not distribute this component MessageHeader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/MessageHeader.java [VMware does not distribute this component AWTException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AWTException.java [VMware does not distribute this component FlowLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/FlowLayout.java [VMware does not distribute this component GridBagConstraints.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GridBagConstraints.java [VMware does not distribute this component DirectColorModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DirectColorModel.java [VMware does not distribute this component ImageConsumer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ImageConsumer.java [VMware does not distribute this component ImageObserver.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ImageObserver.java [VMware does not distribute this component ImageProducer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ImageProducer.java [VMware does not distribute this component Image.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Image.java [VMware does not distribute this component PixelGrabber.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/PixelGrabber.java [VMware does not distribute this component RGBImageFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/RGBImageFilter.java [VMware does not distribute this component FramePeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/FramePeer.java [VMware does not distribute this component PanelPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/PanelPeer.java [VMware does not distribute this component TextComponentPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/TextComponentPeer.java [VMware does not distribute this component jpeg.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/www/content/image/jpeg.java Copyright (c) 1995, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jdb.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/jdb.1 Copyright (c) 1995, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component BorderLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/BorderLayout.java [VMware does not distribute this component CardLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/CardLayout.java [VMware does not distribute this component CheckboxGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/CheckboxGroup.java [VMware does not distribute this component Color.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Color.java [VMware does not distribute this component FontMetrics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/FontMetrics.java [VMware does not distribute this component CropImageFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/CropImageFilter.java [VMware does not distribute this component ImageFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ImageFilter.java [VMware does not distribute this component MemoryImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/MemoryImageSource.java [VMware does not distribute this component LayoutManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/LayoutManager.java [VMware does not distribute this component MediaTracker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MediaTracker.java [VMware does not distribute this component CanvasPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/CanvasPeer.java [VMware does not distribute this component CheckboxMenuItemPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/CheckboxMenuItemPeer.java [VMware does not distribute this component CheckboxPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/CheckboxPeer.java [VMware does not distribute this component TextAreaPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/TextAreaPeer.java [VMware does not distribute this component WindowPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/WindowPeer.java [VMware does not distribute this component Polygon.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Polygon.java [VMware does not distribute this component TextComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/TextComponent.java [VMware does not distribute this component BadDepthException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/BadDepthException.java [VMware does not distribute this component ImageAccessException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageAccessException.java [VMware does not distribute this component ImageFormatException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageFormatException.java [VMware does not distribute this component ImageRepresentation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageRepresentation.java Copyright (c) 1995, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jdb.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/jdb.1 Copyright (c) 1995, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component IndexOutOfBoundsException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IndexOutOfBoundsException.java [VMware does not distribute this component DatagramSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/DatagramSocket.java [VMware does not distribute this component HexDumpEncoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/HexDumpEncoder.java [VMware does not distribute this component Button.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Button.java [VMware does not distribute this component Canvas.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Canvas.java [VMware does not distribute this component Checkbox.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Checkbox.java [VMware does not distribute this component Choice.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Choice.java [VMware does not distribute this component Dialog.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Dialog.java [VMware does not distribute this component FileDialog.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/FileDialog.java [VMware does not distribute this component Frame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Frame.java [VMware does not distribute this component Label.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Label.java [VMware does not distribute this component List.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/List.java [VMware does not distribute this component MenuContainer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MenuContainer.java [VMware does not distribute this component Panel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Panel.java [VMware does not distribute this component TextArea.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/TextArea.java [VMware does not distribute this component TextField.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/TextField.java [VMware does not distribute this component ImageFetcher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageFetcher.java [VMware does not distribute this component HexDumpEncoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/util/HexDumpEncoder.java Copyright (c) 1995, 2015, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Compiler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Compiler.java [VMware does not distribute this component MulticastSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/MulticastSocket.java [VMware does not distribute this component SocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketImpl.java [VMware does not distribute this component Socket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/Socket.java [VMware does not distribute this component CheckboxMenuItem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/CheckboxMenuItem.java [VMware does not distribute this component Event.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Event.java [VMware does not distribute this component MenuComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MenuComponent.java [VMware does not distribute this component ComponentPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ComponentPeer.java [VMware does not distribute this component GifImageDecoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/GifImageDecoder.java [VMware does not distribute this component OffScreenImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/OffScreenImageSource.java [VMware does not distribute this component ArgTokenizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jshell/jdk/internal/jshell/tool/ArgTokenizer.java Copyright (c) 1995, 2016, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DataInput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/DataInput.java [VMware does not distribute this component Process.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Process.java [VMware does not distribute this component URLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URLConnection.java [VMware does not distribute this component URLEncoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URLEncoder.java [VMware does not distribute this component Properties.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Properties.java [VMware does not distribute this component SmtpClient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/smtp/SmtpClient.java [VMware does not distribute this component Container.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Container.java [VMware does not distribute this component Font.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Font.java [VMware does not distribute this component Graphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Graphics.java [VMware does not distribute this component GridBagLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GridBagLayout.java [VMware does not distribute this component GridLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GridLayout.java [VMware does not distribute this component ColorModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ColorModel.java [VMware does not distribute this component FilteredImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/FilteredImageSource.java [VMware does not distribute this component IndexColorModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/IndexColorModel.java [VMware does not distribute this component MenuBar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MenuBar.java [VMware does not distribute this component MenuItem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MenuItem.java [VMware does not distribute this component Menu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Menu.java [VMware does not distribute this component Rectangle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Rectangle.java [VMware does not distribute this component Scrollbar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Scrollbar.java [VMware does not distribute this component Toolkit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Toolkit.java [VMware does not distribute this component Window.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Window.java Copyright (c) 1995, 2017, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component SecurityManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/SecurityManager.java [VMware does not distribute this component AbstractPlainSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/AbstractPlainSocketImpl.java [VMware does not distribute this component InetAddress.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/InetAddress.java [VMware does not distribute this component ServerSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/ServerSocket.java [VMware does not distribute this component SocketInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketInputStream.java [VMware does not distribute this component SocketOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketOutputStream.java [VMware does not distribute this component BitSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/BitSet.java [VMware does not distribute this component AppletContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/applet/AppletContext.java [VMware does not distribute this component Applet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/applet/Applet.java [VMware does not distribute this component AppletStub.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/applet/AppletStub.java [VMware does not distribute this component AudioClip.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/applet/AudioClip.java [VMware does not distribute this component AppletClassLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/applet/AppletClassLoader.java [VMware does not distribute this component AppletSecurity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/applet/AppletSecurity.java Copyright (c) 1995, 2018, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component URL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URL.java [VMware does not distribute this component URLStreamHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URLStreamHandler.java [VMware does not distribute this component ZipEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipEntry.java [VMware does not distribute this component AuthenticationInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/AuthenticationInfo.java [VMware does not distribute this component HttpURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/HttpURLConnection.java [VMware does not distribute this component Component.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Component.java Copyright (c) 1995, 2019, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ZipFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipFile.java Copyright (c) 1995, 2020, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component IllegalComponentStateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/IllegalComponentStateException.java [VMware does not distribute this component ParameterDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/ParameterDescriptor.java [VMware does not distribute this component VetoableChangeListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/VetoableChangeListener.java Copyright (c) 1996, 1997, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DSAKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/DSAKey.java [VMware does not distribute this component EntryPair.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/EntryPair.java [VMware does not distribute this component FontPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/FontPeer.java [VMware does not distribute this component LightweightPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/LightweightPeer.java [VMware does not distribute this component PopupMenuPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/PopupMenuPeer.java [VMware does not distribute this component Visibility.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/Visibility.java [VMware does not distribute this component AccessException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/AccessException.java [VMware does not distribute this component AlreadyBoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/AlreadyBoundException.java [VMware does not distribute this component ConnectException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/ConnectException.java [VMware does not distribute this component ConnectIOException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/ConnectIOException.java [VMware does not distribute this component Lease.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/dgc/Lease.java [VMware does not distribute this component MarshalException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/MarshalException.java [VMware does not distribute this component NoSuchObjectException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/NoSuchObjectException.java [VMware does not distribute this component NotBoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/NotBoundException.java [VMware does not distribute this component ExportException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/ExportException.java [VMware does not distribute this component RMIFailureHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RMIFailureHandler.java [VMware does not distribute this component ServerNotActiveException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/ServerNotActiveException.java [VMware does not distribute this component Unreferenced.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/Unreferenced.java [VMware does not distribute this component UnexpectedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/UnexpectedException.java [VMware does not distribute this component UnknownHostException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/UnknownHostException.java [VMware does not distribute this component UnmarshalException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/UnmarshalException.java Copyright (c) 1996, 1998, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ObjectInputValidation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectInputValidation.java [VMware does not distribute this component EventListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/EventListener.java [VMware does not distribute this component CheckedOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/CheckedOutputStream.java [VMware does not distribute this component Stroke.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Stroke.java [VMware does not distribute this component DGC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/dgc/DGC.java Copyright (c) 1996, 1999, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component freetype.md] zulu11.43.22-sa-jdk11.0.9-linux_x64/legal/java.desktop/freetype.md copyright (c) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg. GPL v2 [VMware does not distribute this component psfont.properties.ja] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/psfont.properties.ja Copyright (c) 1996, 2000, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. [VMware does not distribute this component ExceptionInInitializerError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ExceptionInInitializerError.java [VMware does not distribute this component PatternEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/PatternEntry.java Copyright (c) 1996, 2000, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Registry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/registry/Registry.java [VMware does not distribute this component ServerError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/ServerError.java [VMware does not distribute this component Channel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/Channel.java Copyright (c) 1996, 2001, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component AreaAveragingScaleFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/AreaAveragingScaleFilter.java [VMware does not distribute this component RemoteServer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RemoteServer.java Copyright (c) 1996, 2002, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component IllegalStateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/IllegalStateException.java [VMware does not distribute this component InvalidParameterException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/InvalidParameterException.java [VMware does not distribute this component NoSuchProviderException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/NoSuchProviderException.java [VMware does not distribute this component EventObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/EventObject.java [VMware does not distribute this component SSLHandshakeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLHandshakeException.java [VMware does not distribute this component SSLKeyException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLKeyException.java [VMware does not distribute this component SSLProtocolException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLProtocolException.java [VMware does not distribute this component ParsingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/ParsingException.java [VMware does not distribute this component PropertyEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyEditor.java [VMware does not distribute this component LocateRegistry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/registry/LocateRegistry.java [VMware does not distribute this component RemoteException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/RemoteException.java [VMware does not distribute this component ServerException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/ServerException.java [VMware does not distribute this component ServerCloneException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/ServerCloneException.java [VMware does not distribute this component StubNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/StubNotFoundException.java [VMware does not distribute this component Endpoint.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/Endpoint.java [VMware does not distribute this component Names.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/Names.java [VMware does not distribute this component Cover.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/asm/Cover.java [VMware does not distribute this component IdentifierToken.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/IdentifierToken.java [VMware does not distribute this component ParserActions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/ParserActions.java [VMware does not distribute this component Vset.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/Vset.java Copyright (c) 1996, 2003, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Externalizable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/Externalizable.java [VMware does not distribute this component InvocationTargetException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/InvocationTargetException.java [VMware does not distribute this component SSLException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLException.java [VMware does not distribute this component VMNotification.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/jdk/internal/misc/VMNotification.java [VMware does not distribute this component HttpAuthenticator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/HttpAuthenticator.java [VMware does not distribute this component CertException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertException.java [VMware does not distribute this component CertParseError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertParseError.java [VMware does not distribute this component RMISecurityException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/RMISecurityException.java [VMware does not distribute this component LoaderHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/LoaderHandler.java [VMware does not distribute this component Operation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/Operation.java [VMware does not distribute this component RemoteRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RemoteRef.java [VMware does not distribute this component ServerRuntimeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/ServerRuntimeException.java [VMware does not distribute this component Skeleton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/Skeleton.java [VMware does not distribute this component SkeletonMismatchException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/SkeletonMismatchException.java [VMware does not distribute this component ErrorConsumer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/javac/ErrorConsumer.java Copyright (c) 1996, 2004, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FilterReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilterReader.java [VMware does not distribute this component InvalidObjectException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/InvalidObjectException.java [VMware does not distribute this component NotActiveException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/NotActiveException.java [VMware does not distribute this component NotSerializableException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/NotSerializableException.java [VMware does not distribute this component ObjectStreamException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectStreamException.java [VMware does not distribute this component OptionalDataException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/OptionalDataException.java [VMware does not distribute this component StreamCorruptedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/StreamCorruptedException.java [VMware does not distribute this component WriteAbortedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/WriteAbortedException.java [VMware does not distribute this component MissingResourceException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/MissingResourceException.java [VMware does not distribute this component X11Dingbats.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/X11Dingbats.java [VMware does not distribute this component X11GB2312.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/X11GB2312.java [VMware does not distribute this component X11KSC5601.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/X11KSC5601.java [VMware does not distribute this component Naming.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/Naming.java [VMware does not distribute this component ConnectionOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/ConnectionOutputStream.java [VMware does not distribute this component ResultSetMetaData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/ResultSetMetaData.java Copyright (c) 1996, 2005, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component InvalidClassException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/InvalidClassException.java [VMware does not distribute this component CheckedInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/CheckedInputStream.java [VMware does not distribute this component GeneralPath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/GeneralPath.java [VMware does not distribute this component ObjID.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/ObjID.java [VMware does not distribute this component RemoteCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RemoteCall.java [VMware does not distribute this component SkeletonNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/SkeletonNotFoundException.java Copyright (c) 1996, 2006, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ScrollPanePeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/peer/ScrollPanePeer.java [VMware does not distribute this component OffScreenImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/OffScreenImage.java Copyright (c) 1996, 2007, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component CharConversionException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/CharConversionException.java [VMware does not distribute this component SyncFailedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/SyncFailedException.java [VMware does not distribute this component UnsupportedEncodingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/UnsupportedEncodingException.java [VMware does not distribute this component NoSuchFieldException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/NoSuchFieldException.java [VMware does not distribute this component BindException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/BindException.java [VMware does not distribute this component ConnectException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/ConnectException.java [VMware does not distribute this component NoRouteToHostException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/NoRouteToHostException.java [VMware does not distribute this component TooManyListenersException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/TooManyListenersException.java [VMware does not distribute this component DataFormatException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/DataFormatException.java [VMware does not distribute this component ApplicationLaunchException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/ApplicationLaunchException.java [VMware does not distribute this component MailToURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/mailto/MailToURLConnection.java [VMware does not distribute this component TextEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/TextEvent.java Copyright (c) 1996, 2008, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MenuShortcut.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/MenuShortcut.java [VMware does not distribute this component IntrospectionException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/IntrospectionException.java [VMware does not distribute this component PropertyVetoException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyVetoException.java Copyright (c) 1996, 2009, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ObjectInput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectInput.java [VMware does not distribute this component ObjectOutput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectOutput.java [VMware does not distribute this component DerOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerOutputStream.java Copyright (c) 1996, 2010, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Void.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Void.java [VMware does not distribute this component HeaderParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/HeaderParser.java [VMware does not distribute this component CompactByteArray.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/text/CompactByteArray.java [VMware does not distribute this component FeatureDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/FeatureDescriptor.java [VMware does not distribute this component PropertyChangeEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyChangeEvent.java [VMware does not distribute this component PropertyEditorManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyEditorManager.java [VMware does not distribute this component UID.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/UID.java [VMware does not distribute this component LiveRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/LiveRef.java Copyright (c) 1996, 2011, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MergeCollation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/MergeCollation.java [VMware does not distribute this component KeepAliveCleanerEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/http/KeepAliveCleanerEntry.java [VMware does not distribute this component KeepAliveStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/http/KeepAliveStream.java [VMware does not distribute this component MD5.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/MD5.java [VMware does not distribute this component SHA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/SHA.java [VMware does not distribute this component CollationRules.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/util/locale/provider/CollationRules.java [VMware does not distribute this component ByteEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/ByteEditor.java [VMware does not distribute this component DoubleEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/DoubleEditor.java [VMware does not distribute this component FloatEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/FloatEditor.java [VMware does not distribute this component LongEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/LongEditor.java [VMware does not distribute this component NumberEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/NumberEditor.java [VMware does not distribute this component ShortEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/ShortEditor.java [VMware does not distribute this component StringEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/StringEditor.java [VMware does not distribute this component ComponentBeanInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/infos/ComponentBeanInfo.java [VMware does not distribute this component BeanInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/BeanInfo.java [VMware does not distribute this component CharsetString.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/CharsetString.java [VMware does not distribute this component WeakRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/WeakRef.java [VMware does not distribute this component TimeZoneNames_en_CA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_en_CA.java [VMware does not distribute this component TimeZoneNames_en_GB.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_en_GB.java Copyright (c) 1996, 2012, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jni_md.h] zulu11.43.22-sa-jdk11.0.9-linux_x64/include/linux/jni_md.h [VMware does not distribute this component InputStreamReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/InputStreamReader.java [VMware does not distribute this component ObjectStreamConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectStreamConstants.java [VMware does not distribute this component PipedReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PipedReader.java [VMware does not distribute this component Serializable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/Serializable.java [VMware does not distribute this component Byte.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Byte.java [VMware does not distribute this component Array.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Array.java [VMware does not distribute this component Member.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Member.java [VMware does not distribute this component Modifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Modifier.java [VMware does not distribute this component Short.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Short.java [VMware does not distribute this component FileNameMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/FileNameMap.java [VMware does not distribute this component CertificateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CertificateException.java [VMware does not distribute this component DigestException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/DigestException.java [VMware does not distribute this component DigestInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/DigestInputStream.java [VMware does not distribute this component DigestOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/DigestOutputStream.java [VMware does not distribute this component DSAParams.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/DSAParams.java [VMware does not distribute this component DSAPublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/DSAPublicKey.java [VMware does not distribute this component InvalidKeyException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/InvalidKeyException.java [VMware does not distribute this component KeyException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyException.java [VMware does not distribute this component KeyManagementException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyManagementException.java [VMware does not distribute this component KeyPair.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyPair.java [VMware does not distribute this component NoSuchAlgorithmException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/NoSuchAlgorithmException.java [VMware does not distribute this component Principal.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Principal.java [VMware does not distribute this component PrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PrivateKey.java [VMware does not distribute this component ProviderException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/ProviderException.java [VMware does not distribute this component PublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PublicKey.java [VMware does not distribute this component SignatureException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SignatureException.java [VMware does not distribute this component BreakIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/BreakIterator.java [VMware does not distribute this component CharacterIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/CharacterIterator.java [VMware does not distribute this component CollationElementIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/CollationElementIterator.java [VMware does not distribute this component FieldPosition.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/FieldPosition.java [VMware does not distribute this component Format.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/Format.java [VMware does not distribute this component ParseException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/ParseException.java [VMware does not distribute this component ParsePosition.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/ParsePosition.java [VMware does not distribute this component StringCharacterIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/StringCharacterIterator.java [VMware does not distribute this component DeflaterOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/DeflaterOutputStream.java [VMware does not distribute this component GZIPInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/GZIPInputStream.java [VMware does not distribute this component GZIPOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/GZIPOutputStream.java [VMware does not distribute this component InflaterInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/InflaterInputStream.java [VMware does not distribute this component SSLPeerUnverifiedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLPeerUnverifiedException.java [VMware does not distribute this component DSAPrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAPrivateKey.java [VMware does not distribute this component DSAPublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAPublicKey.java [VMware does not distribute this component AlgIdDSA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/AlgIdDSA.java [VMware does not distribute this component X509Key.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509Key.java [VMware does not distribute this component Adjustable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Adjustable.java [VMware does not distribute this component ActionEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ActionEvent.java [VMware does not distribute this component ActionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ActionListener.java [VMware does not distribute this component AdjustmentEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/AdjustmentEvent.java [VMware does not distribute this component AdjustmentListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/AdjustmentListener.java [VMware does not distribute this component ComponentAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ComponentAdapter.java [VMware does not distribute this component ComponentEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ComponentEvent.java [VMware does not distribute this component ComponentListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ComponentListener.java [VMware does not distribute this component ContainerAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ContainerAdapter.java [VMware does not distribute this component ContainerEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ContainerEvent.java [VMware does not distribute this component ContainerListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ContainerListener.java [VMware does not distribute this component FocusAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/FocusAdapter.java [VMware does not distribute this component FocusListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/FocusListener.java [VMware does not distribute this component ItemEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ItemEvent.java [VMware does not distribute this component ItemListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/ItemListener.java [VMware does not distribute this component KeyAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/KeyAdapter.java [VMware does not distribute this component KeyEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/KeyEvent.java [VMware does not distribute this component MouseAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/MouseAdapter.java [VMware does not distribute this component MouseEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/MouseEvent.java [VMware does not distribute this component MouseListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/MouseListener.java [VMware does not distribute this component MouseMotionAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/MouseMotionAdapter.java [VMware does not distribute this component MouseMotionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/MouseMotionListener.java [VMware does not distribute this component PaintEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/PaintEvent.java [VMware does not distribute this component TextListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/TextListener.java [VMware does not distribute this component WindowAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/WindowAdapter.java [VMware does not distribute this component WindowEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/WindowEvent.java [VMware does not distribute this component WindowListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/WindowListener.java [VMware does not distribute this component MethodDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/MethodDescriptor.java [VMware does not distribute this component PropertyChangeSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyChangeSupport.java [VMware does not distribute this component PropertyEditorSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyEditorSupport.java [VMware does not distribute this component VetoableChangeSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/VetoableChangeSupport.java [VMware does not distribute this component VMID.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/dgc/VMID.java [VMware does not distribute this component RMISecurityManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/RMISecurityManager.java [VMware does not distribute this component LogStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/LogStream.java [VMware does not distribute this component RemoteStub.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RemoteStub.java [VMware does not distribute this component RMIClassLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RMIClassLoader.java [VMware does not distribute this component ServerRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/ServerRef.java [VMware does not distribute this component SocketSecurityException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/SocketSecurityException.java [VMware does not distribute this component Dispatcher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/Dispatcher.java [VMware does not distribute this component LoaderHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/LoaderHandler.java [VMware does not distribute this component Util.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/Util.java [VMware does not distribute this component ObjectTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/ObjectTable.java [VMware does not distribute this component DataTruncation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/DataTruncation.java [VMware does not distribute this component Driver.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Driver.java [VMware does not distribute this component DriverPropertyInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/DriverPropertyInfo.java [VMware does not distribute this component SQLTimeoutException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLTimeoutException.java [VMware does not distribute this component SQLWarning.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLWarning.java [VMware does not distribute this component JarException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jartool/sun/tools/jar/JarException.java [VMware does not distribute this component Manifest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jartool/sun/tools/jar/Manifest.java [VMware does not distribute this component SignatureFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jartool/sun/tools/jar/SignatureFile.java [VMware does not distribute this component FormatData_de_AT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_de_AT.java [VMware does not distribute this component FormatData_de_CH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_de_CH.java [VMware does not distribute this component FormatData_el.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_el.java [VMware does not distribute this component FormatData_en_CA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_CA.java [VMware does not distribute this component FormatData_en_GB.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_GB.java [VMware does not distribute this component FormatData_en_IE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_IE.java [VMware does not distribute this component FormatData_es.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es.java [VMware does not distribute this component FormatData_fr_BE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fr_BE.java [VMware does not distribute this component FormatData_fr_CA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fr_CA.java [VMware does not distribute this component FormatData_fr_CH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fr_CH.java [VMware does not distribute this component FormatData_fr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fr.java [VMware does not distribute this component FormatData_it_CH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_it_CH.java [VMware does not distribute this component FormatData_it.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_it.java [VMware does not distribute this component FormatData_ko.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ko.java [VMware does not distribute this component FormatData_nl_BE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_nl_BE.java [VMware does not distribute this component FormatData_nl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_nl.java [VMware does not distribute this component FormatData_no.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_no.java [VMware does not distribute this component FormatData_pt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_pt.java [VMware does not distribute this component FormatData_tr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_tr.java Copyright (c) 1996, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DigitList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/DigitList.java [VMware does not distribute this component Checksum.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/Checksum.java [VMware does not distribute this component CRC32.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/CRC32.java [VMware does not distribute this component ColorEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/ColorEditor.java [VMware does not distribute this component FontEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/beans/editors/FontEditor.java [VMware does not distribute this component KeyListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/KeyListener.java [VMware does not distribute this component ReplicateScaleFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ReplicateScaleFilter.java [VMware does not distribute this component ItemSelectable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/ItemSelectable.java [VMware does not distribute this component LayoutManager2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/LayoutManager2.java [VMware does not distribute this component PrintGraphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/PrintGraphics.java [VMware does not distribute this component SystemColor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/SystemColor.java [VMware does not distribute this component EventSetDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/EventSetDescriptor.java [VMware does not distribute this component IndexedPropertyDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/IndexedPropertyDescriptor.java [VMware does not distribute this component FontConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/FontConfiguration.java [VMware does not distribute this component PlatformFont.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/PlatformFont.java [VMware does not distribute this component RemoteObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RemoteObject.java [VMware does not distribute this component MarshalOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/MarshalOutputStream.java [VMware does not distribute this component Transport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/Transport.java [VMware does not distribute this component SQLException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLException.java [VMware does not distribute this component Types.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Types.java Copyright (c) 1996, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component CharArrayReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/CharArrayReader.java [VMware does not distribute this component ObjectStreamField.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectStreamField.java [VMware does not distribute this component PushbackReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PushbackReader.java [VMware does not distribute this component StringReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/StringReader.java [VMware does not distribute this component Field.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Field.java [VMware does not distribute this component Adler32.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/Adler32.java [VMware does not distribute this component PKCS7.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/PKCS7.java [VMware does not distribute this component AVA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/AVA.java [VMware does not distribute this component AWTEventMulticaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AWTEventMulticaster.java [VMware does not distribute this component Cursor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Cursor.java [VMware does not distribute this component EventDispatchThread.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/EventDispatchThread.java [VMware does not distribute this component ScrollPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/ScrollPane.java [VMware does not distribute this component BeanDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/BeanDescriptor.java [VMware does not distribute this component Beans.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/Beans.java [VMware does not distribute this component Introspector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/Introspector.java [VMware does not distribute this component PropertyDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyDescriptor.java [VMware does not distribute this component EmbeddedFrame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/EmbeddedFrame.java [VMware does not distribute this component DGCClient.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/DGCClient.java [VMware does not distribute this component SerialVer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.compiler/sun/tools/serialver/SerialVer.java [VMware does not distribute this component FormatData_de.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_de.java [VMware does not distribute this component FormatData_fi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fi.java [VMware does not distribute this component BatchEnvironment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/BatchEnvironment.java Copyright (c) 1996, 2015, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jni.h] zulu11.43.22-sa-jdk11.0.9-linux_x64/include/jni.h [VMware does not distribute this component BufferedWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/BufferedWriter.java [VMware does not distribute this component CharArrayWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/CharArrayWriter.java [VMware does not distribute this component FilterWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilterWriter.java [VMware does not distribute this component OutputStreamWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/OutputStreamWriter.java [VMware does not distribute this component PipedWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PipedWriter.java [VMware does not distribute this component StringWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/StringWriter.java [VMware does not distribute this component DatagramSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/DatagramSocketImpl.java [VMware does not distribute this component HttpURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/HttpURLConnection.java [VMware does not distribute this component SocketOptions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketOptions.java [VMware does not distribute this component ListResourceBundle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ListResourceBundle.java [VMware does not distribute this component PropertyResourceBundle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/PropertyResourceBundle.java [VMware does not distribute this component ZipOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipOutputStream.java [VMware does not distribute this component FloatingDecimal.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/jdk/internal/math/FloatingDecimal.java [VMware does not distribute this component SeedGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/SeedGenerator.java [VMware does not distribute this component FocusEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/FocusEvent.java [VMware does not distribute this component InputEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/InputEvent.java [VMware does not distribute this component PopupMenu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/PopupMenu.java [VMware does not distribute this component SimpleBeanInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/SimpleBeanInfo.java [VMware does not distribute this component RMISocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RMISocketFactory.java [VMware does not distribute this component MarshalInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/MarshalInputStream.java [VMware does not distribute this component DGCAckHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/DGCAckHandler.java [VMware does not distribute this component DGCImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/DGCImpl.java [VMware does not distribute this component TCPConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/tcp/TCPConnection.java [VMware does not distribute this component TCPTransport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/tcp/TCPTransport.java [VMware does not distribute this component CallableStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/CallableStatement.java [VMware does not distribute this component Date.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Date.java [VMware does not distribute this component PreparedStatement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/PreparedStatement.java [VMware does not distribute this component ResultSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/ResultSet.java [VMware does not distribute this component Time.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Time.java Copyright (c) 1996, 2016, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/net/ssl/internal/www/protocol/https/Handler.java [VMware does not distribute this component HttpsURLConnectionOldImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java [VMware does not distribute this component BufferedReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/BufferedReader.java [VMware does not distribute this component ObjectOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectOutputStream.java [VMware does not distribute this component PrintStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PrintStream.java [VMware does not distribute this component PrintWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/PrintWriter.java [VMware does not distribute this component Constructor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Constructor.java [VMware does not distribute this component AclEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/AclEntry.java [VMware does not distribute this component Acl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/Acl.java [VMware does not distribute this component AclNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/AclNotFoundException.java [VMware does not distribute this component Group.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/Group.java [VMware does not distribute this component LastOwnerException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/LastOwnerException.java [VMware does not distribute this component NotOwnerException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/NotOwnerException.java [VMware does not distribute this component Owner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/Owner.java [VMware does not distribute this component Permission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/acl/Permission.java [VMware does not distribute this component Certificate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Certificate.java [VMware does not distribute this component Identity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Identity.java [VMware does not distribute this component IdentityScope.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/IdentityScope.java [VMware does not distribute this component Key.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Key.java [VMware does not distribute this component Provider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Provider.java [VMware does not distribute this component Security.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Security.java [VMware does not distribute this component Signer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Signer.java [VMware does not distribute this component DateFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/DateFormat.java [VMware does not distribute this component DecimalFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/DecimalFormat.java [VMware does not distribute this component DecimalFormatSymbols.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/DecimalFormatSymbols.java [VMware does not distribute this component MessageFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/MessageFormat.java [VMware does not distribute this component NumberFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/NumberFormat.java [VMware does not distribute this component Calendar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Calendar.java [VMware does not distribute this component GregorianCalendar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/GregorianCalendar.java [VMware does not distribute this component SimpleTimeZone.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/SimpleTimeZone.java [VMware does not distribute this component CertificateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/CertificateException.java [VMware does not distribute this component KeepAliveCache.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/http/KeepAliveCache.java [VMware does not distribute this component PKCS8Key.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/PKCS8Key.java [VMware does not distribute this component DerInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerInputStream.java [VMware does not distribute this component DerValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerValue.java [VMware does not distribute this component ObjectIdentifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/ObjectIdentifier.java [VMware does not distribute this component Clipboard.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/Clipboard.java [VMware does not distribute this component ClipboardOwner.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/ClipboardOwner.java [VMware does not distribute this component DataFlavor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/DataFlavor.java [VMware does not distribute this component StringSelection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/StringSelection.java [VMware does not distribute this component Transferable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/Transferable.java [VMware does not distribute this component UnsupportedFlavorException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/UnsupportedFlavorException.java [VMware does not distribute this component AWTEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AWTEvent.java [VMware does not distribute this component EventQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/EventQueue.java [VMware does not distribute this component AffineTransform.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/AffineTransform.java [VMware does not distribute this component Graphics2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Graphics2D.java [VMware does not distribute this component PrintJob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/PrintJob.java [VMware does not distribute this component Shape.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Shape.java [VMware does not distribute this component FontDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/FontDescriptor.java [VMware does not distribute this component SunGraphics2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/SunGraphics2D.java [VMware does not distribute this component Remote.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/Remote.java [VMware does not distribute this component UnicastRemoteObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/UnicastRemoteObject.java [VMware does not distribute this component RegistryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/registry/RegistryImpl.java [VMware does not distribute this component UnicastRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/UnicastRef.java [VMware does not distribute this component ConnectionInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/ConnectionInputStream.java [VMware does not distribute this component Target.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/Target.java [VMware does not distribute this component TCPChannel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/tcp/TCPChannel.java [VMware does not distribute this component Connection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Connection.java [VMware does not distribute this component DatabaseMetaData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/DatabaseMetaData.java [VMware does not distribute this component Statement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Statement.java [VMware does not distribute this component Timestamp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Timestamp.java [VMware does not distribute this component Main.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jartool/sun/tools/jar/Main.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/com/sun/net/ssl/internal/www/protocol/https/Handler.java [VMware does not distribute this component HttpsURLConnectionOldImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java Copyright (c) 1996, 2017, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component FileReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileReader.java [VMware does not distribute this component FileWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileWriter.java [VMware does not distribute this component Reader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/Reader.java [VMware does not distribute this component Writer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/Writer.java [VMware does not distribute this component Method.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/Method.java [VMware does not distribute this component BigInteger.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/math/BigInteger.java [VMware does not distribute this component AbstractPlainDatagramSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/AbstractPlainDatagramSocketImpl.java [VMware does not distribute this component Signature.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Signature.java [VMware does not distribute this component ChoiceFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/ChoiceFormat.java [VMware does not distribute this component DateFormatSymbols.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/DateFormatSymbols.java [VMware does not distribute this component SimpleDateFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/SimpleDateFormat.java [VMware does not distribute this component Locale.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Locale.java [VMware does not distribute this component ResourceBundle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ResourceBundle.java [VMware does not distribute this component TimeZone.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/TimeZone.java [VMware does not distribute this component Deflater.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/Deflater.java [VMware does not distribute this component Inflater.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/Inflater.java [VMware does not distribute this component VM.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/jdk/internal/misc/VM.java [VMware does not distribute this component DSA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSA.java [VMware does not distribute this component Sun.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/Sun.java [VMware does not distribute this component VerificationProvider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/VerificationProvider.java [VMware does not distribute this component DTLSOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/DTLSOutputRecord.java [VMware does not distribute this component DTLSRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/DTLSRecord.java [VMware does not distribute this component HandshakeOutStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/HandshakeOutStream.java [VMware does not distribute this component InputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/InputRecord.java [VMware does not distribute this component OutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/OutputRecord.java [VMware does not distribute this component RandomCookie.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/RandomCookie.java [VMware does not distribute this component Record.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/Record.java [VMware does not distribute this component RSASignature.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/RSASignature.java [VMware does not distribute this component SessionId.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SessionId.java [VMware does not distribute this component SSLEngineOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLEngineOutputRecord.java [VMware does not distribute this component SSLRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLRecord.java [VMware does not distribute this component SSLServerSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLServerSocketImpl.java [VMware does not distribute this component SSLSessionImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLSessionImpl.java [VMware does not distribute this component SSLSocketOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLSocketOutputRecord.java [VMware does not distribute this component LocaleData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/util/resources/LocaleData.java [VMware does not distribute this component DriverManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/DriverManager.java [VMware does not distribute this component Main.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/Main.java [VMware does not distribute this component DTLSOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/DTLSOutputRecord.java [VMware does not distribute this component DTLSRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/DTLSRecord.java [VMware does not distribute this component HandshakeOutStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/HandshakeOutStream.java [VMware does not distribute this component InputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/InputRecord.java [VMware does not distribute this component OutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/OutputRecord.java [VMware does not distribute this component RandomCookie.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/RandomCookie.java [VMware does not distribute this component Record.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/Record.java [VMware does not distribute this component RSASignature.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/RSASignature.java [VMware does not distribute this component SessionId.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SessionId.java [VMware does not distribute this component SSLEngineOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLEngineOutputRecord.java [VMware does not distribute this component SSLRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLRecord.java [VMware does not distribute this component SSLServerSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLServerSocketImpl.java [VMware does not distribute this component SSLSessionImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSessionImpl.java [VMware does not distribute this component SSLSocketOutputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSocketOutputRecord.java Copyright (c) 1996, 2018, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component LineNumberReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/LineNumberReader.java [VMware does not distribute this component PKCS10.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs10/PKCS10.java [VMware does not distribute this component SunEntries.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/SunEntries.java [VMware does not distribute this component CertAndKeyGen.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/tools/keytool/CertAndKeyGen.java [VMware does not distribute this component AlgorithmId.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/AlgorithmId.java [VMware does not distribute this component X500Name.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X500Name.java [VMware does not distribute this component FormatData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/text/resources/FormatData.java [VMware does not distribute this component TimeZoneNames.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/util/resources/TimeZoneNames.java [VMware does not distribute this component UnicastServerRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/UnicastServerRef.java [VMware does not distribute this component StreamRemoteCall.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/StreamRemoteCall.java [VMware does not distribute this component TCPEndpoint.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/tcp/TCPEndpoint.java [VMware does not distribute this component FormatData_ja.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ja.java [VMware does not distribute this component FormatData_zh.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_zh.java [VMware does not distribute this component FormatData_zh_TW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_zh_TW.java Copyright (c) 1996, 2019, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ObjectInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectInputStream.java [VMware does not distribute this component ObjectStreamClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/ObjectStreamClass.java [VMware does not distribute this component BigDecimal.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/math/BigDecimal.java [VMware does not distribute this component MessageDigest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/MessageDigest.java [VMware does not distribute this component SecureRandom.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SecureRandom.java [VMware does not distribute this component ZipInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/zip/ZipInputStream.java [VMware does not distribute this component ContentInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/ContentInfo.java [VMware does not distribute this component SignerInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/SignerInfo.java [VMware does not distribute this component SSLEngineInputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLEngineInputRecord.java [VMware does not distribute this component SSLSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLSocketImpl.java [VMware does not distribute this component SSLSocketInputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLSocketInputRecord.java [VMware does not distribute this component DerInputBuffer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerInputBuffer.java [VMware does not distribute this component X509CertImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509CertImpl.java [VMware does not distribute this component SSLEngineInputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLEngineInputRecord.java [VMware does not distribute this component SSLSocketImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSocketImpl.java [VMware does not distribute this component SSLSocketInputRecord.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSocketInputRecord.java Copyright (c) 1996, 2020, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component URLCanonicalizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/URLCanonicalizer.java [VMware does not distribute this component PlainTextInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/content/text/PlainTextInputStream.java [VMware does not distribute this component Customizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/Customizer.java [VMware does not distribute this component PropertyChangeListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/PropertyChangeListener.java [VMware does not distribute this component ByteArrayImageSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ByteArrayImageSource.java [VMware does not distribute this component Connection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/Connection.java [VMware does not distribute this component TCPDirectSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/tcp/TCPDirectSocketFactory.java [VMware does not distribute this component TransportConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/TransportConstants.java Copyright (c) 1996, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MotifCheckBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifCheckBoxUI.java [VMware does not distribute this component MotifEditorPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifEditorPaneUI.java [VMware does not distribute this component MotifLabelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifLabelUI.java [VMware does not distribute this component MotifMenuBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifMenuBarUI.java [VMware does not distribute this component MotifMenuMouseListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifMenuMouseListener.java [VMware does not distribute this component MotifMenuMouseMotionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifMenuMouseMotionListener.java [VMware does not distribute this component MotifPasswordFieldUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifPasswordFieldUI.java [VMware does not distribute this component MotifProgressBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifProgressBarUI.java [VMware does not distribute this component MotifSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifSeparatorUI.java [VMware does not distribute this component MotifSplitPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifSplitPaneUI.java [VMware does not distribute this component MotifTextAreaUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTextAreaUI.java [VMware does not distribute this component MotifTextFieldUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTextFieldUI.java [VMware does not distribute this component MotifTextPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTextPaneUI.java [VMware does not distribute this component CompositeContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/CompositeContext.java [VMware does not distribute this component Composite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Composite.java [VMware does not distribute this component TextHitInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextHitInfo.java [VMware does not distribute this component TileObserver.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/TileObserver.java [VMware does not distribute this component ComboBoxEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ComboBoxEditor.java [VMware does not distribute this component DebugGraphicsFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DebugGraphicsFilter.java [VMware does not distribute this component DebugGraphicsObserver.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DebugGraphicsObserver.java [VMware does not distribute this component ChangeListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ChangeListener.java [VMware does not distribute this component DocumentListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/DocumentListener.java [VMware does not distribute this component HyperlinkListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/HyperlinkListener.java [VMware does not distribute this component ListSelectionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ListSelectionListener.java [VMware does not distribute this component ColorChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ColorChooserUI.java [VMware does not distribute this component DesktopIconUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/DesktopIconUI.java [VMware does not distribute this component DesktopPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/DesktopPaneUI.java [VMware does not distribute this component InternalFrameUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/InternalFrameUI.java [VMware does not distribute this component LabelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/LabelUI.java [VMware does not distribute this component MenuBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/MenuBarUI.java [VMware does not distribute this component MenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/MenuItemUI.java [VMware does not distribute this component ProgressBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ProgressBarUI.java [VMware does not distribute this component ScrollBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ScrollBarUI.java [VMware does not distribute this component ScrollPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ScrollPaneUI.java [VMware does not distribute this component SeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/SeparatorUI.java [VMware does not distribute this component SliderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/SliderUI.java [VMware does not distribute this component TableHeaderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/TableHeaderUI.java [VMware does not distribute this component TableUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/TableUI.java [VMware does not distribute this component ToolBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ToolBarUI.java [VMware does not distribute this component ToolTipUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ToolTipUI.java [VMware does not distribute this component UIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/UIResource.java [VMware does not distribute this component Renderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Renderer.java [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/Constants.java [VMware does not distribute this component RTFAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFAttribute.java [VMware does not distribute this component ViewFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/ViewFactory.java [VMware does not distribute this component RowMapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/RowMapper.java Copyright (c) 1997, 1998, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component AlgorithmParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/AlgorithmParameterSpec.java [VMware does not distribute this component DerEncoder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerEncoder.java [VMware does not distribute this component KeyIdentifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/KeyIdentifier.java [VMware does not distribute this component DropTargetPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/peer/DropTargetPeer.java [VMware does not distribute this component GlyphJustificationInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/GlyphJustificationInfo.java [VMware does not distribute this component TextJustifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextJustifier.java [VMware does not distribute this component LineIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/LineIterator.java [VMware does not distribute this component BeanContextMembershipListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextMembershipListener.java [VMware does not distribute this component MenuListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MenuListener.java [VMware does not distribute this component TableCellEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/TableCellEditor.java [VMware does not distribute this component ListView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/ListView.java [VMware does not distribute this component MutableTreeNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/MutableTreeNode.java [VMware does not distribute this component UnknownGroupException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/UnknownGroupException.java [VMware does not distribute this component UnknownObjectException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/UnknownObjectException.java Copyright (c) 1997, 1999, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component GeneralNameInterface.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/GeneralNameInterface.java [VMware does not distribute this component RasterOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/RasterOp.java [VMware does not distribute this component SwingConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/SwingConstants.java [VMware does not distribute this component Style.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Style.java Copyright (c) 1997, 2000, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component HandshakeCompletedListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/HandshakeCompletedListener.java [VMware does not distribute this component SSLSessionBindingListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSessionBindingListener.java [VMware does not distribute this component MotifButtonListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifButtonListener.java [VMware does not distribute this component ListDataListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ListDataListener.java [VMware does not distribute this component ListModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ListModel.java [VMware does not distribute this component LogHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/log/LogHandler.java Copyright (c) 1997, 2001, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component IPAddressName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/IPAddressName.java [VMware does not distribute this component SerialNumber.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/SerialNumber.java [VMware does not distribute this component MotifTabbedPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTabbedPaneUI.java [VMware does not distribute this component ActiveEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/ActiveEvent.java [VMware does not distribute this component SingleSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/SingleSelectionModel.java [VMware does not distribute this component ImageConsumerQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImageConsumerQueue.java [VMware does not distribute this component DrawPolygons.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/DrawPolygons.java [VMware does not distribute this component AlphaPaintPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/AlphaPaintPipe.java [VMware does not distribute this component GeneralCompositePipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/GeneralCompositePipe.java [VMware does not distribute this component SunCompositeContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/SunCompositeContext.java [VMware does not distribute this component ActivationGroupInit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/ActivationGroupInit.java [VMware does not distribute this component UnicastServerRef2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/UnicastServerRef2.java Copyright (c) 1997, 2002, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component SoftReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/SoftReference.java [VMware does not distribute this component WeakReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/WeakReference.java [VMware does not distribute this component InvalidParameterSpecException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/InvalidParameterSpecException.java [VMware does not distribute this component AttributeNameEnumeration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/AttributeNameEnumeration.java [VMware does not distribute this component CertAttrSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertAttrSet.java [VMware does not distribute this component GeneralNames.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/GeneralNames.java [VMware does not distribute this component GeneralSubtrees.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/GeneralSubtrees.java [VMware does not distribute this component MotifButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifButtonUI.java [VMware does not distribute this component MotifRadioButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifRadioButtonUI.java [VMware does not distribute this component MotifToggleButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifToggleButtonUI.java [VMware does not distribute this component DragSourceListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSourceListener.java [VMware does not distribute this component ArcIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/ArcIterator.java [VMware does not distribute this component EllipseIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/EllipseIterator.java [VMware does not distribute this component Scrollable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Scrollable.java [VMware does not distribute this component NullPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/NullPipe.java [VMware does not distribute this component ValidatePipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/ValidatePipe.java [VMware does not distribute this component ActivationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationException.java [VMware does not distribute this component ActivationSystem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationSystem.java [VMware does not distribute this component ActivatableServerRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/ActivatableServerRef.java [VMware does not distribute this component Constants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/Constants.java [VMware does not distribute this component MethodSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/java/MethodSet.java [VMware does not distribute this component FieldUpdater.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/FieldUpdater.java [VMware does not distribute this component UplevelReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/tree/UplevelReference.java [VMware does not distribute this component ModifierFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/util/ModifierFilter.java Copyright (c) 1997, 2003, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component EDIPartyName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/EDIPartyName.java [VMware does not distribute this component GeneralSubtree.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/GeneralSubtree.java [VMware does not distribute this component MotifMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifMenuItemUI.java [VMware does not distribute this component MotifMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifMenuUI.java [VMware does not distribute this component InputMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/spi/InputMethod.java [VMware does not distribute this component ButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ButtonUI.java [VMware does not distribute this component DefaultTextUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/DefaultTextUI.java [VMware does not distribute this component MutableAttributeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/MutableAttributeSet.java [VMware does not distribute this component StateEditable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/StateEditable.java [VMware does not distribute this component RegistryHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/registry/RegistryHandler.java Copyright (c) 1997, 2004, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component UnrecoverableKeyException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/UnrecoverableKeyException.java [VMware does not distribute this component SSLSessionBindingEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSessionBindingEvent.java [VMware does not distribute this component MotifPopupMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifPopupMenuUI.java [VMware does not distribute this component BandCombineOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/BandCombineOp.java [VMware does not distribute this component ListCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ListCellRenderer.java [VMware does not distribute this component UndoableEdit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/UndoableEdit.java [VMware does not distribute this component BufferedImageGraphicsConfig.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/BufferedImageGraphicsConfig.java [VMware does not distribute this component Symbol.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/Symbol.java [VMware does not distribute this component ActivationInstantiator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationInstantiator.java [VMware does not distribute this component ActivationMonitor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationMonitor.java [VMware does not distribute this component Activator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/Activator.java Copyright (c) 1997, 2005, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component PKCS9Attributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/PKCS9Attributes.java [VMware does not distribute this component BitArray.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/BitArray.java [VMware does not distribute this component ByteArrayLexOrder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/ByteArrayLexOrder.java [VMware does not distribute this component ByteArrayTagOrder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/ByteArrayTagOrder.java [VMware does not distribute this component CertificateIssuerName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateIssuerName.java [VMware does not distribute this component CertificateSubjectName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateSubjectName.java [VMware does not distribute this component MotifCheckBoxMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifCheckBoxMenuItemUI.java [VMware does not distribute this component Ellipse2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Ellipse2D.java [VMware does not distribute this component Rectangle2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Rectangle2D.java [VMware does not distribute this component RoundRectangle2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/RoundRectangle2D.java [VMware does not distribute this component BufferedImageOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/BufferedImageOp.java [VMware does not distribute this component Autoscroller.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Autoscroller.java [VMware does not distribute this component ButtonModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ButtonModel.java [VMware does not distribute this component ListSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ListSelectionModel.java [VMware does not distribute this component BasicPasswordFieldUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicPasswordFieldUI.java [VMware does not distribute this component TreeCellEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreeCellEditor.java [VMware does not distribute this component GraphicsPrimitiveMgr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/GraphicsPrimitiveMgr.java Copyright (c) 1997, 2006, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESConstants.java [VMware does not distribute this component DESedeCrypt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeCrypt.java [VMware does not distribute this component Padding.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/Padding.java [VMware does not distribute this component SymmetricCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/SymmetricCipher.java [VMware does not distribute this component BadPaddingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/BadPaddingException.java [VMware does not distribute this component IllegalBlockSizeException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/IllegalBlockSizeException.java [VMware does not distribute this component DHKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/interfaces/DHKey.java [VMware does not distribute this component DHPrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/interfaces/DHPrivateKey.java [VMware does not distribute this component DHPublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/interfaces/DHPublicKey.java [VMware does not distribute this component KeyAgreementSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/KeyAgreementSpi.java [VMware does not distribute this component NoSuchPaddingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/NoSuchPaddingException.java [VMware does not distribute this component ShortBufferException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/ShortBufferException.java [VMware does not distribute this component DHGenParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DHGenParameterSpec.java [VMware does not distribute this component DHParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DHParameterSpec.java [VMware does not distribute this component DHPrivateKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DHPrivateKeySpec.java [VMware does not distribute this component DHPublicKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DHPublicKeySpec.java [VMware does not distribute this component ServerSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ServerSocketFactory.java [VMware does not distribute this component ColorPaintContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/ColorPaintContext.java [VMware does not distribute this component DropTargetListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTargetListener.java [VMware does not distribute this component GraphicsConfigTemplate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GraphicsConfigTemplate.java [VMware does not distribute this component ImagingLib.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ImagingLib.java [VMware does not distribute this component CustomComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/CustomComponent.java [VMware does not distribute this component CompositePipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/CompositePipe.java [VMware does not distribute this component IndentingWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/IndentingWriter.java Copyright (c) 1997, 2007, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component JarException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarException.java [VMware does not distribute this component CertificatePolicySet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificatePolicySet.java [VMware does not distribute this component DropTargetEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTargetEvent.java [VMware does not distribute this component RenderedImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/RenderedImage.java [VMware does not distribute this component WritableRenderedImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/WritableRenderedImage.java [VMware does not distribute this component Paint.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Paint.java [VMware does not distribute this component TexturePaint.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/TexturePaint.java [VMware does not distribute this component DebugGraphicsInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DebugGraphicsInfo.java [VMware does not distribute this component HRuleView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HRuleView.java [VMware does not distribute this component MockAttributeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/MockAttributeSet.java [VMware does not distribute this component RTFAttributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFAttributes.java [VMware does not distribute this component Segment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Segment.java [VMware does not distribute this component ActivationGroupDesc.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationGroupDesc.java Copyright (c) 1997, 2008, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESCipher.java [VMware does not distribute this component AuthorityKeyIdentifierExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/AuthorityKeyIdentifierExtension.java [VMware does not distribute this component BasicConstraintsExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/BasicConstraintsExtension.java [VMware does not distribute this component BeanContextEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextEvent.java Copyright (c) 1997, 2009, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESedeCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeCipher.java [VMware does not distribute this component SocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/SocketFactory.java [VMware does not distribute this component GradientPaint.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GradientPaint.java [VMware does not distribute this component AbstractFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/AbstractFilter.java Copyright (c) 1997, 2010, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESCrypt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESCrypt.java [VMware does not distribute this component JarInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarInputStream.java [VMware does not distribute this component SecretKeyFactorySpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/SecretKeyFactorySpi.java [VMware does not distribute this component DESedeKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DESedeKeySpec.java [VMware does not distribute this component DESKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/DESKeySpec.java [VMware does not distribute this component PKCS10Attribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs10/PKCS10Attribute.java [VMware does not distribute this component PKCS10Attributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs10/PKCS10Attributes.java [VMware does not distribute this component DSAKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAKeyFactory.java [VMware does not distribute this component DSAParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAParameters.java [VMware does not distribute this component CertificateAlgorithmId.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateAlgorithmId.java [VMware does not distribute this component CertificateSerialNumber.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateSerialNumber.java [VMware does not distribute this component CertificateVersion.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateVersion.java [VMware does not distribute this component CertificateX509Key.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateX509Key.java [VMware does not distribute this component CRLNumberExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CRLNumberExtension.java [VMware does not distribute this component IssuerAlternativeNameExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/IssuerAlternativeNameExtension.java [VMware does not distribute this component OIDMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/OIDMap.java [VMware does not distribute this component PrivateKeyUsageExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/PrivateKeyUsageExtension.java [VMware does not distribute this component RFC822Name.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/RFC822Name.java [VMware does not distribute this component SubjectAlternativeNameExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/SubjectAlternativeNameExtension.java [VMware does not distribute this component SubjectKeyIdentifierExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/SubjectKeyIdentifierExtension.java [VMware does not distribute this component TextMeasurer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextMeasurer.java [VMware does not distribute this component CubicCurve2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/CubicCurve2D.java [VMware does not distribute this component Dimension2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Dimension2D.java [VMware does not distribute this component Point2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Point2D.java [VMware does not distribute this component RectangularShape.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/RectangularShape.java [VMware does not distribute this component Kernel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/Kernel.java [VMware does not distribute this component DesignMode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/DesignMode.java [VMware does not distribute this component ComboBoxModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ComboBoxModel.java [VMware does not distribute this component Keymap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Keymap.java [VMware does not distribute this component CompositionArea.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/CompositionArea.java [VMware does not distribute this component InputMethodContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/InputMethodContext.java [VMware does not distribute this component AlphaColorPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/AlphaColorPipe.java Copyright (c) 1997, 2011, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component AttributedString.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/AttributedString.java [VMware does not distribute this component JarOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarOutputStream.java [VMware does not distribute this component TimeZoneNames_en.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/util/resources/TimeZoneNames_en.java [VMware does not distribute this component AncestorNotifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/AncestorNotifier.java [VMware does not distribute this component InputMethodAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/InputMethodAdapter.java [VMware does not distribute this component ReliableLog.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/log/ReliableLog.java [VMware does not distribute this component ActivationGroupImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/ActivationGroupImpl.java [VMware does not distribute this component UnicastRef2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/UnicastRef2.java [VMware does not distribute this component TimeZoneNames_en_IE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_en_IE.java Copyright (c) 1997, 2012, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESedeKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeKeyFactory.java [VMware does not distribute this component DESedeKeyGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeKeyGenerator.java [VMware does not distribute this component DESKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESKeyFactory.java [VMware does not distribute this component DESKeyGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESKeyGenerator.java [VMware does not distribute this component DHKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHKeyFactory.java [VMware does not distribute this component DHPrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHPrivateKey.java [VMware does not distribute this component PBEWithMD5AndDESCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java [VMware does not distribute this component ThreadLocal.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ThreadLocal.java [VMware does not distribute this component JarURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/JarURLConnection.java [VMware does not distribute this component PasswordAuthentication.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/PasswordAuthentication.java [VMware does not distribute this component AccessControlException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AccessControlException.java [VMware does not distribute this component AlgorithmParametersSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AlgorithmParametersSpi.java [VMware does not distribute this component CertificateEncodingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CertificateEncodingException.java [VMware does not distribute this component CertificateExpiredException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CertificateExpiredException.java [VMware does not distribute this component CertificateNotYetValidException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CertificateNotYetValidException.java [VMware does not distribute this component CertificateParsingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CertificateParsingException.java [VMware does not distribute this component CRLException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/CRLException.java [VMware does not distribute this component X509CRLEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/X509CRLEntry.java [VMware does not distribute this component GeneralSecurityException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/GeneralSecurityException.java [VMware does not distribute this component GuardedObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/GuardedObject.java [VMware does not distribute this component Guard.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Guard.java [VMware does not distribute this component DSAPrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/DSAPrivateKey.java [VMware does not distribute this component InvalidAlgorithmParameterException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/InvalidAlgorithmParameterException.java [VMware does not distribute this component KeyFactorySpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyFactorySpi.java [VMware does not distribute this component KeyStoreException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyStoreException.java [VMware does not distribute this component MessageDigestSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/MessageDigestSpi.java [VMware does not distribute this component Permission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Permission.java [VMware does not distribute this component DSAParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/DSAParameterSpec.java [VMware does not distribute this component DSAPrivateKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/DSAPrivateKeySpec.java [VMware does not distribute this component DSAPublicKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/DSAPublicKeySpec.java [VMware does not distribute this component InvalidKeySpecException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/InvalidKeySpecException.java [VMware does not distribute this component KeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/KeySpec.java [VMware does not distribute this component Annotation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/Annotation.java [VMware does not distribute this component AttributedCharacterIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/AttributedCharacterIterator.java [VMware does not distribute this component CollationKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/CollationKey.java [VMware does not distribute this component Collator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/Collator.java [VMware does not distribute this component RuleBasedCollator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/text/RuleBasedCollator.java [VMware does not distribute this component ConcurrentModificationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ConcurrentModificationException.java [VMware does not distribute this component JarEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarEntry.java [VMware does not distribute this component NullCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/NullCipher.java [VMware does not distribute this component NullCipherSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/NullCipherSpi.java [VMware does not distribute this component SecretKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/SecretKey.java [VMware does not distribute this component IvParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/IvParameterSpec.java [VMware does not distribute this component PBEParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/PBEParameterSpec.java [VMware does not distribute this component JarFileFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/jar/JarFileFactory.java [VMware does not distribute this component JarURLConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/jar/JarURLConnection.java [VMware does not distribute this component PKCS9Attribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/PKCS9Attribute.java [VMware does not distribute this component CRLExtensions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CRLExtensions.java [VMware does not distribute this component ICC_ProfileGray.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ICC_ProfileGray.java [VMware does not distribute this component ICC_ProfileRGB.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ICC_ProfileRGB.java [VMware does not distribute this component DnDConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DnDConstants.java [VMware does not distribute this component DragSourceDragEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSourceDragEvent.java [VMware does not distribute this component DragSourceDropEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSourceDropEvent.java [VMware does not distribute this component DragSourceEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSourceEvent.java [VMware does not distribute this component DropTargetDragEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTargetDragEvent.java [VMware does not distribute this component DropTargetDropEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTargetDropEvent.java [VMware does not distribute this component InvalidDnDOperationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/InvalidDnDOperationException.java [VMware does not distribute this component InputMethodEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/InputMethodEvent.java [VMware does not distribute this component InputMethodListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/InputMethodListener.java [VMware does not distribute this component GlyphMetrics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/GlyphMetrics.java [VMware does not distribute this component MultipleMaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/MultipleMaster.java [VMware does not distribute this component OpenType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/OpenType.java [VMware does not distribute this component TextLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextLayout.java [VMware does not distribute this component FlatteningPathIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/FlatteningPathIterator.java [VMware does not distribute this component PathIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/PathIterator.java [VMware does not distribute this component QuadCurve2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/QuadCurve2D.java [VMware does not distribute this component GraphicsConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GraphicsConfiguration.java [VMware does not distribute this component ByteLookupTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ByteLookupTable.java [VMware does not distribute this component ConvolveOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ConvolveOp.java [VMware does not distribute this component ShortLookupTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ShortLookupTable.java [VMware does not distribute this component InputMethodRequests.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/InputMethodRequests.java [VMware does not distribute this component PageFormat.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PageFormat.java [VMware does not distribute this component Paper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/Paper.java [VMware does not distribute this component Printable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/Printable.java [VMware does not distribute this component TexturePaintContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/TexturePaintContext.java [VMware does not distribute this component Transparency.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/Transparency.java [VMware does not distribute this component AppletInitializer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/AppletInitializer.java [VMware does not distribute this component BeanContextChild.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextChild.java [VMware does not distribute this component BeanContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContext.java [VMware does not distribute this component BeanContextMembershipEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextMembershipEvent.java [VMware does not distribute this component Accessible.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/Accessible.java [VMware does not distribute this component AbstractBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/AbstractBorder.java [VMware does not distribute this component Border.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/Border.java [VMware does not distribute this component BorderFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/BorderFactory.java [VMware does not distribute this component BoundedRangeModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/BoundedRangeModel.java [VMware does not distribute this component ChangeEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ChangeEvent.java [VMware does not distribute this component DocumentEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/DocumentEvent.java [VMware does not distribute this component ListDataEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ListDataEvent.java [VMware does not distribute this component MenuEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MenuEvent.java [VMware does not distribute this component TreeSelectionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeSelectionListener.java [VMware does not distribute this component FocusManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/FocusManager.java [VMware does not distribute this component ProgressMonitorInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ProgressMonitorInputStream.java [VMware does not distribute this component ScrollPaneConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ScrollPaneConstants.java [VMware does not distribute this component TableModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/TableModel.java [VMware does not distribute this component AttributeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/AttributeSet.java [VMware does not distribute this component BadLocationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/BadLocationException.java [VMware does not distribute this component Caret.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Caret.java [VMware does not distribute this component Document.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Document.java [VMware does not distribute this component Element.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Element.java [VMware does not distribute this component FieldView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/FieldView.java [VMware does not distribute this component BlockView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/BlockView.java [VMware does not distribute this component IconView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/IconView.java [VMware does not distribute this component PasswordView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/PasswordView.java [VMware does not distribute this component Position.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Position.java [VMware does not distribute this component StyleConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StyleConstants.java [VMware does not distribute this component StyledDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StyledDocument.java [VMware does not distribute this component TabExpander.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/TabExpander.java [VMware does not distribute this component TextAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/TextAction.java [VMware does not distribute this component TreeCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreeCellRenderer.java [VMware does not distribute this component TreeModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreeModel.java [VMware does not distribute this component TreeSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreeSelectionModel.java [VMware does not distribute this component WindowConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/WindowConstants.java [VMware does not distribute this component PixelToShapeConverter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/PixelToShapeConverter.java [VMware does not distribute this component Activatable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/Activatable.java [VMware does not distribute this component ActivationDesc.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationDesc.java [VMware does not distribute this component ActivationGroupID.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationGroupID.java [VMware does not distribute this component ActivationGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationGroup.java [VMware does not distribute this component FormatData_ar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ar.java [VMware does not distribute this component FormatData_be.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_be.java [VMware does not distribute this component FormatData_bg.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_bg.java [VMware does not distribute this component FormatData_ca.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ca.java [VMware does not distribute this component FormatData_cs.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_cs.java [VMware does not distribute this component FormatData_da.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_da.java [VMware does not distribute this component FormatData_en_AU.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_AU.java [VMware does not distribute this component FormatData_en_NZ.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_NZ.java [VMware does not distribute this component FormatData_en_ZA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_en_ZA.java [VMware does not distribute this component FormatData_es_AR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_AR.java [VMware does not distribute this component FormatData_es_BO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_BO.java [VMware does not distribute this component FormatData_es_CO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_CO.java [VMware does not distribute this component FormatData_es_CR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_CR.java [VMware does not distribute this component FormatData_es_DO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_DO.java [VMware does not distribute this component FormatData_es_GT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_GT.java [VMware does not distribute this component FormatData_es_HN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_HN.java [VMware does not distribute this component FormatData_es_MX.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_MX.java [VMware does not distribute this component FormatData_es_NI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_NI.java [VMware does not distribute this component FormatData_es_PA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_PA.java [VMware does not distribute this component FormatData_es_PR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_PR.java [VMware does not distribute this component FormatData_es_PY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_PY.java [VMware does not distribute this component FormatData_es_SV.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_SV.java [VMware does not distribute this component FormatData_es_UY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_UY.java [VMware does not distribute this component FormatData_es_VE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_VE.java [VMware does not distribute this component FormatData_et.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_et.java [VMware does not distribute this component FormatData_hr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_hr.java [VMware does not distribute this component FormatData_hu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_hu.java [VMware does not distribute this component FormatData_is.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_is.java [VMware does not distribute this component FormatData_iw.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_iw.java [VMware does not distribute this component FormatData_lt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_lt.java [VMware does not distribute this component FormatData_lv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_lv.java [VMware does not distribute this component FormatData_mk.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_mk.java [VMware does not distribute this component FormatData_no_NO_NY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_no_NO_NY.java [VMware does not distribute this component FormatData_pl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_pl.java [VMware does not distribute this component FormatData_pt_BR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_pt_BR.java [VMware does not distribute this component FormatData_ro.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ro.java [VMware does not distribute this component FormatData_ru.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ru.java [VMware does not distribute this component FormatData_sk.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sk.java [VMware does not distribute this component FormatData_sl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sl.java [VMware does not distribute this component FormatData_sq.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sq.java [VMware does not distribute this component FormatData_sr_Latn_ME.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sr_Latn_ME.java [VMware does not distribute this component FormatData_uk.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_uk.java [VMware does not distribute this component RemoteClass.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/RemoteClass.java Copyright (c) 1997, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jar.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/jar.1 [VMware does not distribute this component rmic.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/rmic.1 [VMware does not distribute this component rmiregistry.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/rmiregistry.1 [VMware does not distribute this component serialver.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/serialver.1 Copyright (c) 1997, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component CRLReasonCodeExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CRLReasonCodeExtension.java [VMware does not distribute this component URIName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/URIName.java [VMware does not distribute this component X509CertInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509CertInfo.java [VMware does not distribute this component FormatData_en.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/text/resources/FormatData_en.java [VMware does not distribute this component MotifBorders.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifBorders.java [VMware does not distribute this component MotifDesktopIconUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifDesktopIconUI.java [VMware does not distribute this component MotifDesktopPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifDesktopPaneUI.java [VMware does not distribute this component MotifInternalFrameTitlePane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java [VMware does not distribute this component MotifInternalFrameUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifInternalFrameUI.java [VMware does not distribute this component MotifOptionPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifOptionPaneUI.java [VMware does not distribute this component MotifRadioButtonMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifRadioButtonMenuItemUI.java [VMware does not distribute this component MotifScrollBarButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifScrollBarButton.java [VMware does not distribute this component MotifScrollBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifScrollBarUI.java [VMware does not distribute this component MotifSliderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifSliderUI.java [VMware does not distribute this component MotifSplitPaneDivider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java [VMware does not distribute this component MotifTextUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTextUI.java [VMware does not distribute this component MotifTreeCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTreeCellRenderer.java [VMware does not distribute this component MotifTreeUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifTreeUI.java [VMware does not distribute this component BasicStroke.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/BasicStroke.java [VMware does not distribute this component ColorSpace.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ColorSpace.java [VMware does not distribute this component ICC_ColorSpace.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ICC_ColorSpace.java [VMware does not distribute this component ProfileDataException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ProfileDataException.java [VMware does not distribute this component DragSourceContextPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/peer/DragSourceContextPeer.java [VMware does not distribute this component DropTargetContextPeer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/peer/DropTargetContextPeer.java [VMware does not distribute this component IllegalPathStateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/IllegalPathStateException.java [VMware does not distribute this component NoninvertibleTransformException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/NoninvertibleTransformException.java [VMware does not distribute this component GradientPaintContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GradientPaintContext.java [VMware does not distribute this component AffineTransformOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/AffineTransformOp.java [VMware does not distribute this component DataBuffer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DataBuffer.java [VMware does not distribute this component ImagingOpException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ImagingOpException.java [VMware does not distribute this component MultiPixelPackedSampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/MultiPixelPackedSampleModel.java [VMware does not distribute this component RasterFormatException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/RasterFormatException.java [VMware does not distribute this component RescaleOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/RescaleOp.java [VMware does not distribute this component SinglePixelPackedSampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/SinglePixelPackedSampleModel.java [VMware does not distribute this component WritableRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/WritableRaster.java [VMware does not distribute this component InputMethodHighlight.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/InputMethodHighlight.java [VMware does not distribute this component Book.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/Book.java [VMware does not distribute this component AbstractAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/AbstractAction.java [VMware does not distribute this component SoftBevelBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/SoftBevelBorder.java [VMware does not distribute this component CellEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/CellEditor.java [VMware does not distribute this component CellRendererPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/CellRendererPane.java [VMware does not distribute this component DebugGraphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DebugGraphics.java [VMware does not distribute this component DefaultBoundedRangeModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultBoundedRangeModel.java [VMware does not distribute this component DefaultButtonModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultButtonModel.java [VMware does not distribute this component DefaultCellEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultCellEditor.java [VMware does not distribute this component AncestorEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/AncestorEvent.java [VMware does not distribute this component AncestorListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/AncestorListener.java [VMware does not distribute this component CellEditorListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/CellEditorListener.java [VMware does not distribute this component HyperlinkEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/HyperlinkEvent.java [VMware does not distribute this component ListSelectionEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/ListSelectionEvent.java [VMware does not distribute this component PopupMenuEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/PopupMenuEvent.java [VMware does not distribute this component PopupMenuListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/PopupMenuListener.java [VMware does not distribute this component TableColumnModelEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TableColumnModelEvent.java [VMware does not distribute this component TableColumnModelListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TableColumnModelListener.java [VMware does not distribute this component TableModelListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TableModelListener.java [VMware does not distribute this component TreeExpansionEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeExpansionEvent.java [VMware does not distribute this component TreeExpansionListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeExpansionListener.java [VMware does not distribute this component TreeModelEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeModelEvent.java [VMware does not distribute this component TreeModelListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeModelListener.java [VMware does not distribute this component TreeSelectionEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeSelectionEvent.java [VMware does not distribute this component UndoableEditEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/UndoableEditEvent.java [VMware does not distribute this component UndoableEditListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/UndoableEditListener.java [VMware does not distribute this component GrayFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/GrayFilter.java [VMware does not distribute this component Icon.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Icon.java [VMware does not distribute this component KeyStroke.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/KeyStroke.java [VMware does not distribute this component MenuElement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/MenuElement.java [VMware does not distribute this component MenuSelectionManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/MenuSelectionManager.java [VMware does not distribute this component MultiUIDefaults.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/MultiUIDefaults.java [VMware does not distribute this component OverlayLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/OverlayLayout.java [VMware does not distribute this component BasicArrowButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicArrowButton.java [VMware does not distribute this component BasicButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicButtonUI.java [VMware does not distribute this component BasicCheckBoxMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java [VMware does not distribute this component BasicCheckBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicCheckBoxUI.java [VMware does not distribute this component BasicColorChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicColorChooserUI.java [VMware does not distribute this component BasicComboBoxEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicComboBoxEditor.java [VMware does not distribute this component BasicComboBoxRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicComboBoxRenderer.java [VMware does not distribute this component BasicDesktopIconUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicDesktopIconUI.java [VMware does not distribute this component BasicEditorPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicEditorPaneUI.java [VMware does not distribute this component BasicGraphicsUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicGraphicsUtils.java [VMware does not distribute this component BasicIconFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicIconFactory.java [VMware does not distribute this component BasicInternalFrameTitlePane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java [VMware does not distribute this component BasicMenuBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicMenuBarUI.java [VMware does not distribute this component BasicMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicMenuUI.java [VMware does not distribute this component BasicPopupMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicPopupMenuUI.java [VMware does not distribute this component BasicProgressBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicProgressBarUI.java [VMware does not distribute this component BasicRadioButtonMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java [VMware does not distribute this component BasicSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicSeparatorUI.java [VMware does not distribute this component BasicSplitPaneDivider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicSplitPaneDivider.java [VMware does not distribute this component BasicTableUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTableUI.java [VMware does not distribute this component BasicTextAreaUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTextAreaUI.java [VMware does not distribute this component BasicTextPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTextPaneUI.java [VMware does not distribute this component BasicToggleButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicToggleButtonUI.java [VMware does not distribute this component BasicToolBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicToolBarUI.java [VMware does not distribute this component ComboBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ComboBoxUI.java [VMware does not distribute this component ComponentUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ComponentUI.java [VMware does not distribute this component IconUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/IconUIResource.java [VMware does not distribute this component ListUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ListUI.java [VMware does not distribute this component MultiButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiButtonUI.java [VMware does not distribute this component MultiComboBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiComboBoxUI.java [VMware does not distribute this component MultiDesktopIconUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiDesktopIconUI.java [VMware does not distribute this component MultiDesktopPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiDesktopPaneUI.java [VMware does not distribute this component MultiFileChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiFileChooserUI.java [VMware does not distribute this component MultiInternalFrameUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiInternalFrameUI.java [VMware does not distribute this component MultiLabelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiLabelUI.java [VMware does not distribute this component MultiListUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiListUI.java [VMware does not distribute this component MultiLookAndFeel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiLookAndFeel.java [VMware does not distribute this component MultiMenuBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiMenuBarUI.java [VMware does not distribute this component MultiMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiMenuItemUI.java [VMware does not distribute this component MultiOptionPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiOptionPaneUI.java [VMware does not distribute this component MultiPopupMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiPopupMenuUI.java [VMware does not distribute this component MultiProgressBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiProgressBarUI.java [VMware does not distribute this component MultiScrollBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiScrollBarUI.java [VMware does not distribute this component MultiScrollPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiScrollPaneUI.java [VMware does not distribute this component MultiSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiSeparatorUI.java [VMware does not distribute this component MultiSliderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiSliderUI.java [VMware does not distribute this component MultiSplitPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiSplitPaneUI.java [VMware does not distribute this component MultiTabbedPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiTabbedPaneUI.java [VMware does not distribute this component MultiTableHeaderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiTableHeaderUI.java [VMware does not distribute this component MultiTableUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiTableUI.java [VMware does not distribute this component MultiTextUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiTextUI.java [VMware does not distribute this component MultiToolBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiToolBarUI.java [VMware does not distribute this component MultiToolTipUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiToolTipUI.java [VMware does not distribute this component MultiTreeUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiTreeUI.java [VMware does not distribute this component OptionPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/OptionPaneUI.java [VMware does not distribute this component PopupMenuUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/PopupMenuUI.java [VMware does not distribute this component SplitPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/SplitPaneUI.java [VMware does not distribute this component TextUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/TextUI.java [VMware does not distribute this component TreeUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/TreeUI.java [VMware does not distribute this component ScrollPaneLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ScrollPaneLayout.java [VMware does not distribute this component SizeRequirements.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/SizeRequirements.java [VMware does not distribute this component SwingUtilities.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/SwingUtilities.java [VMware does not distribute this component TableCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/TableCellRenderer.java [VMware does not distribute this component TableColumnModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/TableColumnModel.java [VMware does not distribute this component EditorKit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/EditorKit.java [VMware does not distribute this component LineView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/LineView.java [VMware does not distribute this component PlainDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/PlainDocument.java [VMware does not distribute this component RTFEditorKit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFEditorKit.java [VMware does not distribute this component RTFReader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFReader.java [VMware does not distribute this component SimpleAttributeSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/SimpleAttributeSet.java [VMware does not distribute this component StateInvariantError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StateInvariantError.java [VMware does not distribute this component Timer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Timer.java [VMware does not distribute this component DefaultMutableTreeNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/DefaultMutableTreeNode.java [VMware does not distribute this component TreeNode.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreeNode.java [VMware does not distribute this component UIManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/UIManager.java [VMware does not distribute this component AbstractUndoableEdit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/AbstractUndoableEdit.java [VMware does not distribute this component CannotRedoException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/CannotRedoException.java [VMware does not distribute this component CannotUndoException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/CannotUndoException.java [VMware does not distribute this component UnsupportedLookAndFeelException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/UnsupportedLookAndFeelException.java [VMware does not distribute this component ViewportLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ViewportLayout.java [VMware does not distribute this component CustomCursor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/CustomCursor.java [VMware does not distribute this component X11CustomCursor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11CustomCursor.java [VMware does not distribute this component FontDesignMetrics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/FontDesignMetrics.java [VMware does not distribute this component Activation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/Activation.java [VMware does not distribute this component FormatData_es_CL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_CL.java [VMware does not distribute this component FormatData_es_EC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_EC.java Copyright (c) 1997, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jar.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/jar.1 [VMware does not distribute this component rmic.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/rmic.1 [VMware does not distribute this component rmiregistry.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/rmiregistry.1 [VMware does not distribute this component serialver.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/serialver.1 Copyright (c) 1997, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component X509V1CertImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/security/cert/internal/x509/X509V1CertImpl.java [VMware does not distribute this component Package.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Package.java [VMware does not distribute this component PhantomReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/PhantomReference.java [VMware does not distribute this component AccessControlContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AccessControlContext.java [VMware does not distribute this component BasicPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/BasicPermission.java [VMware does not distribute this component PermissionCollection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PermissionCollection.java [VMware does not distribute this component Permissions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Permissions.java [VMware does not distribute this component SecureClassLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SecureClassLoader.java [VMware does not distribute this component UnresolvedPermissionCollection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/UnresolvedPermissionCollection.java [VMware does not distribute this component PropertyPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/PropertyPermission.java [VMware does not distribute this component CertificateExtensions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateExtensions.java [VMware does not distribute this component CertificatePolicyId.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificatePolicyId.java [VMware does not distribute this component Extension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/Extension.java [VMware does not distribute this component GeneralName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/GeneralName.java [VMware does not distribute this component KeyUsageExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/KeyUsageExtension.java [VMware does not distribute this component OIDName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/OIDName.java [VMware does not distribute this component PKIXExtensions.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/PKIXExtensions.java [VMware does not distribute this component PolicyConstraintsExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/PolicyConstraintsExtension.java [VMware does not distribute this component PolicyMappingsExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/PolicyMappingsExtension.java [VMware does not distribute this component ReasonFlags.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/ReasonFlags.java [VMware does not distribute this component MotifFileChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java [VMware does not distribute this component DragSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSource.java [VMware does not distribute this component DropTargetContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTargetContext.java [VMware does not distribute this component DropTarget.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DropTarget.java [VMware does not distribute this component ComponentSampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ComponentSampleModel.java [VMware does not distribute this component AbstractButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/AbstractButton.java [VMware does not distribute this component AbstractListModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/AbstractListModel.java [VMware does not distribute this component BevelBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/BevelBorder.java [VMware does not distribute this component CompoundBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/CompoundBorder.java [VMware does not distribute this component EmptyBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/EmptyBorder.java [VMware does not distribute this component EtchedBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/EtchedBorder.java [VMware does not distribute this component LineBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/LineBorder.java [VMware does not distribute this component MatteBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/MatteBorder.java [VMware does not distribute this component TitledBorder.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/border/TitledBorder.java [VMware does not distribute this component Box.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Box.java [VMware does not distribute this component ButtonGroup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ButtonGroup.java [VMware does not distribute this component DefaultFocusManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultFocusManager.java [VMware does not distribute this component DefaultListSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultListSelectionModel.java [VMware does not distribute this component DefaultSingleSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultSingleSelectionModel.java [VMware does not distribute this component DesktopManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DesktopManager.java [VMware does not distribute this component TableModelEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TableModelEvent.java [VMware does not distribute this component ImageIcon.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ImageIcon.java [VMware does not distribute this component JButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JButton.java [VMware does not distribute this component JCheckBox.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JCheckBox.java [VMware does not distribute this component JCheckBoxMenuItem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JCheckBoxMenuItem.java [VMware does not distribute this component JDesktopPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JDesktopPane.java [VMware does not distribute this component JDialog.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JDialog.java [VMware does not distribute this component JEditorPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JEditorPane.java [VMware does not distribute this component JFrame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JFrame.java [VMware does not distribute this component JInternalFrame.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JInternalFrame.java [VMware does not distribute this component JLabel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JLabel.java [VMware does not distribute this component JMenuBar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JMenuBar.java [VMware does not distribute this component JMenuItem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JMenuItem.java [VMware does not distribute this component JMenu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JMenu.java [VMware does not distribute this component JPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JPanel.java [VMware does not distribute this component JPasswordField.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JPasswordField.java [VMware does not distribute this component JProgressBar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JProgressBar.java [VMware does not distribute this component JRadioButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JRadioButton.java [VMware does not distribute this component JRadioButtonMenuItem.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JRadioButtonMenuItem.java [VMware does not distribute this component JScrollBar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JScrollBar.java [VMware does not distribute this component JSeparator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JSeparator.java [VMware does not distribute this component JSlider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JSlider.java [VMware does not distribute this component JSplitPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JSplitPane.java [VMware does not distribute this component JTabbedPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTabbedPane.java [VMware does not distribute this component JTextArea.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTextArea.java [VMware does not distribute this component JTextField.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTextField.java [VMware does not distribute this component JTextPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTextPane.java [VMware does not distribute this component JToggleButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JToggleButton.java [VMware does not distribute this component JToolBar.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JToolBar.java [VMware does not distribute this component JToolTip.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JToolTip.java [VMware does not distribute this component JViewport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JViewport.java [VMware does not distribute this component JWindow.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JWindow.java [VMware does not distribute this component BasicBorders.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicBorders.java [VMware does not distribute this component BasicDesktopPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicDesktopPaneUI.java [VMware does not distribute this component BasicInternalFrameUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicInternalFrameUI.java [VMware does not distribute this component BasicOptionPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicOptionPaneUI.java [VMware does not distribute this component BasicSplitPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicSplitPaneUI.java [VMware does not distribute this component BasicTableHeaderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTableHeaderUI.java [VMware does not distribute this component BasicTextFieldUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTextFieldUI.java [VMware does not distribute this component BorderUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/BorderUIResource.java [VMware does not distribute this component ColorUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/ColorUIResource.java [VMware does not distribute this component DimensionUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/DimensionUIResource.java [VMware does not distribute this component FileChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/FileChooserUI.java [VMware does not distribute this component FontUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/FontUIResource.java [VMware does not distribute this component InsetsUIResource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/InsetsUIResource.java [VMware does not distribute this component TabbedPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/TabbedPaneUI.java [VMware does not distribute this component RepaintManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/RepaintManager.java [VMware does not distribute this component AbstractTableModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/AbstractTableModel.java [VMware does not distribute this component DefaultTableColumnModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/DefaultTableColumnModel.java [VMware does not distribute this component DefaultTableModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/DefaultTableModel.java [VMware does not distribute this component BoxView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/BoxView.java [VMware does not distribute this component ComponentView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/ComponentView.java [VMware does not distribute this component DefaultHighlighter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/DefaultHighlighter.java [VMware does not distribute this component Highlighter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Highlighter.java [VMware does not distribute this component LabelView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/LabelView.java [VMware does not distribute this component StyleContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StyleContext.java [VMware does not distribute this component StyledEditorKit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StyledEditorKit.java [VMware does not distribute this component TabStop.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/TabStop.java [VMware does not distribute this component View.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/View.java [VMware does not distribute this component TimerQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/TimerQueue.java [VMware does not distribute this component DefaultTreeModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/DefaultTreeModel.java [VMware does not distribute this component DefaultTreeSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/DefaultTreeSelectionModel.java [VMware does not distribute this component CompoundEdit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/CompoundEdit.java [VMware does not distribute this component StateEdit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/StateEdit.java [VMware does not distribute this component UndoableEditSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/UndoableEditSupport.java [VMware does not distribute this component X11GraphicsConfig.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11GraphicsConfig.java [VMware does not distribute this component X11GraphicsEnvironment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11GraphicsEnvironment.java [VMware does not distribute this component GraphicsPrimitive.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/GraphicsPrimitive.java Copyright (c) 1997, 2015, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Authenticator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/Authenticator.java [VMware does not distribute this component JceSecurity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/JceSecurity.java [VMware does not distribute this component BasicAuthentication.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/BasicAuthentication.java [VMware does not distribute this component DigestAuthentication.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/http/DigestAuthentication.java [VMware does not distribute this component Raster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/Raster.java [VMware does not distribute this component SampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/SampleModel.java [VMware does not distribute this component JComboBox.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JComboBox.java [VMware does not distribute this component JFileChooser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JFileChooser.java [VMware does not distribute this component JTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTable.java [VMware does not distribute this component BasicScrollBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicScrollBarUI.java [VMware does not distribute this component BasicScrollPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicScrollPaneUI.java [VMware does not distribute this component ProgressMonitor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ProgressMonitor.java [VMware does not distribute this component JTableHeader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/JTableHeader.java [VMware does not distribute this component CompositeView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/CompositeView.java [VMware does not distribute this component ByteBandedRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ByteBandedRaster.java [VMware does not distribute this component ByteComponentRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ByteComponentRaster.java [VMware does not distribute this component IntegerComponentRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/IntegerComponentRaster.java [VMware does not distribute this component ShortBandedRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ShortBandedRaster.java [VMware does not distribute this component ShortComponentRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/ShortComponentRaster.java [VMware does not distribute this component SunToolkit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/SunToolkit.java [VMware does not distribute this component X11GraphicsDevice.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11GraphicsDevice.java [VMware does not distribute this component DrawLine.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/DrawLine.java [VMware does not distribute this component DrawRect.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/DrawRect.java [VMware does not distribute this component FillRect.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/FillRect.java [VMware does not distribute this component AAShapePipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/AAShapePipe.java [VMware does not distribute this component MarshalledObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/MarshalledObject.java [VMware does not distribute this component DocEnvImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/tool/DocEnvImpl.java [VMware does not distribute this component Messager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/tool/Messager.java [VMware does not distribute this component FormatData_sr_Latn.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sr_Latn.java [VMware does not distribute this component FormatData_sv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sv.java Copyright (c) 1997, 2016, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component DESedeKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeKey.java [VMware does not distribute this component DESKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESKey.java [VMware does not distribute this component DHKeyAgreement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHKeyAgreement.java [VMware does not distribute this component DHKeyPairGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHKeyPairGenerator.java [VMware does not distribute this component DHParameterGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHParameterGenerator.java [VMware does not distribute this component FeedbackCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/FeedbackCipher.java [VMware does not distribute this component PKCS5Padding.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PKCS5Padding.java [VMware does not distribute this component FilePermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FilePermission.java [VMware does not distribute this component SerializablePermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/SerializablePermission.java [VMware does not distribute this component FinalReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/FinalReference.java [VMware does not distribute this component ReflectPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/ReflectPermission.java [VMware does not distribute this component RuntimePermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/RuntimePermission.java [VMware does not distribute this component SocketPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/SocketPermission.java [VMware does not distribute this component URLClassLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/URLClassLoader.java [VMware does not distribute this component AlgorithmParameterGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AlgorithmParameterGenerator.java [VMware does not distribute this component AlgorithmParameterGeneratorSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AlgorithmParameterGeneratorSpi.java [VMware does not distribute this component AlgorithmParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AlgorithmParameters.java [VMware does not distribute this component Certificate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/Certificate.java [VMware does not distribute this component X509Extension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/X509Extension.java [VMware does not distribute this component CodeSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/CodeSource.java [VMware does not distribute this component DSAKeyPairGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/DSAKeyPairGenerator.java [VMware does not distribute this component KeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyFactory.java [VMware does not distribute this component KeyPairGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyPairGenerator.java [VMware does not distribute this component KeyPairGeneratorSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyPairGeneratorSpi.java [VMware does not distribute this component Policy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/Policy.java [VMware does not distribute this component SecurityPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SecurityPermission.java [VMware does not distribute this component SignedObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SignedObject.java [VMware does not distribute this component EncodedKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/EncodedKeySpec.java [VMware does not distribute this component PKCS8EncodedKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/PKCS8EncodedKeySpec.java [VMware does not distribute this component X509EncodedKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/spec/X509EncodedKeySpec.java [VMware does not distribute this component UnresolvedPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/UnresolvedPermission.java [VMware does not distribute this component CipherOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/CipherOutputStream.java [VMware does not distribute this component KeyAgreement.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/KeyAgreement.java [VMware does not distribute this component KeyGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/KeyGenerator.java [VMware does not distribute this component KeyGeneratorSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/KeyGeneratorSpi.java [VMware does not distribute this component SecretKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/SecretKeyFactory.java [VMware does not distribute this component HandshakeCompletedEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/HandshakeCompletedEvent.java [VMware does not distribute this component SSLServerSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLServerSocketFactory.java [VMware does not distribute this component SSLServerSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLServerSocket.java [VMware does not distribute this component SSLSession.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSession.java [VMware does not distribute this component SSLSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSocketFactory.java [VMware does not distribute this component CertificateEncodingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/CertificateEncodingException.java [VMware does not distribute this component CertificateExpiredException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/CertificateExpiredException.java [VMware does not distribute this component Certificate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/Certificate.java [VMware does not distribute this component CertificateNotYetValidException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/CertificateNotYetValidException.java [VMware does not distribute this component CertificateParsingException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/CertificateParsingException.java [VMware does not distribute this component X509Certificate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/cert/X509Certificate.java [VMware does not distribute this component DSAKeyPairGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAKeyPairGenerator.java [VMware does not distribute this component DSAParameterGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/DSAParameterGenerator.java [VMware does not distribute this component ManifestDigester.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/ManifestDigester.java [VMware does not distribute this component ManifestEntryVerifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/ManifestEntryVerifier.java [VMware does not distribute this component SignatureFileVerifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/SignatureFileVerifier.java [VMware does not distribute this component NameConstraintsExtension.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/NameConstraintsExtension.java [VMware does not distribute this component FlavorMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/FlavorMap.java [VMware does not distribute this component MimeType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/MimeType.java [VMware does not distribute this component MimeTypeParameterList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/MimeTypeParameterList.java [VMware does not distribute this component MimeTypeParseException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/MimeTypeParseException.java [VMware does not distribute this component SystemFlavorMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.datatransfer/java/awt/datatransfer/SystemFlavorMap.java [VMware does not distribute this component MotifComboBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java [VMware does not distribute this component MotifGraphicsUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifGraphicsUtils.java [VMware does not distribute this component MotifIconFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifIconFactory.java [VMware does not distribute this component MotifLookAndFeel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java [VMware does not distribute this component MotifScrollPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/java/swing/plaf/motif/MotifScrollPaneUI.java [VMware does not distribute this component AlphaComposite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AlphaComposite.java [VMware does not distribute this component AWTPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/AWTPermission.java [VMware does not distribute this component ICC_Profile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/color/ICC_Profile.java [VMware does not distribute this component DragSourceContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragSourceContext.java [VMware does not distribute this component TextAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextAttribute.java [VMware does not distribute this component Arc2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Arc2D.java [VMware does not distribute this component Line2D.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Line2D.java [VMware does not distribute this component GraphicsDevice.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GraphicsDevice.java [VMware does not distribute this component GraphicsEnvironment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/GraphicsEnvironment.java [VMware does not distribute this component BufferedImageFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/BufferedImageFilter.java [VMware does not distribute this component BufferedImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/BufferedImage.java [VMware does not distribute this component ColorConvertOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ColorConvertOp.java [VMware does not distribute this component ComponentColorModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/ComponentColorModel.java [VMware does not distribute this component DataBufferByte.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DataBufferByte.java [VMware does not distribute this component DataBufferInt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DataBufferInt.java [VMware does not distribute this component DataBufferShort.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DataBufferShort.java [VMware does not distribute this component DataBufferUShort.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/DataBufferUShort.java [VMware does not distribute this component LookupOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/LookupOp.java [VMware does not distribute this component LookupTable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/LookupTable.java [VMware does not distribute this component PackedColorModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/PackedColorModel.java [VMware does not distribute this component InputContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/InputContext.java [VMware does not distribute this component PaintContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/PaintContext.java [VMware does not distribute this component PrinterJob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PrinterJob.java [VMware does not distribute this component AccessibleAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleAction.java [VMware does not distribute this component AccessibleComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleComponent.java [VMware does not distribute this component AccessibleContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleContext.java [VMware does not distribute this component AccessibleResourceBundle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleResourceBundle.java [VMware does not distribute this component AccessibleRole.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleRole.java [VMware does not distribute this component AccessibleSelection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleSelection.java [VMware does not distribute this component AccessibleState.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleState.java [VMware does not distribute this component AccessibleStateSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleStateSet.java [VMware does not distribute this component AccessibleText.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleText.java [VMware does not distribute this component AccessibleValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleValue.java [VMware does not distribute this component Action.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/Action.java [VMware does not distribute this component BoxLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/BoxLayout.java [VMware does not distribute this component DefaultDesktopManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultDesktopManager.java [VMware does not distribute this component EventListenerList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/EventListenerList.java [VMware does not distribute this component JComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JComponent.java [VMware does not distribute this component JLayeredPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JLayeredPane.java [VMware does not distribute this component JList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JList.java [VMware does not distribute this component JOptionPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JOptionPane.java [VMware does not distribute this component JRootPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JRootPane.java [VMware does not distribute this component JScrollPane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JScrollPane.java [VMware does not distribute this component LookAndFeel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/LookAndFeel.java [VMware does not distribute this component BasicLookAndFeel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicLookAndFeel.java [VMware does not distribute this component TableColumn.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/table/TableColumn.java [VMware does not distribute this component AbstractDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/AbstractDocument.java [VMware does not distribute this component DefaultCaret.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/DefaultCaret.java [VMware does not distribute this component DefaultEditorKit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/DefaultEditorKit.java [VMware does not distribute this component DefaultStyledDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/DefaultStyledDocument.java [VMware does not distribute this component HTMLEditorKit.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HTMLEditorKit.java [VMware does not distribute this component StyleSheet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/StyleSheet.java [VMware does not distribute this component ParagraphView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/ParagraphView.java [VMware does not distribute this component PlainView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/PlainView.java [VMware does not distribute this component RTFGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFGenerator.java [VMware does not distribute this component RTFParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/rtf/RTFParser.java [VMware does not distribute this component StringContent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/StringContent.java [VMware does not distribute this component TableView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/TableView.java [VMware does not distribute this component Utilities.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/Utilities.java [VMware does not distribute this component DefaultTreeCellRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/DefaultTreeCellRenderer.java [VMware does not distribute this component TreePath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/TreePath.java [VMware does not distribute this component UIDefaults.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/UIDefaults.java [VMware does not distribute this component UndoManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/undo/UndoManager.java [VMware does not distribute this component BytePackedRaster.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/BytePackedRaster.java [VMware does not distribute this component ActivationID.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivationID.java [VMware does not distribute this component LogInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/log/LogInputStream.java [VMware does not distribute this component ActivatableRef.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/server/ActivatableRef.java [VMware does not distribute this component DeprecatedListWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java [VMware does not distribute this component FrameOutputWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/FrameOutputWriter.java [VMware does not distribute this component SubWriterHolderWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/SubWriterHolderWriter.java Copyright (c) 1997, 2017, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component CipherBlockChaining.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/CipherBlockChaining.java [VMware does not distribute this component CipherFeedback.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/CipherFeedback.java [VMware does not distribute this component DHParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHParameters.java [VMware does not distribute this component DHPublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DHPublicKey.java [VMware does not distribute this component ElectronicCodeBook.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/ElectronicCodeBook.java [VMware does not distribute this component OutputFeedback.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/OutputFeedback.java [VMware does not distribute this component PBEKeyFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PBEKeyFactory.java [VMware does not distribute this component PBEKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PBEKey.java [VMware does not distribute this component PCBC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PCBC.java [VMware does not distribute this component SunJCE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/SunJCE.java [VMware does not distribute this component Comparable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/Comparable.java [VMware does not distribute this component Finalizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/Finalizer.java [VMware does not distribute this component AccessibleObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/reflect/AccessibleObject.java [VMware does not distribute this component Reference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/Reference.java [VMware does not distribute this component ReferenceQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/ref/ReferenceQueue.java [VMware does not distribute this component UnsupportedOperationException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/UnsupportedOperationException.java [VMware does not distribute this component KeyStore.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/KeyStore.java [VMware does not distribute this component ProtectionDomain.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/ProtectionDomain.java [VMware does not distribute this component AbstractCollection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/AbstractCollection.java [VMware does not distribute this component AbstractList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/AbstractList.java [VMware does not distribute this component AbstractMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/AbstractMap.java [VMware does not distribute this component AbstractSequentialList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/AbstractSequentialList.java [VMware does not distribute this component AbstractSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/AbstractSet.java [VMware does not distribute this component ArrayList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ArrayList.java [VMware does not distribute this component Arrays.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Arrays.java [VMware does not distribute this component Collection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Collection.java [VMware does not distribute this component Comparator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Comparator.java [VMware does not distribute this component HashMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/HashMap.java [VMware does not distribute this component HashSet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/HashSet.java [VMware does not distribute this component Iterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Iterator.java [VMware does not distribute this component Attributes.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/Attributes.java [VMware does not distribute this component JarVerifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarVerifier.java [VMware does not distribute this component Manifest.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/Manifest.java [VMware does not distribute this component LinkedHashMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/LinkedHashMap.java [VMware does not distribute this component LinkedList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/LinkedList.java [VMware does not distribute this component ListIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/ListIterator.java [VMware does not distribute this component List.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/List.java [VMware does not distribute this component Map.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Map.java [VMware does not distribute this component Set.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Set.java [VMware does not distribute this component TreeMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/TreeMap.java [VMware does not distribute this component CipherInputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/CipherInputStream.java [VMware does not distribute this component Cipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/Cipher.java [VMware does not distribute this component CipherSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/CipherSpi.java [VMware does not distribute this component SealedObject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/SealedObject.java [VMware does not distribute this component PBEKeySpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/PBEKeySpec.java [VMware does not distribute this component SSLSessionContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSessionContext.java [VMware does not distribute this component SSLSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/net/ssl/SSLSocket.java [VMware does not distribute this component KeyProtector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/KeyProtector.java [VMware does not distribute this component PolicyParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/PolicyParser.java [VMware does not distribute this component SSLServerSocketFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLServerSocketFactoryImpl.java [VMware does not distribute this component SSLSocketFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/SSLSocketFactoryImpl.java [VMware does not distribute this component X509TrustManagerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/ssl/X509TrustManagerImpl.java [VMware does not distribute this component DNSName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/DNSName.java [VMware does not distribute this component BandedSampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/BandedSampleModel.java [VMware does not distribute this component DefaultListModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/DefaultListModel.java [VMware does not distribute this component JApplet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JApplet.java [VMware does not distribute this component JTree.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JTree.java [VMware does not distribute this component BasicButtonListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicButtonListener.java [VMware does not distribute this component BasicComboBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicComboBoxUI.java [VMware does not distribute this component BasicLabelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicLabelUI.java [VMware does not distribute this component BasicListUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicListUI.java [VMware does not distribute this component BasicMenuItemUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicMenuItemUI.java [VMware does not distribute this component BasicSliderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicSliderUI.java [VMware does not distribute this component BasicTabbedPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTabbedPaneUI.java [VMware does not distribute this component BasicTextUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTextUI.java [VMware does not distribute this component BasicToolTipUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicToolTipUI.java [VMware does not distribute this component BasicTreeUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicTreeUI.java [VMware does not distribute this component HTMLDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HTMLDocument.java [VMware does not distribute this component JTextComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/JTextComponent.java [VMware does not distribute this component X11InputMethodBase.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11InputMethodBase.java [VMware does not distribute this component Main.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jartool/sun/security/tools/jarsigner/Main.java [VMware does not distribute this component Doclet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/javadoc/Doclet.java [VMware does not distribute this component Type.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/javadoc/Type.java [VMware does not distribute this component ClassDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ClassDocImpl.java [VMware does not distribute this component Comment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/Comment.java [VMware does not distribute this component ConstructorDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ConstructorDocImpl.java [VMware does not distribute this component DocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/DocImpl.java [VMware does not distribute this component ExecutableMemberDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ExecutableMemberDocImpl.java [VMware does not distribute this component FieldDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/FieldDocImpl.java [VMware does not distribute this component MemberDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/MemberDocImpl.java [VMware does not distribute this component Messager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/Messager.java [VMware does not distribute this component MethodDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/MethodDocImpl.java [VMware does not distribute this component PackageDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/PackageDocImpl.java [VMware does not distribute this component ParameterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ParameterImpl.java [VMware does not distribute this component ParamTagImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ParamTagImpl.java [VMware does not distribute this component ProgramElementDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ProgramElementDocImpl.java [VMware does not distribute this component RootDocImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/RootDocImpl.java [VMware does not distribute this component SeeTagImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/SeeTagImpl.java [VMware does not distribute this component Start.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/Start.java [VMware does not distribute this component TagImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/TagImpl.java [VMware does not distribute this component ThrowsTagImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/ThrowsTagImpl.java [VMware does not distribute this component TypeMaker.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/com/sun/tools/javadoc/main/TypeMaker.java [VMware does not distribute this component AbstractExecutableMemberWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/AbstractExecutableMemberWriter.java [VMware does not distribute this component AbstractMemberWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java [VMware does not distribute this component ClassWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/ClassWriterImpl.java [VMware does not distribute this component ConstructorWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/ConstructorWriterImpl.java [VMware does not distribute this component FieldWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/FieldWriterImpl.java [VMware does not distribute this component HtmlDoclet.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java [VMware does not distribute this component Links.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/markup/Links.java [VMware does not distribute this component MethodWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/MethodWriterImpl.java [VMware does not distribute this component NestedClassWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/NestedClassWriterImpl.java [VMware does not distribute this component PackageIndexWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/PackageIndexWriter.java [VMware does not distribute this component PackageWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/PackageWriterImpl.java [VMware does not distribute this component PropertyWriterImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/PropertyWriterImpl.java [VMware does not distribute this component TreeWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/formats/html/TreeWriter.java [VMware does not distribute this component BaseConfiguration.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/doclets/toolkit/BaseConfiguration.java [VMware does not distribute this component Start.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.javadoc/jdk/javadoc/internal/tool/Start.java [VMware does not distribute this component RMIGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/RMIGenerator.java [VMware does not distribute this component SSLSocket.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/javax/net/ssl/SSLSocket.java [VMware does not distribute this component SSLServerSocketFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLServerSocketFactoryImpl.java [VMware does not distribute this component SSLSocketFactoryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/SSLSocketFactoryImpl.java [VMware does not distribute this component X509TrustManagerImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/org.openjsse/org/openjsse/sun/security/ssl/X509TrustManagerImpl.java Copyright (c) 1997, 2018, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component NetPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/NetPermission.java [VMware does not distribute this component AccessController.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AccessController.java [VMware does not distribute this component X509Certificate.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/X509Certificate.java [VMware does not distribute this component X509CRL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/cert/X509CRL.java [VMware does not distribute this component SignatureSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/SignatureSpi.java [VMware does not distribute this component Collections.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/Collections.java [VMware does not distribute this component URLClassPath.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/jdk/internal/loader/URLClassPath.java [VMware does not distribute this component Handler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/protocol/jar/Handler.java [VMware does not distribute this component JavaKeyStore.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/JavaKeyStore.java [VMware does not distribute this component PolicyFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/PolicyFile.java [VMware does not distribute this component Main.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/tools/keytool/Main.java [VMware does not distribute this component BeanContextSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextSupport.java [VMware does not distribute this component AccessibleBundle.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/accessibility/AccessibleBundle.java [VMware does not distribute this component JPopupMenu.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/JPopupMenu.java [VMware does not distribute this component BasicRadioButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicRadioButtonUI.java [VMware does not distribute this component ImageView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/ImageView.java [VMware does not distribute this component ToolTipManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/ToolTipManager.java [VMware does not distribute this component InputContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/InputContext.java [VMware does not distribute this component OSInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/OSInfo.java [VMware does not distribute this component X11InputMethod.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11InputMethod.java [VMware does not distribute this component FormatData_es_PE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_PE.java [VMware does not distribute this component TimeZoneNames_de.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_de.java [VMware does not distribute this component TimeZoneNames_es.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_es.java [VMware does not distribute this component TimeZoneNames_fr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_fr.java [VMware does not distribute this component TimeZoneNames_it.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_it.java [VMware does not distribute this component TimeZoneNames_ja.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_ja.java [VMware does not distribute this component TimeZoneNames_ko.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_ko.java [VMware does not distribute this component TimeZoneNames_pt_BR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_pt_BR.java [VMware does not distribute this component TimeZoneNames_sv.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_sv.java [VMware does not distribute this component TimeZoneNames_zh_CN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_zh_CN.java [VMware does not distribute this component TimeZoneNames_zh_TW.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_zh_TW.java Copyright (c) 1997, 2019, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component JarFile.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/util/jar/JarFile.java [VMware does not distribute this component CertificateValidity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificateValidity.java [VMware does not distribute this component X509CRLEntryImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509CRLEntryImpl.java [VMware does not distribute this component X509CRLImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509CRLImpl.java [VMware does not distribute this component SunGraphicsEnvironment.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/SunGraphicsEnvironment.java Copyright (c) 1997, 2020, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component CertificatePolicyMap.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/CertificatePolicyMap.java [VMware does not distribute this component UniqueIdentity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/UniqueIdentity.java [VMware does not distribute this component X509AttributeName.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/x509/X509AttributeName.java [VMware does not distribute this component CubicIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/CubicIterator.java [VMware does not distribute this component QuadIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/QuadIterator.java [VMware does not distribute this component RectIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/RectIterator.java [VMware does not distribute this component RoundRectIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/RoundRectIterator.java [VMware does not distribute this component TracedEventQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/TracedEventQueue.java [VMware does not distribute this component PixelDrawPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/PixelDrawPipe.java [VMware does not distribute this component PixelFillPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/PixelFillPipe.java [VMware does not distribute this component ShapeDrawPipe.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/ShapeDrawPipe.java [VMware does not distribute this component LogOutputStream.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/log/LogOutputStream.java Copyright (c) 1997, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component EncryptedPrivateKeyInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/pkcs/EncryptedPrivateKeyInfo.java [VMware does not distribute this component Autoscroll.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/Autoscroll.java [VMware does not distribute this component InputSubset.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/InputSubset.java [VMware does not distribute this component PrinterGraphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PrinterGraphics.java [VMware does not distribute this component BeanContextServiceProviderBeanInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java [VMware does not distribute this component BeanContextServicesListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServicesListener.java [VMware does not distribute this component DTDConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/DTDConstants.java [VMware does not distribute this component InputMethodLocator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/InputMethodLocator.java [VMware does not distribute this component SpanIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/SpanIterator.java [VMware does not distribute this component ActivateFailedException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/activation/ActivateFailedException.java Copyright (c) 1998, 1999, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component PrinterIOException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PrinterIOException.java [VMware does not distribute this component Spans.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/Spans.java [VMware does not distribute this component OpenBook.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/OpenBook.java [VMware does not distribute this component PeekMetrics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/PeekMetrics.java Copyright (c) 1998, 2000, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component ColorSelectionModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/colorchooser/ColorSelectionModel.java [VMware does not distribute this component RMIClientSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RMIClientSocketFactory.java [VMware does not distribute this component RMIServerSocketFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/java/rmi/server/RMIServerSocketFactory.java Copyright (c) 1998, 2001, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component BeanContextChildComponentProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextChildComponentProxy.java [VMware does not distribute this component BeanContextContainerProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextContainerProxy.java [VMware does not distribute this component BeanContextProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextProxy.java [VMware does not distribute this component XORComposite.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/XORComposite.java Copyright (c) 1998, 2002, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MouseDragGestureRecognizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/MouseDragGestureRecognizer.java [VMware does not distribute this component LineMetrics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/LineMetrics.java [VMware does not distribute this component MetalDesktopIconUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalDesktopIconUI.java [VMware does not distribute this component AreaOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/AreaOp.java [VMware does not distribute this component X11InputMethodDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/X11InputMethodDescriptor.java [VMware does not distribute this component ExtendedTextLabel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/ExtendedTextLabel.java [VMware does not distribute this component TextLabel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/TextLabel.java [VMware does not distribute this component TextSource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/TextSource.java [VMware does not distribute this component GraphicsPrimitiveProxy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/loops/GraphicsPrimitiveProxy.java Copyright (c) 1998, 2003, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component PropertyExpander.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/PropertyExpander.java [VMware does not distribute this component BRView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/BRView.java [VMware does not distribute this component EditableView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/EditableView.java Copyright (c) 1998, 2004, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component GraphicComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/GraphicComponent.java [VMware does not distribute this component TextLineComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/TextLineComponent.java Copyright (c) 1998, 2005, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/math/package-info.java [VMware does not distribute this component GetBooleanAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/action/GetBooleanAction.java [VMware does not distribute this component GetIntegerAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/action/GetIntegerAction.java [VMware does not distribute this component GetLongAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/action/GetLongAction.java [VMware does not distribute this component GetPropertyAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/action/GetPropertyAction.java [VMware does not distribute this component GraphicAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/GraphicAttribute.java [VMware does not distribute this component ImageGraphicAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/ImageGraphicAttribute.java [VMware does not distribute this component ShapeGraphicAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/ShapeGraphicAttribute.java [VMware does not distribute this component MouseInputAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MouseInputAdapter.java [VMware does not distribute this component MouseInputListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MouseInputListener.java [VMware does not distribute this component SwingPropertyChangeSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/SwingPropertyChangeSupport.java [VMware does not distribute this component MetalTheme.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalTheme.java [VMware does not distribute this component Curve.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/Curve.java [VMware does not distribute this component Order1.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/Order1.java [VMware does not distribute this component Order2.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/Order2.java [VMware does not distribute this component Order3.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/Order3.java [VMware does not distribute this component ProfileActivator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/cmm/ProfileActivator.java [VMware does not distribute this component ProfileDeferralInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/cmm/ProfileDeferralInfo.java [VMware does not distribute this component ProfileDeferralMgr.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/cmm/ProfileDeferralMgr.java [VMware does not distribute this component Ref.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Ref.java [VMware does not distribute this component SQLData.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLData.java [VMware does not distribute this component EventQueueImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/jdi/EventQueueImpl.java Copyright (c) 1998, 2006, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component BlowfishConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/BlowfishConstants.java [VMware does not distribute this component BlowfishCrypt.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/BlowfishCrypt.java [VMware does not distribute this component PrivateKeyInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PrivateKeyInfo.java [VMware does not distribute this component MacSpi.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/MacSpi.java [VMware does not distribute this component ParseUtil.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/www/ParseUtil.java [VMware does not distribute this component SpanShapeRenderer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/java2d/pipe/SpanShapeRenderer.java [VMware does not distribute this component Generator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/Generator.java [VMware does not distribute this component RMIConstants.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/rmi/rmic/RMIConstants.java Copyright (c) 1998, 2007, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component UnsupportedClassVersionError.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/UnsupportedClassVersionError.java [VMware does not distribute this component ContextualRenderedImageFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/ContextualRenderedImageFactory.java [VMware does not distribute this component RenderContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/RenderContext.java [VMware does not distribute this component RenderedImageFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/RenderedImageFactory.java [VMware does not distribute this component Entity.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/Entity.java [VMware does not distribute this component TagStack.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/TagStack.java [VMware does not distribute this component GC.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.rmi/sun/rmi/transport/GC.java Copyright (c) 1998, 2008, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component Resource.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/jdk/internal/loader/Resource.java [VMware does not distribute this component MetalInternalFrameUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalInternalFrameUI.java Copyright (c) 1998, 2009, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component MinimalHTMLWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/MinimalHTMLWriter.java Copyright (c) 1998, 2010, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component BlowfishParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/BlowfishParameters.java [VMware does not distribute this component DESedeParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESedeParameters.java [VMware does not distribute this component DESParameters.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/DESParameters.java [VMware does not distribute this component EncryptedPrivateKeyInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/EncryptedPrivateKeyInfo.java [VMware does not distribute this component RC2ParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/RC2ParameterSpec.java [VMware does not distribute this component IntHashtable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/text/IntHashtable.java [VMware does not distribute this component TextLine.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TextLine.java [VMware does not distribute this component MutableComboBoxModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/MutableComboBoxModel.java [VMware does not distribute this component PeerEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/PeerEvent.java [VMware does not distribute this component AccessWatchpointSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java [VMware does not distribute this component AmbiguousMethodException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/AmbiguousMethodException.java [VMware does not distribute this component BreakpointSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/BreakpointSpec.java [VMware does not distribute this component Commands.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/Commands.java [VMware does not distribute this component Env.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/Env.java [VMware does not distribute this component EventNotifier.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/EventNotifier.java [VMware does not distribute this component EventRequestSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/EventRequestSpec.java [VMware does not distribute this component EventRequestSpecList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/EventRequestSpecList.java [VMware does not distribute this component ExceptionSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ExceptionSpec.java [VMware does not distribute this component LineNotFoundException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/LineNotFoundException.java [VMware does not distribute this component MalformedMemberNameException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/MalformedMemberNameException.java [VMware does not distribute this component ModificationWatchpointSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java [VMware does not distribute this component PatternReferenceTypeSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java [VMware does not distribute this component ReferenceTypeSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java [VMware does not distribute this component SourceMapper.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/SourceMapper.java [VMware does not distribute this component ThreadGroupIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ThreadGroupIterator.java [VMware does not distribute this component ThreadInfo.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ThreadInfo.java [VMware does not distribute this component ThreadIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/ThreadIterator.java [VMware does not distribute this component WatchpointSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/WatchpointSpec.java [VMware does not distribute this component IntegerValueImpl.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/jdi/IntegerValueImpl.java Copyright (c) 1998, 2011, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component HmacMD5.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/HmacMD5.java [VMware does not distribute this component HmacSHA1.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/HmacSHA1.java [VMware does not distribute this component InheritableThreadLocal.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/lang/InheritableThreadLocal.java [VMware does not distribute this component DerIndefLenConverter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/util/DerIndefLenConverter.java [VMware does not distribute this component NativeLibLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/NativeLibLoader.java [VMware does not distribute this component NativeLibLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/image/NativeLibLoader.java [VMware does not distribute this component ExecutableInputMethodManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/im/ExecutableInputMethodManager.java [VMware does not distribute this component NativeLibLoader.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/NativeLibLoader.java [VMware does not distribute this component VMConnection.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/tty/VMConnection.java Copyright (c) 1998, 2012, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component BlowfishKeyGenerator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/BlowfishKeyGenerator.java [VMware does not distribute this component PBEWithMD5AndTripleDESCipher.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/com/sun/crypto/provider/PBEWithMD5AndTripleDESCipher.java [VMware does not distribute this component FileFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/io/FileFilter.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/net/package-info.java [VMware does not distribute this component RSAPrivateKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/RSAPrivateKey.java [VMware does not distribute this component RSAPublicKey.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/interfaces/RSAPublicKey.java [VMware does not distribute this component PrivilegedActionException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PrivilegedActionException.java [VMware does not distribute this component PrivilegedAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PrivilegedAction.java [VMware does not distribute this component PrivilegedExceptionAction.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/PrivilegedExceptionAction.java [VMware does not distribute this component FormatData_en_US.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/text/resources/FormatData_en_US.java [VMware does not distribute this component Printer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/com/sun/media/sound/Printer.java [VMware does not distribute this component DragGestureListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragGestureListener.java [VMware does not distribute this component DragGestureRecognizer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragGestureRecognizer.java [VMware does not distribute this component AWTEventListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/AWTEventListener.java [VMware does not distribute this component InvocationEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/event/InvocationEvent.java [VMware does not distribute this component FontRenderContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/FontRenderContext.java [VMware does not distribute this component GlyphVector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/GlyphVector.java [VMware does not distribute this component LineBreakMeasurer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/LineBreakMeasurer.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/package-info.java [VMware does not distribute this component TransformAttribute.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/font/TransformAttribute.java [VMware does not distribute this component PixelInterleavedSampleModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/PixelInterleavedSampleModel.java [VMware does not distribute this component RenderableImage.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/RenderableImage.java [VMware does not distribute this component Pageable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/Pageable.java [VMware does not distribute this component RenderingHints.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/RenderingHints.java [VMware does not distribute this component BeanContextChildSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextChildSupport.java [VMware does not distribute this component BeanContextServiceRevokedListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServiceRevokedListener.java [VMware does not distribute this component InternalFrameAdapter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/InternalFrameAdapter.java [VMware does not distribute this component MenuDragMouseEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MenuDragMouseEvent.java [VMware does not distribute this component MenuKeyEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MenuKeyEvent.java [VMware does not distribute this component FileFilter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/filechooser/FileFilter.java [VMware does not distribute this component KeyboardManager.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/KeyboardManager.java [VMware does not distribute this component MetalLabelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalLabelUI.java [VMware does not distribute this component MetalPopupMenuSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java [VMware does not distribute this component RootPaneContainer.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/RootPaneContainer.java [VMware does not distribute this component ElementIterator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/ElementIterator.java [VMware does not distribute this component FrameSetView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/FrameSetView.java [VMware does not distribute this component HTMLWriter.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HTMLWriter.java [VMware does not distribute this component InlineView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/InlineView.java [VMware does not distribute this component ObjectView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/ObjectView.java [VMware does not distribute this component ParagraphView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/ParagraphView.java [VMware does not distribute this component DocumentParser.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/DocumentParser.java [VMware does not distribute this component TableView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/TableView.java [VMware does not distribute this component TabableView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/TabableView.java [VMware does not distribute this component SunHints.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/SunHints.java [VMware does not distribute this component PathGraphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/PathGraphics.java [VMware does not distribute this component PSPathGraphics.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/PSPathGraphics.java [VMware does not distribute this component Blob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Blob.java [VMware does not distribute this component SQLInput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLInput.java [VMware does not distribute this component SQLOutput.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/SQLOutput.java [VMware does not distribute this component Struct.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Struct.java [VMware does not distribute this component Accessible.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/Accessible.java [VMware does not distribute this component ArrayReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ArrayReference.java [VMware does not distribute this component BooleanType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/BooleanType.java [VMware does not distribute this component BooleanValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/BooleanValue.java [VMware does not distribute this component ByteType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ByteType.java [VMware does not distribute this component ByteValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ByteValue.java [VMware does not distribute this component CharType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/CharType.java [VMware does not distribute this component CharValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/CharValue.java [VMware does not distribute this component ClassLoaderReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ClassLoaderReference.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/connect/package-info.java [VMware does not distribute this component DoubleType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/DoubleType.java [VMware does not distribute this component DoubleValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/DoubleValue.java [VMware does not distribute this component EventQueue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/event/EventQueue.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/event/package-info.java [VMware does not distribute this component Field.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/Field.java [VMware does not distribute this component FloatType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/FloatType.java [VMware does not distribute this component FloatValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/FloatValue.java [VMware does not distribute this component IntegerType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/IntegerType.java [VMware does not distribute this component IntegerValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/IntegerValue.java [VMware does not distribute this component LocalVariable.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/LocalVariable.java [VMware does not distribute this component LongType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/LongType.java [VMware does not distribute this component LongValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/LongValue.java [VMware does not distribute this component Method.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/Method.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/package-info.java [VMware does not distribute this component PrimitiveType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/PrimitiveType.java [VMware does not distribute this component PrimitiveValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/PrimitiveValue.java [VMware does not distribute this component package-info.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/request/package-info.java [VMware does not distribute this component ShortType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ShortType.java [VMware does not distribute this component ShortValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ShortValue.java [VMware does not distribute this component ThreadGroupReference.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/ThreadGroupReference.java [VMware does not distribute this component TypeComponent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/TypeComponent.java [VMware does not distribute this component VoidType.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/VoidType.java [VMware does not distribute this component VoidValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/jdi/VoidValue.java [VMware does not distribute this component LValue.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jdi/com/sun/tools/example/debug/expr/LValue.java [VMware does not distribute this component FormatData_ar_JO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ar_JO.java [VMware does not distribute this component FormatData_ar_LB.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ar_LB.java [VMware does not distribute this component FormatData_ar_SY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ar_SY.java [VMware does not distribute this component FormatData_be_BY.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_be_BY.java [VMware does not distribute this component FormatData_bg_BG.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_bg_BG.java [VMware does not distribute this component FormatData_ca_ES.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ca_ES.java [VMware does not distribute this component FormatData_cs_CZ.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_cs_CZ.java [VMware does not distribute this component FormatData_da_DK.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_da_DK.java [VMware does not distribute this component FormatData_de_DE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_de_DE.java [VMware does not distribute this component FormatData_de_LU.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_de_LU.java [VMware does not distribute this component FormatData_el_GR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_el_GR.java [VMware does not distribute this component FormatData_es_ES.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_es_ES.java [VMware does not distribute this component FormatData_et_EE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_et_EE.java [VMware does not distribute this component FormatData_fi_FI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fi_FI.java [VMware does not distribute this component FormatData_fr_FR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_fr_FR.java [VMware does not distribute this component FormatData_hr_HR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_hr_HR.java [VMware does not distribute this component FormatData_hu_HU.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_hu_HU.java [VMware does not distribute this component FormatData_is_IS.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_is_IS.java [VMware does not distribute this component FormatData_it_IT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_it_IT.java [VMware does not distribute this component FormatData_iw_IL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_iw_IL.java [VMware does not distribute this component FormatData_ja_JP.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ja_JP.java [VMware does not distribute this component FormatData_ko_KR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ko_KR.java [VMware does not distribute this component FormatData_lt_LT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_lt_LT.java [VMware does not distribute this component FormatData_lv_LV.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_lv_LV.java [VMware does not distribute this component FormatData_mk_MK.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_mk_MK.java [VMware does not distribute this component FormatData_nl_NL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_nl_NL.java [VMware does not distribute this component FormatData_no_NO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_no_NO.java [VMware does not distribute this component FormatData_pl_PL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_pl_PL.java [VMware does not distribute this component FormatData_pt_PT.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_pt_PT.java [VMware does not distribute this component FormatData_ro_RO.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ro_RO.java [VMware does not distribute this component FormatData_ru_RU.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_ru_RU.java [VMware does not distribute this component FormatData_sk_SK.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sk_SK.java [VMware does not distribute this component FormatData_sl_SI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sl_SI.java [VMware does not distribute this component FormatData_sq_AL.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sq_AL.java [VMware does not distribute this component FormatData_sv_SE.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_sv_SE.java [VMware does not distribute this component FormatData_th.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_th.java [VMware does not distribute this component FormatData_th_TH.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_th_TH.java [VMware does not distribute this component FormatData_tr_TR.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_tr_TR.java [VMware does not distribute this component FormatData_uk_UA.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_uk_UA.java [VMware does not distribute this component FormatData_zh_CN.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_zh_CN.java [VMware does not distribute this component FormatData_zh_HK.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/text/resources/ext/FormatData_zh_HK.java [VMware does not distribute this component TimeZoneNames_zh_HK.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.localedata/sun/util/resources/ext/TimeZoneNames_zh_HK.java Copyright (c) 1998, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jarsigner.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/jarsigner.1 [VMware does not distribute this component rmid.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/man1/rmid.1 Copyright (c) 1998, 2013, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component InetAddressCachePolicy.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/net/InetAddressCachePolicy.java [VMware does not distribute this component SecureRandom.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/SecureRandom.java [VMware does not distribute this component X509Factory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/sun/security/provider/X509Factory.java [VMware does not distribute this component ComponentOrientation.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/ComponentOrientation.java [VMware does not distribute this component DragGestureEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/dnd/DragGestureEvent.java [VMware does not distribute this component Area.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/geom/Area.java [VMware does not distribute this component ParameterBlock.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/ParameterBlock.java [VMware does not distribute this component RenderableImageOp.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/image/renderable/RenderableImageOp.java [VMware does not distribute this component InputMethodContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/spi/InputMethodContext.java [VMware does not distribute this component InputMethodDescriptor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/im/spi/InputMethodDescriptor.java [VMware does not distribute this component PrinterAbortException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PrinterAbortException.java [VMware does not distribute this component PrinterException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/awt/print/PrinterException.java [VMware does not distribute this component BeanContextServiceAvailableEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServiceAvailableEvent.java [VMware does not distribute this component BeanContextServiceProvider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServiceProvider.java [VMware does not distribute this component BeanContextServiceRevokedEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServiceRevokedEvent.java [VMware does not distribute this component BeanContextServices.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServices.java [VMware does not distribute this component BeanContextServicesSupport.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/java/beans/beancontext/BeanContextServicesSupport.java [VMware does not distribute this component MidiChannel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/sound/midi/MidiChannel.java [VMware does not distribute this component Soundbank.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/sound/midi/Soundbank.java [VMware does not distribute this component CenterLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/colorchooser/CenterLayout.java [VMware does not distribute this component DefaultPreviewPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/colorchooser/DefaultPreviewPanel.java [VMware does not distribute this component DefaultSwatchChooserPanel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/colorchooser/DefaultSwatchChooserPanel.java [VMware does not distribute this component SmartGridLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/colorchooser/SmartGridLayout.java [VMware does not distribute this component CaretEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/CaretEvent.java [VMware does not distribute this component InternalFrameEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/InternalFrameEvent.java [VMware does not distribute this component InternalFrameListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/InternalFrameListener.java [VMware does not distribute this component MenuKeyListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/MenuKeyListener.java [VMware does not distribute this component TreeWillExpandListener.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/event/TreeWillExpandListener.java [VMware does not distribute this component FileView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/filechooser/FileView.java [VMware does not distribute this component BasicPanelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicPanelUI.java [VMware does not distribute this component BasicPopupMenuSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java [VMware does not distribute this component BasicToolBarSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java [VMware does not distribute this component BasicViewportUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/BasicViewportUI.java [VMware does not distribute this component CenterLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/CenterLayout.java [VMware does not distribute this component ComboPopup.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/ComboPopup.java [VMware does not distribute this component DefaultMenuLayout.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/basic/DefaultMenuLayout.java [VMware does not distribute this component MetalBumps.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalBumps.java [VMware does not distribute this component MetalButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalButtonUI.java [VMware does not distribute this component MetalCheckBoxIcon.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalCheckBoxIcon.java [VMware does not distribute this component MetalCheckBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalCheckBoxUI.java [VMware does not distribute this component MetalComboBoxButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalComboBoxButton.java [VMware does not distribute this component MetalComboBoxEditor.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalComboBoxEditor.java [VMware does not distribute this component MetalComboBoxIcon.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalComboBoxIcon.java [VMware does not distribute this component MetalComboBoxUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalComboBoxUI.java [VMware does not distribute this component MetalIconFactory.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalIconFactory.java [VMware does not distribute this component MetalInternalFrameTitlePane.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java [VMware does not distribute this component MetalProgressBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalProgressBarUI.java [VMware does not distribute this component MetalRadioButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalRadioButtonUI.java [VMware does not distribute this component MetalScrollBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalScrollBarUI.java [VMware does not distribute this component MetalScrollButton.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalScrollButton.java [VMware does not distribute this component MetalScrollPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalScrollPaneUI.java [VMware does not distribute this component MetalSeparatorUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalSeparatorUI.java [VMware does not distribute this component MetalSliderUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalSliderUI.java [VMware does not distribute this component MetalSplitPaneDivider.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalSplitPaneDivider.java [VMware does not distribute this component MetalSplitPaneUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalSplitPaneUI.java [VMware does not distribute this component MetalTextFieldUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalTextFieldUI.java [VMware does not distribute this component MetalToggleButtonUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalToggleButtonUI.java [VMware does not distribute this component MetalToolBarUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalToolBarUI.java [VMware does not distribute this component MetalToolTipUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalToolTipUI.java [VMware does not distribute this component MetalUtils.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/metal/MetalUtils.java [VMware does not distribute this component MultiColorChooserUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiColorChooserUI.java [VMware does not distribute this component MultiPanelUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiPanelUI.java [VMware does not distribute this component MultiViewportUI.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/plaf/multi/MultiViewportUI.java [VMware does not distribute this component GapVector.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/GapVector.java [VMware does not distribute this component CommentView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/CommentView.java [VMware does not distribute this component HiddenTagView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HiddenTagView.java [VMware does not distribute this component HTMLFrameHyperlinkEvent.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HTMLFrameHyperlinkEvent.java [VMware does not distribute this component HTML.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/HTML.java [VMware does not distribute this component IsindexView.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/IsindexView.java [VMware does not distribute this component Map.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/Map.java [VMware does not distribute this component OptionComboBoxModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/OptionComboBoxModel.java [VMware does not distribute this component Option.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/Option.java [VMware does not distribute this component OptionListModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/OptionListModel.java [VMware does not distribute this component AttributeList.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/AttributeList.java [VMware does not distribute this component ContentModel.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/ContentModel.java [VMware does not distribute this component ContentModelState.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/ContentModelState.java [VMware does not distribute this component DTD.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/DTD.java [VMware does not distribute this component Element.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/Element.java [VMware does not distribute this component ParserDelegator.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/parser/ParserDelegator.java [VMware does not distribute this component TextAreaDocument.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/text/html/TextAreaDocument.java [VMware does not distribute this component ExpandVetoException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/javax/swing/tree/ExpandVetoException.java [VMware does not distribute this component Crossings.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/geom/Crossings.java [VMware does not distribute this component SoftCache.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/awt/SoftCache.java [VMware does not distribute this component Underline.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/font/Underline.java [VMware does not distribute this component PSPrinterJob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/PSPrinterJob.java [VMware does not distribute this component RasterPrinterJob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.desktop/sun/print/RasterPrinterJob.java [VMware does not distribute this component Array.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Array.java [VMware does not distribute this component BatchUpdateException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/BatchUpdateException.java [VMware does not distribute this component Clob.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.sql/java/sql/Clob.java [VMware does not distribute this component JdiEventHandler.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.jshell/jdk/jshell/execution/JdiEventHandler.java [VMware does not distribute this component CommandLine.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/jdk.rmic/sun/tools/util/CommandLine.java Copyright (c) 1998, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. [VMware does not distribute this component jarsigner.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/jarsigner.1 [VMware does not distribute this component keytool.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/keytool.1 [VMware does not distribute this component rmid.1] zulu11.43.22-sa-jdk11.0.9-linux_x64/man/ja_JP.UTF-8/man1/rmid.1 Copyright (c) 1998, 2014, Oracle and/or its affiliates. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. [VMware does not distribute this component AllPermission.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/java/security/AllPermission.java [VMware does not distribute this component RC5ParameterSpec.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/crypto/spec/RC5ParameterSpec.java [VMware does not distribute this component AccountExpiredException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/AccountExpiredException.java [VMware does not distribute this component AppConfigurationEntry.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/AppConfigurationEntry.java [VMware does not distribute this component CredentialExpiredException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/CredentialExpiredException.java [VMware does not distribute this component FailedLoginException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/FailedLoginException.java [VMware does not distribute this component LoginContext.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/LoginContext.java [VMware does not distribute this component LoginException.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/login/LoginException.java [VMware does not distribute this component LoginModule.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/spi/LoginModule.java [VMware does not distribute this component Subject.java] zulu11.43.22-sa-jdk11.0.9-linux_x64/lib/src/java.base/javax/security/auth/Subject.ja