diff --git a/docs/docs.go b/docs/docs.go index 0ac50b2..93a1618 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -16,7 +16,7 @@ const docTemplate = `{ "email": "hello@getalby.com" }, "license": { - "name": "GNU GPL", + "name": "GNU GPLv3", "url": "https://www.gnu.org/licenses/gpl-3.0.en.html" }, "version": "{{.Version}}" diff --git a/docs/swagger.json b/docs/swagger.json index 07cf642..9c4eb2d 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -13,7 +13,7 @@ "email": "hello@getalby.com" }, "license": { - "name": "GNU GPL", + "name": "GNU GPLv3", "url": "https://www.gnu.org/licenses/gpl-3.0.en.html" }, "version": "0.9.0" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 2d57848..5056fcf 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -178,7 +178,7 @@ info: description: Accounting wrapper for the Lightning Network providing separate accounts for end-users. license: - name: GNU GPL + name: GNU GPLv3 url: https://www.gnu.org/licenses/gpl-3.0.en.html title: LNDhub.go version: 0.9.0 diff --git a/main.go b/main.go index 211caee..fa4bd98 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,7 @@ var staticContent embed.FS // @contact.url https://getalby.com // @contact.email hello@getalby.com -// @license.name GNU GPL +// @license.name GNU GPLv3 // @license.url https://www.gnu.org/licenses/gpl-3.0.en.html // @BasePath /