From 0c000a4994e0456f277ad23c94f079c17253b6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Fri, 6 Dec 2024 16:57:20 +0800 Subject: [PATCH] fix: Modify the default open source license in Swagger (#7277) Refs #7275 --- cmd/server/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index c0251c090..7a678fd7c 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -11,10 +11,10 @@ import ( // @title 1Panel // @version 1.0 -// @description Open Source Linux Panel +// @description Top-Rated Web-based Linux Server Management Tool // @termsOfService http://swagger.io/terms/ -// @license.name Apache 2.0 -// @license.url http://www.apache.org/licenses/LICENSE-2.0.html +// @license.name GPL-3.0 +// @license.url https://www.gnu.org/licenses/gpl-3.0.html // @BasePath /api/v1 // @schemes http https