License update

This commit is contained in:
ycc 2024-09-05 09:33:57 +02:00
parent a34e04781e
commit f3db3e4139
4 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -3,8 +3,8 @@
// @Description Manage workflows booking // @Description Manage workflows booking
// @Contact admin@o-cloud.io // @Contact admin@o-cloud.io
// @TermsOfServiceUrl http://cloud.o-forge.io/ // @TermsOfServiceUrl http://cloud.o-forge.io/
// @License Apache 2.0 // @License MIT
// @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html // @LicenseUrl https://opensource.org/license/mit
package routers package routers
import ( import (

View File

@ -9,8 +9,8 @@
"email": "admin@o-cloud.io" "email": "admin@o-cloud.io"
}, },
"license": { "license": {
"name": "Apache 2.0", "name": "MIT",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html" "url": "https://opensource.org/license/mit"
} }
}, },
"basePath": "/oc/", "basePath": "/oc/",

View File

@ -8,8 +8,8 @@ info:
contact: contact:
email: admin@o-cloud.io email: admin@o-cloud.io
license: license:
name: Apache 2.0 name: MIT
url: http://www.apache.org/licenses/LICENSE-2.0.html url: https://opensource.org/license/mit
basePath: /oc/ basePath: /oc/
paths: paths:
/version/: /version/: