From 440b4c19a27fd8ff51f1c1c4d9aeff42652ccc0d Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 26 Jul 2023 13:45:19 +0200 Subject: [PATCH] Update SPDX license --- sane-airscan.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sane-airscan.spec b/sane-airscan.spec index c171a20..1af48ba 100644 --- a/sane-airscan.spec +++ b/sane-airscan.spec @@ -7,8 +7,15 @@ Name: sane-airscan Version: 0.99.27 Release: 9%{?dist} Summary: SANE backend for AirScan (eSCL) and WSD document scanners +# SANE related source and header files - GPL 2.0+ with gnu-javamail exception +# http_parser.c/.h - MIT # the exception is defined in LICENSE, meant for SANE project in most cases -License: GPLv2+ with exceptions +# the exception matches with gnu-javamail exception, which is not currently +# among Fedora allowed exceptions over SPDX. +# reported here https://gitlab.com/fedora/legal/fedora-license-data/-/issues/264 +# future License tag: +# License: GPL-2.0-or-later WITH gnu-javamail-exception AND MIT +License: GPL-2.0-or-later AND MIT URL: https://github.com/alexpevzner/sane-airscan Source: %{URL}/archive/%{version}/%{name}-%{version}.tar.gz