From f25244eef5e77d577ae2b5d276b4cd151edf67c1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 6 Jul 2024 13:46:23 +0200 Subject: [PATCH] Update README and LICENSE --- LICENSE | 4 +-- README.md | 79 +++++++++++++++++++++++++++++++++++------------------- README.org | 22 ++++++++++++++- 3 files changed, 75 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index b957759..f80f38f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 Marcus Kammer +Copyright (c) 2024 Marcus Kammer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -17,4 +17,4 @@ 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. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 7568d47..ff1bb14 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,31 @@ # Table of Contents -1. [dev.metalisp.survey](#org47d121b) - 1. [Disclaimer](#org5bed190) - 2. [Introduction](#orgc349819) - 3. [Design Goals](#orgad6f901) - 4. [Features](#org3f409cd) - 5. [Dependencies](#org0fb4017) - 6. [Mailing list](#org5b67f4c) - 7. [Issue tracker](#org301d510) - 8. [News Feed](#orgcc3cbf3) - 9. [Installation instructions](#org4a7e43f) - 1. [With using Quicklisp](#org72bcdcb) - 10. [Screenshot](#org78c87a3) - 11. [License](#org0341fe5) +1. [dev.metalisp.survey](#org4f2ee7b) + 1. [Disclaimer](#org3711d19) + 2. [Introduction](#orgc4e834f) + 3. [Design Goals](#orgb8c700e) + 4. [Features](#orgced632b) + 5. [Dependencies](#org49c823c) + 6. [Mailing list](#orgd677c30) + 7. [Issue tracker](#orga5d8978) + 8. [News Feed](#org0512ef1) + 9. [Installation instructions](#orgf299775) + 1. [With using Quicklisp](#org8fa28a5) + 10. [Screenshot](#org68f9e1c) + 11. [License](#orgc2016d0) + 1. [MIT](#orgb803f2e) - + # dev.metalisp.survey Made with Love ❤️ and Common Lisp - + ## Disclaimer @@ -39,7 +40,7 @@ demands a proactive approach to handling any issues and ensuring the software meets organizational needs. - + ## Introduction @@ -59,7 +60,7 @@ tool for research projects, market research, and other sectors that require precise data collection and analysis. - + ## Design Goals @@ -86,7 +87,7 @@ precise data collection and analysis. accommodate users with varying needs and abilities. - + ## Features @@ -100,7 +101,7 @@ precise data collection and analysis. maintenance of the application. - + ## Dependencies @@ -108,33 +109,33 @@ precise data collection and analysis. - - + ## Mailing list - - + ## Issue tracker - - + ## News Feed - - + ## Installation instructions - + ### With using Quicklisp @@ -230,16 +231,40 @@ operating systems. (ql:quickload :dev.metalisp.survey) - + ## Screenshot ![img](https://git.sr.ht/~marcuskammer/dev.metalisp.survey/blob/main/screenshot.png) - + ## License -MIT + + + +### MIT + +Copyright (c) 2024 Marcus Kammer + +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.org b/README.org index ad30801..89b5ab9 100644 --- a/README.org +++ b/README.org @@ -260,5 +260,25 @@ Quicklisp offers several advantages for Common Lisp development: ** Screenshot [[https://git.sr.ht/~marcuskammer/dev.metalisp.survey/blob/main/screenshot.png]] ** License +*** MIT -MIT +Copyright (c) 2024 Marcus Kammer + +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.