From 97f8a61c769e3d80740ee4a24ba7ebe309f57e2a Mon Sep 17 00:00:00 2001 From: neelkamath Date: Fri, 11 May 2018 19:33:08 +0530 Subject: Add license as a file in the repo as GitHub's documentation --- LICENSE | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5c93f45 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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. diff --git a/README.md b/README.md index a6f92e4..a959d3e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1