Skip to content

Commit

Permalink
licence and desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anael Favre committed Nov 19, 2015
1 parent a7cbd5a commit 44851f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Anael Favre <[email protected]>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "white-frame/view",
"description": "View manager and tools for Laravel",
"description": "Set of tools for enhancing Laravel blade view management",
"license": "WTFPL",
"authors": [
{
"name": "Anael Favre",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"WhiteFrame\\View\\": "src/"
Expand Down

0 comments on commit 44851f0

Please sign in to comment.