Skip to content

Commit

Permalink
Replace LICENSE with GitHub's MIT Template
Browse files Browse the repository at this point in the history
A minor change but it makes it so that the GitHub UI picks up on the type of license being used and displays it in the repo. See here for their blog post on it: https://github.com/blog/2252-license-now-displayed-on-repository-overview

It's a little weird on how the license is identified, you usually need to include the "MIT License" which is one of the two changes, the other is just from GitHub's MIT template and up to you guys to decide on.

Enjoy 🎉
  • Loading branch information
JasonEtco committed May 4, 2017
1 parent 5be7c90 commit 4397a0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

Copyright (c) 2011-2017 Andris Reinman

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -7,6 +9,9 @@ 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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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
Expand Down

0 comments on commit 4397a0d

Please sign in to comment.