-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE
31 lines (24 loc) · 1.4 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Example code from curl:
https://curl.haxx.se/libcurl/c/asiohiper.html
This project has some code based on the curl-asio:
https://github.com/mologie/curl-asio
This project (curl-asio) is a library which cannot function without libcurl.
In order to grant you the same freedoms libcurl offers, curl-asio is licensed
under the same MIT/X derivate license used by libcurl at the time of writing
this library.
curl-asio
Copyright (c) 2013 Oliver Kuckertz <[email protected]>
All rights reserved.
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright
notice and this permission notice appear in all copies.
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 OF THIRD PARTY RIGHTS. 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.
Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization of the copyright holder.