Update README.md

This commit is contained in:
2026-06-18 13:40:28 +02:00
parent 2cdca71f0a
commit 0ba80e5dce
+8 -2
View File
@@ -32,6 +32,12 @@ This project favors clarity, portability, and experimentation over peak performa
Early development. Interfaces, file structure, and module names may change frequently. Early development. Interfaces, file structure, and module names may change frequently.
## License ## License and contributions
Private for now. A license will be chosen before public release. PANIC is licensed under the GNU General Public License v3.0.
This project is built with limited resources, questionable confidence, and a desire to understand numerical computing from the ground up. Feedback is greatly appreciated, whether it is about bugs, design choices, performance, portability, documentation, or places where the implementation could be made clearer.
If you improve something, collaboration is very welcome. Contributions are especially appreciated when they preserve the main goal of the project: readable, portable, dependency-light numerical code that can be understood and changed.
PANIC is not meant to be perfect. It is meant to be open, inspectable, and improvable.