From f7ce923d218f1650655d420067d89890ec28e032 Mon Sep 17 00:00:00 2001 From: Mqxx <62719703+Mqxx@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:52:58 +0100 Subject: [PATCH] fix: license `LGPL-3.0` is a depricated identifier and needs to be changed to `LGPL-3.0-only` --- jsr/jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr/jsr.json b/jsr/jsr.json index 8786ddf..1d0d7ab 100644 --- a/jsr/jsr.json +++ b/jsr/jsr.json @@ -2,7 +2,7 @@ "name": "@serial/cpp-bindings-windows", "version": "", "description": "C++ Windows Bindings for the serial library", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "exports": { "./bin": "./src/bin/index.ts" },