Skip to content

Commit 3ed72c6

Browse files
author
Noritaka Kamiya
committed
Add license
1 parent 2ecb058 commit 3ed72c6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

LICENSE

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
COPYRIGHT AND PERMISSION NOTICE
2+
3+
Copyright (c) 1996 - 2016, Daniel Stenberg, [email protected], and many contributors, see the THANKS file.
4+
5+
All rights reserved.
6+
7+
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.
8+
9+
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.
10+
11+
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.

libcurl-ios.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Pod::Spec.new do |s|
3939
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
4040
#
4141

42-
s.license = "MIT"
43-
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
42+
#s.license = "MIT"
43+
s.license = { :type => "MIT", :file => "FILE_LICENSE" }
4444

4545

4646
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)