westerndigitalcorporation / ufs-utils

The UFS Tool project have been created to allow access UFS device from user space, and perform basic set of UFS operations: Read and write UFS device configuration (flags, attributes, descriptors), FFU, etc... The set of UFS Tool features is co-existing and updated beside BSG and SG infrastructure in Linux Kernel. The source code of ufs-tool is almost ready and will be uploaded soon!
GNU General Public License v2.0
73 stars 59 forks source link

license: gplv2 or gplv2+? #54

Open pypingou opened 1 month ago

pypingou commented 1 month ago

Hi,

Quick question: is the project under GPLv2 only or GPLv2+?

The README says: This project is licensed under the GPL-2.0-only but all the SPDX-License-Identifier I found say: GPL-2.0-or-later

Thanks!

pypingou commented 1 month ago

Maybe the integration of https://github.com/westerndigitalcorporation/ufs-utils/blob/dev/hmac_sha2.h is what makes the entire project GPLv2 only even though most of the code is GPLv2+?