From 2302e8de1663c1fa49924a2e7f46fda2c8cbdab7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 14 Jan 2025 15:32:09 -0500 Subject: [PATCH] chore: use `AGPL-3.0-or-later` spdx id in cargo.toml and readme (#42) Signed-off-by: Rui Chen --- Cargo.toml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c0a728c..67c550c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "russ" version = "0.5.0" authors = ["Clark Kampfe "] edition = "2021" +license = "AGPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 69594a5..6ac1a9d 100644 --- a/README.md +++ b/README.md @@ -208,3 +208,4 @@ I welcome contributions to Russ. If you have an idea for something you would lik ## license See the [license.](LICENSE) +SPDX-License-Identifier: AGPL-3.0-or-later