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)]