update LICENSE

This commit is contained in:
mutouyun 2018-12-17 15:02:26 +08:00
parent 0b3a561c53
commit 234f2a9169
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
MIT License
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
Copyright (c) 2018 mutouyun (http://orzz.org). All rights reserved.
Copyright (c) 2018 木头云
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,4 +1,5 @@
# cpp-ipc
C++ IPC Library
[![Build Status](https://travis-ci.org/mutouyun/cpp-ipc.svg?branch=master)](https://travis-ci.org/mutouyun/cpp-ipc)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mutouyun/cpp-ipc/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mutouyun/cpp-ipc.svg?branch=master)](https://travis-ci.org/mutouyun/cpp-ipc)
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.