Skip to content

Commit 19922a5

Browse files
committed
Update licenses and readmes
1 parent 94d35fc commit 19922a5

File tree

5 files changed

+102
-19
lines changed

5 files changed

+102
-19
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Timur Kuzhagaliyev, https://github.com/TimboKZ
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

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<p align="center">
2+
<img src="https://chonky.io/chonky-logo-v2.png" alt="Chonky v2 Logo" />
3+
<br />
4+
<a href="https://www.npmjs.com/package/chonky">
5+
<img alt="NPM package" src="https://img.shields.io/npm/v/chonky.svg" />
6+
</a>
7+
<a href="https://tldrlegal.com/license/mit-license">
8+
<img alt="MIT license" src="https://img.shields.io/npm/l/chonky" />
9+
</a>
10+
<a href="https://www.npmjs.com/package/chonky">
11+
<img alt="NPM downloads" src="https://img.shields.io/npm/dt/chonky" />
12+
</a>
13+
<a href="https://github.com/TimboKZ/Chonky">
14+
<img
15+
alt="GitHub stars"
16+
src="https://img.shields.io/github/stars/TimboKZ/Chonky"
17+
/>
18+
</a>
19+
<a href="https://discord.gg/4HJaFn9">
20+
<img
21+
alt="Chat on Discord"
22+
src="https://img.shields.io/discord/696033621986770957?label=Chat%20on%20Discord"
23+
/>
24+
</a>
25+
</p>
26+
27+
> Chonky is constantly changing. Please [create an issue](https://github.com/TimboKZ/Chonky/issues)
28+
> if you have a problem or want to request a feature.
29+
30+
Chonky is a file browser component for React. It tries to recreate the native file
31+
browsing experience in your browser. This means your users can make selections, drag
32+
& drop files, toggle between _List_ and _Grid_ file views, use keyboard shortcuts, and
33+
much more!
34+
35+
### [Click here for documentation and examples.](https://chonky.io/)
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Timur Kuzhagaliyev, https://github.com/TimboKZ
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.

packages/chonky/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Tim Kuzhagaliyev
3+
Copyright (c) 2020 Timur Kuzhagaliyev, https://github.com/TimboKZ
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/chonky/README.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
<p align="center">
2-
<img src="https://timbokz.github.io/Chonky/Chonky_clear.png" alt="Chonky logo">
3-
<br/>
4-
<a href="https://www.npmjs.com/package/chonky">
5-
<img alt="NPM package" src="https://img.shields.io/npm/v/chonky.svg">
6-
</a>
7-
<a href="https://tldrlegal.com/license/mit-license">
8-
<img alt="MIT license" src="https://img.shields.io/npm/l/chonky">
9-
</a>
10-
<a href="https://www.npmjs.com/package/chonky">
11-
<img alt="NPM downloads" src="https://img.shields.io/npm/dt/chonky">
12-
</a>
13-
<a href="https://github.com/TimboKZ/Chonky">
14-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/TimboKZ/Chonky">
15-
</a>
16-
<a href="https://discord.gg/4HJaFn9">
17-
<img alt="Chat on Discord" src="https://img.shields.io/discord/696033621986770957?label=Chat%20on%20Discord" />
18-
</a>
2+
<img src="https://chonky.io/chonky-logo-v2.png" alt="Chonky v2 Logo" />
3+
<br />
4+
<a href="https://www.npmjs.com/package/chonky">
5+
<img alt="NPM package" src="https://img.shields.io/npm/v/chonky.svg" />
6+
</a>
7+
<a href="https://tldrlegal.com/license/mit-license">
8+
<img alt="MIT license" src="https://img.shields.io/npm/l/chonky" />
9+
</a>
10+
<a href="https://www.npmjs.com/package/chonky">
11+
<img alt="NPM downloads" src="https://img.shields.io/npm/dt/chonky" />
12+
</a>
13+
<a href="https://github.com/TimboKZ/Chonky">
14+
<img
15+
alt="GitHub stars"
16+
src="https://img.shields.io/github/stars/TimboKZ/Chonky"
17+
/>
18+
</a>
19+
<a href="https://discord.gg/4HJaFn9">
20+
<img
21+
alt="Chat on Discord"
22+
src="https://img.shields.io/discord/696033621986770957?label=Chat%20on%20Discord"
23+
/>
24+
</a>
1925
</p>
2026

2127
# Introduction
@@ -28,7 +34,7 @@ browsing experience in your browser. This means your users can make selections,
2834
& drop files, toggle between _List_ and _Grid_ file views, use keyboard shortcuts, and
2935
much more!
3036

31-
### [Click here for documentation and examples.](https://timbokz.github.io/Chonky/)
37+
### [Click here for documentation and examples.](https://chonky.io/)
3238

3339
<br />
3440

0 commit comments

Comments
 (0)