From c12309c3f6f4889ef2d0bf8e9cadb1dfe93f91c5 Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Mon, 23 Aug 2021 16:51:20 -0300 Subject: [PATCH] Adding MIT License --- daggy/src/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,