Add MIT license and fix Debian packaging

- Add MIT License for maximum permissivity
- Update Cargo.toml with complete package metadata including license
- Update README.md with license information and explanation
- Fix Debian package systemd service installation conflict
  (remove manual installation, let debhelper handle it automatically)

The MIT License allows anyone to use, modify, and distribute this
software with minimal restrictions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2025-09-29 13:46:19 +02:00
commit 780df1e348
4 changed files with 33 additions and 4 deletions

View file

@ -156,4 +156,6 @@ podman build --build-arg RUST_VERSION=1.75 -t naas:latest .
## License
MIT
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
The MIT License is a permissive license that allows you to do almost anything with this code, including using it in commercial projects, modifying it, and distributing it, as long as you include the original copyright notice.