fix: Modify the default open source license in Swagger (#7277)

Refs #7275
pull/7279/head
王贺 2024-12-06 16:57:20 +08:00 committed by GitHub
parent d2da7e2ea5
commit 0c000a4994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ import (
// @title 1Panel // @title 1Panel
// @version 1.0 // @version 1.0
// @description Open Source Linux Panel // @description Top-Rated Web-based Linux Server Management Tool
// @termsOfService http://swagger.io/terms/ // @termsOfService http://swagger.io/terms/
// @license.name Apache 2.0 // @license.name GPL-3.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html // @license.url https://www.gnu.org/licenses/gpl-3.0.html
// @BasePath /api/v1 // @BasePath /api/v1
// @schemes http https // @schemes http https