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

@ -2,6 +2,14 @@
name = "naas"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "No as a Service - A lightweight HTTP service that always says 'no'"
repository = "https://kode.naiv.no/olemd/naas"
homepage = "https://kode.naiv.no/olemd/naas"
authors = ["Ole-Morten Duesund <olemd@glemt.net>"]
keywords = ["http", "service", "api", "no", "rust"]
categories = ["web-programming::http-server"]
readme = "README.md"
[dependencies]