From e213046302856a2cc6e4c5b22f428f0a7bb7d968 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:10:03 +0800 Subject: [PATCH] fix: correct license declaration in OpenAPI spec from AGPL-3.0 to Apache-2.0 (#1988) * Initial plan * fix: update license from AGPL-3.0 to Apache-2.0 in service-api-openapi.json Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com> --- docs/service-api-openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/service-api-openapi.json b/docs/service-api-openapi.json index aab3758b..032ba303 100644 --- a/docs/service-api-openapi.json +++ b/docs/service-api-openapi.json @@ -9,7 +9,7 @@ "url": "https://langbot.app" }, "license": { - "name": "AGPL-3.0", + "name": "Apache-2.0", "url": "https://github.com/langbot-app/LangBot/blob/master/LICENSE" } },