Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: NOTICE.txt

Issue 2843223002: Updated Netty to version 4.1.9.Final (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 The Netty Project 2 The Netty Project
3 ================= 3 =================
4 4
5 Please visit the Netty web site for more information: 5 Please visit the Netty web site for more information:
6 6
7 * http://netty.io/ 7 * http://netty.io/
8 8
9 Copyright 2014 The Netty Project 9 Copyright 2014 The Netty Project
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 * https://github.com/joewalnes/webbit 51 * https://github.com/joewalnes/webbit
52 52
53 This product contains a modified portion of 'SLF4J', a simple logging 53 This product contains a modified portion of 'SLF4J', a simple logging
54 facade for Java, which can be obtained at: 54 facade for Java, which can be obtained at:
55 55
56 * LICENSE: 56 * LICENSE:
57 * license/LICENSE.slf4j.txt (MIT License) 57 * license/LICENSE.slf4j.txt (MIT License)
58 * HOMEPAGE: 58 * HOMEPAGE:
59 * http://www.slf4j.org/ 59 * http://www.slf4j.org/
60 60
61 This product contains a modified portion of 'ArrayDeque', written by Josh
62 Bloch of Google, Inc:
63
64 * LICENSE:
65 * license/LICENSE.deque.txt (Public Domain)
66
67 This product contains a modified portion of 'Apache Harmony', an open source 61 This product contains a modified portion of 'Apache Harmony', an open source
68 Java SE, which can be obtained at: 62 Java SE, which can be obtained at:
69 63
70 * LICENSE: 64 * LICENSE:
71 * license/LICENSE.harmony.txt (Apache License 2.0) 65 * license/LICENSE.harmony.txt (Apache License 2.0)
72 * HOMEPAGE: 66 * HOMEPAGE:
73 * http://archive.apache.org/dist/harmony/ 67 * http://archive.apache.org/dist/harmony/
74 68
75 This product contains a modified version of Roland Kuhn's ASL2
76 AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.
77 It can be obtained at:
78
79 * LICENSE:
80 * license/LICENSE.abstractnodequeue.txt (Public Domain)
81 * HOMEPAGE:
82 * https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/ main/java/akka/dispatch/AbstractNodeQueue.java
83
84 This product contains a modified portion of 'jbzip2', a Java bzip2 compression 69 This product contains a modified portion of 'jbzip2', a Java bzip2 compression
85 and decompression library written by Matthew J. Francis. It can be obtained at: 70 and decompression library written by Matthew J. Francis. It can be obtained at:
86 71
87 * LICENSE: 72 * LICENSE:
88 * license/LICENSE.jbzip2.txt (MIT License) 73 * license/LICENSE.jbzip2.txt (MIT License)
89 * HOMEPAGE: 74 * HOMEPAGE:
90 * https://code.google.com/p/jbzip2/ 75 * https://code.google.com/p/jbzip2/
91 76
92 This product contains a modified portion of 'libdivsufsort', a C API library to construct 77 This product contains a modified portion of 'libdivsufsort', a C API library to construct
93 the suffix array and the Burrows-Wheeler transformed string for any input string of 78 the suffix array and the Burrows-Wheeler transformed string for any input string of
94 a constant-size alphabet written by Yuta Mori. It can be obtained at: 79 a constant-size alphabet written by Yuta Mori. It can be obtained at:
95 80
96 * LICENSE: 81 * LICENSE:
97 * license/LICENSE.libdivsufsort.txt (MIT License) 82 * license/LICENSE.libdivsufsort.txt (MIT License)
98 * HOMEPAGE: 83 * HOMEPAGE:
99 * https://code.google.com/p/libdivsufsort/ 84 * https://github.com/y-256/libdivsufsort
100 85
101 This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Conc urrency Tools for the JVM, 86 This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Conc urrency Tools for the JVM,
102 which can be obtained at: 87 which can be obtained at:
103 88
104 * LICENSE: 89 * LICENSE:
105 * license/LICENSE.jctools.txt (ASL2 License) 90 * license/LICENSE.jctools.txt (ASL2 License)
106 * HOMEPAGE: 91 * HOMEPAGE:
107 * https://github.com/JCTools/JCTools 92 * https://github.com/JCTools/JCTools
108 93
109 This product optionally depends on 'JZlib', a re-implementation of zlib in 94 This product optionally depends on 'JZlib', a re-implementation of zlib in
(...skipping 29 matching lines...) Expand all
139 * https://github.com/jponge/lzma-java 124 * https://github.com/jponge/lzma-java
140 125
141 This product contains a modified portion of 'jfastlz', a Java port of FastLZ com pression 126 This product contains a modified portion of 'jfastlz', a Java port of FastLZ com pression
142 and decompression library written by William Kinney. It can be obtained at: 127 and decompression library written by William Kinney. It can be obtained at:
143 128
144 * LICENSE: 129 * LICENSE:
145 * license/LICENSE.jfastlz.txt (MIT License) 130 * license/LICENSE.jfastlz.txt (MIT License)
146 * HOMEPAGE: 131 * HOMEPAGE:
147 * https://code.google.com/p/jfastlz/ 132 * https://code.google.com/p/jfastlz/
148 133
149 This product optionally depends on 'Protocol Buffers', Google's data 134 This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
150 interchange format, which can be obtained at: 135 interchange format, which can be obtained at:
151 136
152 * LICENSE: 137 * LICENSE:
153 * license/LICENSE.protobuf.txt (New BSD License) 138 * license/LICENSE.protobuf.txt (New BSD License)
154 * HOMEPAGE: 139 * HOMEPAGE:
155 * http://code.google.com/p/protobuf/ 140 * https://github.com/google/protobuf
156 141
157 This product optionally depends on 'Bouncy Castle Crypto APIs' to generate 142 This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
158 a temporary self-signed X.509 certificate when the JVM does not provide the 143 a temporary self-signed X.509 certificate when the JVM does not provide the
159 equivalent functionality. It can be obtained at: 144 equivalent functionality. It can be obtained at:
160 145
161 * LICENSE: 146 * LICENSE:
162 * license/LICENSE.bouncycastle.txt (MIT License) 147 * license/LICENSE.bouncycastle.txt (MIT License)
163 * HOMEPAGE: 148 * HOMEPAGE:
164 * http://www.bouncycastle.org/ 149 * http://www.bouncycastle.org/
165 150
166 This product optionally depends on 'Snappy', a compression library produced 151 This product optionally depends on 'Snappy', a compression library produced
167 by Google Inc, which can be obtained at: 152 by Google Inc, which can be obtained at:
168 153
169 * LICENSE: 154 * LICENSE:
170 * license/LICENSE.snappy.txt (New BSD License) 155 * license/LICENSE.snappy.txt (New BSD License)
171 * HOMEPAGE: 156 * HOMEPAGE:
172 * http://code.google.com/p/snappy/ 157 * https://github.com/google/snappy
173 158
174 This product optionally depends on 'JBoss Marshalling', an alternative Java 159 This product optionally depends on 'JBoss Marshalling', an alternative Java
175 serialization API, which can be obtained at: 160 serialization API, which can be obtained at:
176 161
177 * LICENSE: 162 * LICENSE:
178 * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1) 163 * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
179 * HOMEPAGE: 164 * HOMEPAGE:
180 * http://www.jboss.org/jbossmarshalling 165 * http://www.jboss.org/jbossmarshalling
181 166
182 This product optionally depends on 'Caliper', Google's micro- 167 This product optionally depends on 'Caliper', Google's micro-
183 benchmarking framework, which can be obtained at: 168 benchmarking framework, which can be obtained at:
184 169
185 * LICENSE: 170 * LICENSE:
186 * license/LICENSE.caliper.txt (Apache License 2.0) 171 * license/LICENSE.caliper.txt (Apache License 2.0)
187 * HOMEPAGE: 172 * HOMEPAGE:
188 * http://code.google.com/p/caliper/ 173 * https://github.com/google/caliper
189 174
190 This product optionally depends on 'Apache Commons Logging', a logging 175 This product optionally depends on 'Apache Commons Logging', a logging
191 framework, which can be obtained at: 176 framework, which can be obtained at:
192 177
193 * LICENSE: 178 * LICENSE:
194 * license/LICENSE.commons-logging.txt (Apache License 2.0) 179 * license/LICENSE.commons-logging.txt (Apache License 2.0)
195 * HOMEPAGE: 180 * HOMEPAGE:
196 * http://commons.apache.org/logging/ 181 * http://commons.apache.org/logging/
197 182
198 This product optionally depends on 'Apache Log4J', a logging framework, which 183 This product optionally depends on 'Apache Log4J', a logging framework, which
199 can be obtained at: 184 can be obtained at:
200 185
201 * LICENSE: 186 * LICENSE:
202 * license/LICENSE.log4j.txt (Apache License 2.0) 187 * license/LICENSE.log4j.txt (Apache License 2.0)
203 * HOMEPAGE: 188 * HOMEPAGE:
204 * http://logging.apache.org/log4j/ 189 * http://logging.apache.org/log4j/
205 190
206 This product optionally depends on 'Aalto XML', an ultra-high performance 191 This product optionally depends on 'Aalto XML', an ultra-high performance
207 non-blocking XML processor, which can be obtained at: 192 non-blocking XML processor, which can be obtained at:
208 193
209 * LICENSE: 194 * LICENSE:
210 * license/LICENSE.aalto-xml.txt (Apache License 2.0) 195 * license/LICENSE.aalto-xml.txt (Apache License 2.0)
211 * HOMEPAGE: 196 * HOMEPAGE:
212 * http://wiki.fasterxml.com/AaltoHome 197 * http://wiki.fasterxml.com/AaltoHome
213 198
199 This product contains a modified version of 'HPACK', a Java implementation of
200 the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
201
202 * LICENSE:
203 * license/LICENSE.hpack.txt (Apache License 2.0)
204 * HOMEPAGE:
205 * https://github.com/twitter/hpack
206
207 This product contains a modified portion of 'Apache Commons Lang', a Java librar y
208 provides utilities for the java.lang API, which can be obtained at:
209
210 * LICENSE:
211 * license/LICENSE.commons-lang.txt (Apache License 2.0)
212 * HOMEPAGE:
213 * https://commons.apache.org/proper/commons-lang/
214
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698