Skip to content

Commit

Permalink
Specify new contributors license terms in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 17, 2024
1 parent 216ffbb commit 0a7e947
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


<!-- cargo-sync-readme end -->
Expand Down
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check warning on line 568 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Rust format

Diff in /home/runner/work/evalexpr/evalexpr/src/lib.rs
//! 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)]
Expand Down

0 comments on commit 0a7e947

Please sign in to comment.