From 085aee38aabbbdf29c09966c88d88bb72faa1512 Mon Sep 17 00:00:00 2001 From: Bobby Cafazzo Date: Sun, 27 Nov 2022 11:54:48 -0500 Subject: [PATCH] Add license --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..afa83d5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2004-2013 Gold Dean + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. diff --git a/README.md b/README.md index 7301cc7..3e82556 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,3 @@ A repository with the latest public source for the [BYOND](http://www.byond.com/) game [Chao Chatterz](http://www.byond.com/games/GoldDean/ChaoChatterz). It was originally made by [Gold Dean](http://www.byond.com/members/GoldDean) and publicly released on August 30, 2005. The latest update by Gold Dean was released on December 10, 2013. Chao Chatterz is an open-world roleplaying game with the real limits being the map-size and your imagination. Once I have time to get around to it, I'll begin making efforts to update parts of the code to be better ran in the latest versions of BYOND. - -At this time there is no copyright license as Gold Dean had never made it clear how he intended it to be licensed. I have made attempts in the past to contact him, and will occasionally retry my efforts in the future in an effort to better protext the BYOND community and the original creator of the game.