From 8fbd31310d91070a9b8bd7b4a15e07669e884133 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 15 Jun 2016 17:40:32 -0700 Subject: WebTorrent, LLC What is WebTorrent, LLC? WebTorrent, LLC is the legal entity that runs the WebTorrent project. WebTorrent is still, and always will be, non-profit, open source, free software. There are no plans to make a profit from WebTorrent. --- LICENSE | 2 +- README.md | 2 +- docs/faq.md | 12 ++++++++++-- package.json | 6 +++--- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index c7e6852..5c6071d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Feross Aboukhadijeh +Copyright (c) WebTorrent, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 12156d6..b79484a 100644 --- a/README.md +++ b/README.md @@ -402,4 +402,4 @@ localStorage.removeItem('debug') ### License -MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). +MIT. Copyright (c) [WebTorrent, LLC](https://webtorrent.io). diff --git a/docs/faq.md b/docs/faq.md index 7f3be11..f387f8e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -243,7 +243,8 @@ websites (i.e. the WebTorrent script must be present on both sites). ## Who builds WebTorrent? WebTorrent is built by [Feross Aboukhadijeh][feross] and hundreds of open source -contributors. +contributors. The non-profit WebTorrent project is managed by +[WebTorrent, LLC][webtorrent-io]. Feross's other projects include [JavaScript Standard Style][standard], [PeerCDN][peercdn] (sold to Yahoo), [Study Notes][studynotes], and @@ -263,6 +264,13 @@ at [Quora][quora], [Facebook][facebook], and [Intel][intel]. [facebook]: https://www.facebook.com/ [intel]: http://intel.com/ +## What is WebTorrent, LLC? + +"WebTorrent, LLC" is the legal entity that owns WebTorrent. WebTorrent is, and +always will be, **non-profit, open source, and free software**. + +There are no plans to make a profit from WebTorrent. + ## How is WebTorrent different from PeerCDN? [PeerCDN][peercdn] is a next-generation CDN powered by WebRTC for efficient @@ -359,7 +367,7 @@ the respective repository. Open an issue on the WebTorrent [issue tracker][issues], or join us in [Gitter][gitter] or on IRC at `#webtorrent` (freenode). - +[webtorrent-io]: https://webtorrent.io [append-to]: https://github.com/feross/webtorrent/blob/master/lib/append-to.js#L6-L14 [gitter]: https://gitter.im/feross/webtorrent [instant.io]: https://instant.io diff --git a/package.json b/package.json index 4c313cb..0c5a835 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "description": "Streaming torrent client", "version": "0.95.1", "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org/" + "name": "WebTorrent, LLC", + "email": "feross@webtorrent.io", + "url": "https://webtorrent.io" }, "browser": { "./lib/server.js": false, -- cgit v1.2.3