license: switch from BSL-1.1 to MIT

MIT is true open source (OSI-approved) and provides the same liability
protection through its warranty disclaimer. The strengthened disclaimer
covering silent third-party failures, regulatory non-compliance, and
user verification responsibility is retained in the LICENSE file.

BSL restricted commercial use but didn't add legal protection — the
liability limitation is what protects against lawsuits, and that works
the same under MIT.

https://claude.ai/code/session_01KF4i7Ra7zCEDskxDBaNtcT
This commit is contained in:
Claude
2026-03-28 21:09:14 +00:00
parent d3646fbdf3
commit 002a67ba95
3 changed files with 36 additions and 52 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "silent-send",
"version": "0.9.3",
"private": true,
"license": "BSL-1.1",
"license": "MIT",
"description": "Browser extension that substitutes personal data before sending to AI services",
"scripts": {
"build:chrome": "./build.sh chrome",