"Fossies" - the Fresh Open Source Software Archive 
Member "wrk-4.2.0/NOTICE" (7 Feb 2021, 5420 Bytes) of package /linux/www/wrk-4.2.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 =========================================================================
2 == NOTICE file corresponding to section 4(d) of the Apache License, ==
3 == Version 2.0, in this case for the wrk distribution. ==
4 =========================================================================
5
6 wrk
7 Copyright 2012 Will Glozer, http://glozer.net
8
9 =========================================================================
10 == Redis Event Library Notice ==
11 =========================================================================
12
13 This product includes software developed by Salvatore Sanfilippo and
14 other contributors to the redis project.
15
16 Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
17 Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com>
18 Copyright (C) 2009 Harish Mallipeddi - harish.mallipeddi@gmail.com
19 Copyright (c) 2012, Joyent, Inc. All rights reserved.
20
21 Copyright (c) 2006-2009, Salvatore Sanfilippo
22 All rights reserved.
23
24 Redistribution and use in source and binary forms, with or without
25 modification, are permitted provided that the following conditions are
26 met:
27
28 * Redistributions of source code must retain the above copyright
29 notice, this list of conditions and the following disclaimer.
30
31 * Redistributions in binary form must reproduce the above copyright
32 notice, this list of conditions and the following disclaimer in the
33 documentation and/or other materials provided with the *
34 distribution.
35
36 * Neither the name of Redis nor the names of its contributors may be
37 used to endorse or promote products derived from this software
38 without specific prior written permission.
39
40 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
41 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
42 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
43 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
44 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
45 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
46 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
47 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
48 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
49 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
50 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51
52 =========================================================================
53 == HTTP Parser Notice ==
54 =========================================================================
55
56 This product includes software developed by Igor Sysoev, Joyent, Inc.,
57 and other Node contributors.
58
59 http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
60 Igor Sysoev.
61
62 Additional changes are licensed under the same terms as NGINX and
63 copyright Joyent, Inc. and other Node contributors. All rights reserved.
64
65 Permission is hereby granted, free of charge, to any person obtaining a
66 copy of this software and associated documentation files (the
67 "Software"), to deal in the Software without restriction, including
68 without limitation the rights to use, copy, modify, merge, publish,
69 distribute, sublicense, and/or sell copies of the Software, and to permit
70 persons to whom the Software is furnished to do so, subject to the
71 following conditions:
72
73 The above copyright notice and this permission notice shall be included
74 in all copies or substantial portions of the Software.
75
76 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
77 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
79 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
80 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
81 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
82 USE OR OTHER DEALINGS IN THE SOFTWARE.
83
84 =========================================================================
85 == LuaJIT Notice ==
86 =========================================================================
87
88 LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
89
90 Copyright (C) 2005-2013 Mike Pall. All rights reserved.
91
92 Permission is hereby granted, free of charge, to any person obtaining a copy
93 of this software and associated documentation files (the "Software"), to deal
94 in the Software without restriction, including without limitation the rights
95 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
96 copies of the Software, and to permit persons to whom the Software is
97 furnished to do so, subject to the following conditions:
98
99 The above copyright notice and this permission notice shall be included in
100 all copies or substantial portions of the Software.
101
102 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
103 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
104 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
108 THE SOFTWARE.