mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:11:18 +01:00
Merge pull request 'chore(license): clarify the API swagger file is and stays MIT' (#5083) from earl-warren/forgejo:wip-gpl into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5083 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
commit
53187cd5e9
1 changed files with 1 additions and 1 deletions
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -16,7 +16,7 @@
|
||||||
"description": "This documentation describes the Forgejo API.",
|
"description": "This documentation describes the Forgejo API.",
|
||||||
"title": "Forgejo API",
|
"title": "Forgejo API",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "MIT",
|
"name": "This file is distributed under the MIT license for the purpose of interoperability",
|
||||||
"url": "http://opensource.org/licenses/MIT"
|
"url": "http://opensource.org/licenses/MIT"
|
||||||
},
|
},
|
||||||
"version": "{{AppVer | JSEscape}}"
|
"version": "{{AppVer | JSEscape}}"
|
||||||
|
|
Loading…
Reference in a new issue