root: update license

This commit is contained in:
Jens Langhammer
2020-12-24 16:01:55 +01:00
parent a56ddb2b8e
commit 4998ccbe41
4 changed files with 677 additions and 20 deletions

View File

@ -148,7 +148,10 @@ info = openapi.Info(
title="authentik API",
default_version="v2",
contact=openapi.Contact(email="hello@beryju.org"),
license=openapi.License(name="MIT License"),
license=openapi.License(
name="GNU GPLv3",
url="https://github.com/BeryJu/authentik/blob/master/LICENSE"
),
)
SchemaView = get_schema_view(
info,