diff --git a/daggy/src/Server.cpp b/daggy/src/Server.cpp index caccf83..dc266e3 100644 --- a/daggy/src/Server.cpp +++ b/daggy/src/Server.cpp @@ -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,