aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2017-03-06 14:35:05 -0500
committerGitHub <noreply@github.com>2017-03-06 14:35:05 -0500
commit712fcb357866cc7e63d9ab7abe2dd10a6066aa00 (patch)
treec2856d4e3dbcb1517e726baedd76940f44f2b8d2 /README.md
parent10633436e12fedf8d4d612ef2a7bf31a1be3a4c1 (diff)
downloadpthreadpool-712fcb357866cc7e63d9ab7abe2dd10a6066aa00.tar.gz
README: add license and Travis-CI badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4452c3..05dc72a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# pthreadpool
+
+[![BSD (2 clause) License](https://img.shields.io/badge/License-BSD%202--Clause%20%22Simplified%22%20License-blue.svg)](https://github.com/Maratyszcza/pthreadpool/blob/master/LICENSE)
+[![Build Status](https://img.shields.io/travis/Maratyszcza/pthreadpool.svg)](https://travis-ci.org/Maratyszcza/pthreadpool)
+
**pthreadpool** is a pthread-based thread pool implementation.
Is is intended to provide functionality of `#pragma omp parallel for` for POSIX systems where OpenMP is not available.