aboutsummaryrefslogtreecommitdiff
path: root/backend/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/docs/docs.go (renamed from docs/docs.go)4
-rw-r--r--backend/docs/swagger.json (renamed from docs/swagger.json)4
-rw-r--r--backend/docs/swagger.yaml (renamed from docs/swagger.yaml)4
3 files changed, 6 insertions, 6 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 },
diff --git a/docs/swagger.json b/backend/docs/swagger.json
index a773ac7..6de5978 100644
--- a/docs/swagger.json
+++ b/backend/docs/swagger.json
@@ -5,8 +5,8 @@
5 "title": "Least Portals Database API", 5 "title": "Least Portals Database API",
6 "contact": {}, 6 "contact": {},
7 "license": { 7 "license": {
8 "name": "GNU General Public License, Version 2", 8 "name": "GNU Affero General Public License, Version 3",
9 "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" 9 "url": "https://www.gnu.org/licenses/agpl-3.0.html"
10 }, 10 },
11 "version": "1.0" 11 "version": "1.0"
12 }, 12 },
diff --git a/docs/swagger.yaml b/backend/docs/swagger.yaml
index bdfed28..853b3b9 100644
--- a/docs/swagger.yaml
+++ b/backend/docs/swagger.yaml
@@ -514,8 +514,8 @@ info:
514 contact: {} 514 contact: {}
515 description: Backend API endpoints for the Least Portals Database. 515 description: Backend API endpoints for the Least Portals Database.
516 license: 516 license:
517 name: GNU General Public License, Version 2 517 name: GNU Affero General Public License, Version 3
518 url: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 518 url: https://www.gnu.org/licenses/agpl-3.0.html
519 title: Least Portals Database API 519 title: Least Portals Database API
520 version: "1.0" 520 version: "1.0"
521paths: 521paths: