From 77dca312612a68c774d7e593b855ca67614f9feb Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 8 Dec 2016 15:07:58 +0100 Subject: [PATCH] Add license info --- .travis.yml | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a641e0..0ca2a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ d: env: matrix: - - ARCH=x86 - ARCH=x86_64 script: diff --git a/README.md b/README.md index 18a666e..8527dba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Tanya [![Build Status](https://travis-ci.org/caraus-ecms/tanya.svg?branch=master)](https://travis-ci.org/caraus-ecms/tanya) +[![License](http://img.shields.io/badge/license-MPL2-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/tanya/master/LICENSE) tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.