Skip to content

Commit 6e91c77

Browse files
committed
add license
1 parent be327cb commit 6e91c77

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Stefano Fogarollo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
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, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</div>
99

1010
<div align="center">
11-
<a href="https://landscape.io/github/sirfoga/pyhodl/master"><img alt="Code Health" src="https://landscape.io/github/sirfoga/pyhodl/master/landscape.svg?style=flat"></a> <a href="https://bettercodehub.com/"><img alt="BCH compliance" src="https://bettercodehub.com/edge/badge/sirfoga/pyhodl?branch=master"></a> <a href="https://www.codacy.com/app/sirfoga/pyhodl?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=sirfoga/pyhodl&amp;amp;utm_campaign=Badge_Grade"><img alt="Codacy Badge" src="https://api.codacy.com/project/badge/Grade/1eff18395a134c9aa2d829fcb1f124bf"></a> <a href="https://codeclimate.com/github/sirfoga/pyhodl"><img alt="Code Climate" src="https://lima.codeclimate.com/github/sirfoga/pyhodl/badges/gpa.svg"></a> <img alt="pylint Score" src="https://mperlet.de/pybadge/badges/9.88.svg"> <a href="https://bestpractices.coreinfrastructure.org/projects/1544"><img alt="CII Best Practices" src="https://bestpractices.coreinfrastructure.org/projects/1544/badge"></a>
12-
</div>
11+
<a href="https://landscape.io/github/sirfoga/pyhodl/master"><img alt="Code Health" src="https://landscape.io/github/sirfoga/pyhodl/master/landscape.svg?style=flat"></a> <a href="https://bettercodehub.com/"><img alt="BCH compliance" src="https://bettercodehub.com/edge/badge/sirfoga/pyhodl?branch=master"></a> <a href="https://www.codacy.com/app/sirfoga/pyhodl?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=sirfoga/pyhodl&amp;amp;utm_campaign=Badge_Grade"><img alt="Codacy Badge" src="https://api.codacy.com/project/badge/Grade/1eff18395a134c9aa2d829fcb1f124bf"></a> <a href="https://codeclimate.com/github/sirfoga/pyhodl"><img alt="Code Climate" src="https://lima.codeclimate.com/github/sirfoga/pyhodl/badges/gpa.svg"></a>
12+
13+
<img alt="pylint Score" src="https://mperlet.de/pybadge/badges/9.88.svg"> <a href="https://bestpractices.coreinfrastructure.org/projects/1544"><img alt="CII Best Practices" src="https://bestpractices.coreinfrastructure.org/projects/1544/badge"></a> <a href="https://snyk.io/test/github/sirfoga/pyhodl"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/sirfoga/pyhodl/badge.svg"></a>
1314

14-
<div align="center">
1515
<a href="https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fsirfoga%2Fpyhodl?ref=badge_shield"><img alt="FOSSA Status" src="https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fsirfoga%2Fpyhodl.svg?type=shield"></a> <a href="http://unlicense.org/"><img src="https://img.shields.io/badge/license-Unlicense-blue.svg"></a> <a href="https://github.com/sirfoga/pyhodl/issues"><img alt="Contributions welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a>
1616
</div>
1717

@@ -129,6 +129,7 @@ See [CHANGELOG](https://github.com/sirfoga/pyhodl/blob/master/CHANGELOG.md)
129129
## License
130130

131131
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fsirfoga%2Fpyhodl.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fsirfoga%2Fpyhodl?ref=badge_shield) [![License](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
132+
[MIT License](https://opensource.org/licenses/MIT)
132133

133134

134135
## Links

0 commit comments

Comments
 (0)