Skip to content

Commit d78f54b

Browse files
choosing MIT license (#119)
1 parent ad46f52 commit d78f54b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

LICENSE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2019 Project Evergreen
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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-1
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,7 @@ All page templates must be placed in the `src/templates` directory. All page tem
201201
</div>
202202
```
203203

204-
**Note**: For now, you must include an app-template.js in your templates folder, if you wish to use custom page-templates.
204+
**Note**: For now, you must include an app-template.js in your templates folder, if you wish to use custom page-templates.
205+
206+
License
207+
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).

0 commit comments

Comments
 (0)