Add licence badge

This commit is contained in:
2019-07-06 07:57:18 +02:00
parent d7b6fd0329
commit 1431db7e63
5 changed files with 20 additions and 23 deletions

View File

@ -2,6 +2,7 @@
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
[![Build Status](https://semaphoreci.com/api/v1/belka-ew/graphql/branches/master/badge.svg)](https://semaphoreci.com/belka-ew/graphql)
[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/graphql/master/LICENSE)
For now this only provides the data types to represent the GraphQL AST,
but the idea is to be a Haskell port of