diff --git a/index.js b/index.js index 3438fd9..6da13a7 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! ut_metadata. MIT License. WebTorrent LLC */ const { EventEmitter } = require('events') const bencode = require('bencode') const BitField = require('bitfield') diff --git a/package.json b/package.json index ffb8e2b..ff2fc82 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Extension for Peers to Send Metadata Files (BEP 9)", "version": "3.5.1", "author": { - "name": "WebTorrent, LLC", + "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, @@ -42,5 +42,19 @@ }, "scripts": { "test": "standard && tape test/*.js" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }