Skip to content

Commit 4351ae4

Browse files
committed
Fixed readme file
1 parent c4de470 commit 4351ae4

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

README.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
Go libraries for OpenBaton
2-
==========================
1+
<img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/openBaton.png" width="250"/>
2+
3+
Copyright © 2015-2016 [Open Baton](http://openbaton.org).
4+
Licensed under [Apache v2 License](http://www.apache.org/licenses/LICENSE-2.0).
5+
6+
7+
# Go libraries for OpenBaton
38

49
[![GoDoc](https://godoc.org/github.com/mcilloni/go-openbaton?status.svg)](https://godoc.org/github.com/mcilloni/go-openbaton)
510

6-
`go-openbaton` contains several packages that can be used to write services that interface with the [OpenBaton][openbaton] [NFVO][nfvo] using the Go language.
11+
`go-openbaton` contains several packages that can be used to write services that interface with the [Open Baton][openbaton] [NFVO][nfvo] using the Go language.
712

813
## Packages
914

10-
- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the OpenBaton catalogue.
15+
- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue.
1116
- [catalogue/messages](https://github.com/mcilloni/go-openbaton/tree/master/catalogue/messages): defines the default message types for NFVO-VNFM communication, plus facilities to handle their serialisation.
1217
- [plugin](https://github.com/mcilloni/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO.
1318
- [vnfm](https://github.com/mcilloni/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go.
@@ -36,12 +41,37 @@ The Source Code of the other Open Baton projects can be found [here][openbaton-g
3641
## News and Website
3742

3843
Check the [Open Baton Website][openbaton]
44+
Follow us on Twitter @[openbaton][openbaton-twitter].
3945

4046
## Licensing and distribution
41-
Licensed under the Apache License, Version 2.0. See LICENSE for further details.
47+
Copyright © [2015-2017] Open Baton project
48+
49+
Licensed under the Apache License, Version 2.0 (the "License");
50+
51+
you may not use this file except in compliance with the License.
52+
You may obtain a copy of the License at
53+
54+
http://www.apache.org/licenses/LICENSE-2.0
55+
56+
Unless required by applicable law or agreed to in writing, software
57+
distributed under the License is distributed on an "AS IS" BASIS,
58+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59+
See the License for the specific language governing permissions and
60+
limitations under the License.
61+
62+
## Support
63+
The Open Baton project provides community support through the Open Baton Public Mailing List and through StackOverflow using the tags openbaton.
64+
65+
## Supported by
66+
<img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png" width="250"/><img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png" width="150"/>
4267

68+
[fokus-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png
4369
[openbaton]: http://openbaton.org
4470
[openbaton-doc]: http://openbaton.org/documentation
4571
[openbaton-github]: http://github.org/openbaton
72+
[openbaton-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/openBaton.png
73+
[openbaton-mail]: mailto:[email protected]
74+
[openbaton-twitter]: https://twitter.com/openbaton
4675
[nfvo]: https://github.com/openbaton/NFVO
4776
[NFV MANO]:http://docbox.etsi.org/ISG/NFV/Open/Published/gs_NFV-MAN001v010101p%20-%20Management%20and%20Orchestration.pdf
77+
[tub-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png

0 commit comments

Comments
 (0)