Skip to content

Commit 6e0b073

Browse files
committed
Add MIT license file and support / sponsorship info
1 parent 1d89b27 commit 6e0b073

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: clue
2+
custom: https://clue.engineering/support

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) 2013 Christian Lück
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.

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ implementations.
1818

1919
**Table of contents**
2020

21+
* [Support us](#support-us)
2122
* [Quickstart example](#quickstart-example)
2223
* [Usage](#usage)
2324
* [Factory](#factory)
@@ -27,6 +28,16 @@ implementations.
2728
* [Install](#install)
2829
* [License](#license)
2930

31+
## Support us
32+
33+
We invest a lot of time developing, maintaining and updating our awesome
34+
open-source projects. You can help us sustain this high-quality of our work by
35+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
36+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
37+
for details.
38+
39+
Let's take these projects to the next level together! 🚀
40+
3041
## Quickstart example
3142

3243
```php
@@ -139,4 +150,7 @@ Its parser and serializer originally used to be based on
139150
[jpd/redisent](https://github.com/jdp/redisent), which is released under the ISC
140151
license, copyright (c) 2009-2012 Justin Poliey <[email protected]>.
141152

142-
Other than that, this library is MIT licensed.
153+
Other than that, this project is released under the permissive [MIT license](LICENSE).
154+
155+
> Did you know that I offer custom development services and issuing invoices for
156+
sponsorships of releases and for contributions? Contact me (@clue) for details.

0 commit comments

Comments
 (0)