Skip to content

Commit 4f57d6a

Browse files
committed
Add MIT license
1 parent 914ea48 commit 4f57d6a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

LICENSE.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2016 Gruntwork, LLC
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ create a new release. The CircleCI job for this repo has been configured to:
309309

310310
See `circle.yml` and `_ci/build-and-push-release-asset.sh` for details.
311311

312+
## License
313+
314+
This code is released under the MIT License. See LICENSE.txt.
315+
312316
## TODO
313317

314318
* Add a check that modules have been downloaded using `terraform get`.

0 commit comments

Comments
 (0)