Nitrokey / libnitrokey

Communicate with Nitrokey devices in a clean and easy manner
https://nitrokey.com/
GNU Lesser General Public License v3.0
65 stars 34 forks source link

Fix SPDX-License-Identifier annotation #189

Open robinkrahl opened 4 years ago

robinkrahl commented 4 years ago

libnitrokey uses the SPDX-License-Identifier: LGPL-3.0 annotation, but the LGPL-3.0 identifier has been deprecated acording to this list. The identifier should be LGPL-3.0-or-later instead.

szszszsz commented 2 years ago

To be set as LGPL-3.0-only.