From d1e81c526500c5f59b3648ac8ee3a71405ced734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eligio=20Mari=C3=B1o?= <22875166+gmeligio@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:35:31 +0100 Subject: [PATCH] docs: mention Flutter license (#301) --- docs/src/content.mdx | 8 +++++++- readme.md | 8 +++++++- script/renovate_validate.sh | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/src/content.mdx b/docs/src/content.mdx index 7324c68..1bbdf32 100644 --- a/docs/src/content.mdx +++ b/docs/src/content.mdx @@ -155,4 +155,10 @@ See [Contributing](docs/contributing.md). ## License -[MIT License](LICENSE.md) +Flutter is licensed under [BSD 3-Clause "New" or "Revised" license](https://github.com/flutter/flutter/blob/master/LICENSE). + +As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). + +As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. + +The [sources](https://github.com/gmeligio/flutter-docker-image) for producing gmeligio/flutter-android Docker images are licensed under [MIT License](LICENSE.md). diff --git a/readme.md b/readme.md index c14c6d9..0399a3a 100644 --- a/readme.md +++ b/readme.md @@ -152,4 +152,10 @@ See [Contributing](docs/contributing.md). ## License -[MIT License](LICENSE.md) \ No newline at end of file +Flutter is licensed under [BSD 3-Clause "New" or "Revised" license](https://github.com/flutter/flutter/blob/master/LICENSE). + +As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). + +As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. + +The [sources](https://github.com/gmeligio/flutter-docker-image) for producing gmeligio/flutter-android Docker images are licensed under [MIT License](LICENSE.md). \ No newline at end of file diff --git a/script/renovate_validate.sh b/script/renovate_validate.sh index 7e702b0..88abcc8 100644 --- a/script/renovate_validate.sh +++ b/script/renovate_validate.sh @@ -1 +1 @@ -renovate-config-validator --strict +npx --yes --package renovate -- renovate-config-validator --strict