From e72d0460e4fca7f7d6f3e139ba36bef6b555c2c3 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 24 May 2020 05:07:12 -0600 Subject: [PATCH] update license and gitattributes --- .gitattributes | 7 +++++-- LICENSE | 29 +++++++++++++++-------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.gitattributes b/.gitattributes index e5f5548..a5adb0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -50,5 +50,8 @@ # Exclude files from exporting # -.gitattributes export-ignore -.gitignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.vscode export-ignore +screenshots export-ignore + diff --git a/LICENSE b/LICENSE index fe754e9..a7f5e4a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,21 @@ -LICENSE +MIT License -You are hereby granted permission to use these files for any and all purposes -you see fit. You are permitted to alter the contents of this archive in any way -you wish so long as the attributions included in the image files remain intact -and readable. +Copyright (c) 2020 Asif Bacchus -The author of these pages is NOT the author/creator of the 'monster' artwork. -While every effort has been made to ensure the images included on these pages -may be freely used, they are the intellectual property of another person. Use of -these images must be discontinued upon the request of their creator/owner. +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 HTML PAGES AND ASSOCIATED FILES ("PAGES") PROVIDED IN THIS -REPOSITORY/ARCHIVE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +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 PAGES OR THE USE OR OTHER DEALINGS IN THE -PAGES. \ No newline at end of file +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.