Skip to content

Commit eb13894

Browse files
committed
Update license
1 parent 0805be1 commit eb13894

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

LICENSE-MIT.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Copyright Scott González http://scottgonzalez.com
1+
Copyright node-browserstack contributors
2+
3+
This software consists of voluntary contributions made by many
4+
individuals. For exact contribution history, see the revision history
5+
available at https://github.com/scottgonzalez/node-browserstack.
6+
7+
====
28

39
Permission is hereby granted, free of charge, to any person obtaining
410
a copy of this software and associated documentation files (the
@@ -17,4 +23,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1723
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1824
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1925
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

readme.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# node-browserstack
22

3-
A node.js JavaScript client for working with [BrowserStack](http://browserstack.com) through its [REST API](https://github.com/browserstack/api) (*aka* Javascript Testing API), [Automate API](https://www.browserstack.com/automate/rest-api) and [Screenshots API](https://www.browserstack.com/screenshots/api).
4-
5-
Support this project by [donating on Gratipay](https://gratipay.com/scottgonzalez/).
3+
A node.js JavaScript client for working with [BrowserStack](http://browserstack.com) through its [REST API](https://github.com/browserstack/api) (*aka* Javascript Testing API), [Automate API](https://www.browserstack.com/automate/rest-api), [App Automate API](https://www.browserstack.com/app-automate/rest-api), and [Screenshots API](https://www.browserstack.com/screenshots/api).
64

75
## Installation
86

@@ -476,8 +474,4 @@ To run just the lint checks, run `npm lint`.
476474

477475
## License
478476

479-
Copyright Scott González. Released under the terms of the MIT license.
480-
481-
---
482-
483-
Support this project by [donating on Gratipay](https://gratipay.com/scottgonzalez/).
477+
Copyright node-browserstack contributors. Released under the terms of the MIT license.

0 commit comments

Comments
 (0)