README.REDIST.BINS 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. 1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
  2. 2. Oniguruma (ext/mbstring) see ext/mbstring/oniguruma/COPYING
  3. 3. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
  4. 4. pcre2lib (ext/pcre)
  5. 5. ext/standard crypt
  6. 6. ext/standard crypt's blowfish implementation
  7. 7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
  8. 8. ext/standard/rand
  9. 9. ext/standard/scanf
  10. 10. ext/standard/strnatcmp.c
  11. 11. ext/standard/uuencode
  12. 12. libxmlrpc ext/xmlrpc
  13. 13. libzip ext/zip
  14. 14. main/snprintf.c
  15. 15. main/strlcat
  16. 16. main/strlcpy
  17. 17. libgd see ext/gd/libgd/COPYING
  18. 18. ext/phar portions of tar implementations
  19. 19. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/COPYING.LIB
  20. 4. pcre2lib (ext/pcre)
  21. PCRE2 LICENCE
  22. -------------
  23. PCRE2 is a library of functions to support regular expressions whose syntax
  24. and semantics are as close as possible to those of the Perl 5 language.
  25. Release 10 of PCRE2 is distributed under the terms of the "BSD" licence, as
  26. specified below, with one exemption for certain binary redistributions. The
  27. documentation for PCRE2, supplied in the "doc" directory, is distributed under
  28. the same terms as the software itself. The data in the testdata directory is
  29. not copyrighted and is in the public domain.
  30. The basic library functions are written in C and are freestanding. Also
  31. included in the distribution is a just-in-time compiler that can be used to
  32. optimize pattern matching. This is an optional feature that can be omitted when
  33. the library is built.
  34. THE BASIC LIBRARY FUNCTIONS
  35. ---------------------------
  36. Written by: Philip Hazel
  37. Email local part: ph10
  38. Email domain: cam.ac.uk
  39. University of Cambridge Computing Service,
  40. Cambridge, England.
  41. Copyright (c) 1997-2018 University of Cambridge
  42. All rights reserved.
  43. PCRE2 JUST-IN-TIME COMPILATION SUPPORT
  44. --------------------------------------
  45. Written by: Zoltan Herczeg
  46. Email local part: hzmester
  47. Emain domain: freemail.hu
  48. Copyright(c) 2010-2018 Zoltan Herczeg
  49. All rights reserved.
  50. STACK-LESS JUST-IN-TIME COMPILER
  51. --------------------------------
  52. Written by: Zoltan Herczeg
  53. Email local part: hzmester
  54. Emain domain: freemail.hu
  55. Copyright(c) 2009-2018 Zoltan Herczeg
  56. All rights reserved.
  57. THE "BSD" LICENCE
  58. -----------------
  59. Redistribution and use in source and binary forms, with or without
  60. modification, are permitted provided that the following conditions are met:
  61. * Redistributions of source code must retain the above copyright notices,
  62. this list of conditions and the following disclaimer.
  63. * Redistributions in binary form must reproduce the above copyright
  64. notices, this list of conditions and the following disclaimer in the
  65. documentation and/or other materials provided with the distribution.
  66. * Neither the name of the University of Cambridge nor the names of any
  67. contributors may be used to endorse or promote products derived from this
  68. software without specific prior written permission.
  69. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  70. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  71. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  72. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  73. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  74. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  75. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  76. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  77. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  78. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  79. POSSIBILITY OF SUCH DAMAGE.
  80. EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
  81. ------------------------------------------
  82. The second condition in the BSD licence (covering binary redistributions) does
  83. not apply all the way down a chain of software. If binary package A includes
  84. PCRE2, it must respect the condition, but if package B is software that
  85. includes package A, the condition is not imposed on package B unless it uses
  86. PCRE2 independently.
  87. End
  88. 5. ext/standard crypt
  89. FreeSec: libcrypt for NetBSD
  90. Copyright (c) 1994 David Burren
  91. All rights reserved.
  92. Redistribution and use in source and binary forms, with or without
  93. modification, are permitted provided that the following conditions
  94. are met:
  95. 1. Redistributions of source code must retain the above copyright
  96. notice, this list of conditions and the following disclaimer.
  97. 2. Redistributions in binary form must reproduce the above copyright
  98. notice, this list of conditions and the following disclaimer in the
  99. documentation and/or other materials provided with the distribution.
  100. 3. Neither the name of the author nor the names of other contributors
  101. may be used to endorse or promote products derived from this software
  102. without specific prior written permission.
  103. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  104. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  105. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  106. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  107. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  108. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  109. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  110. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  111. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  112. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  113. SUCH DAMAGE.
  114. 6. ext/standard crypt's blowfish implementation
  115. The crypt_blowfish homepage is:
  116. http://www.openwall.com/crypt/
  117. This code comes from John the Ripper password cracker, with reentrant
  118. and crypt(3) interfaces added, but optimizations specific to password
  119. cracking removed.
  120. Written by Solar Designer <solar at openwall.com> in 1998-2011.
  121. No copyright is claimed, and the software is hereby placed in the public
  122. domain. In case this attempt to disclaim copyright and place the software
  123. in the public domain is deemed null and void, then the software is
  124. Copyright (c) 1998-2011 Solar Designer and it is hereby released to the
  125. general public under the following terms:
  126. Redistribution and use in source and binary forms, with or without
  127. modification, are permitted.
  128. There's ABSOLUTELY NO WARRANTY, express or implied.
  129. It is my intent that you should be able to use this on your system,
  130. as part of a software package, or anywhere else to improve security,
  131. ensure compatibility, or for any other purpose. I would appreciate
  132. it if you give credit where it is due and keep your modifications in
  133. the public domain as well, but I don't require that in order to let
  134. you place this code and any modifications you make under a license
  135. of your choice.
  136. This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
  137. "$2a$") by Niels Provos <provos at citi.umich.edu>, and uses some of his
  138. ideas. The password hashing algorithm was designed by David Mazieres
  139. <dm at lcs.mit.edu>. For more information on the level of compatibility,
  140. please refer to the comments in BF_set_key() and to the crypt(3) man page
  141. included in the crypt_blowfish tarball.
  142. There's a paper on the algorithm that explains its design decisions:
  143. http://www.usenix.org/events/usenix99/provos.html
  144. Some of the tricks in BF_ROUND might be inspired by Eric Young's
  145. Blowfish library (I can't be sure if I would think of something if I
  146. hadn't seen his code).
  147. 7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
  148. The author disclaims copyright to this source code. In place of
  149. a legal notice, here is a blessing:
  150. May you do good and not evil.
  151. May you find forgiveness for yourself and forgive others.
  152. May you share freely, never taking more than you give.
  153. 8. ext/standard/rand
  154. The following php_mt_...() functions are based on a C++ class MTRand by
  155. Richard J. Wagner. For more information see the web page at
  156. http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
  157. Mersenne Twister random number generator -- a C++ class MTRand
  158. Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
  159. Richard J. Wagner v1.0 15 May 2003 rjwagner@writeme.com
  160. The Mersenne Twister is an algorithm for generating random numbers. It
  161. was designed with consideration of the flaws in various other generators.
  162. The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
  163. are far greater. The generator is also fast; it avoids multiplication and
  164. division, and it benefits from caches and pipelines. For more information
  165. see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
  166. Reference
  167. M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
  168. Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
  169. Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
  170. Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  171. Copyright (C) 2000 - 2003, Richard J. Wagner
  172. All rights reserved.
  173. Redistribution and use in source and binary forms, with or without
  174. modification, are permitted provided that the following conditions
  175. are met:
  176. 1. Redistributions of source code must retain the above copyright
  177. notice, this list of conditions and the following disclaimer.
  178. 2. Redistributions in binary form must reproduce the above copyright
  179. notice, this list of conditions and the following disclaimer in the
  180. documentation and/or other materials provided with the distribution.
  181. 3. The names of its contributors may not be used to endorse or promote
  182. products derived from this software without specific prior written
  183. permission.
  184. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  185. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  186. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  187. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  188. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  189. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  190. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  191. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  192. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  193. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  194. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  195. 9. ext/standard/scanf
  196. scanf.c --
  197. This file contains the base code which implements sscanf and by extension
  198. fscanf. Original code is from TCL8.3.0 and bears the following copyright:
  199. This software is copyrighted by the Regents of the University of
  200. California, Sun Microsystems, Inc., Scriptics Corporation,
  201. and other parties. The following terms apply to all files associated
  202. with the software unless explicitly disclaimed in individual files.
  203. The authors hereby grant permission to use, copy, modify, distribute,
  204. and license this software and its documentation for any purpose, provided
  205. that existing copyright notices are retained in all copies and that this
  206. notice is included verbatim in any distributions. No written agreement,
  207. license, or royalty fee is required for any of the authorized uses.
  208. Modifications to this software may be copyrighted by their authors
  209. and need not follow the licensing terms described here, provided that
  210. the new terms are clearly indicated on the first page of each file where
  211. they apply.
  212. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  213. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  214. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  215. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  216. POSSIBILITY OF SUCH DAMAGE.
  217. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  218. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  219. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
  220. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  221. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  222. MODIFICATIONS.
  223. GOVERNMENT USE: If you are acquiring this software on behalf of the
  224. U.S. government, the Government shall have only "Restricted Rights"
  225. in the software and related documentation as defined in the Federal
  226. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
  227. are acquiring the software on behalf of the Department of Defense, the
  228. software shall be classified as "Commercial Computer Software" and the
  229. Government shall have only "Restricted Rights" as defined in Clause
  230. 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
  231. authors grant the U.S. Government and others acting in its behalf
  232. permission to use and distribute the software in accordance with the
  233. terms specified in this license.
  234. 10. ext/standard/strnatcmp.c
  235. strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
  236. Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
  237. This software is provided 'as-is', without any express or implied
  238. warranty. In no event will the authors be held liable for any damages
  239. arising from the use of this software.
  240. Permission is granted to anyone to use this software for any purpose,
  241. including commercial applications, and to alter it and redistribute it
  242. freely, subject to the following restrictions:
  243. 1. The origin of this software must not be misrepresented; you must not
  244. claim that you wrote the original software. If you use this software
  245. in a product, an acknowledgment in the product documentation would be
  246. appreciated but is not required.
  247. 2. Altered source versions must be plainly marked as such, and must not be
  248. misrepresented as being the original software.
  249. 3. This notice may not be removed or altered from any source distribution.
  250. 11. ext/standard/uuencode
  251. Portions of this code are based on Berkeley's uuencode/uudecode
  252. implementation.
  253. Copyright (c) 1983, 1993
  254. The Regents of the University of California. All rights reserved.
  255. Redistribution and use in source and binary forms, with or without
  256. modification, are permitted provided that the following conditions
  257. are met:
  258. 1. Redistributions of source code must retain the above copyright
  259. notice, this list of conditions and the following disclaimer.
  260. 2. Redistributions in binary form must reproduce the above copyright
  261. notice, this list of conditions and the following disclaimer in the
  262. documentation and/or other materials provided with the distribution.
  263. 3. All advertising materials mentioning features or use of this software
  264. must display the following acknowledgement:
  265. This product includes software developed by the University of
  266. California, Berkeley and its contributors.
  267. 4. Neither the name of the University nor the names of its contributors
  268. may be used to endorse or promote products derived from this software
  269. without specific prior written permission.
  270. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  271. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  272. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  273. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  274. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  275. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  276. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  277. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  278. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  279. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  280. SUCH DAMAGE.
  281. 12. libxmlrpc ext/xmlrpc
  282. Copyright 2000 Epinions, Inc.
  283. Subject to the following 3 conditions, Epinions, Inc. permits you, free
  284. of charge, to (a) use, copy, distribute, modify, perform and display this
  285. software and associated documentation files (the "Software"), and (b)
  286. permit others to whom the Software is furnished to do so as well.
  287. 1) The above copyright notice and this permission notice shall be included
  288. without modification in all copies or substantial portions of the
  289. Software.
  290. 2) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF
  291. ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY
  292. IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  293. PURPOSE OR NONINFRINGEMENT.
  294. 3) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT,
  295. SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT
  296. OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING
  297. NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH
  298. DAMAGES.
  299. 13. libzip ext/zip
  300. zip.h -- exported declarations.
  301. Copyright (C) 1999-2009 Dieter Baron and Thomas Klausner
  302. This file is part of libzip, a library to manipulate ZIP archives.
  303. The authors can be contacted at <libzip@nih.at>
  304. Redistribution and use in source and binary forms, with or without
  305. modification, are permitted provided that the following conditions
  306. are met:
  307. 1. Redistributions of source code must retain the above copyright
  308. notice, this list of conditions and the following disclaimer.
  309. 2. Redistributions in binary form must reproduce the above copyright
  310. notice, this list of conditions and the following disclaimer in
  311. the documentation and/or other materials provided with the
  312. distribution.
  313. 3. The names of the authors may not be used to endorse or promote
  314. products derived from this software without specific prior
  315. written permission.
  316. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
  317. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  318. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  319. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
  320. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  321. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  322. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  323. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  324. IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  325. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  326. IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  327. 14. main/snprintf.c
  328. Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
  329. Permission to use, copy, modify, and distribute this software for any
  330. purpose with or without fee is hereby granted, provided that the above
  331. copyright notice and this permission notice appear in all copies.
  332. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  333. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  334. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  335. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  336. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  337. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  338. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  339. Sponsored in part by the Defense Advanced Research Projects
  340. Agency (DARPA) and Air Force Research Laboratory, Air Force
  341. Materiel Command, USAF, under agreement number F39502-99-1-0512.
  342. main/spprintf
  343. Copyright (c) 1995-1998 The Apache Group. All rights reserved.
  344. Redistribution and use in source and binary forms, with or without
  345. modification, are permitted provided that the following conditions
  346. are met:
  347. 1. Redistributions of source code must retain the above copyright
  348. notice, this list of conditions and the following disclaimer.
  349. 2. Redistributions in binary form must reproduce the above copyright
  350. notice, this list of conditions and the following disclaimer in
  351. the documentation and/or other materials provided with the
  352. distribution.
  353. 3. All advertising materials mentioning features or use of this
  354. software must display the following acknowledgment:
  355. "This product includes software developed by the Apache Group
  356. for use in the Apache HTTP server project (http://www.apache.org/)."
  357. 4. The names "Apache Server" and "Apache Group" must not be used to
  358. endorse or promote products derived from this software without
  359. prior written permission.
  360. 5. Redistributions of any form whatsoever must retain the following
  361. acknowledgment:
  362. "This product includes software developed by the Apache Group
  363. for use in the Apache HTTP server project (http://www.apache.org/)."
  364. THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
  365. EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  366. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  367. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
  368. ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  369. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  370. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  371. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  372. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  373. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  374. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  375. OF THE POSSIBILITY OF SUCH DAMAGE.
  376. ====================================================================
  377. This software consists of voluntary contributions made by many
  378. individuals on behalf of the Apache Group and was originally based
  379. on public domain software written at the National Center for
  380. Supercomputing Applications, University of Illinois, Urbana-Champaign.
  381. For more information on the Apache Group and the Apache HTTP server
  382. project, please see <http://www.apache.org/>.
  383. This code is based on, and used with the permission of, the
  384. SIO stdio-replacement strx_* functions by Panos Tsirigotis
  385. <panos@alumni.cs.colorado.edu> for xinetd.
  386. 15. main/strlcat
  387. 16. main/strlcpy
  388. Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  389. All rights reserved.
  390. Redistribution and use in source and binary forms, with or without
  391. modification, are permitted provided that the following conditions
  392. are met:
  393. 1. Redistributions of source code must retain the above copyright
  394. notice, this list of conditions and the following disclaimer.
  395. 2. Redistributions in binary form must reproduce the above copyright
  396. notice, this list of conditions and the following disclaimer in the
  397. documentation and/or other materials provided with the distribution.
  398. 3. The name of the author may not be used to endorse or promote products
  399. derived from this software without specific prior written permission.
  400. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  401. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  402. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  403. THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  404. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  405. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  406. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  407. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  408. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  409. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  410. 18. ext/phar portions of tar implementations
  411. portions of tar implementations in ext/phar - phar_tar_octal() are based on an
  412. implementation by Tim Kientzle from libarchive, licensed with this license:
  413. Copyright (c) 2003-2007 Tim Kientzle
  414. All rights reserved.
  415. Redistribution and use in source and binary forms, with or without
  416. modification, are permitted provided that the following conditions
  417. are met:
  418. 1. Redistributions of source code must retain the above copyright
  419. notice, this list of conditions and the following disclaimer.
  420. 2. Redistributions in binary form must reproduce the above copyright
  421. notice, this list of conditions and the following disclaimer in the
  422. documentation and/or other materials provided with the distribution.
  423. THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
  424. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  425. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  426. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
  427. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  428. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  429. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  430. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  431. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  432. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.