From 1d85b89d37f6a718f905bf7dc71bfd2f8e043c14 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Wed, 27 Aug 2025 16:36:44 -0400 Subject: [PATCH] Added license agreement based off of the DBAD license --- LICENSE | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5e28942 --- /dev/null +++ b/LICENSE @@ -0,0 +1,28 @@ +# BE RESPECTFUL PUBLIC LICENSE + +> Version 1.1.1, August, 2025 + +> Copyright (C) 2025, Notsomeidiot123, All rights reserved. + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document. + +> BE RESPECTFUL PUBLIC LICENSE +> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +1. Do whatever you like with the original work, just be respectful. + + Not being respectful includes - but is not limited to - the following instances: + + 1a. Outright copyright infringement - Don't just copy this and change the name. + 1b. Selling the unmodified original with no work done what-so-ever, that's REALLY disrespectful. + 1c. Modifying the original work to contain hidden harmful content. That's EXTREMELY disrespectful. + +2. If you become rich through modifications, related works/services, or supporting the original work, +share the love. Only a disrespectful person would make loads off this work and not buy the original work's +creator(s) a pint. + +3. Code is provided with no warranty. Using somebody else's code and complaining when it goes wrong makes +you a very mean person. Fix the problem yourself. A respectful person would submit the fix back. + +This license may be subject to change, and will apply to versions of the code written up to and until the license has changed, including versions written before this license was implemented. \ No newline at end of file