From 283cf91e3912b42b6eb55cb7634308f6e0ee30c5 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 2 Apr 2021 17:49:51 -0400 Subject: [PATCH] Add Agreement --- README.md | 18 ++++++++++++++++++ package.json | 1 + 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index eae1200c..cbe0feb9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +## Agreement + +You are not to publish this code to the public under any circumstance. It is +private, and if found on the web you may be held liable in court. Xiao is +not licensed, meaning her code is completely under copyright. No one is +allowed to use any part of her code under any circumstance unless given +explicit permission from the copyright holder. + +I, as the copyright holder, grant you the ability to use it as a reference +point for your projects and allow you to use the code as a learning tool. +You may take ideas and reformat code into another library, but you may not +simply copy and self-host the code, unless the bot using it is COMPLETELY +PRIVATE. This means it cannot be added to any servers but those of the bot +owner. + +If a public bot is found using Xiao's code it will be reported to Discord and +removed. + ## Installing ### Before You Begin diff --git a/package.json b/package.json index 927c43f1..a4f9071b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "134.6.0", "description": "Your personal server companion.", "main": "Xiao.js", + "private": true, "scripts": { "test": "npm run lint", "lint": "eslint . --ext .js --ext .json",