Skip to content

Commit 1ce5dc3

Browse files
authoredMar 17, 2024··
chore: add license (#25)
1 parent 82e33e7 commit 1ce5dc3

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
 

‎LICENSE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2024 CELL Studio
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15+
PERFORMANCE OF THIS SOFTWARE.

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
- [@rgbpp-sdk/btc](./packages/btc): Bitcoin part of the SDK
66
- [@rgbpp-sdk/ckb](./packages/ckb): Nervos CKB part of the SDK
7+
8+
## License
9+
10+
[ISC](./LICENSE) License

1 commit comments

Comments
 (1)

github-actions[bot] commented on Mar 17, 2024

@github-actions[bot]
[{"name":"@rgbpp-sdk/btc","version":"0.0.0-snap-20240317132354"},{"name":"@rgbpp-sdk/ckb","version":"0.0.0-snap-20240317132354"}]
Please sign in to comment.