From 7cf3c70c92d9c726af820ab4758c17d95e6ec61a Mon Sep 17 00:00:00 2001 From: ekko <152005280+EKKOLearnAI@users.noreply.github.com> Date: Sun, 10 May 2026 14:31:30 +0800 Subject: [PATCH] chore: change license to BSL-1.1 and remove third-party brand keywords (#605) - Switch from MIT to Business Source License 1.1 (non-commercial use, auto-converts to Apache 2.0 on 2029-05-10) - Remove third-party brand keywords from package.json (chatgpt, claude, openai, gemini, deepseek, telegram, discord, slack, whatsapp, etc.) - Remove afdian sponsor links from README.md and README_zh.md - Update license references in both READMEs to BSL-1.1 Co-authored-by: Claude Opus 4.7 --- LICENSE | 61 +++++++++++++++++++++++++++++++++++++--------------- README.md | 8 +------ README_zh.md | 8 +------ package.json | 16 ++------------ 4 files changed, 48 insertions(+), 45 deletions(-) diff --git a/LICENSE b/LICENSE index afc4bcc..220bc00 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,48 @@ -MIT License +Business Source License 1.1 -Copyright (c) 2025 EKKOLearnAI +Parameters -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensor: EKKOLearnAI +Licensed Work: Hermes Web UI +Additional Use Grant: You may use the Licensed Work for non-commercial purposes, + including personal use, education, and research. + Commercial use (including but not limited to selling, + licensing, SaaS hosting, or embedding in a commercial + product) requires a separate commercial license from the + Licensor. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Change Date: 2029-05-10 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Change License: Apache License 2.0 + +Notice + +The Licensed Work is provided under the Business Source License 1.1 (BSL 1.1). +You may not use the Licensed Work except in compliance with the License. + +You may obtain a copy of the License at +https://mariadb.com/bsl11/ + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +--- + +For the purposes of this License: + +- "Licensed Work" refers to all source code, documentation, and associated + files in this repository. + +- "Non-commercial use" means use that is not primarily intended for or + directed toward commercial advantage or monetary compensation. + +- The Licensor (EKKOLearnAI) and its authorized representatives are not + subject to the Additional Use Grant restrictions and may use the Licensed + Work for any purpose, including commercial purposes, without limitation. + +On the Change Date (2029-05-10), this License will automatically convert to +the Apache License 2.0, at which point all users may use the Licensed Work +under the terms of the Apache License 2.0. diff --git a/README.md b/README.md index a9f938b..66b8884 100644 --- a/README.md +++ b/README.md @@ -274,12 +274,6 @@ The BFF layer handles API proxy (with path rewriting), SSE streaming, file uploa -## Sponsor - -如果你觉得这个项目对你有帮助,欢迎支持我: - -Sponsor - ## License -[MIT](./LICENSE) +[BSL-1.1](./LICENSE) diff --git a/README_zh.md b/README_zh.md index 0f620bf..d0703ac 100644 --- a/README_zh.md +++ b/README_zh.md @@ -282,12 +282,6 @@ BFF 层负责:API 代理(含路径重写)、SSE 流式推送、文件上 -## 赞助 - -如果你觉得这个项目对你有帮助,欢迎支持我: - -Sponsor - ## 许可证 -[MIT](./LICENSE) +[BSL-1.1](./LICENSE) diff --git a/package.json b/package.json index 5e9b14a..9323b38 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "hermes-web-ui", "version": "0.5.16", - "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model (Claude, GPT, Gemini, DeepSeek) web UI with Telegram, Discord, Slack, WhatsApp integration", + "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration", "repository": { "type": "git", "url": "https://github.com/EKKOLearnAI/hermes-web-ui.git" }, "homepage": "https://ekkolearnai.com", - "license": "MIT", + "license": "BSL-1.1", "engines": { "node": ">=23.0.0" }, @@ -20,23 +20,11 @@ "ai-agent", "ai-chat", "ai-dashboard", - "chatgpt", - "claude", - "openai", - "gemini", - "deepseek", "llm", "multi-model", "chat-ui", "dashboard", "self-hosted", - "telegram", - "discord", - "slack", - "whatsapp", - "matrix", - "feishu", - "weixin", "multi-platform", "vue3", "typescript"