From 6a6498f3262aad54b2d6e4bbb0fbdbe3b4be7792 Mon Sep 17 00:00:00 2001 From: Diego Jorquera <49794243+tapdiego-amzn@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:07:42 -0800 Subject: [PATCH] Correction to license in README The README says the project license is MIT-0; changing this to the actual license, which is Apache 2.0 according to the LICENSE file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aab808..c4735f6 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The aws-do-cli project enables running AWS CLI, AWS CLI v2, and aws-shell in a c See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information. ## License -This library is licensed under the MIT-0 License. See the [LICENSE.txt](LICENSE.txt) file. +This library is licensed under the Apache 2.0 License. See the [LICENSE.txt](LICENSE.txt) file. ## References * [Do framework / depend-on-docker project](https://github.com/iankoulski/depend-on-docker)