From d4f46b523e701689cf2e66dbc1828bf26aac5a69 Mon Sep 17 00:00:00 2001 From: Michel Tricot Date: Mon, 27 Sep 2021 12:21:41 -0700 Subject: [PATCH] fix doc --- README.md | 2 +- docs/SUMMARY.md | 2 ++ docs/project-overview/licenses/README.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 818cd577e5b4..514b35f56d86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/github/license/airbytehq/airbyte)](./LICENSE) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/static/v1?label=license&message=MIT&color=brightgreen)](./LICENSE) [![License](https://img.shields.io/static/v1?label=license&message=ELv2&color=brightgreen)](./LICENSE) ![](docs/.gitbook/assets/airbyte_new_logo.svg) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 00f29f76b1b0..ec87041f0763 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -220,6 +220,8 @@ * [Connectors](project-overview/changelog/connectors.md) * [Slack Code of Conduct](project-overview/slack-code-of-conduct.md) * [Licenses](project-overview/licenses/README.md) + * [ELv2](project-overview/licenses/elv2-license.md) + * [MIT](project-overview/licenses/mit-license.md) * [Troubleshooting](troubleshooting/README.md) * [On Deploying](troubleshooting/on-deploying.md) * [On Setting up a New Connection](troubleshooting/new-connection.md) diff --git a/docs/project-overview/licenses/README.md b/docs/project-overview/licenses/README.md index c9b8e3a9cfd9..93c64ce24f52 100644 --- a/docs/project-overview/licenses/README.md +++ b/docs/project-overview/licenses/README.md @@ -3,6 +3,7 @@ Airbyte monorepo uses multiple licenses. The license for a particular work is defined with following prioritized rules: + 1. License directly present in the file 2. LICENSE file in the same directory as the work 3. First LICENSE found when exploring parent directories up to the project top level directory