diff --git a/README.md b/README.md index 68b3493..f18b3ed 100644 --- a/README.md +++ b/README.md @@ -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. -## 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. \ No newline at end of file