diff --git a/oc-scheduler b/oc-scheduler index 5699919..851a950 100755 Binary files a/oc-scheduler and b/oc-scheduler differ diff --git a/routers/router.go b/routers/router.go index 02297bf..e75398a 100644 --- a/routers/router.go +++ b/routers/router.go @@ -3,8 +3,8 @@ // @Description Manage workflows booking // @Contact admin@o-cloud.io // @TermsOfServiceUrl http://cloud.o-forge.io/ -// @License Apache 2.0 -// @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html +// @License MIT +// @LicenseUrl https://opensource.org/license/mit package routers import ( diff --git a/swagger/swagger.json b/swagger/swagger.json index c3494bd..1885774 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -9,8 +9,8 @@ "email": "admin@o-cloud.io" }, "license": { - "name": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" + "name": "MIT", + "url": "https://opensource.org/license/mit" } }, "basePath": "/oc/", diff --git a/swagger/swagger.yml b/swagger/swagger.yml index 904d0de..c1bdc0a 100644 --- a/swagger/swagger.yml +++ b/swagger/swagger.yml @@ -8,8 +8,8 @@ info: contact: email: admin@o-cloud.io license: - name: Apache 2.0 - url: http://www.apache.org/licenses/LICENSE-2.0.html + name: MIT + url: https://opensource.org/license/mit basePath: /oc/ paths: /version/: