Skip to content

Commit 7c3cd06

Browse files
committed
README
1 parent 79761ab commit 7c3cd06

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Black
3+
Copyright (c) 2016-2024 Gaston Morixe <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+27-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
![Logo](/logo.png)
2-
3-
![GitHub Repo stars](https://img.shields.io/github/stars/blackuy/react-native-twilio-video-webrtc)
4-
![GitHub License](https://img.shields.io/github/license/blackuy/react-native-twilio-video-webrtc)
5-
![Weekly Views](https://shieldsdev.tech/badge/react-native-twilio-video-webrtc/totals)
6-
![NPM version](https://img.shields.io/npm/v/react-native-twilio-video-webrtc)
7-
![NPM Downloads](https://img.shields.io/npm/dy/react-native-twilio-video-webrtc)
1+
# Twilio Video (WebRTC) for React Native
82

3+
[![Logo](/logo.png)](https://github.com/blackuy/react-native-twilio-video-webrtc)
94

10-
# Twilio Video (WebRTC) for React Native
5+
[![GitHub Repo stars](https://img.shields.io/github/stars/blackuy/react-native-twilio-video-webrtc)](https://github.com/blackuy/react-native-twilio-video-webrtc/stargazers)
6+
[![Weekly Views](https://shieldsdev.tech/badge/react-native-twilio-video-webrtc/totals)](https://npm-stat.com/charts.html?package=react-native-twilio-video-webrtc&from=2016-01-01)
7+
[![GitHub License](https://img.shields.io/github/license/blackuy/react-native-twilio-video-webrtc)](https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/LICENSE)
8+
[![NPM version](https://img.shields.io/npm/v/react-native-twilio-video-webrtc)](https://www.npmjs.com/package/react-native-twilio-video-webrtc)
9+
[![NPM Downloads](https://img.shields.io/npm/dy/react-native-twilio-video-webrtc)](https://npm-stat.com/charts.html?package=react-native-twilio-video-webrtc&from=2016-01-01)
1110

1211
Platforms:
1312

@@ -23,6 +22,8 @@ People using a version < 1.0.1 please move to 1.0.1 since the project changed a
2322

2423
### Install Node Package
2524

25+
[![NPM version](https://img.shields.io/npm/v/react-native-twilio-video-webrtc)](https://www.npmjs.com/package/react-native-twilio-video-webrtc)
26+
2627
#### Option A: yarn
2728

2829
```shell
@@ -428,5 +429,21 @@ To run the example application:
428429

429430
## Contact
430431

431-
- Martín Fernández ([@bilby91](https://github.com/bilby91)) <[email protected]>
432-
- Gaston Morixe ([@gastonmorixe](https://github.com/gastonmorixe)) <[email protected]>
432+
- Original Author: **Gaston Morixe** ([@gastonmorixe](https://github.com/gastonmorixe)) <[email protected]>
433+
- Core Contributor: **Martín Fernández** ([@bilby91](https://github.com/bilby91)) <[email protected]>
434+
435+
## License
436+
437+
The MIT License (MIT)
438+
439+
Copyright (c) 2016-2024 Gaston Morixe <[email protected]>
440+
441+
**Full License text** you must include and attribute in your project: [LICENSE](/LICENSE).
442+
443+
**Compliance Requirement:** All users must include the full text of the MIT License, including the copyright notice and permission notice, in any copies or substantial portions of the Software.
444+
445+
**Commercial Use:** Commercial entities using this software are especially ensure compliance with the license terms.
446+
447+
**Consequences of Violation:** Failure to comply with the MIT License constitutes copyright infringement and may result in legal action, including injunctions and monetary damages. Please ensure to respect the open source project.
448+
449+
For any questions regarding licensing or to request additional permissions, please contact the author.

0 commit comments

Comments
 (0)