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:
Paul Zinselmeyer 2025-11-20 14:55:53 +01:00
parent 861cb70cee
commit af03d32d1c
Signed by: pfzetto
SSH key fingerprint: SHA256:BOdea0+zY02mYo29j2zzK6uVpcc3Gkp4w6C7YrHbN8A
3 changed files with 375 additions and 2 deletions

View file

@ -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