From 577c0984c0abb7368eb94af5b5bd9babda10d1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 27 Sep 2023 04:40:47 +0000 Subject: [PATCH] fix SPDX license formula The operator in the SPDX formula has to be upper case. --- libuv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index 7905477..1721d2b 100644 --- a/libuv.spec +++ b/libuv.spec @@ -11,7 +11,7 @@ Summary: Platform layer for node.js # Documentation is CC-BY-4.0 # src/inet.c is ISC # include/uv/tree.h is BSD-2-Clause -License: MIT and CC-BY-4.0 and ISC AND BSD-2-Clause +License: MIT AND CC-BY-4.0 AND ISC AND BSD-2-Clause URL: http://libuv.org/ Source0: http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz Source1: https://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz.sign