forked from youzan/zan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
46 lines (34 loc) · 2.07 KB
/
NOTICE
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright Tianfeng.Han [[email protected]]
Copyright 2016-2017 Zan Group <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Zan Group changed or modified files based on swoole’s version of 1.8.5-stable.
see details as diff_sw1.8.5.diff
Zan used Troy D. Hanson's Uhash and Ulist.
Copyright (c) 2007-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
Zan used multipart http_parser Based on node-formidable by Felix Geisendörfer.
Igor Afonov - [email protected] - 2012
MIT License - http://www.opensource.org/licenses/mit-license.php
Zan used http_parser from Ryan Dahl.
Copyright 2009,2010 Ryan Dahl <[email protected]>
Zan used hiredis lib and SDS (Simple Dynamic Strings).
Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com>
Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com>
Copyright (c) 2015, Matt Stancliff <matt at genges dot com>,
Jan-Erik Rediger <janerik at fnordig dot com>