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

4
debian/rules vendored
View file

@ -15,6 +15,4 @@ override_dh_auto_clean:
override_dh_auto_install:
dh_auto_install
# Install config file
install -D -m 644 debian/naas.default debian/naas/etc/default/naas
# Install systemd service
install -D -m 644 debian/naas.service debian/naas/lib/systemd/system/naas.service
install -D -m 644 debian/naas.default debian/naas/etc/default/naas