From 0d6ae119dc25ad7554683c6ec6786e7f60e2bb89 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 14f094b..2d773aa 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -622,7 +622,7 @@ copy of the Program in return for a fee. Ansible Role to deploy one or multiple Apache2 sites 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 0cf57df..b09a918 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/infra_apache' issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues' github_branch: 'stable'