From 0df619854941123c2e2cf78aa4b370cab7f826eb Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 19 May 2016 16:43:51 -0700 Subject: [PATCH] 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 +- config.js | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index c7e68527..5c6071d3 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 0b116411..1befae4a 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,4 @@ brew install wine ## License -MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). +MIT. Copyright (c) [WebTorrent, LLC](https://webtorrent.io). diff --git a/config.js b/config.js index db96cfab..6761d8c8 100644 --- a/config.js +++ b/config.js @@ -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') diff --git a/package.json b/package.json index 39965e89..817274bd 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.", "version": "0.5.1", "author": { - "name": "Feross Aboukhadijeh", + "name": "WebTorrent, LLC", "email": "feross@feross.org", - "url": "http://feross.org" + "url": "https://webtorrent.io" }, "bin": { "webtorrent-desktop": "./bin/cmd.js"