From e0200e9fafa0290882084d286a3212ebd59343d8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 3 Mar 2020 08:53:49 -0600 Subject: [PATCH] Fix license metadata The galaxy upload rejects GPLv3 and requires a valid SPDX license tag. The file headers list: GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) which is a way of saying "3 or later" - so use that SPDX tag. Also - the license headers refer to the file being COPYING, so rename the file and update it in the galaxy metadata to match. Change-Id: I6c82b49d7ce5ea8c9cde939d5d37ff54b969a598 --- LICENSE => COPYING | 0 galaxy.yml.in | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/galaxy.yml.in b/galaxy.yml.in index 9b5ba212..472f2119 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -4,8 +4,8 @@ version: 1.0.0 readme: README.md authors: Openstack description: Openstack Ansible modules -license: GPLv3 -license_file: LICENSE +license: GPL-3.0-or-later +license_file: COPYING tags: - cloud - openstack