From c120831c8fffe431fdfe23dbd65f66919cc6d9f2 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 4 Jan 2018 13:46:35 +0100 Subject: [PATCH] Add license badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7210f20d5..6a6fd2cea 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ ![D Logo](http://dlang.org/images/dlogo.png) Phobos Standard Library =================================================================== -[![GitHub tag](https://img.shields.io/github/tag/dlang/phobos.svg?maxAge=86400)](#) +[![GitHub tag](https://img.shields.io/github/tag/dlang/phobos.svg?maxAge=86400)](https://github.com/dlang/phobos/releases) [![Build status](https://img.shields.io/circleci/project/dlang/phobos/master.svg?maxAge=86400)](https://circleci.com/gh/dlang/phobos) [![Code coverage](https://img.shields.io/codecov/c/github/dlang/phobos.svg?maxAge=86400)](https://codecov.io/gh/dlang/phobos) [![Issue Stats](https://img.shields.io/issuestats/p/github/dlang/phobos.svg?maxAge=2592000)](http://www.issuestats.com/github/dlang/phobos) +[![license](https://img.shields.io/github/license/dlang/phobos.svg)](https://github.com/dlang/phobos/blob/master/LICENSE_1_0.txt) Phobos is the standard library that comes with the [D Programming Language](http://dlang.org) Compiler.