Skip to content

Commit 9f3edfb

Browse files
chore: clarify license policy (#37)
Co-authored-by: Cédric Chevalier <[email protected]>
1 parent 3629d41 commit 9f3edfb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ cargo doc --no-deps --open
5454

5555
## License
5656

57+
> [!IMPORTANT]
58+
> Our licensing policy applies only to the rust crate `metis-rs`, not the original METIS library.
59+
>
60+
> For information about METIS' licensing policy, refer to the original library's [repository][METIS_GH].
61+
5762
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.
5863

59-
[METIS]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
64+
### Note on the `vendored` feature
65+
66+
metis-rs comes with its `vendored` feature enabled by default. With this feature enabled, the original METIS code is compiled and is installed along metis-rs.
67+
Please note that METIS code is **always** under Apache-2 license.
68+
69+
[METIS]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
70+
[METIS_GH]: https://github.com/KarypisLab/METIS

0 commit comments

Comments
 (0)