OLD | NEW |
1 | |
2 Apache License | 1 Apache License |
3 Version 2.0, January 2004 | 2 Version 2.0, January 2004 |
4 http://www.apache.org/licenses/ | 3 http://www.apache.org/licenses/ |
5 | 4 |
6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | 5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
7 | 6 |
8 1. Definitions. | 7 1. Definitions. |
9 | 8 |
10 "License" shall mean the terms and conditions for use, reproduction, | 9 "License" shall mean the terms and conditions for use, reproduction, |
11 and distribution as defined by Sections 1 through 9 of this document. | 10 and distribution as defined by Sections 1 through 9 of this document. |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 You may obtain a copy of the License at | 193 You may obtain a copy of the License at |
195 | 194 |
196 http://www.apache.org/licenses/LICENSE-2.0 | 195 http://www.apache.org/licenses/LICENSE-2.0 |
197 | 196 |
198 Unless required by applicable law or agreed to in writing, software | 197 Unless required by applicable law or agreed to in writing, software |
199 distributed under the License is distributed on an "AS IS" BASIS, | 198 distributed under the License is distributed on an "AS IS" BASIS, |
200 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
201 See the License for the specific language governing permissions and | 200 See the License for the specific language governing permissions and |
202 limitations under the License. | 201 limitations under the License. |
203 | 202 |
| 203 |
| 204 |
| 205 APACHE PORTABLE RUNTIME SUBCOMPONENTS: |
| 206 |
| 207 The Apache Portable Runtime includes a number of subcomponents with |
| 208 separate copyright notices and license terms. Your use of the source |
| 209 code for these subcomponents is subject to the terms and conditions |
| 210 of the following licenses. |
| 211 |
| 212 From strings/apr_fnmatch.c, include/apr_fnmatch.h, misc/unix/getopt.c, |
| 213 file_io/unix/mktemp.c, strings/apr_strings.c: |
| 214 |
| 215 /* |
| 216 * Copyright (c) 1987, 1993, 1994 |
| 217 * The Regents of the University of California. All rights reserved. |
| 218 * |
| 219 * Redistribution and use in source and binary forms, with or without |
| 220 * modification, are permitted provided that the following conditions |
| 221 * are met: |
| 222 * 1. Redistributions of source code must retain the above copyright |
| 223 * notice, this list of conditions and the following disclaimer. |
| 224 * 2. Redistributions in binary form must reproduce the above copyright |
| 225 * notice, this list of conditions and the following disclaimer in the |
| 226 * documentation and/or other materials provided with the distribution. |
| 227 * 3. Neither the name of the University nor the names of its contributors |
| 228 * may be used to endorse or promote products derived from this software |
| 229 * without specific prior written permission. |
| 230 * |
| 231 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 232 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 233 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 234 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 235 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 236 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 237 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 238 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 239 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 240 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 241 * SUCH DAMAGE. |
| 242 |
| 243 From network_io/unix/inet_ntop.c, network_io/unix/inet_pton.c: |
| 244 |
| 245 /* Copyright (c) 1996 by Internet Software Consortium. |
| 246 * |
| 247 * Permission to use, copy, modify, and distribute this software for any |
| 248 * purpose with or without fee is hereby granted, provided that the above |
| 249 * copyright notice and this permission notice appear in all copies. |
| 250 * |
| 251 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 252 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 253 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 254 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 255 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 256 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 257 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 258 * SOFTWARE. |
| 259 |
| 260 From dso/aix/dso.c: |
| 261 |
| 262 * Based on libdl (dlfcn.c/dlfcn.h) which is |
| 263 * Copyright (c) 1992,1993,1995,1996,1997,1988 |
| 264 * Jens-Uwe Mager, Helios Software GmbH, Hannover, Germany. |
| 265 * |
| 266 * Not derived from licensed software. |
| 267 * |
| 268 * Permission is granted to freely use, copy, modify, and redistribute |
| 269 * this software, provided that the author is not construed to be liable |
| 270 * for any results of using the software, alterations are clearly marked |
| 271 * as such, and this notice is not modified. |
| 272 |
| 273 From strings/apr_strnatcmp.c, include/apr_strings.h: |
| 274 |
| 275 strnatcmp.c -- Perform 'natural order' comparisons of strings in C. |
| 276 Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au> |
| 277 |
| 278 This software is provided 'as-is', without any express or implied |
| 279 warranty. In no event will the authors be held liable for any damages |
| 280 arising from the use of this software. |
| 281 |
| 282 Permission is granted to anyone to use this software for any purpose, |
| 283 including commercial applications, and to alter it and redistribute it |
| 284 freely, subject to the following restrictions: |
| 285 |
| 286 1. The origin of this software must not be misrepresented; you must not |
| 287 claim that you wrote the original software. If you use this software |
| 288 in a product, an acknowledgment in the product documentation would be |
| 289 appreciated but is not required. |
| 290 2. Altered source versions must be plainly marked as such, and must not be |
| 291 misrepresented as being the original software. |
| 292 3. This notice may not be removed or altered from any source distribution. |
| 293 |
| 294 |
OLD | NEW |