Skip to content

Commit e1b1627

Browse files
authored
docs(readme): housekeeping (#180)
* docs(readme): housekeeping * docs: add LICENSE note to source code * docs(readme): update link to LICENSE
1 parent 091e655 commit e1b1627

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 GraphCMS
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

gatsby-source-graphcms/README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
<h2 align="center">gatsby-source-graphcms</h2>
22
<p align="center">The official Gatsby source plugin for GraphCMS projects</p>
33

4-
<p align="center"><a href="https://gatsby-source-graphcms.vercel.app">Demo</a> • <a href="https://github.com/GraphCMS/gatsby-starter-graphcms-blog">gatsby-starter-graphcms-blog</a> • <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
<img src="https://img.shields.io/badge/all_contributors-2-purple.svg" alt="Contributors" />
6-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
<p align="center">
5+
<a href="https://npmjs.org/package/gatsby-source-graphcms">
6+
<img src="https://img.shields.io/npm/v/gatsby-source-graphcms.svg" alt="Version" />
7+
</a>
8+
<a href="https://npmjs.org/package/gatsby-source-graphcms">
9+
<img src="https://img.shields.io/npm/dw/gatsby-source-graphcms.svg" alt="Downloads/week" />
10+
</a>
11+
<a href="https://github.com/GraphCMS/gatsby-source-graphcms/blob/main/LICENSE">
12+
<img src="https://img.shields.io/npm/l/gatsby-source-graphcms.svg" alt="License" />
13+
</a>
14+
<a href="https://github.com/GraphCMS/gatsby-source-graphcms/stargazers">
15+
<img src="https://img.shields.io/github/stars/GraphCMS/gatsby-source-graphcms" alt="Forks on GitHub" />
16+
</a>
17+
<img src="https://badgen.net/bundlephobia/minzip/gatsby-source-graphcms" alt="minified + gzip size" />
18+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
19+
<img src="https://img.shields.io/badge/all_contributors-2-purple.svg" alt="Contributors" />
20+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
21+
<br>
22+
<a href="https://gatsby-source-graphcms.vercel.app">Demo</a> • <a href="https://github.com/GraphCMS/gatsby-starter-graphcms-blog">gatsby-starter-graphcms-blog</a> • <a href="https://slack.graphcms.com">Join us on Slack</a> • <a href="https://app.graphcms.com">Login to GraphCMS</a> • <a href="https://twitter.com/GraphCMS">@GraphCMS</a>
723
</p>
824

925
## Installation

0 commit comments

Comments
 (0)