Skip to content

Commit 2948147

Browse files
authored
Merge pull request #4 from G3root/update-license
Update license
2 parents 73ced43 + d7ca879 commit 2948147

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

LICENSE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
The MIT License (MIT)
22

3-
Copyright © 2021 EGOIST (https://github.com/sponsors/egoist)
3+
Copyright © 2022 Nafees Nazik
4+
5+
This product bundles class-variance-authority 0.1.0, which is available under a
6+
"Apache License 2.0" license.
47

58
Permission is hereby granted, free of charge, to any person obtaining a copy
69
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +21,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1821
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1922
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2023
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE
24+
SOFTWARE.

NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package includes a dependency package class-variance-authority developed by
2+
Joe Bell (https://github.com/joe-bell) which has been patched to export the types.
3+
(https://github.com/G3root/react-cva/tree/main/patches)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
this is a helper library for [cva](https://github.com/joe-bell/cva#readme) which this uses internally, for creating react components.
2424
for more information view [cva docs](https://github.com/joe-bell/cva#readme).
25+
26+
## Acknowledgements
27+
28+
- [**Class Variance Authority**](https://github.com/joe-bell/cva) ([joe bell](https://github.com/joe-bell))
29+
2530
## Installation
2631

2732
```sh

0 commit comments

Comments
 (0)