mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Add LICENSE file, mention it inside the README.md file
This commit is contained in:
parent
a5ee207afe
commit
abb19d5e3b
2 changed files with 29 additions and 9 deletions
18
LICENSE
Normal file
18
LICENSE
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Copyright 2016 Axel Isouard <axel@isouard.fr>
|
||||||
|
|
||||||
|
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
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
20
README.md
20
README.md
|
|
@ -72,13 +72,6 @@ Install the required development packages
|
||||||
* Universal Windows Apps Development Tools > Tools
|
* Universal Windows Apps Development Tools > Tools
|
||||||
* Universal Windows Apps Development Tools > Windows 10 SDK (**10.0.10586**)
|
* Universal Windows Apps Development Tools > Windows 10 SDK (**10.0.10586**)
|
||||||
|
|
||||||
[appveyor-img]:https://ci.appveyor.com/api/projects/status/yd1s303md3tt4w9a?svg=true
|
|
||||||
[appveyor-href]:https://ci.appveyor.com/project/aisouard/libwebrtc
|
|
||||||
[travis-img]:https://travis-ci.org/aisouard/libwebrtc.svg?branch=master
|
|
||||||
[travis-href]:https://travis-ci.org/aisouard/libwebrtc
|
|
||||||
[osx1011sdk]: https://github.com/phracker/MacOSX-SDKs/releases/download/MacOSX10.11.sdk/MacOSX10.11.sdk.tar.xz
|
|
||||||
[vs2015-installer]:https://www.microsoft.com/en-US/download/details.aspx?id=48146
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Clone the repository, initialize the submodules if `depot_tools` is not
|
Clone the repository, initialize the submodules if `depot_tools` is not
|
||||||
|
|
@ -168,8 +161,17 @@ feature or to ask a question. I'm open to pull requests, as long as your
|
||||||
modifications are working on the three major OS (Windows, macOS and Linux).
|
modifications are working on the three major OS (Windows, macOS and Linux).
|
||||||
|
|
||||||
Don't forget to put your name and e-mail address inside the `AUTHORS` file!
|
Don't forget to put your name and e-mail address inside the `AUTHORS` file!
|
||||||
You can also reach me on Twitter for further discussion.
|
You can also reach me on [Twitter][twitter] for further discussion.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT ©
|
MIT © [Axel Isouard][author]
|
||||||
|
|
||||||
|
[appveyor-img]:https://ci.appveyor.com/api/projects/status/yd1s303md3tt4w9a?svg=true
|
||||||
|
[appveyor-href]:https://ci.appveyor.com/project/aisouard/libwebrtc
|
||||||
|
[travis-img]:https://travis-ci.org/aisouard/libwebrtc.svg?branch=master
|
||||||
|
[travis-href]:https://travis-ci.org/aisouard/libwebrtc
|
||||||
|
[osx1011sdk]: https://github.com/phracker/MacOSX-SDKs/releases/download/MacOSX10.11.sdk/MacOSX10.11.sdk.tar.xz
|
||||||
|
[vs2015-installer]:https://www.microsoft.com/en-US/download/details.aspx?id=48146
|
||||||
|
[twitter]:https://twitter.com/aisouard
|
||||||
|
[author]:https://axel.isouard.fr
|
||||||
Loading…
Add table
Reference in a new issue