From 76cc4cb7127b5beeedd2ca3e0a5e262782de2163 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Fri, 13 Aug 2021 16:44:40 +0000 Subject: [PATCH] Changed licensing information because swearing bad mmk? --- API/rng.lua | 6 +----- API/tools.lua | 6 +----- LICENSE | 11 ----------- UNLICENSE | 24 ++++++++++++++++++++++++ bot.lua | 6 +----- commands/complexCommands.lua | 6 +----- commands/experimentalCommands.lua | 6 +----- commands/simpleCommands.lua | 6 +----- 8 files changed, 30 insertions(+), 41 deletions(-) delete mode 100644 LICENSE create mode 100644 UNLICENSE diff --git a/API/rng.lua b/API/rng.lua index b1c4727..91b8689 100644 --- a/API/rng.lua +++ b/API/rng.lua @@ -34,8 +34,4 @@ function rng.roll(arg) return message end -return rng --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. \ No newline at end of file +return rng \ No newline at end of file diff --git a/API/tools.lua b/API/tools.lua index b48df19..4e4333a 100644 --- a/API/tools.lua +++ b/API/tools.lua @@ -160,8 +160,4 @@ function tools.figlet(string) return string end -return tools --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. +return tools \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4c92d26..0000000 --- a/LICENSE +++ /dev/null @@ -1,11 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE - Version 3.1, July 2019 - - by Sam Hocevar - theiostream - dtf - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..00d2e13 --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS 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. + +For more information, please refer to \ No newline at end of file diff --git a/bot.lua b/bot.lua index f57e32d..e92f6b9 100644 --- a/bot.lua +++ b/bot.lua @@ -61,8 +61,4 @@ end) --Insert Token in a .lua file with simply returns it as a string. local token = require("./docs/token.lua") -client:run('Bot '..token) --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. \ No newline at end of file +client:run('Bot '..token) \ No newline at end of file diff --git a/commands/complexCommands.lua b/commands/complexCommands.lua index 555f608..201edf8 100644 --- a/commands/complexCommands.lua +++ b/commands/complexCommands.lua @@ -101,8 +101,4 @@ end function complexCommands.initialize() return commands end -return complexCommands --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. +return complexCommands \ No newline at end of file diff --git a/commands/experimentalCommands.lua b/commands/experimentalCommands.lua index f56c75f..619cbb0 100644 --- a/commands/experimentalCommands.lua +++ b/commands/experimentalCommands.lua @@ -20,8 +20,4 @@ end function experimentalCommands.initialize() return commands end -return experimentalCommands --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. \ No newline at end of file +return experimentalCommands \ No newline at end of file diff --git a/commands/simpleCommands.lua b/commands/simpleCommands.lua index 9b0c466..4c3a59b 100644 --- a/commands/simpleCommands.lua +++ b/commands/simpleCommands.lua @@ -52,8 +52,4 @@ end function basicCommands.initialize() return commands end -return basicCommands --- This project is libre, and licenced under the terms of the --- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, --- as published by dtf on July 2019. See the COPYING file or --- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details. \ No newline at end of file +return basicCommands \ No newline at end of file