licence update and git ignore for binary added

This commit is contained in:
ycc 2024-09-05 09:38:18 +02:00
parent 78a3432756
commit f0f4fb77d4
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
oc-datacenter

View File

@ -3,8 +3,8 @@
// @Description Monitor owned datacenter activity
// @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 (

View File

@ -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/",

View File

@ -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:
/booking/: