1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00

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.
This commit is contained in:
L3D 2021-03-23 16:22:10 +01:00
parent e297345a34
commit 0aeeb9434e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 34 additions and 31 deletions

22
LICENSE Normal file
View file

@ -0,0 +1,22 @@
MIT License
Copyright (c) 2019, Arillso
Copyright (c) 220 L3D <l3d@c3woc.de>
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.

View file

@ -187,14 +187,7 @@ none
- restic - restic
``` ```
## Author
- Matthias Leutenegger
## License ## 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

View file

@ -1,33 +1,21 @@
--- ---
galaxy_info: galaxy_info:
role_name: restic role_name: restic
author: Matthias Leutenegger author: do1jlr
description: Role to deploy restic and setup backups. description: Ansible role to deploy restic and setup backups.
# company:
license: MIT license: MIT
min_ansible_version: 2.8 min_ansible_version: 2.9
platforms: platforms:
- name: EL
versions:
- 6
- 7
- name: Fedora
versions:
- 29
- name: Ubuntu
versions:
- bionic
- cosmic
- name: Debian - name: Debian
versions: versions: all
- jessie - name: EL
- stretch versions: all
- buster - name: Fedora
# - name: Windows versions: all
# versions: - name: Ubuntu
# - all versions: all
galaxy_tags: galaxy_tags:
- backup - backup
- restic
dependencies: [] dependencies: []