From 5801ff29a5341d11504a15f980440c211064cc26 Mon Sep 17 00:00:00 2001 From: Basti Date: Tue, 19 Mar 2024 13:25:31 +0100 Subject: [PATCH] adds readme and license --- LICENSE.md | 7 +++++++ readme.md | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 LICENSE.md create mode 100644 readme.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d9ee4ba --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2024 Curious Community Labs e.V. + +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 new file mode 100644 index 0000000..4e6934f --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +# Project Name + +This script creates automatic donation reciepts from an MT940 file exported in the online banking transaction history. + +## Table of Contents + +- [Installation](#installation) +- [Usage](#usage) +- [Contributing](#contributing) +- [License](#license) + +## Installation + +You need LaTex and Ruby installed + +## Usage + +./beitragsquittung.rb + +The member ID is optional. If not provided, all members are processed. +The time range is used from the MT940 file. + + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.