Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clarify license policy #37

Merged
merged 6 commits into from
May 15, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ cargo doc --no-deps --open

## License

> [!IMPORTANT]
> Our licensing policy applies only to the rust crate `metis-rs`, not the original METIS library.
>
> For information about METIS' licensing policy, refer to the original library's [repository][METIS_GH].

metis-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Refer to `LICENSE-APACHE` and `LICENSE-MIT` for more details.

[METIS]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
### Note on `cargo-vendor` usage

Because the project uses `cargo-vendor` and submodules, the original METIS code may be distributed along metis-rs.
This does not invalidate any of the above statements as the METIS version shipped with `cargo-vendor` has a compatible
licensing policy.

Were METIS' license to change and make this impossible, the version shipped with metis-rs would be fixed; Any further
licensing issues would have to be handled by users, as they are when users provide their own original library to use
with bindings.

imrn99 marked this conversation as resolved.
Show resolved Hide resolved
[METIS]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
[METIS_GH]: https://github.com/KarypisLab/METIS