Skip to content

Commit

Permalink
Clarify that this project is licensed under the MIT License
Browse files Browse the repository at this point in the history
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
kohlschuetter committed Nov 30, 2022
1 parent 010d325 commit 267d301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions COPYRIGHT → LICENSE
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
Expand All @@ -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]
2 changes: 2 additions & 0 deletions NOTICE
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]

0 comments on commit 267d301

Please sign in to comment.