From df0fc9eb2368649f754c45ff7e7c578ac19ad113 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 29 Jan 2022 00:10:46 +0100 Subject: [PATCH] updated license --- LICENSE.txt | 2 +- meta/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index dd0d110..2b072a4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -622,7 +622,7 @@ copy of the Program in return for a fee. Ansible Role to create certificates to use on a linux server. - Copyright (C) 2021 AnsibleGuy + Copyright (C) 2022 AnsibleGuy This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/meta/main.yml b/meta/main.yml index 0780a37..ec16c68 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ galaxy_info: author: 'AnsibleGuy ' readme: 'README.md' - license: 'MIT' + license: 'GPLv3' repository: 'https://github.com/ansibleguy/ROLE' issue_tracker_url: 'https://github.com/ansibleguy/ROLE/issues' github_branch: 'stable'