From 327c8d225541ad97bbefae35b70dbb174a7ffacf Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 10 Dec 2024 10:03:38 -0800 Subject: [PATCH] Provide more license links --- docs/licensing/openrewrite-licensing.md | 2 +- docs/licensing/repository-licensing.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/licensing/openrewrite-licensing.md b/docs/licensing/openrewrite-licensing.md index 7e2f8c5514..98a94b7995 100644 --- a/docs/licensing/openrewrite-licensing.md +++ b/docs/licensing/openrewrite-licensing.md @@ -12,7 +12,7 @@ The OpenRewrite ecosystem is a marketplace of both free and proprietary recipes. ### Apache License Version 2.0 -Core OpenRewrite technology and language libraries in general are fully open sourced under the Apache license. This includes the entirety of [openrewrite/rewrite](https://github.com/openrewrite/rewrite), including rewrite-core and many of the original language bindings (Java, Groovy, Kotlin, XML, Properties, YAML, Terraform, etc.). It also includes the building-block core recipes like `ChangeMethodName`, `ChangeType`, etc. and recipe repositories that are primarily committed to by third parties. This means that framework/library authors can supply OSS migrations to their consumers. +Core OpenRewrite technology and language libraries in general are fully open sourced under the [Apache license](https://www.apache.org/licenses/LICENSE-2.0). This includes the entirety of [openrewrite/rewrite](https://github.com/openrewrite/rewrite), including rewrite-core and many of the original language bindings (Java, Groovy, Kotlin, XML, Properties, YAML, Terraform, etc.). It also includes the building-block core recipes like `ChangeMethodName`, `ChangeType`, etc. and recipe repositories that are primarily committed to by third parties. This means that framework/library authors can supply OSS migrations to their consumers. ### Moderne Source Available License diff --git a/docs/licensing/repository-licensing.md b/docs/licensing/repository-licensing.md index c1a9ee0027..8143b392cb 100644 --- a/docs/licensing/repository-licensing.md +++ b/docs/licensing/repository-licensing.md @@ -2,6 +2,12 @@ This table designates the licensing type for files in each OpenRewrite repository. +The three licenses in the table can be found here: + +* [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) +* [Moderne Source Available License](https://docs.moderne.io/administrator-documentation/licensing/moderne-source-available-license) +* [Moderne Proprietary License](https://docs.moderne.io/administrator-documentation/licensing/overview) + | Repository | License Type | |------------------------------|----------------------------| | rewrite | Apache License Version 2.0 |