Skip to content

Commit 9cc18e6

Browse files
committed
license
1 parent 072a354 commit 9cc18e6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Socket Inc
3+
Copyright (c) 2025 WebTorrent, LLC
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fs-access-chunk-store [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
22

3-
[ci-image]: https://img.shields.io/github/workflow/status/SocketDev/fs-access-chunk-store/ci/master
4-
[ci-url]: https://github.com/SocketDev/fs-access-chunk-store/actions
3+
[ci-image]: https://img.shields.io/github/workflow/status/webtorrent/fs-access-chunk-store/ci/master
4+
[ci-url]: https://github.com/webtorrent/fs-access-chunk-store/actions
55
[npm-image]: https://img.shields.io/npm/v/fs-access-chunk-store.svg
66
[npm-url]: https://npmjs.org/package/fs-access-chunk-store
77
[downloads-image]: https://img.shields.io/npm/dm/fs-access-chunk-store.svg
@@ -42,4 +42,4 @@ chunks.put(0, new Buffer('01234567890'), function (err) {
4242

4343
## License
4444

45-
MIT. Copyright (c) [Socket Inc](https://socket.dev)
45+
MIT. Copyright (c) [WebTorrent, LLC](https://webtorrent.io)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"description": "File System Access API chunk store that is abstract-chunk-store compliant",
44
"version": "1.1.0",
55
"author": {
6-
"name": "Socket Inc",
7-
"email": "[email protected]",
8-
"url": "https://socket.dev"
6+
"name": "WebTorrent, LLC",
7+
"email": "[email protected]",
8+
"url": "https://webtorrent.io"
99
},
1010
"bugs": {
11-
"url": "https://github.com/SocketDev/fs-access-chunk-store/issues"
11+
"url": "https://github.com/webtorrent/fs-access-chunk-store/issues"
1212
},
1313
"devDependencies": {
1414
"abstract-chunk-store": "^1.5.0",
1515
"standard": "*",
1616
"tape": "^5.2.2"
1717
},
18-
"homepage": "https://github.com/SocketDev/fs-access-chunk-store",
18+
"homepage": "https://github.com/webtorrent/fs-access-chunk-store",
1919
"keywords": [
2020
"abstract-chunk-store",
2121
"chunk",
@@ -32,7 +32,7 @@
3232
"main": "index.js",
3333
"repository": {
3434
"type": "git",
35-
"url": "git://github.com/SocketDev/fs-access-chunk-store.git"
35+
"url": "git://github.com/webtorrent/fs-access-chunk-store.git"
3636
},
3737
"scripts": {
3838
"test": "standard"

0 commit comments

Comments
 (0)