Skip to content

Commit dfc4663

Browse files
committed
Added OpenAPI license SPDX id
1 parent 68c0f37 commit dfc4663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tigaserver_project/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@
262262
},
263263
'LICENSE': {
264264
'name': 'GPL-3',
265+
# NOTE: identifier is necessary for the openapi-generator python SDK to work.
266+
'identifier': 'GPL-3.0-only', # IMPORTANT: must be a valid SPDX identifier. See: https://spdx.org/licenses/
265267
'url': 'https://github.com/Mosquito-Alert/mosquito_alert/blob/master/LICENSE.md'
266268
},
267269
'SERVERS': [

0 commit comments

Comments
 (0)