From 2cc6bf31e0e28ff7673fc46b29ba4e221f934150 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Wed, 17 Jul 2019 19:19:59 +0300 Subject: [PATCH] Add link to license folder into README.md --- ReadMe.md | 3 +++ license/README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 897042789ca..00cf09ba20e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -135,6 +135,9 @@ includeBuild('/path/to/kotlin') { } ``` +# License +Kotlin is distributed under the terms of the Apache License (Version 2.0). See [license folder](license/README.md) for details. + # Contributing Please be sure to review Kotlin's [contributing guidelines](docs/contributing.md) to learn how to help the project. diff --git a/license/README.md b/license/README.md index 9bf7123c649..b1e4a47058b 100644 --- a/license/README.md +++ b/license/README.md @@ -1,4 +1,4 @@ -The Apache 2 license (given in full in LICENSE.txt) applies to all code in this repository which is copyright +The Apache 2 license (given in full in [LICENSE.txt](LICENSE.txt)) applies to all code in this repository which is copyright by JetBrains. The following sections of the repository contain third-party code, to which different licenses may apply: