From 25402fd208c204a39fa44e5e3eb7b48dc8112873 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:49:41 -0500 Subject: [PATCH] =?UTF-8?q?doc=20fix:=20license=20=E2=9A=96=EF=B8=8F=20(#1?= =?UTF-8?q?171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add: License * Delete .github/LICENSE.md --- .github/LICENSE.md => LICENSE | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) rename .github/LICENSE.md => LICENSE (91%) diff --git a/.github/LICENSE.md b/LICENSE similarity index 91% rename from .github/LICENSE.md rename to LICENSE index b0e01588b..752f1a458 100644 --- a/.github/LICENSE.md +++ b/LICENSE @@ -1,8 +1,6 @@ -# MIT License +MIT License -Copyright (c) 2023 Danny Avila - ---- +Copyright (c) 2023 LibreChat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -14,8 +12,6 @@ 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 @@ -23,7 +19,3 @@ 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. - ---- - -## [Go Back to ReadMe](../README.md)