diff options
author | neelkamath <neelkamath@protonmail.com> | 2018-05-11 16:03:08 +0200 |
---|---|---|
committer | neelkamath <neelkamath@protonmail.com> | 2018-05-11 16:03:08 +0200 |
commit | 97f8a61c769e3d80740ee4a24ba7ebe309f57e2a (patch) | |
tree | 91e8f74754484cdde43bc133a8c2d504d7792307 | |
parent | Fix line number and prevent further breakage (diff) | |
download | hackchat-97f8a61c769e3d80740ee4a24ba7ebe309f57e2a.tar.gz hackchat-97f8a61c769e3d80740ee4a24ba7ebe309f57e2a.zip |
Add license as a file in the repo as GitHub's documentation
-rw-r--r-- | LICENSE | 13 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + + 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. @@ -81,7 +81,7 @@ See also the list of [contributors](https://github.com/hack-chat/main/graphs/con ## License -This project is licensed under the [WTFPL License]((http://www.wtfpl.net/txt/copying/)). +This project is licensed under the [WTFPL License](LICENSE). ## Acknowledgments |