diff --git a/LICENSES/apache-2.0.txt b/LICENSE-Apache-2.0 similarity index 100% rename from LICENSES/apache-2.0.txt rename to LICENSE-Apache-2.0 diff --git a/LICENSES/gpl-3.0.txt b/LICENSE-GPL-3.0 similarity index 100% rename from LICENSES/gpl-3.0.txt rename to LICENSE-GPL-3.0 diff --git a/README.md b/README.md index ae3987df3..3511df69a 100644 --- a/README.md +++ b/README.md @@ -157,4 +157,7 @@ Name | Type | Description ## License -See [LICENSES](./LICENSES) directory for the list of licences used in this repository +See roles or module documentation to find their license. This is a list of the different licenses used in this repository + +- [Apache License 2.0](./LICENSE-Apache-2.0) +- [GNU General Public License v3.0](./LICENSE-GPL-3.0) diff --git a/roles/resources_to_components/README.md b/roles/resources_to_components/README.md index ed64ecedd..546371d1e 100644 --- a/roles/resources_to_components/README.md +++ b/roles/resources_to_components/README.md @@ -61,4 +61,4 @@ Regarding the component fields: ## License -Apache License, Version 2.0 (see [LICENSE](../../LICENSE) file) +Apache License, Version 2.0 (see [LICENSE-Apache-2.0](../../LICENSE-Apache-2.0) file)