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