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:
parent
57628d940d
commit
780df1e348
4 changed files with 33 additions and 4 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue