Skip to content

Commit 5510786

Browse files
Adding Boost License shield to main README
1 parent a18eed0 commit 5510786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
![GH Tag](https://img.shields.io/github/v/tag/connectivecpp/binary-serialize?label=GH%20tag)
1212

13+
![Licence](https://img.shields.io/badge/License-Boost%201.0-blue)
14+
1315
## Overview
1416

1517
The `binary_serialize` functions and classes provide serializing and unserializing of binary data. Serialization provides a way to transform application objects into and out of byte streams that can be sent over a network (or used for file IO).

0 commit comments

Comments
 (0)