-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that this project is licensed under the MIT License
The license text itself was already MIT, but it wasn't explicitly stated so. Renaming to "LICENSE", moving the notice line into a separate "NOTICE" file. This change also enables GitHub to properly detect the license and show it in the UI.
- Loading branch information
1 parent
010d325
commit 267d301
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
MIT License | ||
|
||
Copyright (c) 2010-2013 by Bart Kiers | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
|
@@ -20,6 +22,3 @@ 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. | ||
|
||
Project : Liqp; a Liquid Template grammar/parser | ||
Developed by : Bart Kiers, [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Liqp; a Liquid Template grammar/parser | ||
Copyright (c) 2010-2013 by Bart Kiers, [email protected] |