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 a2161620..c7041f99 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"