From 0aeeb9434e913fa4bc7116342638ae17d7b9cc25 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 23 Mar 2021 16:22:10 +0100 Subject: [PATCH] Change license link in README and change Author The License link in the README is not reachable. So I added a MIT License to the Repo itself, changed the Link and added the Copyright Persons specified in the README. I also updated the Author to be myself in the Galaxy meta file. --- LICENSE | 22 ++++++++++++++++++++++ README.md | 9 +-------- meta/main.yml | 34 +++++++++++----------------------- 3 files changed, 34 insertions(+), 31 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..770b8d0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2019, Arillso +Copyright (c) 220 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 ae074ad..31de012 100644 --- a/README.md +++ b/README.md @@ -187,14 +187,7 @@ none - restic ``` -## Author - -- Matthias Leutenegger - ## License -This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text. +This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text. -## Copyright - -(c) 2019, Arillso diff --git a/meta/main.yml b/meta/main.yml index bd8915d..f2206db 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,33 +1,21 @@ --- galaxy_info: role_name: restic - author: Matthias Leutenegger - description: Role to deploy restic and setup backups. - # company: + author: do1jlr + description: Ansible role to deploy restic and setup backups. license: MIT - min_ansible_version: 2.8 + min_ansible_version: 2.9 platforms: - - name: EL - versions: - - 6 - - 7 - - name: Fedora - versions: - - 29 - - name: Ubuntu - versions: - - bionic - - cosmic - name: Debian - versions: - - jessie - - stretch - - buster - # - name: Windows - # versions: - # - all - + versions: all + - name: EL + versions: all + - name: Fedora + versions: all + - name: Ubuntu + versions: all galaxy_tags: - backup + - restic dependencies: []