Skip to content

Commit 9f75319

Browse files
cloudwebrtcdavidliu
authored andcommitted
Add Apache-2.0 license and some note to README.md. (#9)
* Add Apache-2.0 license and some notes to README.md. * Add user link. * update.
1 parent e205b85 commit 9f75319

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

NOTICE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
###################################################################################
2+
3+
The following modifications follow Apache License 2.0 from shiguredo.
4+
5+
https://github.com/webrtc-sdk/webrtc/commit/dfec53e93a0a1cb93f444caf50f844ec0068c7b7
6+
https://github.com/webrtc-sdk/webrtc/commit/403b4678543c5d4ac77bd1ea5753c02637b3bb89
7+
https://github.com/webrtc-sdk/webrtc/commit/77d5d685a90fb4bded17835ae72ec6671b26d696
8+
9+
Apache License 2.0
10+
11+
Copyright 2019-2021, Wandbox LLC (Original Author)
12+
Copyright 2019-2021, Shiguredo Inc.
13+
14+
Licensed under the Apache License, Version 2.0 (the "License");
15+
you may not use this file except in compliance with the License.
16+
You may obtain a copy of the License at
17+
18+
http://www.apache.org/licenses/LICENSE-2.0
19+
20+
Unless required by applicable law or agreed to in writing, software
21+
distributed under the License is distributed on an "AS IS" BASIS,
22+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23+
See the License for the specific language governing permissions and
24+
limitations under the License.
25+
26+
#####################################################################################

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# WebRTC-SDK
2+
3+
This is a **Community-Maintained** project, **Not the official Google WebRTC repository**. It is maintained by some contributors with WebRTC development experience, and the goal is to create a flexible release version to provide pre-compiled Mobile/Desktop/Embedded SDKs.
4+
5+
## Additional notes from [webrtc-sdk](https://github.com/webrtc-sdk) community
6+
7+
### Open Source License Compliance
8+
9+
* The original code was cloned from [google webrtc](https://chromium.googlesource.com/external/webrtc.git) and released with [BSD license](/LICENSE).
10+
11+
* Contains patches from the [shiguredo-webrtc-build](https://github.com/shiguredo-webrtc-build) community and complies with the [Apache 2.0](/NOTICE) license.
12+
13+
### Who is using this project
14+
15+
* [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc)
16+
17+
* [LiveKit](https://github.com/livekit)
18+
19+
## The Google WebRTC original README
20+
121
**WebRTC is a free, open software project** that provides browsers and mobile
222
applications with Real-Time Communications (RTC) capabilities via simple APIs.
323
The WebRTC components have been optimized to best serve this purpose.

0 commit comments

Comments
 (0)