mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
License change from LGPLv3 to MPLv2 (#30)
LGPLv3 is the wrong choice for rust programs due to rusts transitive recompilation requirements. MPLv2 captures the same 'spirit' but allow transitive recompilation
This commit is contained in:
parent
861cb70cee
commit
af03d32d1c
3 changed files with 375 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
authors = [ "Paul Z <info@pfz4.de>" ]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/pfz4/axum-oidc"
|
||||
license = "LGPL-3.0-or-later"
|
||||
license = "MPL-2.0"
|
||||
keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue