From 64b8ad2d418803b2c6cec13d2f4e9192f9f4d583 Mon Sep 17 00:00:00 2001
From: Lars Bilke <larsbilke83@googlemail.com>
Date: Wed, 3 Dec 2014 10:58:50 +0100
Subject: [PATCH] Added some badges to the Readme.

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index b15d280d6b7..680deea4f8e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 OpenGeoSys 6                                                      {#mainpage}
 ============
 
+[![Tag](https://img.shields.io/github/tag/ufz/ogs.svg?style=flat-square)](https://github.com/ufz/ogs/releases)
+[![BSD License (modified)](http://img.shields.io/badge/license-BSD-blue.svg?style=flat-square)](https://github.com/ufz/ogs/blob/master/LICENSE.txt)
+[![Travis](https://img.shields.io/travis/ufz/ogs.svg?style=flat-square)](https://travis-ci.org/ufz/ogs)
+
 [OpenGeoSys][ogs] (OGS) is a scientific open source project for the development of
 numerical methods for the simulation of thermo-hydro-mechanical-chemical
 (THMC) processes in porous and fractured media. OGS is implemented in C++, it
-- 
GitLab