Skip to content

Commit

Permalink
chore: use AGPL-3.0-or-later spdx id in cargo.toml and readme
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 31, 2024
1 parent b21aa80 commit f73eb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "russ"
version = "0.5.0"
authors = ["Clark Kampfe <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f73eb4c

Please sign in to comment.