From 57ee610e1b9fe16e64ea7938ca1df2afd819f92c Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 20 Nov 2020 11:03:53 +0100 Subject: [PATCH] start preparing role for archiv cleanup functions --- LICENSE | 23 +++++++++++++++++++++++ README.md | 19 +++++++++---------- 2 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..10d9ecb --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2019, Arillso +Copyright (c) 2019, Matthias Leutenegger +Copyright (c) 2020 L3D + +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 index 0e416e7..ffc084a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ -# Ansible Role: restic + ansible_role_restic_archiver +====================== > **Beta:** This role is in beta status. + + + + ## Description [Restic](https://github.com/restic/restic) is a versatile Go based backup solution which supports multiple backends, deduplication and incremental @@ -189,11 +196,3 @@ none ## Author - Matthias Leutenegger - -## License - -This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text. - -## Copyright - -(c) 2019, Arillso