commit 2ccde8610e8a6a0ad5cde9fecca1d1b72999bcf1 from: Witcher01 date: Sun Jun 6 13:31:19 2021 UTC added license commit - e281b487dc74e5bfbeaf8c45995d2462f524ad4a commit + 2ccde8610e8a6a0ad5cde9fecca1d1b72999bcf1 blob - 948e872bf0176fe3c7612306144ff7d8c5e58df0 blob + 4e6a47b4489fecc9aa6d4dca17faef96edee07b0 --- README.md +++ README.md @@ -1,6 +1,6 @@ # cli_incidence -cli_incidence talks to the RKI (Robert-Koch-Institut) REST API and posts the incidence of the specified districts to STDOUT. +cli_incidence talks to the RKI (Robert-Koch-Institut) REST API and prints the incidence of the specified districts to STDOUT. # Requirements blob - /dev/null blob + 75156e89bef1453551be9f27558cbe1cd4abda01 (mode 644) --- /dev/null +++ LICENSE.txt @@ -0,0 +1,19 @@ +Copyright (c) 2021 Witcher01 + +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.