diff options
Diffstat (limited to '')
| -rw-r--r-- | backend/docs/docs.go (renamed from docs/docs.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.go b/backend/docs/docs.go index 13f217d..f652a1e 100644 --- a/docs/docs.go +++ b/backend/docs/docs.go | |||
| @@ -11,8 +11,8 @@ const docTemplate = `{ | |||
| 11 | "title": "{{.Title}}", | 11 | "title": "{{.Title}}", |
| 12 | "contact": {}, | 12 | "contact": {}, |
| 13 | "license": { | 13 | "license": { |
| 14 | "name": "GNU General Public License, Version 2", | 14 | "name": "GNU Affero General Public License, Version 3", |
| 15 | "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" | 15 | "url": "https://www.gnu.org/licenses/agpl-3.0.html" |
| 16 | }, | 16 | }, |
| 17 | "version": "{{.Version}}" | 17 | "version": "{{.Version}}" |
| 18 | }, | 18 | }, |