diff options
author | 2024-03-23 13:34:01 +0100 | |
---|---|---|
committer | 2024-03-23 13:34:01 +0100 | |
commit | dfd6b4a2b7494854096663be73dc9255ff14c7d8 (patch) | |
tree | ca948d8d8156ac3a528bdf8dec84da763a40bd81 | |
parent | cd3ffbf75a12f4e804c240552ee4f8b68a02a4cc (diff) |
🔧 (Cargo.toml): Update license identifier from 'GPL 3.0' to 'GPL-3.0-only' for better SPDX compliance
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Daniel López Azaña <daniloaz@gmail.com>"] 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" |