kotlin-compiler
Advanced tools
Comparing version 1.2.0-M2 to 1.2.0-beta-31
@@ -1,1 +0,1 @@ | ||
1.2-M2 | ||
1.2.0-beta-31 |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ ========================================================================= |
@@ -37,2 +37,6 @@ The Apache 2 license (given in full in LICENSE.txt) applies to all code in this repository which is copyright | ||
- Origin: Google Closure Library, Copyright 2009 The Closure Library Authors | ||
- Path: js/js.libraries/src/js/polyfills.js | ||
- License: Boost Software License 1.0 (license/third_party/boost_LICENSE.txt) | ||
- Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001. | ||
@@ -52,3 +56,7 @@ - Path: js/js.parser/src/com/google | ||
- Origin: Derived from GWT, (C) 2007-08 Google Inc. | ||
- Path: libraries/stdlib/src/kotlin/util/MathJVM.kt | ||
- License: Boost Software License 1.0 (license/third_party/boost_LICENSE.txt) | ||
- Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001. | ||
- Path: plugins/lint/android-annotations | ||
@@ -75,27 +83,27 @@ - License: Apache 2 (license/third_party/aosp_license.txt) | ||
- Path: compiler/testData/foreignAnnotations/annotations/android | ||
- Path: third-party/annotations/android | ||
- License: Apache 2 (license/third_party/aosp_license.txt) | ||
- Origin: Copyright (C) 2011-15 The Android Open Source Project | ||
- Path: compiler/testData/foreignAnnotations/annotations/com/android | ||
- Path: third-party/annotations/com/android | ||
- License: Apache 2 (license/third_party/aosp_license.txt) | ||
- Origin: Copyright (C) 2011-15 The Android Open Source Project | ||
- Path: compiler/testData/foreignAnnotations/annotations/org/eclipse | ||
- Path: third-party/annotations/org/eclipse | ||
- License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt) | ||
- Origin: Eclipse JDT, Copyright (c) 2011, 2013 Stephan Herrmann and others. | ||
- Path: compiler/testData/foreignAnnotations/annotations/edu/umd/cs/findbugs | ||
- Path: third-party/annotations/edu/umd/cs/findbugs | ||
- License: LGPL 2.1 (license/third_party/testdata/findbugs_license.txt) | ||
- Origin: Bytecode Analysis Framework, Copyright (C) 2005 University of Maryland | ||
- Path: compiler/testData/foreignAnnotationsJava8/annotations/org/eclipse | ||
- Path: third-party/jdk8-annotations/org/eclipse | ||
- License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt) | ||
- Origin: Eclipse JDT, Copyright (c) 2011, 2013 Stephan Herrmann and others. | ||
- Path: compiler/testData/foreignAnnotations/annotations/io/reactivex | ||
- Path: third-party/annotations/io/reactivex | ||
- License: Apache 2 (license/third_party/testdata/rxjava_license.txt) | ||
- Origin: RxJava, Copyright (c) 2016-present, RxJava Contributors | ||
- Path: compiler/testData/foreignAnnotations/annotations/lombok | ||
- Path: third-party/annotations/lombok | ||
- License: MIT (license/third_party/testdata/lombok_license.txt) | ||
@@ -111,2 +119,10 @@ - Origin: Project Lombok, Copyright (C) 2009-2013 The Project Lombok Authors | ||
- Origin: Copyright (C) 2011-15 The Android Open Source Project | ||
- Path: idea/testData/android/lint/IntRange.java | ||
- License: Apache 2 (license/third_party/aosp_license.txt) | ||
- Origin: Copyright (C) 2011-15 The Android Open Source Project | ||
- Path: idea/testData/android/lint/RequiresPermission.java | ||
- License: Apache 2 (license/third_party/aosp_license.txt) | ||
- Origin: Copyright (C) 2011-15 The Android Open Source Project | ||
@@ -129,2 +145,11 @@ - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/allOpenSpring/src/org/springframework/stereotype/Component.java | ||
## Kotlin Tools and Libraries Tests | ||
The following source code is used for testing the Kotlin tools and/or libraries and is not incorporated into | ||
any distributions of the tools or libraries: | ||
- Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/PluginsDslIT.kt | ||
- License: Apache 2 (license/third_party/testdata/gradle_license.txt) | ||
- Origin: Gradle, Copyright 2002-2017 Gradle, Inc. | ||
## Example Code | ||
@@ -131,0 +156,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ The MIT License |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ This license applies to all parts of Dart that are not externally |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ Copyright JS Foundation and other contributors, https://js.foundation/ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ JSON |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ Copyright (c) 2008 Harold Cooper |
@@ -0,0 +0,0 @@ Copyright (c) 2005-2010 Sam Stephenson |
@@ -0,0 +0,0 @@ Copyright JS Foundation and other contributors, https://js.foundation |
@@ -0,0 +0,0 @@ The version of Rhino used in GWT is licensed under a dual license, |
@@ -0,0 +0,0 @@ SCALA LICENSE |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ Eclipse Public License, Version 1.0 (EPL-1.0) |
@@ -0,0 +0,0 @@ GNU LESSER GENERAL PUBLIC LICENSE |
@@ -0,0 +0,0 @@ Copyright (C) 2009-2015 The Project Lombok Authors. |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ GNU LESSER GENERAL PUBLIC LICENSE |
@@ -0,0 +0,0 @@ The Trove library is licensed under the Lesser GNU Public License, |
{ | ||
"name": "kotlin-compiler", | ||
"version": "1.2.0-M2", | ||
"version": "1.2.0-beta-31", | ||
"description": "Kotlin compiler", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,3 +13,3 @@ # Kotlin Programming Language | ||
* [Follow Kotlin on Twitter](https://twitter.com/kotlin) | ||
* [Public Slack channel](http://kotlinslackin.herokuapp.com/) | ||
* [Public Slack channel](http://slack.kotlinlang.org/) | ||
* [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
38553458
83