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:
parent
e297345a34
commit
0aeeb9434e
3 changed files with 34 additions and 31 deletions
22
LICENSE
Normal file
22
LICENSE
Normal 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.
|
|
@ -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
|
||||
|
|
|
@ -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: []
|
||||
|
|
Loading…
Reference in a new issue