Add public domain license and copyright headers

- Added LICENSE file with Unlicense (public domain dedication)
- Added public domain headers to all main source files
- Updated README to mention public domain status
- All code is free and unencumbered, released into the public domain

Anyone is free to use this code for any purpose without restriction.
This commit is contained in:
jack
2025-07-04 16:21:49 +02:00
parent 87d4455c25
commit 0ab1f2ecfd
9 changed files with 84 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
A secure, end-to-end encrypted Bluetooth mesh chat application with an IRC-style interface.
## License
This project is released into the public domain. See the [LICENSE](LICENSE) file for details.
## Features
- End-to-end encryption using Curve25519 and AES-GCM