Adding MIT License

This commit is contained in:
Ian Roddis
2021-08-23 16:51:20 -03:00
parent 5b8d5fabe8
commit c12309c3f6

View File

@@ -35,7 +35,7 @@ namespace daggy {
void Server::createDescription() {
desc_
.info()
.license("Apache", "http://www.apache.org/licenses/LICENSE-2.0");
.license("MIT", "https://opensource.org/licenses/MIT");
auto backendErrorResponse = desc_.response(Http::Code::Internal_Server_Error,