From 861b142decbaf3c494a39f8a3af46b838d5277bc Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Thu, 9 Apr 2026 00:02:36 -0700 Subject: [PATCH] chore: change license to Apache-2.0 Update both README and Cargo.toml. Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bf7169..e30c41d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "improvise" version = "0.1.0" edition = "2021" description = "Terminal pivot-table modeling in the spirit of Lotus Improv" -license = "MIT" +license = "Apache-2.0" repository = "https://github.com/fiddlerwoaroof/improvise" homepage = "https://github.com/fiddlerwoaroof/improvise" readme = "README.md" diff --git a/README.md b/README.md index 4616568..375427d 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ response. If you want to build on it, fork away. ## License -MIT +Apache-2.0