Add licence badge

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

View File

@ -1,8 +0,0 @@
The following people have participated in creating this library, either by
directly contributing code, by providing thoughtful input in discussions about
the library design, or somehow else. In order of appearance:
- [Danny Navarro](mailto:j@dannynavarro.net) - [@jdnavarro](https://github.com/jdnavarro)
- [Matthías Páll Gissurarson](mailto:mpg@mpg.is) - [@Tritlo](https://github.com/Tritlo)
- [Sólrún Halla Einarsdóttir](mailto:she@mpg.is) - [@solrun](https://github.com/solrun)
- [Pweaver (Paul Weaver)] (mailto:paul@mordor.org) - [@pweaver](https://github.com/pweaver)

View File

@ -1,4 +1,5 @@
Copyright J. Daniel Navarro (c) 2015-2019 Copyright 2019 Eugen Wissner, Germany
Copyright 2015-2017 J. Daniel Navarro
All rights reserved. All rights reserved.

View File

@ -2,6 +2,7 @@
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql) [![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) [![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, For now this only provides the data types to represent the GraphQL AST,
but the idea is to be a Haskell port of but the idea is to be a Haskell port of

View File

@ -4,20 +4,21 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 2f09ae8e288ccdea02b6f59bec6625b3f8795841f7ccf7cb19d1de428f0f63cb -- hash: 3b6e8e64a62fa7a1ef602db8cb6aec07bfb21e81af7c91c939bfa03833879a81
name: graphql name: graphql
version: 0.3 version: 0.4.0.0
synopsis: Haskell GraphQL implementation synopsis: Haskell GraphQL implementation
description: This package provides a rudimentary parser for the <https://facebook.github.io/graphql/ GraphQL> language. description: This package provides a rudimentary parser for the <https://facebook.github.io/graphql/ GraphQL> language.
category: Web category: Web
homepage: https://github.com/jdnavarro/graphql-haskell homepage: https://github.com/jdnavarro/graphql-haskell
bug-reports: https://github.com/jdnavarro/graphql-haskell/issues bug-reports: https://github.com/jdnavarro/graphql-haskell/issues
author: Danny Navarro, author: Danny Navarro <j@dannynavarro.net>,
Matthías Páll Gissurarson, Matthías Páll Gissurarson <mpg@mpg.is>,
Sólrún Halla Einarsdóttir Sólrún Halla Einarsdóttir <she@mpg.is>
maintainer: j@dannynavarro.net maintainer: belka@caraus.de
copyright: Copyright (C) 2015-2019 J. Daniel Navarro copyright: (c) 2019 Eugen Wissner,
(c) 2015-2017 J. Daniel Navarro
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
build-type: Simple build-type: Simple

View File

@ -1,18 +1,20 @@
name: graphql name: graphql
version: 0.3 version: 0.4.0.0
synopsis: Haskell GraphQL implementation synopsis: Haskell GraphQL implementation
description: description:
This package provides a rudimentary parser for the This package provides a rudimentary parser for the
<https://facebook.github.io/graphql/ GraphQL> language. <https://facebook.github.io/graphql/ GraphQL> language.
homepage: https://github.com/jdnavarro/graphql-haskell homepage: https://github.com/jdnavarro/graphql-haskell
maintainer: j@dannynavarro.net maintainer: belka@caraus.de
copyright: Copyright (C) 2015-2019 J. Daniel Navarro copyright:
- 2019 Eugen Wissner
- 2015-2017 J. Daniel Navarro
category: Web category: Web
github: jdnavarro/graphql-haskell github: caraus-ecms/graphql
author: author:
- Danny Navarro - Danny Navarro <j@dannynavarro.net>
- Matthías Páll Gissurarson - Matthías Páll Gissurarson <mpg@mpg.is>
- Sólrún Halla Einarsdóttir - Sólrún Halla Einarsdóttir <she@mpg.is>
extra-source-files: extra-source-files:
- CHANGELOG.md - CHANGELOG.md