featureName=Cloud Foundry Manifest Language Server Feature providerName=Pivotal, Inc. updateSiteName=Spring Tooling Language Servers for Eclipse description=\ This feature provides the language server to support editing cloud foundry manifest files copyright=\ Copyright (c) 2018 Pivotal Software, Inc. ################ end of copyright property #################################### # "license" property - text of the "Feature Update License" license=\ cf-manifest-lsp 0.9.0 GA\n\ \n\ \n\ =================================================================\n\ Pivotal makes available all content in this download ("Content"). \n\ Unless otherwise indicated below, the Content is provided to you under \n\ the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). \n\ A copy of the EPL is available in the file called license.txt. For \n\ purposes of the EPL, "Program" will mean the Content.\n\ \n\ The following copyright statements and licenses apply to various open\n\ source software packages (or portions thereof) that are distributed with\n\ this Content.\n\ \n\ =================================================================\n\ TABLE OF CONTENTS\n\ =================================================================\n\ The following is a listing of the open source components detailed in this document. \n\ This list is provided for your convenience; please read further if you wish to review \n\ the copyright notice(s) and the full text of the license associated with each component.\n\ \n\ \n\ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES\n\ \n\ >>> java-semver-0.9.0\n\ >>> jsoup-1.9.2\n\ >>> slf4j-api-1.7.22\n\ >>> slf4j-simple-1.7.22\n\ \n\ \n\ \n\ SECTION 2: Apache License, V2.0\n\ \n\ >>> cf-java-client-2.4.0\n\ >>> commons-compress-1.12\n\ >>> commons-lang3-3.4\n\ >>> evo-inflector-1.2.2\n\ >>> gson-2.7\n\ >>> guava-18.0.0\n\ >>> jackson-datatype-jdk8-2.5.0\n\ >>> jackson-datatype-jsr310-2.5.0\n\ >>> javax.inject-1.0\n\ >>> javolution-core-java-6.0.0\n\ >>> jcl-over-slf4j-1.7.22\n\ >>> jjwt-0.7.0\n\ >>> netty-all-4.1.8-final\n\ >>> okio-1.8.0\n\ >>> org.reactivestreams.reactive-streams-1.0.0\n\ >>> reactor-core-3.0.5\n\ >>> reactor-io-0.6.0\n\ >>> reactor-netty-0.6.0\n\ >>> remark-java-1.0.0\n\ >>> snakeyaml-1.17\n\ >>> spring-core-4.3.5.release\n\ >>> spring-web-4.3.5.release\n\ >>> wire-runtime-2.2.0\n\ \n\ \n\ \n\ SECTION 3: Eclipse Public License, V1.0\n\ \n\ >>> com.fasterxml.jackson.core.jackson-annotations-2.5.0\n\ >>> com.fasterxml.jackson.core.jackson-core-2.5.0\n\ >>> com.fasterxml.jackson.core.jackson-databind-2.5.0\n\ >>> org.eclipse.lsp4j-0.2.0\n\ >>> org.eclipse.lsp4j.generator-0.2.0\n\ >>> org.eclipse.lsp4j.jsonrpc-0.2.0\n\ >>> org.eclipse.xtend.lib-2.13.0\n\ >>> org.eclipse.xtend.lib.macro-2.13.0\n\ >>> org.eclipse.xtext.xbase.lib-2.13.0\n\ \n\ \n\ \n\ APPENDIX. Standard License Files\n\ \n\ >>> Eclipse Public License, V1.0\n\ \n\ >>> Apache License, V2.0\n\ \n\ \n\ \n\ --------------- SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES ----------\n\ \n\ BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES are applicable to the following component(s).\n\ \n\ \n\ >>> java-semver-0.9.0\n\ \n\ The MIT License\n\ *\n\ * Copyright 2012-2015 Zafar Khaja .\n\ *\n\ * Permission is hereby granted, free of charge, to any person obtaining a copy\n\ * of this software and associated documentation files (the "Software"), to deal\n\ * in the Software without restriction, including without limitation the rights\n\ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\ * copies of the Software, and to permit persons to whom the Software is\n\ * furnished to do so, subject to the following conditions:\n\ *\n\ * The above copyright notice and this permission notice shall be included in\n\ * all copies or substantial portions of the Software.\n\ *\n\ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\ * THE SOFTWARE.\n\ \n\ \n\ >>> jsoup-1.9.2\n\ \n\ The MIT License\n\ Copyright 2009 - 2016 Jonathan Hedley (jonathan@hedley.net)\n\ \n\ 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:\n\ \n\ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\ \n\ 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.\n\ \n\ \n\ >>> slf4j-api-1.7.22\n\ \n\ * Copyright (c) 2004-2011 QOS.ch\n\ * All rights reserved.\n\ *\n\ * Permission is hereby granted, free of charge, to any person obtaining\n\ * a copy of this software and associated documentation files (the\n\ * "Software"), to deal in the Software without restriction, including\n\ * without limitation the rights to use, copy, modify, merge, publish,\n\ * distribute, sublicense, and/or sell copies of the Software, and to\n\ * permit persons to whom the Software is furnished to do so, subject to\n\ * the following conditions:\n\ *\n\ * The above copyright notice and this permission notice shall be\n\ * included in all copies or substantial portions of the Software.\n\ *\n\ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n\ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n\ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n\ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n\ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\ \n\ \n\ >>> slf4j-simple-1.7.22\n\ \n\ Copyright (c) 2004-2012 QOS.ch\n\ * All rights reserved.\n\ *\n\ * Permission is hereby granted, free of charge, to any person obtaining\n\ * a copy of this software and associated documentation files (the\n\ * "Software"), to deal in the Software without restriction, including\n\ * without limitation the rights to use, copy, modify, merge, publish,\n\ * distribute, sublicense, and/or sell copies of the Software, and to\n\ * permit persons to whom the Software is furnished to do so, subject to\n\ * the following conditions:\n\ *\n\ * The above copyright notice and this permission notice shall be\n\ * included in all copies or substantial portions of the Software.\n\ *\n\ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n\ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n\ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n\ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n\ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\ \n\ \n\ --------------- SECTION 2: Apache License, V2.0 ----------\n\ \n\ Apache License, V2.0 is applicable to the following component(s).\n\ \n\ \n\ >>> cf-java-client-2.4.0\n\ \n\ Cloud Foundry Java Client\n\ \n\ Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> commons-compress-1.12\n\ \n\ Apache Commons Compress\n\ Copyright 2002-2016 The Apache Software Foundation\n\ \n\ This product includes software developed at\n\ The Apache Software Foundation (http://www.apache.org/).\n\ \n\ * Licensed to the Apache Software Foundation (ASF) under one or more\n\ * contributor license agreements. See the NOTICE file distributed with\n\ * this work for additional information regarding copyright ownership.\n\ * The ASF licenses this file to You under the Apache License, Version 2.0\n\ * (the "License"); you may not use this file except in compliance with\n\ * the License. You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ The files in the package org.apache.commons.compress.archivers.sevenz\n\ were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),\n\ which has been placed in the public domain:\n\ \n\ "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)\n\ \n\ \n\ ADDITIONAL LICENSE INFORMATION:\n\ \n\ > BSD\n\ \n\ commons-compress-1.12-sources.jar/ org/ apache/ commons/ compress/ compressors/ snappy/ PureJavaCrc32C.java\n\ \n\ * Some portions of this file Copyright (c) 2004-2006 Intel Corportation\n\ * and licensed under the BSD license.\n\ \n\ \n\ >>> commons-lang3-3.4\n\ \n\ Apache Commons Lang\n\ Copyright 2001-2015 The Apache Software Foundation\n\ \n\ This product includes software developed at\n\ The Apache Software Foundation (http://www.apache.org/).\n\ \n\ This product includes software from the Spring Framework,\n\ under the Apache License 2.0 (see: StringUtils.containsWhitespace())\n\ \n\ \n\ >>> evo-inflector-1.2.2\n\ \n\ Copyright 2013 Atteo\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> gson-2.7\n\ \n\ Copyright 2008 Google Inc.\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> guava-18.0.0\n\ \n\ "Copyright (C) 2010 The Guava Authors\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the ""License"");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain Copyright (C) 2010 The Guava Authors\n\ * Licensed under the Apache License, Version 2.0 (the ""License"");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an ""AS IS"" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ ADDITIONAL LICENSE INFORMATION:\n\ \n\ > Public Domain\n\ \n\ guava-18.0-sources.jar/ com/ google/ common/ util/ concurrent/ AtomicDoubleArray.java\n\ \n\ Written by Doug Lea with assistance from members of JCP JSR-166\n\ * Expert Group and released to the public domain, as explained at\n\ * http://creativecommons.org/publicdomain/zero/1.0/"\n\ \n\ \n\ >>> jackson-datatype-jdk8-2.5.0\n\ \n\ This copy of Jackson JSON processor streaming parser/generator is licensed under the\n\ Apache (Software) License, version 2.0 ("the License").\n\ See the License for details about distribution rights, and the\n\ specific rights regarding derivate works.\n\ \n\ You may obtain a copy of the License at:\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ \n\ >>> jackson-datatype-jsr310-2.5.0\n\ \n\ # Copyright 2013 FasterXML.com\n\ #\n\ # Licensed under the Apache License, Version 2.0 (the "License"); you may\n\ # not use this file except in compliance with the License. You may obtain\n\ # a copy of the License at\n\ #\n\ # http://www.apache.org/licenses/LICENSE-2.0\n\ #\n\ # Unless required by applicable law or agreed to in writing, software\n\ # distributed under the License is distributed on an "AS IS" BASIS,\n\ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ # See the license for the specific language governing permissions and\n\ # limitations under the license.\n\ com.fasterxml.jackson.datatype.jsr310.JSR310Module\n\ \n\ \n\ >>> javax.inject-1.0\n\ \n\ Copyright (C) 2009 The JSR-330 Expert Group\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> javolution-core-java-6.0.0\n\ \n\ /*\n\ * Copyright (c) 2011-2016 Pivotal Software Inc, All Rights Reserved.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ >>> jcl-over-slf4j-1.7.22\n\ \n\ * Copyright 2001-2004 The Apache Software Foundation.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ \n\ >>> jjwt-0.7.0\n\ \n\ * Copyright (C) 2015 jsonwebtoken.io\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ \n\ >>> netty-all-4.1.8-final\n\ \n\ ~ Copyright 2012 The Netty Project\n\ ~\n\ ~ The Netty Project licenses this file to you under the Apache License,\n\ ~ version 2.0 (the "License"); you may not use this file except in compliance\n\ ~ with the License. You may obtain a copy of the License at:\n\ ~\n\ ~ http://www.apache.org/licenses/LICENSE-2.0\n\ ~\n\ ~ Unless required by applicable law or agreed to in writing, software\n\ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\n\ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n\ ~ License for the specific language governing permissions and limitations\n\ ~ under the License.\n\ \n\ \n\ >>> okio-1.8.0\n\ \n\ /*\n\ * Copyright (C) 2014 Square, Inc.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ >>> org.reactivestreams.reactive-streams-1.0.0\n\ \n\ * Copyright 2016 Netflix, Inc.\n\ * \n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ * \n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ * \n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ >>> reactor-core-3.0.5\n\ \n\ /*\n\ * Copyright (c) 2011-2016 Pivotal Software Inc, All Rights Reserved.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ >>> reactor-io-0.6.0\n\ \n\ Copyright (c) 2011-2016 Pivotal Software, Inc. All Rights Reserved.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ \n\ >>> reactor-netty-0.6.0\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> remark-java-1.0.0\n\ \n\ Copyright 2011 OverZealous Creations, LLC\n\ \n\ Licensed under the Apache License, Version 2.0 (the "License");\n\ you may not use this file except in compliance with the License.\n\ You may obtain a copy of the License at\n\ \n\ http://www.apache.org/licenses/LICENSE-2.0\n\ \n\ Unless required by applicable law or agreed to in writing, software\n\ distributed under the License is distributed on an "AS IS" BASIS,\n\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ See the License for the specific language governing permissions and\n\ limitations under the License.\n\ \n\ \n\ >>> snakeyaml-1.17\n\ \n\ * Copyright (c) 2008, http://www.snakeyaml.org\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ ADDITIONAL LICENSE INFORMATION:\n\ \n\ > BSD\n\ \n\ snakeyaml-1.17-sources.jar/ org/ yaml/ snakeyaml/ external/ biz/ base64Coder/ Base64Coder.java\n\ \n\ [PLEASE NOTE: PIVOTAL SOFTWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE BSD. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]\n\ \n\ \n\ Copyright 2003-2010 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland\n\ // www.source-code.biz, www.inventec.ch/chdh\n\ //\n\ // This module is multi-licensed and may be used under the terms\n\ // of any of the following licenses:\n\ //\n\ // EPL, Eclipse Public License, V1.0 or later, http://www.eclipse.org/legal\n\ // LGPL, GNU Lesser General Public License, V2.1 or later, http://www.gnu.org/licenses/lgpl.html\n\ // GPL, GNU General Public License, V2 or later, http://www.gnu.org/licenses/gpl.html\n\ // AL, Apache License, V2.0 or later, http://www.apache.org/licenses\n\ // BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php\n\ //\n\ // Please contact the author if you need another license.\n\ // This module is provided "as is", without warranties of any kind.\n\ \n\ \n\ >>> spring-core-4.3.5.release\n\ \n\ * Copyright 2002-2015 the original author or authors.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ */\n\ \n\ \n\ >>> spring-web-4.3.5.release\n\ \n\ * Copyright 2002-2013 the original author or authors.\n\ *\n\ * Licensed under the Apache License, Version 2.0 (the "License");\n\ * you may not use this file except in compliance with the License.\n\ * You may obtain a copy of the License at\n\ *\n\ * http://www.apache.org/licenses/LICENSE-2.0\n\ *\n\ * Unless required by applicable law or agreed to in writing, software\n\ * distributed under the License is distributed on an "AS IS" BASIS,\n\ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ * See the License for the specific language governing permissions and\n\ * limitations under the License.\n\ \n\ \n\ >>> wire-runtime-2.2.0\n\ \n\ License: Apache 2.0\n\ \n\ \n\ --------------- SECTION 3: Eclipse Public License, V1.0 ----------\n\ \n\ Eclipse Public License, V1.0 is applicable to the following component(s).\n\ \n\ \n\ >>> com.fasterxml.jackson.core.jackson-annotations-2.5.0\n\ \n\ About\n\ About This Content\n\ March 31, 2015\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ Third Party Content\n\ The Content includes items that have been sourced from third parties as set out below. If you did not receive this Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you should look to the Redistributors license for terms and conditions of use.\n\ Jackson Core Annotations 2.5.0\n\ The plug-in includes Jackson Core Annotations 2.5.0 ("Jackson Core Annotations") developed by FasterXML as part of the Jackson Project. Therefore:\n\ This product includes software developed by FasterXML.\n\ The Jackson Core Annotations binary code is included with no modifications except post processing (pack200 conditioning and signing). The corresponding Jackson Core Annotations source code is located at https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.5.0.tar.gz .\n\ Your use of the Jackson Core Annotations code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained in the file \n\ LICENSE\n\ and is also available at \n\ https://www.apache.org/licenses/LICENSE-2.0.html\n\ .\n\ \n\ \n\ >>> com.fasterxml.jackson.core.jackson-core-2.5.0\n\ \n\ About\n\ About This Content\n\ March 31, 2015\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ Third Party Content\n\ The Content includes items that have been sourced from third parties as set out below. If you did not receive this Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you should look to the Redistributors license for terms and conditions of use.\n\ Jackson Core 2.5.0\n\ The plug-in includes Jackson Core 2.5.0 ("Jackson Core") developed by FasterXML as part of the Jackson Project. Therefore:\n\ This product includes software developed by FasterXML.\n\ The Jackson Core binary code is included with no modifications except postprocessing (pack200 conditioning and signing). The corresponding Jackson Core source code is located at https://github.com/FasterXML/jackson-core/archive/jackson-core-2.5.0.tar.gz .\n\ Your use of the Jackson Core code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained in the file \n\ LICENSE\n\ and is also available at \n\ https://www.apache.org/licenses/LICENSE-2.0.html\n\ .\n\ \n\ \n\ >>> com.fasterxml.jackson.core.jackson-databind-2.5.0\n\ \n\ About\n\ About This Content\n\ March 31, 2015\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ Third Party Content\n\ The Content includes items that have been sourced from third parties as set out below. If you did not receive this Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you should look to the Redistributors license for terms and conditions of use.\n\ Jackson Databind 2.5.0\n\ The plug-in includes Jackson Databind 2.5.0 ("Jackson Databind") developed by FasterXML as part of the Jackson Project. Therefore:\n\ This product includes software developed by FasterXML.\n\ The Jackson Databind binary code is included with no modifications except postprocessing (pack200 conditioning and signing). The corresponding Jackson Databind source code is located at https://github.com/FasterXML/jackson-databind/archive/jackson-databind-2.5.0.tar.gz.\n\ Your use of the Jackson Databind code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained in the file \n\ LICENSE\n\ and is also available at \n\ https://www.apache.org/licenses/LICENSE-2.0.html\n\ .\n\ \n\ \n\ >>> org.eclipse.lsp4j-0.2.0\n\ \n\ About\n\ About This Content\n\ June 5, 2007\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ \n\ \n\ >>> org.eclipse.lsp4j.generator-0.2.0\n\ \n\ About\n\ About This Content\n\ June 5, 2007\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ \n\ \n\ >>> org.eclipse.lsp4j.jsonrpc-0.2.0\n\ \n\ About\n\ About This Content\n\ June 5, 2007\n\ License\n\ The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at \n\ http://www.eclipse.org/legal/epl-v10.html\n\ . For purposes of the EPL, "Program" will mean the Content.\n\ If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at \n\ http://www.eclipse.org\n\ .\n\ \n\ \n\ >>> org.eclipse.xtend.lib-2.13.0\n\ \n\ p>June 15, 2010

\n\

License

\n\ \n\

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \n\ indicated below, the Content is provided to you under the terms and conditions of the\n\ Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \n\ at http://www.eclipse.org/legal/epl-v10.html.\n\ For purposes of the EPL, "Program" will mean the Content.

\n\ \n\

If you did not receive this Content directly from the Eclipse Foundation, the Content is \n\ being redistributed by another party ("Redistributor") and different terms and conditions may\n\ apply to your use of any object code in the Content. Check the Redistributor's license that was \n\ provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\n\ indicated below, the terms and conditions of the EPL still apply to any source code in the Content\n\ and such source code may be obtained at http://www.eclipse.org.>> org.eclipse.xtend.lib.macro-2.13.0\n\ \n\ p>June 15, 2010

\n\

License

\n\ \n\

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \n\ indicated below, the Content is provided to you under the terms and conditions of the\n\ Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \n\ at http://www.eclipse.org/legal/epl-v10.html.\n\ For purposes of the EPL, "Program" will mean the Content.

\n\ \n\

If you did not receive this Content directly from the Eclipse Foundation, the Content is \n\ being redistributed by another party ("Redistributor") and different terms and conditions may\n\ apply to your use of any object code in the Content. Check the Redistributor's license that was \n\ provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\n\ indicated below, the terms and conditions of the EPL still apply to any source code in the Content\n\ and such source code may be obtained at http://www.eclipse.org.>> org.eclipse.xtext.xbase.lib-2.13.0\n\ \n\ p>June 15, 2010

\n\

License

\n\ \n\

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \n\ indicated below, the Content is provided to you under the terms and conditions of the\n\ Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \n\ at http://www.eclipse.org/legal/epl-v10.html.\n\ For purposes of the EPL, "Program" will mean the Content.

\n\ \n\

If you did not receive this Content directly from the Eclipse Foundation, the Content is \n\ being redistributed by another party ("Redistributor") and different terms and conditions may\n\ apply to your use of any object code in the Content. Check the Redistributor's license that was \n\ provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\n\ indicated below, the terms and conditions of the EPL still apply to any source code in the Content\n\ and such source code may be obtained at http://www.eclipse.org.