README.REDIST.BINS 28 KB

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