chore: change license from Apache-2.0 to MIT (#534)
Changed the project license from Apache-2.0 to MIT for maximum permissiveness and openness. Changes: - Cargo.toml: Updated license field from "Apache-2.0" to "MIT" - LICENSE: Replaced Apache-2.0 text with MIT license text - README.md: Updated license badge and section from Apache 2.0 to MIT MIT is a simpler, more permissive license that allows for maximum flexibility while still requiring attribution and disclaiming warranty. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae37e59423
commit
b09e77c8c9
3 changed files with 24 additions and 193 deletions
|
|
@ -3,7 +3,7 @@ name = "zeroclaw"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["theonlyhennygod"]
|
||||
license = "Apache-2.0"
|
||||
license = "MIT"
|
||||
description = "Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant."
|
||||
repository = "https://github.com/zeroclaw-labs/zeroclaw"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue