mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Add missed references to license/README.md
This commit is contained in:
committed by
Stanislav Erokhin
parent
be961b458d
commit
4c15642e2c
@@ -11,6 +11,10 @@ the Kotlin IntelliJ IDEA plugin:
|
||||
- License: BSD (license/third_party/asm_license.txt)
|
||||
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
||||
|
||||
- Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxLocalsCalculator.java
|
||||
- License: BSD (license/third_party/asm_license.txt)
|
||||
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
||||
|
||||
- Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/MethodAnalyzer.kt
|
||||
- License: BSD (license/third_party/asm_license.txt)
|
||||
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
||||
@@ -18,6 +22,14 @@ the Kotlin IntelliJ IDEA plugin:
|
||||
- Path: core/reflection.jvm/src/kotlin.reflect/jvm/internal/pcollections
|
||||
- License: MIT (license/third_party/pcollections_LICENSE.txt)
|
||||
- Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.org/)
|
||||
|
||||
- Path: eval4j/src/org/jetbrains/eval4j/interpreterLoop.kt
|
||||
- License: BSD (license/third_party/asm_license.txt)
|
||||
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
||||
|
||||
- Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/OptimizationBasicInterpreter.java
|
||||
- License: BSD (license/third_party/asm_license.txt)
|
||||
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
||||
|
||||
- Path: js/js.ast
|
||||
- License: BSD (license/third_party/dart_LICENSE.txt)
|
||||
@@ -147,6 +159,21 @@ any distributions of the tools or libraries:
|
||||
- License: Apache 2 (license/third_party/testdata/gradle_license.txt)
|
||||
- Origin: Gradle, Copyright 2002-2017 Gradle, Inc.
|
||||
|
||||
- Path: libraries/tools/kotlin-gradle-plugin-integration-tests/target/test-classes/testProject/noArgJpa/src/javax/persistence/Entity.java
|
||||
- License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)
|
||||
and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)
|
||||
- Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.
|
||||
|
||||
- Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/noArgJpa/src/javax/persistence/Entity.java
|
||||
- License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)
|
||||
and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)
|
||||
- Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.
|
||||
|
||||
- Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/noArgJpa/src/javax/persistence/Embeddable.java
|
||||
- License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)
|
||||
and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)
|
||||
- Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.
|
||||
|
||||
## Example Code
|
||||
|
||||
The following code is provided as examples and is not incorporated into
|
||||
|
||||
14
license/third_party/testdata/eclipse_distribution_license.txt
vendored
Normal file
14
license/third_party/testdata/eclipse_distribution_license.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
Eclipse Distribution License - v 1.0
|
||||
|
||||
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
|
||||
|
||||
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 the Eclipse Foundation, 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.
|
||||
|
||||
Reference in New Issue
Block a user