licence update and git ignore for binary added
This commit is contained in:
parent
78a3432756
commit
f0f4fb77d4
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
oc-datacenter
|
@ -3,8 +3,8 @@
|
|||||||
// @Description Monitor owned datacenter activity
|
// @Description Monitor owned datacenter activity
|
||||||
// @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 (
|
||||||
|
@ -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/",
|
||||||
|
@ -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:
|
||||||
/booking/:
|
/booking/:
|
||||||
|
Loading…
Reference in New Issue
Block a user