You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,17 @@ cargo doc --no-deps --open
54
54
55
55
## License
56
56
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
+
57
62
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-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.
0 commit comments