diff --git a/index.js b/index.js index 1e7f2a4..de5d73c 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! bittorrent-tracker. MIT License. WebTorrent LLC */ const Client = require('./client') const Server = require('./server') diff --git a/package.json b/package.json index fdfc1c7..7f3e09d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Simple, robust, BitTorrent tracker (client & server) implementation", "version": "9.15.0", "author": { - "name": "WebTorrent, LLC", + "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, @@ -78,5 +78,19 @@ "scripts": { "test": "standard && tape test/*.js", "update-authors": "./tools/update-authors.sh" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }