Update readme and license information

This commit is contained in:
2026-06-29 21:04:48 +02:00
parent 21c95b4796
commit fb64e370dc
6 changed files with 228 additions and 10 deletions
+16 -1
View File
@@ -1,3 +1,18 @@
# grapherity
Graph editing, algorithms, and visualization
Library for graph models and algorithms.
This library is still experimental and its API may therefore change frequently.
## License
This project is dual-licensed under the terms of both:
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/license/mit)
You may choose either license for your use of this software.
### Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.