From dfd6b4a2b7494854096663be73dc9255ff14c7d8 Mon Sep 17 00:00:00 2001 From: daniloaz Date: Sat, 23 Mar 2024 13:34:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(Cargo.toml):=20Update=20license?= =?UTF-8?q?=20identifier=20from=20'GPL=203.0'=20to=20'GPL-3.0-only'=20for?= =?UTF-8?q?=20better=20SPDX=20compliance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c844a48..140be77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Daniel López Azaña "] description = "A Rust client for Lightstreamer, designed to facilitate real-time communication with Lightstreamer servers." -license = "GPL 3.0" +license = "GPL-3.0-only" repository = "https://github.com/daniloaz/lightstreamer-client" documentation = "https://github.com/daniloaz/lightstreamer-client#readme"