From c14b86dfa3e7ef70b2b86c5905af15de99bad7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Wed, 21 Nov 2018 15:33:32 -0500 Subject: [PATCH] Add license section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fecc073..b29a97c 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,7 @@ This script removes a stack. You must pass the stack name as argument: ```bash ./undeploy.sh mystack ``` + +## License + +Source code contained by this project is licensed under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.en.html). See [LICENSE](LICENSE) file for reference.