From fbd8b0d95c0cf3e59b443a8e31850d1ed21626df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 7 Oct 2024 10:28:42 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 If there will be no comments in two weeks, I will merge this. --- python-avocado.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-avocado.spec b/python-avocado.spec index 0c6d6f7..b7a4d55 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -45,7 +45,7 @@ Summary: Framework with tools and libraries for Automated Testing # optional_plugins/html/avocado_result_html/templates/bootstrap.min.js: MIT # selftests/.data/jenkins-junit.xsd: MIT # Other files: GPLv2 and GPLv2+ -License: GPLv2+ and GPLv2 and MIT +License: GPL-2.0-or-later AND GPL-2.0-only AND MIT URL: https://avocado-framework.github.io/ Source0: https://github.com/avocado-framework/avocado/archive/%{gitref}/%{gittar} BuildArch: noarch