forked from line/armeria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE.txt
209 lines (130 loc) · 6.92 KB
/
NOTICE.txt
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Armeria
=======
Please visit the official web site for more information:
* http://line.github.io/armeria/
Copyright 2015 LINE Corporation
LINE Corporation licenses this file to you 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.
Also, please refer to each LICENSE.<component>.<licenseType>.txt file, which
is located in the 'licenses' directory of the distribution file, for the
license terms of the components that this product depends on.
Redistributed binaries
======================
This product contains Bootstrap, distributed by Twitter, Inc:
* License: license/LICENSE.bootstrap.mit.txt (MIT License)
* Homepage: http://getbootstrap.com/
This product contains Font Awesome, distributed by Dave Gandy:
* License: license/LICENSE.fontawesome.ofl11.txt (SIL Open Font License v1.1)
license/LICENSE.fontawesome.mit.txt (MIT License)
* Homepage: http://fontawesome.io/
This product contains Handlebars, distributed by Yehuda Katz:
* License: license/LICENSE.handlebars.mit.txt (MIT License)
* Homepage: http://handlebarsjs.com/
This product contains jQuery, distributed by jQuery Foundation and other
contributors:
* License: licenses/LICENSE.jquery.mit.txt (MIT License)
* Homepage: https://jquery.org/
This product contains ReadTheDocs.org Sphinx Theme, distributed by Dave Snider:
* License: license/LICENSE.rtdtheme.mit.txt (MIT License)
* Homepage: https://github.com/snide/sphinx_rtd_theme
This product contains Source Sans Pro and Source Code Pro fonts, distributed
by Adobe Systems Incorporated:
* License: licenses/LICENSE.source.ofl11.txt (SIL Open Font License v1.1)
* Homepage: http://adobe-fonts.github.io/source-sans-pro/
http://adobe-fonts.github.io/source-code-pro/
Modified redistributions
========================
This product contains a modified part of Brave, distributed by Zipkin.io:
* License: licenses/LICENSE.brave.al20.txt (Apache License v2.0)
* Homepage: https://github.com/openzipkin/brave/
This product contains a modified part of GRPC, distributed by Google:
* License: licenses/LICENSE.grpc.bsd.txt (New BSD License)
* Homepage: http://www.grpc.io/
This product contains a modified part of json-minify, distributed by Kyle Simpson:
* License: licenses/LICENSE.json-minify.mit.txt (New BSD License)
* Homepage: https://github.com/getify/JSON.minify
This product contains a modified part of Netty, distributed by Netty.io:
* License: licenses/LICENSE.netty.al20.txt (Apache License v2.0)
* Homepage: http://netty.io/
This product contains a modified part of Twitter Commons, distributed by Twitter,
Inc:
* License: license/LICENSE.twitter.al20.txt (Apache License v2.0)
* Homepage: http://twitter.github.io/commons/
Dependencies
============
This product depends on Brave, distributed by Zipkin.io:
* License: licenses/LICENSE.brave.al20.txt (Apache License v2.0)
* Homepage: https://github.com/openzipkin/brave/
This product depends on EasyMock, distributed by Easymock contributors:
* License: licenses/LICENSE.easymock.al20.txt (Apache License v2.0)
* Homepage: http://easymock.org/
This product depends on FindBugs-JSR305, distributed by
* License: licenses/LICENSE.jsr305.al20.txt (Apache License v2.0)
* Homepage: http://findbugs.sourceforge.net/
This product depends on GRPC, distributed by Google:
* License: licenses/LICENSE.grpc.bsd.txt (New BSD License)
* Homepage: http://www.grpc.io/
This product depends on Guava, distributed by Google:
* License: licenses/LICENSE.guava.al20.txt (Apache License v2.0)
* Homepage: https://github.com/google/guava
This product depends on Hamcrest, distributed by hamcrest.org:
* License: licenses/LICENSE.hamcrest.bsd.txt (BSD License)
* Homepage: http://hamcrest.org/
This product depends on Apache HttpComponents, distributed by Apache Software
Foundation:
* License: licenses/LICENSE.httpcomponents.al20.txt (Apache License v2.0)
* Homepage: http://hc.apache.org/
This product depends on Jackson, distributed by FasterXML, LLC:
* License: licenses/LICENSE.jackson.al20.txt (Apache License v2.0)
* Homepage: http://wiki.fasterxml.com/JacksonHome
This product depends on Javassist, distributed by Shigeru Chiba:
* License: licenses/LICENSE.javassist.mpl11.html (Mozilla Public License v1.1)
* Homepage: http://www.javassist.org/
This product depends on Jetty, distributed by Eclipse Foundation:
* License: licenses/LICENSE.jetty.al20.txt (Apache License v2.0)
* Homepage: http://www.eclipse.org/jetty/
This product depends on jMock, distributed by jMock.org:
* License: licenses/LICENSE.jmock.bsd.txt (BSD License)
* Homepage: http://www.jmock.org/
This product depends on JsonUnit, distributed by Lukáš Křečan:
* License: licenses/LICENSE.jsonunit.al20.txt (Apache License v2.0)
* Homepage: https://github.com/lukas-krecan/JsonUnit
This product depends on jUnit, distributed by jUnit.org:
* License: licenses/LICENSE.junit.epl10.html (Eclipse Public License v1.0)
* Homepage: http://junit.org/
This product depends on Logback, distributed by QOS.ch:
* License: licenses/LICENSE.logback.epl10.html (Eclipse Public License v1.0)
* Homepage: http://logback.qos.ch/
This product depends on Metrics, distributed by Coda Hale:
* License: licenses/LICENSE.metrics.al20.txt (Apache License v2.0)
* Homepage: http://metrics.dropwizard.io/
This product depends on Mockito, distributed by Mockito contributors:
* License: licenses/LICENSE.mockito.mit.txt (MIT License)
* Homepage: http://mockito.org/
This product depends on Netty, distributed by Netty.io:
* License: licenses/LICENSE.netty.al20.txt (Apache License v2.0)
* Homepage: http://netty.io/
This product depends on Reactive Streams API, distributed by Reactive-Streams.org:
* License: licenses/LICENSE.reactivestreams.cc0.txt
* Homepage: http://www.reactive-streams.org/
This product depends on Reflections, distributed by ronmamo:
* License: licenses/LICENSE.reflections.wtfpl.txt (WTFPL)
* Homepage: https://github.com/ronmamo/reflections
This product depends on SLF4J, distributed by QOS.ch:
* License: licenses/LICENSE.slf4j.mit.txt (MIT License)
* Homepage: http://slf4j.org/
This product depends on Apache Thrift, distributed by Apache Software
Foundation:
* License: licenses/LICENSE.thrift.al20.txt (Apache License v2.0)
* Homepage: http://thrift.apache.org/
This product depends on Apache Tomcat, distributed by Apache Software
Foundation:
* License: licenses/LICENSE.tomcat.al20.txt (Apache Licensr v2.0)
* Homepage: http://tomcat.apache.org/