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.
This commit is contained in:
Feross Aboukhadijeh
2016-05-19 16:43:51 -07:00
parent 7bd30f8a16
commit 0df6198549
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ var fs = require('fs')
var path = require('path')
var APP_NAME = 'WebTorrent'
var APP_TEAM = 'The WebTorrent Project'
var APP_TEAM = 'WebTorrent, LLC'
var APP_VERSION = require('./package.json').version
var PORTABLE_PATH = path.join(path.dirname(process.execPath), 'Portable Settings')