@@ -104,3 +104,29 @@ Distributed under the MIT license. See ``LICENSE`` for more information.
1041043. **Commit** changes to your own branch
1051054. **Push** your work back up to your fork
1061065. Submit a **Pull request** so that I can review changes
107+
108+ ## License
109+
110+ ```sh
111+ MIT License
112+
113+ Copyright (c) 2018 Chahat Gupta
114+
115+ Permission is hereby granted, free of charge, to any person obtaining a copy
116+ of this software and associated documentation files (the "Software"), to deal
117+ in the Software without restriction, including without limitation the rights
118+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
119+ copies of the Software, and to permit persons to whom the Software is
120+ furnished to do so, subject to the following conditions:
121+
122+ The above copyright notice and this permission notice shall be included in all
123+ copies or substantial portions of the Software.
124+
125+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
126+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
127+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
128+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
129+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
131+ SOFTWARE.
132+ ```
0 commit comments