From 216ffbb298123829bb3768243bb3129e80772ff4 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 17 Oct 2024 10:59:37 +0300 Subject: [PATCH] Fix doc link. --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5f3182..b93a92d 100644 --- a/README.md +++ b/README.md @@ -582,8 +582,8 @@ but note that only the variables get (de)serialized, not the functions. ## License -This crate is primarily distributed under the terms of the MIT license. -See [LICENSE](LICENSE) for details. +This crate is primarily distributed under the terms of the AGPL3 license. +See [LICENSE](/LICENSE) for details. diff --git a/src/lib.rs b/src/lib.rs index ef29c35..ae3410d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -565,8 +565,8 @@ //! //! ## License //! -//! This crate is primarily distributed under the terms of the MIT license. -//! See [LICENSE](LICENSE) for details. +//! This crate is primarily distributed under the terms of the AGPL3 license. +//! See [LICENSE](/LICENSE) for details. //! #![deny(missing_docs)]