From 0a7e947955a1ea0fa7c1cc45bd14f93443a09b43 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 17 Oct 2024 11:04:10 +0300 Subject: [PATCH] Specify new contributors license terms in docs. --- README.md | 5 ++++- src/lib.rs | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93a92d..2d2f395 100644 --- a/README.md +++ b/README.md @@ -580,10 +580,13 @@ With `serde`, expressions can be integrated into arbitrarily complex data. The crate also implements `Serialize` and `Deserialize` for the `HashMapContext`, but note that only the variables get (de)serialized, not the functions. -## License +## Licensing This crate is primarily distributed under the terms of the AGPL3 license. See [LICENSE](/LICENSE) for details. +If you require a different licensing option for your project, contact me at `isibboi at gmail.com`. + +Contributions to this crate are assumed to be licensed under the [MIT License](https://opensource.org/license/mit). diff --git a/src/lib.rs b/src/lib.rs index ae3410d..40e65fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -563,10 +563,13 @@ //! The crate also implements `Serialize` and `Deserialize` for the `HashMapContext`, //! but note that only the variables get (de)serialized, not the functions. //! -//! ## License +//! ## Licensing //! //! This crate is primarily distributed under the terms of the AGPL3 license. //! See [LICENSE](/LICENSE) for details. +//! If you require a different licensing option for your project, contact me at `isibboi at gmail.com`. +//! +//! Contributions to this crate are assumed to be licensed under the [MIT License](https://opensource.org/license/mit). //! #![deny(missing_docs)]