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