Skip to content

Commit dd00fbc

Browse files
Update README.md
1 parent 346cb72 commit dd00fbc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@ Chops Net IP is not like any other high-level, general purpose C++ socket librar
66

77
Chops Net IP is layered on top of the Asio asynchronous networking library, taking advantage of the portability and functionality that Asio provides. However, it simplifies network programming compared to coding against the Asio API, while providing easy scalability through the asynchronous facilities.
88

9-
# License, Build and Release Status
9+
# Build and Release Status, License Info
1010

1111
Branch | Status
1212
|---|---|
1313
**Master** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=master)](https://travis-ci.org/connectivecpp/chops-net-ip)
1414
**Develop** | [![Build Status](https://travis-ci.org/connectivecpp/chops-net-ip.svg?branch=develop)](https://travis-ci.org/connectivecpp/chops-net-ip)
1515

1616
![Latest Tag](https://img.shields.io/github/v/tag/connectivecpp/chops-net-ip)
17-
[![Licence](https://img.shields.io/badge/license-boost-4480cc.svg)](http://www.boost.org/LICENSE_1_0.txt)
18-
19-
This project is distributed under the [Boost Software License](LICENSE.txt).
2017

2118
Release 1.0 is under development as of January 2020, awaiting CMake enhancements, a comprehensive tutorial, and additional testing under multiple compilers and platforms.
2219

2320
Release notes and upcoming development plans are [available here](doc/release.md).
2421

22+
[![Licence](https://img.shields.io/badge/license-boost-4480cc.svg)](http://www.boost.org/LICENSE_1_0.txt)
23+
24+
This project is distributed under the [Boost Software License](LICENSE.txt).
25+
2526
# Overview
2627

2728
For many software developers, asynchronous network programming in C++ is not easy. It is complex, has many pitfalls, and requires designing C++ code in a way that is not natural, even for those with years of experience. Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware, Networking over Internet Protocol) simplifies asynchronous network programming and provides useful (and tasty!) abstractions for many types of communication patterns.

0 commit comments

Comments
 (0)