You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2254 lines
111 KiB

  1. MySQL Server
  2. This is a release of MySQL, a dual-license SQL database server.
  3. For the avoidance of doubt, this particular copy of the software
  4. is released under the version 2 of the GNU General Public License.
  5. MySQL is brought to you by the MySQL team at Oracle.
  6. Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
  7. License information can be found in the COPYING file.
  8. This distribution may include materials developed by third
  9. parties. For license and attribution notices for these
  10. materials, please refer to the documentation that accompanies
  11. this distribution (see the Licenses for Third-Party Components
  12. appendix). A copy of the license/notices is also reproduced
  13. below.
  14. GPLv2 Disclaimer
  15. For the avoidance of doubt, except that if any license choice
  16. other than GPL or LGPL is available it will apply instead,
  17. Oracle elects to use only the General Public License version 2
  18. (GPLv2) at this time for any software where a choice of GPL
  19. license versions is made available with the language indicating
  20. that GPLv2 or any later version may be used, or where a choice
  21. of which version of the GPL is applied is otherwise unspecified.
  22. For further information about MySQL or additional documentation,
  23. see:
  24. - The latest information about MySQL: http://www.mysql.com
  25. - The current MySQL documentation: http://dev.mysql.com/doc
  26. Some Reference Manual sections of special interest:
  27. - If you are migrating from an older version of MySQL, please
  28. read the "Upgrading from..." section.
  29. - To see what MySQL can do, take a look at the features section.
  30. - For installation instructions, see the Installing and Upgrading
  31. chapter.
  32. - For the new features/bugfix history, see the MySQL Change History
  33. appendix.
  34. - For currently known bugs, see the Errors and Common Problems
  35. appendix.
  36. You can browse the MySQL Reference Manual online or download it
  37. in any of several formats at the URL given earlier in this file.
  38. Source distributions include a local copy of the manual in the
  39. Docs directory.
  40. ********************************************************************
  41. Third-Party Component Notices
  42. *********************************************************************
  43. %%The following software may be included in this product:
  44. FindGTest.cmake (part of CMake 2.8.0)
  45. Use of any of this software is governed by the terms of the license below:
  46. # Copyright 2009 Kitware, Inc.
  47. # Copyright 2009 Philip Lowman
  48. # Copyright 2009 Daniel Blezek
  49. #
  50. # Distributed under the OSI-approved BSD License (the "License");
  51. # see accompanying file Copyright.txt for details.
  52. #
  53. # This software is distributed WITHOUT ANY WARRANTY; without even the
  54. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  55. # See the License for more information.
  56. #===========================================================================
  57. # (To distributed this file outside of CMake, substitute the full
  58. # License text for the above reference.)
  59. #
  60. # Thanks to Daniel Blezek for the GTEST_ADD_TESTS code
  61. Text of Copyright.txt mentioned above:
  62. CMake - Cross Platform Makefile Generator
  63. Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  64. All rights reserved.
  65. Redistribution and use in source and binary forms, with or without
  66. modification, are permitted provided that the following conditions
  67. are met:
  68. * Redistributions of source code must retain the above copyright
  69. notice, this list of conditions and the following disclaimer.
  70. * Redistributions in binary form must reproduce the above copyright
  71. notice, this list of conditions and the following disclaimer in the
  72. documentation and/or other materials provided with the distribution.
  73. * Neither the names of Kitware, Inc., the Insight Software Consortium,
  74. nor the names of their contributors may be used to endorse or promote
  75. products derived from this software without specific prior written
  76. permission.
  77. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  78. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  79. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  80. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  81. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  82. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  83. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  84. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  85. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  86. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  87. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  88. ***************************************************************************
  89. %%The following software may be included in this product:
  90. Cmake
  91. Use of any of this software is governed by the terms of the license below:
  92. CMake is distributed under BSD License
  93. Copyright (c) 2008, Kitware, Inc.
  94. All rights reserved.
  95. Redistribution and use in source and binary forms, with or without
  96. modification, are permitted provided that the following conditions are
  97. met:
  98. * Redistributions of source code must retain the above copyright
  99. notice, this list of conditions and the following disclaimer.
  100. * Redistributions in binary form must reproduce the above copyright
  101. notice, this list of conditions and the following disclaimer in
  102. the documentation and/or other materials provided with the
  103. distribution.
  104. * Neither the name of Kitware, Inc. nor the names of its
  105. contributors may be used to endorse or promote products derived
  106. from this software without specific prior written permission.
  107. THIS SOFTWARE IS PROVIDED BY Kitware, Inc. "AS IS" AND ANY EXPRESS OR
  108. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  109. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  110. DISCLAIMED. IN NO EVENT SHALL Kitware Inc. BE LIABLE FOR ANY DIRECT,
  111. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  112. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  113. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  114. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  115. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  116. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  117. POSSIBILITY OF SUCH DAMAGE.
  118. Additional License(s)
  119. cmake-2.4.8/Utilities/cmtar/compat/gethostname.c:
  120. gethostname.c: minimal substitute for missing gethostname() function
  121. created 2000-Mar-02 jmk
  122. requires SVR4 uname() and -lc
  123. by Jim Knoble
  124. Copyright ? 2000 Jim Knoble
  125. Permission to use, copy, modify, distribute, and sell this software
  126. and its documentation for any purpose is hereby granted without fee,
  127. provided that the above copyright notice appear in all copies and
  128. that both that copyright notice and this permission notice appear in
  129. supporting documentation.
  130. This software is provided "as is", without warranty of any kind,
  131. express or implied, including but not limited to the warranties of
  132. merchantability, fitness for a particular purpose and
  133. noninfringement. In no event shall the author(s) be liable for any
  134. claim, damages or other liability, whether in an action of contract,
  135. tort or otherwise, arising from, out of or in connection with the
  136. software or the use or other dealings in the software.
  137. ----------------------------------
  138. * Originally written by Steven M. Bellovin while
  139. * at the University of North Carolina at Chapel Hill. Later tweaked by
  140. * a couple of people on Usenet. Completely overhauled by Rich $alz
  141. * and Jim Berets in August, 1990.
  142. *
  143. * This code is in the public domain and has no copyright.
  144. -------------------------------
  145. THIS CODE IS SPECIFICALLY EXEMPTED FROM THE NCURSES PACKAGE COPYRIGHT.
  146. You may freely copy it for use as a template for your own field types.
  147. If you develop a field type that might be of general use, please send
  148. it back to the ncurses maintainers for inclusion in the next version.
  149. **************************************************************************
  150. * Author : Per Foreby, perf@efd.lth.se
  151. * Author : Juergen Pfeifer, juergen.pfeifer@gmx.net
  152. **************************************************************************
  153. ----------------------------------------
  154. Copyright (c) 2002 Insight Consortium. All rights reserved.
  155. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for
  156. details.
  157. This software is distributed WITHOUT ANY WARRANTY; without even
  158. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  159. PURPOSE. See the above copyright notices for more information.
  160. --------------------------------------------
  161. Skeleton parser for Yacc-like parsing with Bison,
  162. Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software
  163. Foundation, Inc.
  164. This program is free software; you can redistribute it and/or modify
  165. it under the terms of the GNU General Public License as published by
  166. the Free Software Foundation; either version 2, or (at your option)
  167. any later version.
  168. This program is distributed in the hope that it will be useful,
  169. but WITHOUT ANY WARRANTY; without even the implied warranty of
  170. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  171. GNU General Public License for more details.
  172. You should have received a copy of the GNU General Public License
  173. along with this program; if not, write to the Free Software
  174. Foundation, Inc., 51 Franklin Street, Fifth Floor,
  175. Boston, MA 02110-1301, USA.
  176. As a special exception, when this file is copied by Bison into a
  177. Bison output file, you may use that output file without restriction.
  178. This special exception was added by the Free Software Foundation
  179. in version 1.24 of Bison.
  180. ---------------------------------------------------
  181. cmake-2.4.8/Utilities/cmzlib/zlib.h:
  182. zlib.h -- interface of the 'zlib' general purpose compression library
  183. version 1.1.4, March 11th, 2002
  184. Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
  185. This software is provided 'as-is', without any express or implied
  186. warranty. In no event will the authors be held liable for any damages
  187. arising from the use of this software.
  188. Permission is granted to anyone to use this software for any purpose,
  189. including commercial applications, and to alter it and redistribute it
  190. freely, subject to the following restrictions:
  191. 1. The origin of this software must not be misrepresented; you must not
  192. claim that you wrote the original software. If you use this software
  193. in a product, an acknowledgment in the product documentation would be
  194. appreciated but is not required.
  195. 2. Altered source versions must be plainly marked as such, and must
  196. not be misrepresented as being the original software.
  197. 3. This notice may not be removed or altered from any source
  198. distribution.
  199. Jean-loup Gailly Mark Adler
  200. ----------------------------------------------
  201. This source code was modified by Martin Hedenfalk for use in Curl. His
  202. latest changes were done 2000-09-18.
  203. It has since been patched away like a madman by Daniel Stenberg to make it
  204. better applied to curl conditions, and to make it not use globals, pollute
  205. name space and more. This source code awaits a rewrite to work around the
  206. paragraph 2 in the BSD licenses as explained below.
  207. Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Hgskolan
  208. It has since been patched and modified a lot by Daniel Stenberg to make it
  209. better applied to curl conditions, and to make it not use globals, pollute
  210. name space and more. This source code awaits a rewrite to work around the
  211. paragraph 2 in the BSD licenses as explained below.
  212. Copyright (c) 1998, 1999 Kungliga Tekniska Hgskolan
  213. (Royal Institute of Technology, Stockholm, Sweden).
  214. All rights reserved.
  215. Redistribution and use in source and binary forms, with or without
  216. modification, are permitted provided that the following conditions
  217. are met:
  218. 1. Redistributions of source code must retain the above copyright
  219. notice, this list of conditions and the following disclaimer.
  220. 2. Redistributions in binary form must reproduce the above copyright
  221. notice, this list of conditions and the following disclaimer in the
  222. documentation and/or other materials provided with the distribution.
  223. 3. Neither the name of the Institute nor the names of its contributors
  224. may be used to endorse or promote products derived from this software
  225. without specific prior written permission.
  226. THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
  227. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  228. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  229. ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
  230. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  231. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  232. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  233. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  234. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  235. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  236. SUCH DAMAGE.
  237. ---------------------------------------------
  238. Permission to use, copy, modify, and distribute this software for any
  239. purpose with or without fee is hereby granted, provided that the above
  240. copyright notice and this permission notice appear in all copies.
  241. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  242. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  243. MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
  244. CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
  245. --------------------------------------------------
  246. cmake-2.4.8/Utilities/cmcurl/inet_pton.c,
  247. cmake-2.4.8/Source/CTest/Curl/inet_pton.c:
  248. This is from the BIND 4.9.4 release, modified to compile by itself
  249. Copyright (c) 1996 by Internet Software Consortium.
  250. Permission to use, copy, modify, and distribute this software for any
  251. purpose with or without fee is hereby granted, provided that the above
  252. copyright notice and this permission notice appear in all copies.
  253. THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
  254. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
  255. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
  256. INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT,
  257. OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  258. USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  259. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  260. PERFORMANCE OF THIS SOFTWARE.
  261. -------------------------------------------------------
  262. * Copyright (C) 2001 by Eric Kidd. All rights reserved.
  263. * Copyright (C) 2001 by Luke Howard. All rights reserved.
  264. * Copyright (C) 2002 Ximian, Inc.
  265. *
  266. * Redistribution and use in source and binary forms, with or without
  267. * modification, are permitted provided that the following conditions
  268. * are met:
  269. * 1. Redistributions of source code must retain the above copyright
  270. * notice, this list of conditions and the following disclaimer.
  271. * 2. Redistributions in binary form must reproduce the above copyright
  272. * notice, this list of conditions and the following disclaimer in the
  273. * documentation and/or other materials provided with the distribution.
  274. * 3. The name of the author may not be used to endorse or promote products
  275. * derived from this software without specific prior written permission.
  276. *
  277. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
  278. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  279. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  280. * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
  281. * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  282. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  283. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  284. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  285. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  286. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  287. * SUCH DAMAGE.
  288. ---------------------------------------------------
  289. Copyright (c) 1994
  290. The Regents of the University of California. All rights reserved.
  291. This code is derived from software contributed to Berkeley by
  292. Chuck Karish of Mindcraft, Inc.
  293. Redistribution and use in source and binary forms, with or without
  294. modification, are permitted provided that the following conditions
  295. are met:
  296. 1. Redistributions of source code must retain the above copyright
  297. notice, this list of conditions and the following disclaimer.
  298. 2. Redistributions in binary form must reproduce the above copyright
  299. notice, this list of conditions and the following disclaimer in the
  300. documentation and/or other materials provided with the distribution.
  301. 3. Neither the name of the University nor the names of its contributors
  302. Copyright (c) 1985, 1986 The Regents of the University of California.
  303. All rights reserved.
  304. This code is derived from software contributed to Berkeley by
  305. James A. Woods, derived from original work by Spencer Thomas
  306. and Joseph Orost.
  307. ------------------------------------------------
  308. Copyright (c) 1989, 1993, 1994
  309. The Regents of the University of California. All rights reserved.
  310. This code is derived from software contributed to Berkeley by
  311. Guido van Rossum.
  312. Copyright (c) 1990 The Regents of the University of California.
  313. All rights reserved.
  314. Redistribution and use in source and binary forms, with or without
  315. modification, are permitted provided that the following conditions
  316. are met:
  317. 1. Redistributions of source code must retain the above copyright
  318. notice, this list of conditions and the following disclaimer.
  319. 2. Redistributions in binary form must reproduce the above copyright
  320. notice, this list of conditions and the following disclaimer in the
  321. documentation and/or other materials provided with the distribution.
  322. 3. All advertising materials mentioning features or use of this software
  323. must display the following acknowledgement:
  324. This product includes software developed by the University of
  325. California, Berkeley and its contributors.
  326. 4. Neither the name of the University nor the names of its contributors
  327. may be used to endorse or promote products derived from this software
  328. without specific prior written permission.
  329. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  330. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  331. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  332. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  333. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  334. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  335. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  336. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  337. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  338. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  339. SUCH DAMAGE.
  340. ------------------------------------------------------
  341. Project ___| | | | _ \| |
  342. / __| | | | |_) | |
  343. | (__| |_| | _ <| |___
  344. \___|\___/|_| \_\_____|
  345. Copyright (C) 1998 - 2004, Daniel Stenberg, , et al.
  346. Copyright (C) 2004, Daniel Stenberg, , et al.
  347. This software is licensed as described in the file COPYING, which
  348. you should have received as part of this distribution. The terms
  349. are also available at http://curl.haxx.se/docs/copyright.html.
  350. You may opt to use, copy, modify, merge, publish, distribute and/or sell
  351. copies of the Software, and permit persons to whom the Software is
  352. furnished to do so, under the terms of the COPYING file.
  353. This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  354. KIND, either express or implied.
  355. ------------------------------------------------------------
  356. ***************************************************************************
  357. Copyright (c) 1998 Free Software Foundation, Inc.
  358. Copyright (c) 1998,2000 Free Software Foundation, Inc.
  359. Permission is hereby granted, free of charge, to any person obtaining a
  360. copy of this software and associated documentation files (the
  361. "Software"), to deal in the Software without restriction, including
  362. without limitation the rights to use, copy, modify, merge, publish,
  363. distribute, distribute with modifications, sublicense, and/or sell copies
  364. of the Software, and to permit persons to whom the Software is furnished
  365. to do so, subject to the following conditions:
  366. The above copyright notice and this permission notice shall be included in
  367. all copies or substantial portions of the Software.
  368. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  369. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  370. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  371. NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  372. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  373. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  374. USE OR OTHER DEALINGS IN THE SOFTWARE.
  375. Except as contained in this notice, the name(s) of the above copyright
  376. holders shall not be used in advertising or otherwise to promote the sale,
  377. use or other dealings in this Software without prior written
  378. authorization.
  379. ***************************************************************************
  380. ------------------------------------------------------
  381. Copyright (c) 1997 Todd C. Miller
  382. All rights reserved.
  383. Redistribution and use in source and binary forms, with or without
  384. modification, are permitted provided that the following conditions
  385. are met:
  386. 1. Redistributions of source code must retain the above copyright
  387. notice, this list of conditions and the following disclaimer.
  388. 2. Redistributions in binary form must reproduce the above copyright
  389. notice, this list of conditions and the following disclaimer in the
  390. documentation and/or other materials provided with the distribution.
  391. 3. The name of the author may not be used to endorse or promote products
  392. derived from this software without specific prior written permission.
  393. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  394. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  395. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  396. THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  397. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  398. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  399. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  400. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  401. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  402. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  403. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
  404. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  405. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  406. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
  407. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  408. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  409. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  410. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  411. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  412. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  413. SUCH DAMAGE.
  414. ***************************************************************************
  415. %%The following software may be included in this product:
  416. Fred Fish's Dbug Library
  417. Use of any of this software is governed by the terms of the license below:
  418. * N O T I C E *
  419. * *
  420. * Copyright Abandoned, 1987, Fred Fish *
  421. * *
  422. * *
  423. * This previously copyrighted work has been placed into the public *
  424. * domain by the author and may be freely used for any purpose, *
  425. * private or commercial. *
  426. * *
  427. * Because of the number of inquiries I was receiving about the use *
  428. * of this product in commercially developed works I have decided to *
  429. * simply make it public domain to further its unrestricted use. I *
  430. * specifically would be most happy to see this material become a *
  431. * part of the standard Unix distributions by AT&T and the Berkeley *
  432. * Computer Science Research Group, and a standard part of the GNU *
  433. * system from the Free Software Foundation. *
  434. * *
  435. * I would appreciate it, as a courtesy, if this notice is left in *
  436. * all copies and derivative works. Thank you. *
  437. * *
  438. * The author makes no warranty of any kind with respect to this *
  439. * product and explicitly disclaims any implied warranties of mer- *
  440. * chantability or fitness for any particular purpose. *
  441. ***************************************************************************
  442. %%The following software may be included in this product:
  443. dbug_analyze.c (part of Fred Fish's Dbug Library)
  444. Use of any of this software is governed by the terms of the license below:
  445. * Copyright Abandoned, 1987, Fred Fish *
  446. * *
  447. * *
  448. * This previously copyrighted work has been placed into the public *
  449. * domain by the author and may be freely used for any purpose, *
  450. * private or commercial. *
  451. * *
  452. * Because of the number of inquiries I was receiving about the use *
  453. * of this product in commercially developed works I have decided to *
  454. * simply make it public domain to further its unrestricted use. I *
  455. * specifically would be most happy to see this material become a *
  456. * part of the standard Unix distributions by AT&T and the Berkeley *
  457. * Computer Science Research Group, and a standard part of the GNU *
  458. * system from the Free Software Foundation. *
  459. * *
  460. * I would appreciate it, as a courtesy, if this notice is left in *
  461. * all copies and derivative works. Thank you. *
  462. * *
  463. * The author makes no warranty of any kind with respect to this *
  464. * product and explicitly disclaims any implied warranties of mer- *
  465. * chantability or fitness for any particular purpose. *
  466. ***************************************************************************
  467. %%The following software may be included in this product:
  468. GNU Libtool, only ltmain.sh, libtool, auto-gen fil
  469. Use of any of this software is governed by the terms of the license below:
  470. ltmain.sh inclusion:
  471. # ltmain.sh - Provide generalized library-building support services.
  472. # NOTE: Changing this file will not affect anything until you rerun configure.
  473. #
  474. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
  475. # 2007 Free Software Foundation, Inc.
  476. # Originally by Gordon Matzigkeit , 1996
  477. #
  478. # This program is free software; you can redistribute it and/or modify
  479. # it under the terms of the GNU General Public License as published by
  480. # the Free Software Foundation; either version 2 of the License, or
  481. # (at your option) any later version.
  482. #
  483. # This program is distributed in the hope that it will be useful, but
  484. # WITHOUT ANY WARRANTY; without even the implied warranty of
  485. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  486. # General Public License for more details.
  487. #
  488. # You should have received a copy of the GNU General Public License
  489. # along with this program; if not, write to the Free Software
  490. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  491. #
  492. # As a special exception to the GNU General Public License, if you
  493. # distribute this file as part of a program that contains a
  494. # configuration script generated by Autoconf, you may include it under
  495. # the same distribution terms that you use for the rest of that program.
  496. libtool inclusion:
  497. # libtoolT - Provide generalized library-building support services.
  498. # Generated automatically by (GNU mysql 5.1.30)
  499. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  500. #
  501. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
  502. # 2006, 2007 Free Software Foundation, Inc.
  503. #
  504. # This file is part of GNU Libtool:
  505. # Originally by Gordon Matzigkeit , 1996
  506. #
  507. # This program is free software; you can redistribute it and/or modify
  508. # it under the terms of the GNU General Public License as published by
  509. # the Free Software Foundation; either version 2 of the License, or
  510. # (at your option) any later version.
  511. #
  512. # This program is distributed in the hope that it will be useful, but
  513. # WITHOUT ANY WARRANTY; without even the implied warranty of
  514. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  515. # General Public License for more details.
  516. #
  517. # You should have received a copy of the GNU General Public License
  518. # along with this program; if not, write to the Free Software
  519. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  520. #
  521. # As a special exception to the GNU General Public License, if you
  522. # distribute this file as part of a program that contains a
  523. # configuration script generated by Autoconf, you may include it under
  524. # the same distribution terms that you use for the rest of that program.
  525. Auto-generated files:
  526. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building
  527. # support services.
  528. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  529. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  530. #
  531. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
  532. # 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
  533. #
  534. # This file is part of GNU Libtool:
  535. # Originally by Gordon Matzigkeit , 1996
  536. #
  537. # This program is free software; you can redistribute it and/or modify
  538. # it under the terms of the GNU General Public License as published by
  539. # the Free Software Foundation; either version 2 of the License, or
  540. # (at your option) any later version.
  541. #
  542. # This program is distributed in the hope that it will be useful, but
  543. # WITHOUT ANY WARRANTY; without even the implied warranty of
  544. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  545. # General Public License for more details.
  546. #
  547. # You should have received a copy of the GNU General Public License
  548. # along with this program; if not, write to the Free Software
  549. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  550. #
  551. # As a special exception to the GNU General Public License, if you
  552. # distribute this file as part of a program that contains a
  553. # configuration script generated by Autoconf, you may include it under
  554. # the same distribution terms that you use for the rest of that program.
  555. Additional License(s)
  556. # As a special exception to the GNU General Public License, if you
  557. # distribute this file as part of a program that contains a
  558. # configuration script generated by Autoconf, you may include it under
  559. # the same distribution terms that you use for the rest of that program.
  560. ***************************************************************************
  561. %%The following software may be included in this product:
  562. innochecksum.c
  563. Use of any of this software is governed by the terms of the license below:
  564. GNU GENERAL PUBLIC LICENSE
  565. Version 2, June 1991
  566. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  567. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  568. Everyone is permitted to copy and distribute verbatim copies
  569. of this license document, but changing it is not allowed.
  570. Preamble
  571. The licenses for most software are designed to take away your freedom to share
  572. and change it. By contrast, the GNU General Public License is intended to
  573. guarantee your freedom to share and change free software--to make sure the
  574. software is free for all its users. This General Public License applies to most
  575. of the Free Software Foundation's software and to any other program whose
  576. authors commit to using it. (Some other Free Software Foundation software is
  577. covered by the GNU Lesser General Public License instead.) You can apply it to
  578. your programs, too.
  579. When we speak of free software, we are referring to freedom, not price. Our
  580. General Public Licenses are designed to make sure that you have the freedom to
  581. distribute copies of free software (and charge for this service if you wish),
  582. that you receive source code or can get it if you want it, that you can change
  583. the software or use pieces of it in new free programs; and that you know you can
  584. do these things.
  585. To protect your rights, we need to make restrictions that forbid anyone to deny
  586. you these rights or to ask you to surrender the rights. These restrictions
  587. translate to certain responsibilities for you if you distribute copies of the
  588. software, or if you modify it.
  589. For example, if you distribute copies of such a program, whether gratis or for a
  590. fee, you must give the recipients all the rights that you have. You must make
  591. sure that they, too, receive or can get the source code. And you must show them
  592. these terms so they know their rights.
  593. We protect your rights with two steps: (1) copyright the software, and (2) offer
  594. you this license which gives you legal permission to copy, distribute and/or
  595. modify the software.
  596. Also, for each author's protection and ours, we want to make certain that
  597. everyone understands that there is no warranty for this free software. If the
  598. software is modified by someone else and passed on, we want its recipients to
  599. know that what they have is not the original, so that any problems introduced by
  600. others will not reflect on the original authors' reputations.
  601. Finally, any free program is threatened constantly by software patents. We wish
  602. to avoid the danger that redistributors of a free program will individually
  603. obtain patent licenses, in effect making the program proprietary. To prevent
  604. this, we have made it clear that any patent must be licensed for everyone's free
  605. use or not licensed at all.
  606. The precise terms and conditions for copying, distribution and modification follow.
  607. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  608. 0. This License applies to any program or other work which contains a notice
  609. placed by the copyright holder saying it may be distributed under the terms of
  610. this General Public License. The "Program", below, refers to any such program or
  611. work, and a "work based on the Program" means either the Program or any
  612. derivative work under copyright law: that is to say, a work containing the
  613. Program or a portion of it, either verbatim or with modifications and/or
  614. translated into another language. (Hereinafter, translation is included without
  615. limitation in the term "modification".) Each licensee is addressed as "you".
  616. Activities other than copying, distribution and modification are not covered by
  617. this License; they are outside its scope. The act of running the Program is not
  618. restricted, and the output from the Program is covered only if its contents
  619. constitute a work based on the Program (independent of having been made by
  620. running the Program). Whether that is true depends on what the Program does.
  621. 1. You may copy and distribute verbatim copies of the Program's source code as
  622. you receive it, in any medium, provided that you conspicuously and appropriately
  623. publish on each copy an appropriate copyright notice and disclaimer of warranty;
  624. keep intact all the notices that refer to this License and to the absence of any
  625. warranty; and give any other recipients of the Program a copy of this License
  626. along with the Program.
  627. You may charge a fee for the physical act of transferring a copy, and you may at
  628. your option offer warranty protection in exchange for a fee.
  629. 2. You may modify your copy or copies of the Program or any portion of it, thus
  630. forming a work based on the Program, and copy and distribute such modifications
  631. or work under the terms of Section 1 above, provided that you also meet all of
  632. these conditions:
  633. a) You must cause the modified files to carry prominent notices stating that
  634. you changed the files and the date of any change.
  635. b) You must cause any work that you distribute or publish, that in whole or
  636. in part contains or is derived from the Program or any part thereof, to be
  637. licensed as a whole at no charge to all third parties under the terms of this
  638. License.
  639. c) If the modified program normally reads commands interactively when run,
  640. you must cause it, when started running for such interactive use in the most
  641. ordinary way, to print or display an announcement including an appropriate
  642. copyright notice and a notice that there is no warranty (or else, saying that
  643. you provide a warranty) and that users may redistribute the program under these
  644. conditions, and telling the user how to view a copy of this License. (Exception:
  645. if the Program itself is interactive but does not normally print such an
  646. announcement, your work based on the Program is not required to print an
  647. announcement.)
  648. These requirements apply to the modified work as a whole. If identifiable
  649. sections of that work are not derived from the Program, and can be reasonably
  650. considered independent and separate works in themselves, then this License, and
  651. its terms, do not apply to those sections when you distribute them as separate
  652. works. But when you distribute the same sections as part of a whole which is a
  653. work based on the Program, the distribution of the whole must be on the terms of
  654. this License, whose permissions for other licensees extend to the entire whole,
  655. and thus to each and every part regardless of who wrote it.
  656. Thus, it is not the intent of this section to claim rights or contest your
  657. rights to work written entirely by you; rather, the intent is to exercise the
  658. right to control the distribution of derivative or collective works based on the
  659. Program.
  660. In addition, mere aggregation of another work not based on the Program with the
  661. Program (or with a work based on the Program) on a volume of a storage or
  662. distribution medium does not bring the other work under the scope of this License.
  663. 3. You may copy and distribute the Program (or a work based on it, under Section
  664. 2) in object code or executable form under the terms of Sections 1 and 2 above
  665. provided that you also do one of the following:
  666. a) Accompany it with the complete corresponding machine-readable source
  667. code, which must be distributed under the terms of Sections 1 and 2 above on a
  668. medium customarily used for software interchange; or,
  669. b) Accompany it with a written offer, valid for at least three years, to
  670. give any third party, for a charge no more than your cost of physically
  671. performing source distribution, a complete machine-readable copy of the
  672. corresponding source code, to be distributed under the terms of Sections 1 and 2
  673. above on a medium customarily used for software interchange; or,
  674. c) Accompany it with the information you received as to the offer to
  675. distribute corresponding source code. (This alternative is allowed only for
  676. noncommercial distribution and only if you received the program in object code
  677. or executable form with such an offer, in accord with Subsection b above.)
  678. The source code for a work means the preferred form of the work for making
  679. modifications to it. For an executable work, complete source code means all the
  680. source code for all modules it contains, plus any associated interface
  681. definition files, plus the scripts used to control compilation and installation
  682. of the executable. However, as a special exception, the source code distributed
  683. need not include anything that is normally distributed (in either source or
  684. binary form) with the major components (compiler, kernel, and so on) of the
  685. operating system on which the executable runs, unless that component itself
  686. accompanies the executable.
  687. If distribution of executable or object code is made by offering access to copy
  688. from a designated place, then offering equivalent access to copy the source code
  689. from the same place counts as distribution of the source code, even though third
  690. parties are not compelled to copy the source along with the object code.
  691. 4. You may not copy, modify, sublicense, or distribute the Program except as
  692. expressly provided under this License. Any attempt otherwise to copy, modify,
  693. sublicense or distribute the Program is void, and will automatically terminate
  694. your rights under this License. However, parties who have received copies, or
  695. rights, from you under this License will not have their licenses terminated so
  696. long as such parties remain in full compliance.
  697. 5. You are not required to accept this License, since you have not signed it.
  698. However, nothing else grants you permission to modify or distribute the Program
  699. or its derivative works. These actions are prohibited by law if you do not
  700. accept this License. Therefore, by modifying or distributing the Program (or any
  701. work based on the Program), you indicate your acceptance of this License to do
  702. so, and all its terms and conditions for copying, distributing or modifying the
  703. Program or works based on it.
  704. 6. Each time you redistribute the Program (or any work based on the Program),
  705. the recipient automatically receives a license from the original licensor to
  706. copy, distribute or modify the Program subject to these terms and conditions.
  707. You may not impose any further restrictions on the recipients' exercise of the
  708. rights granted herein. You are not responsible for enforcing compliance by third
  709. parties to this License.
  710. 7. If, as a consequence of a court judgment or allegation of patent infringement
  711. or for any other reason (not limited to patent issues), conditions are imposed
  712. on you (whether by court order, agreement or otherwise) that contradict the
  713. conditions of this License, they do not excuse you from the conditions of this
  714. License. If you cannot distribute so as to satisfy simultaneously your
  715. obligations under this License and any other pertinent obligations, then as a
  716. consequence you may not distribute the Program at all. For example, if a patent
  717. license would not permit royalty-free redistribution of the Program by all those
  718. who receive copies directly or indirectly through you, then the only way you
  719. could satisfy both it and this License would be to refrain entirely from
  720. distribution of the Program.
  721. If any portion of this section is held invalid or unenforceable under any
  722. particular circumstance, the balance of the section is intended to apply and the
  723. section as a whole is intended to apply in other circumstances.
  724. It is not the purpose of this section to induce you to infringe any patents or
  725. other property right claims or to contest validity of any such claims; this
  726. section has the sole purpose of protecting the integrity of the free software
  727. distribution system, which is implemented by public license practices. Many
  728. people have made generous contributions to the wide range of software
  729. distributed through that system in reliance on consistent application of that
  730. system; it is up to the author/donor to decide if he or she is willing to
  731. distribute software through any other system and a licensee cannot impose that
  732. choice.
  733. This section is intended to make thoroughly clear what is believed to be a
  734. consequence of the rest of this License.
  735. 8. If the distribution and/or use of the Program is restricted in certain
  736. countries either by patents or by copyrighted interfaces, the original copyright
  737. holder who places the Program under this License may add an explicit
  738. geographical distribution limitation excluding those countries, so that
  739. distribution is permitted only in or among countries not thus excluded. In such
  740. case, this License incorporates the limitation as if written in the body of this
  741. License.
  742. 9. The Free Software Foundation may publish revised and/or new versions of the
  743. General Public License from time to time. Such new versions will be similar in
  744. spirit to the present version, but may differ in detail to address new problems
  745. or concerns.
  746. Each version is given a distinguishing version number. If the Program specifies
  747. a version number of this License which applies to it and "any later version",
  748. you have the option of following the terms and conditions either of that version
  749. or of any later version published by the Free Software Foundation. If the
  750. Program does not specify a version number of this License, you may choose any
  751. version ever published by the Free Software Foundation.
  752. 10. If you wish to incorporate parts of the Program into other free programs
  753. whose distribution conditions are different, write to the author to ask for
  754. permission. For software which is copyrighted by the Free Software Foundation,
  755. write to the Free Software Foundation; we sometimes make exceptions for this.
  756. Our decision will be guided by the two goals of preserving the free status of
  757. all derivatives of our free software and of promoting the sharing and reuse of
  758. software generally.
  759. NO WARRANTY
  760. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
  761. PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED
  762. IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS
  763. IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  764. NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  765. PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  766. PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  767. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  768. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
  769. ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
  770. PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
  771. SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY
  772. TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  773. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
  774. THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
  775. PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  776. END OF TERMS AND CONDITIONS
  777. How to Apply These Terms to Your New Programs
  778. If you develop a new program, and you want it to be of the greatest possible use
  779. to the public, the best way to achieve this is to make it free software which
  780. everyone can redistribute and change under these terms.
  781. To do so, attach the following notices to the program. It is safest to attach
  782. them to the start of each source file to most effectively convey the exclusion
  783. of warranty; and each file should have at least the "copyright" line and a
  784. pointer to where the full notice is found.
  785. one line to give the program's name and an idea of what it does.
  786. Copyright (C) yyyy name of author
  787. This program is free software; you can redistribute it and/or
  788. modify it under the terms of the GNU General Public License
  789. as published by the Free Software Foundation; either version 2
  790. of the License, or (at your option) any later version.
  791. This program is distributed in the hope that it will be useful,
  792. but WITHOUT ANY WARRANTY; without even the implied warranty of
  793. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  794. GNU General Public License for more details.
  795. You should have received a copy of the GNU General Public License
  796. along with this program; if not, write to the Free Software
  797. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  798. Also add information on how to contact you by electronic and paper mail.
  799. If the program is interactive, make it output a short notice like this when it
  800. starts in an interactive mode:
  801. Gnomovision version 69, Copyright (C) year name of author
  802. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  803. type `show w'. This is free software, and you are welcome
  804. to redistribute it under certain conditions; type `show c'
  805. for details.
  806. The hypothetical commands `show w' and `show c' should show the appropriate
  807. parts of the General Public License. Of course, the commands you use may be
  808. called something other than `show w' and `show c'; they could even be
  809. mouse-clicks or menu items--whatever suits your program.
  810. You should also get your employer (if you work as a programmer) or your school,
  811. if any, to sign a "copyright disclaimer" for the program, if necessary. Here is
  812. a sample; alter the names:
  813. Yoyodyne, Inc., hereby disclaims all copyright
  814. interest in the program `Gnomovision'
  815. (which makes passes at compilers) written
  816. by James Hacker.
  817. signature of Ty Coon, 1 April 1989
  818. Ty Coon, President of Vice
  819. This General Public License does not permit incorporating your program into
  820. proprietary programs. If your program is a subroutine library, you may consider
  821. it more useful to permit linking proprietary applications with the library. If
  822. this is what you want to do, use the GNU Lesser General Public License instead
  823. of this License.
  824. Additional Documentation License(s)
  825. innochecksum.c is documented in the MySQL Reference
  826. Manual at http://dev.mysql.com/doc/refman/5.1/en/innochecksum.html
  827. The Reference Manual is not licensed under the GPL; rather, it
  828. is offered under normal copyright, but with permission to
  829. copy/redistribute electronically.
  830. ***************************************************************************
  831. %%The following software may be included in this product:
  832. lib_sql.cc
  833. Use of any of this software is governed by the terms of the license below:
  834. /*
  835. * Copyright (c) 2000
  836. * SWsoft company
  837. *
  838. * This material is provided "as is", with absolutely no warranty expressed
  839. * or implied. Any use is at your own risk.
  840. *
  841. * Permission to use or copy this software for any purpose is hereby granted
  842. * without fee, provided the above notices are retained on all copies.
  843. * Permission to modify the code and to distribute modified code is granted,
  844. * provided the above notices are retained, and a notice that the code was
  845. * modified is included with the above copyright notice.
  846. *
  847. This code was modified by the MySQL team
  848. */
  849. ***************************************************************************
  850. %%The following software may be included in this product:
  851. libevent
  852. Use of any of this software is governed by the terms of the license below:
  853. /*
  854. * Copyright (c) 2000-2004 Niels Provos
  855. * All rights reserved.
  856. *
  857. * Redistribution and use in source and binary forms, with or without
  858. * modification, are permitted provided that the following conditions
  859. * are met:
  860. * 1. Redistributions of source code must retain the above copyright
  861. * notice, this list of conditions and the following disclaimer.
  862. * 2. Redistributions in binary form must reproduce the above copyright
  863. * notice, this list of conditions and the following disclaimer in the
  864. * documentation and/or other materials provided with the distribution.
  865. * 3. The name of the author may not be used to endorse or promote products
  866. * derived from this software without specific prior written permission.
  867. *
  868. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  869. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  870. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  871. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  872. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  873. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  874. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  875. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  876. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  877. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  878. */
  879. Additional License(s)
  880. http://creativecommons.org/licenses/publicdomain
  881. ***************************************************************************
  882. %%The following software may be included in this product:
  883. Async DNS Library
  884. Use of any of this software is governed by the terms of the license below:
  885. /* Async DNS Library
  886. * Adam Langley
  887. * http://www.imperialviolet.org/eventdns.html
  888. * Public Domain code
  889. *
  890. * This software is Public Domain. To view a copy of the public domain dedication,
  891. * visit http://creativecommons.org/licenses/publicdomain/ or send a letter to
  892. * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
  893. *
  894. * I ask and expect, but do not require, that all derivative works contain an
  895. * attribution similar to:
  896. * Parts developed by Adam Langley
  897. *
  898. * You may wish to replace the word "Parts" with something else depending on
  899. * the amount of original code.
  900. *
  901. * (Derivative works does not include programs which link against, run or include
  902. * the source verbatim in their source distributions)
  903. *
  904. * Version: 0.1b
  905. */
  906. ***************************************************************************
  907. %%The following software may be included in this product:
  908. log.c
  909. Use of any of this software is governed by the terms of the license below:
  910. /* $OpenBSD: err.c,v 1.2 2002/06/25 15:50:15 mickey Exp $ */
  911. /*
  912. * log.c
  913. *
  914. * Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
  915. *
  916. * Copyright (c) 2005 Nick Mathewson
  917. *
  918. * Copyright (c) 2000 Dug Song
  919. *
  920. * Copyright (c) 1993
  921. * The Regents of the University of California. All rights
  922. reserved.
  923. *
  924. * Redistribution and use in source and binary forms, with or without
  925. * modification, are permitted provided that the following conditions
  926. * are met:
  927. * 1. Redistributions of source code must retain the above copyright
  928. * notice, this list of conditions and the following disclaimer.
  929. * 2. Redistributions in binary form must reproduce the above copyright
  930. * notice, this list of conditions and the following disclaimer in the
  931. * documentation and/or other materials provided with the distribution.
  932. * 3. Neither the name of the University nor the names of its contributors
  933. * may be used to endorse or promote products derived from this software
  934. * without specific prior written permission.
  935. *
  936. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  937. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  938. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  939. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  940. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  941. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  942. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  943. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  944. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  945. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  946. * SUCH DAMAGE.
  947. */
  948. ***************************************************************************
  949. %%The following software may be included in this product:
  950. min_heap.h
  951. Use of any of this software is governed by the terms of the license below:
  952. /*
  953. * Copyright (c) 2006 Maxim Yegorushkin
  954. * All rights reserved.
  955. *
  956. * Redistribution and use in source and binary forms, with or without
  957. * modification, are permitted provided that the following conditions
  958. * are met:
  959. * 1. Redistributions of source code must retain the above copyright
  960. * notice, this list of conditions and the following disclaimer.
  961. * 2. Redistributions in binary form must reproduce the above copyright
  962. * notice, this list of conditions and the following disclaimer in the
  963. * documentation and/or other materials provided with the distribution.
  964. * 3. The name of the author may not be used to endorse or promote products
  965. * derived from this software without specific prior written permission.
  966. *
  967. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  968. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  969. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  970. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  971. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  972. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  973. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  974. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  975. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  976. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  977. */
  978. ***************************************************************************
  979. %%The following software may be included in this product:
  980. win32.c
  981. Use of any of this software is governed by the terms of the license below:
  982. /*
  983. * Copyright 2000-2002 Niels Provos
  984. * Copyright 2003 Michael A. Davis
  985. * All rights reserved.
  986. *
  987. * Redistribution and use in source and binary forms, with or without
  988. * modification, are permitted provided that the following conditions
  989. * are met:
  990. * 1. Redistributions of source code must retain the above copyright
  991. * notice, this list of conditions and the following disclaimer.
  992. * 2. Redistributions in binary form must reproduce the above copyright
  993. * notice, this list of conditions and the following disclaimer in the
  994. * documentation and/or other materials provided with the distribution.
  995. * 3. The name of the author may not be used to endorse or promote products
  996. * derived from this software without specific prior written permission.
  997. *
  998. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  999. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1000. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1001. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1002. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1003. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1004. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1005. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1006. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1007. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1008. */
  1009. ***************************************************************************
  1010. %%The following software may be included in this product:
  1011. regex++
  1012. Use of any of this software is governed by the terms of the license below:
  1013. Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
  1014. This software is not subject to any license of the American Telephone
  1015. and Telegraph Company or of the Regents of the University of California.
  1016. Permission is granted to anyone to use this software for any purpose on
  1017. any computer system, and to alter it and redistribute it, subject
  1018. to the following restrictions:
  1019. 1. The author is not responsible for the consequences of use of this
  1020. software, no matter how awful, even if they arise from flaws in it.
  1021. 2. The origin of this software must not be misrepresented, either by
  1022. explicit claim or by omission. Since few users ever read sources,
  1023. credits must appear in the documentation.
  1024. 3. Altered versions must be plainly marked as such, and must not be
  1025. misrepresented as being the original software. Since few users
  1026. ever read sources, credits must appear in the documentation.
  1027. 4. This notice may not be removed or altered.
  1028. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1029. /*-
  1030. * Copyright (c) 1994
  1031. * The Regents of the University of California. All rights reserved.
  1032. *
  1033. * Redistribution and use in source and binary forms, with or without
  1034. * modification, are permitted provided that the following conditions
  1035. * are met:
  1036. * 1. Redistributions of source code must retain the above copyright
  1037. * notice, this list of conditions and the following disclaimer.
  1038. * 2. Redistributions in binary form must reproduce the above copyright
  1039. * notice, this list of conditions and the following disclaimer in the
  1040. * documentation and/or other materials provided with the distribution.
  1041. * 3. All advertising materials mentioning features or use of this software
  1042. * must display the following acknowledgement:
  1043. * This product includes software developed by the University of
  1044. * California, Berkeley and its contributors.
  1045. * 4. Neither the name of the University nor the names of its contributors
  1046. * may be used to endorse or promote products derived from this software
  1047. * without specific prior written permission.
  1048. *
  1049. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1050. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1051. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1052. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1053. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1054. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1055. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1056. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1057. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1058. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1059. * SUCH DAMAGE.
  1060. *
  1061. * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94
  1062. */
  1063. ***************************************************************************
  1064. %%The following software may be included in this product:
  1065. Richard A. O'Keefe strings package
  1066. Use of any of this software is governed by the terms of the license below:
  1067. These files are in the public domain. This includes getopt.c, which
  1068. is the work of Henry Spencer, University of Toronto Zoology, who says of
  1069. it "None of this software is derived from Bell software. I had no access
  1070. to the source for Bell's versions at the time I wrote it. This software
  1071. is hereby explicitly placed in the public domain. It may be used for
  1072. any purpose on any machine by anyone." I would greatly prefer it if *my*
  1073. material received no military use.
  1074. ***************************************************************************
  1075. %%The following software may be included in this product:
  1076. t_ctype.h
  1077. Use of any of this software is governed by the terms of the license below:
  1078. http://bioinfo.mbb.yale.edu/genome/yeast/cluster/database/mysql/include/t_ctype.h
  1079. /*
  1080. Copyright (C) 1998, 1999 by Pruet Boonma, all rights reserved.
  1081. Copyright (C) 1998 by Theppitak Karoonboonyanan, all rights reserved.
  1082. Permission to use, copy, modify, distribute and sell this software
  1083. and its documentation for any purpose is hereby granted without fee,
  1084. provided that the above copyright notice appear in all copies.
  1085. Smaphan Raruenrom and Pruet Boonma makes no representations about
  1086. the suitability of this software for any purpose. It is provided
  1087. "as is" without express or implied warranty.
  1088. */
  1089. ***************************************************************************
  1090. %%The following software may be included in this product:
  1091. SHA-1 in C
  1092. Use of any of this software is governed by the terms of the license below:
  1093. SHA-1 in C
  1094. By Steve Reid
  1095. 100% Public Domain
  1096. Additional License(s)
  1097. 100% Public Domain
  1098. ***************************************************************************
  1099. %%The following software may be included in this product:
  1100. TCMalloc (part of google-perftools)
  1101. Use of any of this software is governed by the terms of the license below:
  1102. # Copyright (c) 1998-2006, Google Inc.
  1103. # All rights reserved.
  1104. #
  1105. # Redistribution and use in source and binary forms, with or without
  1106. # modification, are permitted provided that the following conditions are
  1107. # met:
  1108. #
  1109. # * Redistributions of source code must retain the above copyright
  1110. # notice, this list of conditions and the following disclaimer.
  1111. # * Redistributions in binary form must reproduce the above
  1112. # copyright notice, this list of conditions and the following disclaimer
  1113. # in the documentation and/or other materials provided with the
  1114. # distribution.
  1115. # * Neither the name of Google Inc. nor the names of its
  1116. # contributors may be used to endorse or promote products derived from
  1117. # this software without specific prior written permission.
  1118. #
  1119. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1120. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1121. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1122. # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1123. # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1124. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1125. # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1126. # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1127. # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1128. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1129. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1130. Additional License(s)
  1131. *** File src/tests/ptmalloc/thread-m.h contains this GPLv2 (or later)
  1132. text:
  1133. /* Basic platform-independent macro definitions for mutexes and
  1134. thread-specific data.
  1135. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
  1136. This file is part of the GNU C Library.
  1137. Contributed by Wolfram Gloger , 1996.
  1138. The GNU C Library is free software; you can redistribute it and/or
  1139. modify it under the terms of the GNU Library General Public License as
  1140. published by the Free Software Foundation; either version 2 of the
  1141. License, or (at your option) any later version.
  1142. The GNU C Library is distributed in the hope that it will be useful,
  1143. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1144. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1145. Library General Public License for more details.
  1146. You should have received a copy of the GNU Library General Public
  1147. License along with the GNU C Library; see the file COPYING.LIB. If not,
  1148. write to the Free Software Foundation, Inc., 59 Temple Place - Suite
  1149. 330, Boston, MA 02111-1307, USA. */
  1150. *** File src/tests/ptmalloc/malloc-machine.h contains this BSD like text:
  1151. /* Basic platform-independent macro definitions for mutexes,
  1152. thread-specific data and parameters for malloc.
  1153. Posix threads (pthreads) version.
  1154. Copyright (C) 2004 Wolfram Gloger .
  1155. Permission to use, copy, modify, distribute, and sell this software
  1156. and its documentation for any purpose is hereby granted without fee,
  1157. provided that (i) the above copyright notices and this permission
  1158. notice appear in all copies of the software and related documentation,
  1159. and (ii) the name of Wolfram Gloger may not be used in any advertising
  1160. or publicity relating to the software.
  1161. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  1162. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  1163. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1164. IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL,
  1165. INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY
  1166. DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  1167. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY
  1168. OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  1169. PERFORMANCE OF THIS SOFTWARE.
  1170. */
  1171. ***************************************************************************
  1172. %%The following software may be included in this product:
  1173. The tz database
  1174. Use of any of this software is governed by the terms of the license below:
  1175. Sources for Time Zone and Daylight Saving Time Data
  1176. @(#)tz-link.htm 7.54
  1177. Please send corrections to this web page to the time zone mailing list.
  1178. The tz database
  1179. The public-domain time zone database contains code and data that represent the
  1180. history of local time for many representative locations around the globe. It is
  1181. updated periodically to reflect changes made by political bodies to time zone
  1182. boundaries, UTC offsets, and daylight-saving rules. This database (often called
  1183. tz or zoneinfo) is used by several implementations, including the GNU C Library
  1184. used in GNU/Linux, FreeBSD, NetBSD, OpenBSD, Cygwin, DJGPP, HP-UX, IRIX, Mac OS
  1185. X, OpenVMS, Solaris, Tru64, and UnixWare.
  1186. Each location in the database represents a national region where all clocks
  1187. keeping local time have agreed since 1970. Locations are identified by continent
  1188. or ocean and then by the name of the location, which is typically the largest
  1189. city within the region. For example, America/New_York represents most of the US
  1190. eastern time zone; America/Phoenix represents most of Arizona, which uses
  1191. mountain time without daylight saving time (DST); America/Detroit represents
  1192. most of Michigan, which uses eastern time but with different DST rules in 1975;
  1193. and other entries represent smaller regions like Starke County, Indiana, which
  1194. switched from central to eastern time in 1991 and switched back in 2006. To use
  1195. the database on an extended POSIX implementation set the TZ environment variable
  1196. to the location's full name, e.g., TZ="America/New_York".
  1197. In the tz database's FTP distribution the code is in the file tzcodeC.tar.gz,
  1198. where C is the code's version; similarly, the data are in tzdataD.tar.gz, where
  1199. D is the data's version. The following shell commands download these files to a
  1200. GNU/Linux or similar host; see the downloaded README file for what to do next.
  1201. wget 'ftp://elsie.nci.nih.gov/pub/tz*.tar.gz'
  1202. gzip -dc tzcode*.tar.gz | tar -xf -
  1203. gzip -dc tzdata*.tar.gz | tar -xf -
  1204. The code lets you compile the tz source files into machine-readable binary
  1205. files, one for each location. It also lets you read a tz binary file and
  1206. interpret time stamps for that location.
  1207. The data are by no means authoritative. If you find errors, please send changes
  1208. to the time zone mailing list. You can also subscribe to the mailing list,
  1209. retrieve the archive of old messages (in gzip compressed format), or retrieve
  1210. archived older versions of code and data; there is also a smaller HTTP mirror.
  1211. ***************************************************************************
  1212. %%The following software may be included in this product:
  1213. UnicodeData.txt
  1214. Use of any of this software is governed by the terms of the license below:
  1215. Unicode Terms of Use
  1216. For the general privacy policy governing access to this site, see the
  1217. Unicode Privacy Policy. For trademark usage, see the Unicode
  1218. Consortium (R) Trademarks and Logo Policy.
  1219. Notice to End User: Terms of Use
  1220. Carefully read the following legal agreement ("Agreement"). Use or
  1221. copying of the software and/or codes provided with this agreement (The
  1222. "Software") constitutes your acceptance of these terms
  1223. 1. Unicode Copyright.
  1224. 1. Copyright (c) 1991-2008 Unicode, Inc. All rights reserved.
  1225. 2. Certain documents and files on this website contain a
  1226. legend indicating that "Modification is permitted." Any person
  1227. is hereby authorized, without fee, to modify such documents
  1228. and files to create derivative works conforming to the
  1229. Unicode (R) Standard, subject to Terms and Conditions herein.
  1230. 3. Any person is hereby authorized, without fee, to view, use,
  1231. reproduce, and distribute all documents and files solely for
  1232. informational purposes in the creation of products supporting
  1233. the Unicode Standard, subject to the Terms and Conditions
  1234. herein.
  1235. 4. Further specifications of rights and restrictions
  1236. pertaining to the use of the particular set of data files
  1237. known as the "Unicode Character Database" can be found in
  1238. Exhibit 1.
  1239. 5. Each version of the Unicode Standard has further
  1240. specifications of rights and restrictions of use. For the book
  1241. editions, these are found on the back of the title page. For
  1242. the online edition, certain files (such as the PDF files for
  1243. book chapters and code charts) carry specific restrictions.
  1244. All other files are covered under these general Terms of Use.
  1245. To request a permission to reproduce any part of the Unicode
  1246. Standard, please contact the Unicode Consortium.
  1247. 6. No license is granted to "mirror" the Unicode website where
  1248. a fee is charged for access to the "mirror" site.
  1249. 7. Modification is not permitted with respect to this
  1250. document. All copies of this document must be verbatim.
  1251. 2. Restricted Rights Legend. Any technical data or software which is
  1252. licensed to the United States of America, its agencies and/or
  1253. instrumentalities under this Agreement is commercial technical data
  1254. or commercial computer software developed exclusively at private
  1255. expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995),
  1256. as applicable. For technical data, use, duplication, or disclosure
  1257. by the Government is subject to restrictions as set forth in DFARS
  1258. 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and
  1259. this Agreement. For Software, in accordance with FAR 12-212 or DFARS
  1260. 227-7202, as applicable, use, duplication or disclosure by the
  1261. Government is subject to the restrictions set forth in this
  1262. Agreement.
  1263. 3. Warranties and Disclaimers.
  1264. 1. This publication and/or website may include technical or
  1265. typographical errors or other inaccuracies . Changes are
  1266. periodically added to the information herein; these changes
  1267. will be incorporated in new editions of the publication and/or
  1268. website. Unicode may make improvements and/or changes in the
  1269. product(s) and/or program(s) described in this publication
  1270. and/or website at any time.
  1271. 2. If this file has been purchased on magnetic or optical
  1272. media from Unicode, Inc. the sole and exclusive remedy for any
  1273. claim will be exchange of the defective media within ninety
  1274. (90) days of original purchase.
  1275. 3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR
  1276. SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
  1277. EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT
  1278. LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  1279. PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS
  1280. LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN
  1281. THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE
  1282. REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE
  1283. WEBSITE.
  1284. 4. Waiver of Damages. In no event shall Unicode or its licensors be
  1285. liable for any special, incidental, indirect or consequential
  1286. damages of any kind, or any damages whatsoever, whether or not
  1287. Unicode was advised of the possibility of the damage, including,
  1288. without limitation, those resulting from the following: loss of use,
  1289. data or profits, in connection with the use, modification or
  1290. distribution of this information or its derivatives.
  1291. 5. Trademarks.
  1292. 1. Unicode and the Unicode logo are registered trademarks of
  1293. Unicode, Inc.
  1294. 2. This site contains product names and corporate names of
  1295. other companies. All product names and company names and logos
  1296. mentioned herein are the trademarks or registered trademarks
  1297. of their respective owners. Other products and corporate names
  1298. mentioned herein which are trademarks of a third party are
  1299. used only for explanation and for the owners' benefit and with
  1300. no intent to infringe.
  1301. 3. Use of third party products or information referred to
  1302. herein is at the user's risk.
  1303. 6. Miscellaneous.
  1304. 1. Jurisdiction and Venue. This server is operated from a
  1305. location in the State of California, United States of America.
  1306. Unicode makes no representation that the materials are
  1307. appropriate for use in other locations. If you access this
  1308. server from other locations, you are responsible for
  1309. compliance with local laws. This Agreement, all use of this
  1310. site and any claims and damages resulting from use of this
  1311. site are governed solely by the laws of the State of
  1312. California without regard to any principles which would apply
  1313. the laws of a different jurisdiction. The user agrees that any
  1314. disputes regarding this site shall be resolved solely in the
  1315. courts located in Santa Clara County, California. The user
  1316. agrees said courts have personal jurisdiction and agree to
  1317. waive any right to transfer the dispute to any other forum.
  1318. 2. Modification by Unicode Unicode shall have the right to
  1319. modify this Agreement at any time by posting it to this site.
  1320. The user may not assign any part of this Agreement without
  1321. Unicode's prior written consent.
  1322. 3. Taxes. The user agrees to pay any taxes arising from access
  1323. to this website or use of the information herein, except for
  1324. those based on Unicode's net income.
  1325. 4. Severability. If any provision of this Agreement is
  1326. declared invalid or unenforceable, the remaining provisions of
  1327. this Agreement shall remain in effect.
  1328. 5. Entire Agreement. This Agreement constitutes the entire
  1329. agreement between the parties.
  1330. EXHIBIT 1
  1331. UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
  1332. Unicode Data Files include all data files under the directories
  1333. http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
  1334. http://www.unicode.org/cldr/data/ . Unicode Software includes any source code
  1335. published in the Unicode Standard or under the directories
  1336. http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
  1337. http://www.unicode.org/cldr/data/.
  1338. NOTICE TO USER: Carefully read the following legal agreement. BY
  1339. DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
  1340. ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
  1341. AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU
  1342. DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES
  1343. OR SOFTWARE.
  1344. COPYRIGHT AND PERMISSION NOTICE
  1345. Copyright (c) 1991-2008 Unicode, Inc. All rights reserved. Distributed under
  1346. the Terms of Use in http://www.unicode.org/copyright.html.
  1347. Permission is hereby granted, free of charge, to any person obtaining a copy
  1348. of the Unicode data files and any associated documentation (the "Data Files") or
  1349. Unicode software and any associated documentation (the "Software") to deal in
  1350. the Data Files or Software without restriction, including without limitation the
  1351. rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
  1352. the Data Files or Software, and to permit persons to whom the Data Files or
  1353. Software are furnished to do so, provided that (a) the above copyright notice(s)
  1354. and this permission notice appear with all copies of the Data Files or Software,
  1355. (b) both the above copyright notice(s) and this permission notice appear in
  1356. associated documentation, and (c) there is clear notice in each modified Data
  1357. File or in the Software as well as in the documentation associated with the Data
  1358. File(s) or Software that the data or software has been modified.
  1359. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  1360. KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1361. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
  1362. PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  1363. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  1364. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  1365. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  1366. OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  1367. Except as contained in this notice, the name of a copyright holder shall not
  1368. be used in advertising or otherwise to promote the sale, use or other dealings
  1369. in these Data Files or Software without prior written authorization of the
  1370. copyright holder.
  1371. Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
  1372. registered in some jurisdictions. All other trademarks and registered trademarks
  1373. mentioned herein are the property of their respective owners.
  1374. ***************************************************************************
  1375. %%The following software may be included in this product:
  1376. zlib
  1377. Use of any of this software is governed by the terms of the license below:
  1378. /* zlib.h -- interface of the 'zlib' general purpose compression library
  1379. version 1.2.3, July 18th, 2005
  1380. Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
  1381. This software is provided 'as-is', without any express or implied
  1382. warranty. In no event will the authors be held liable for any damages
  1383. arising from the use of this software.
  1384. Permission is granted to anyone to use this software for any purpose,
  1385. including commercial applications, and to alter it and redistribute it
  1386. freely, subject to the following restrictions:
  1387. 1. The origin of this software must not be misrepresented; you must not
  1388. claim that you wrote the original software. If you use this software
  1389. in a product, an acknowledgment in the product documentation would be
  1390. appreciated but is not required.
  1391. 2. Altered source versions must be plainly marked as such, and must not be
  1392. misrepresented as being the original software.
  1393. 3. This notice may not be removed or altered from any source distribution.
  1394. Jean-loup Gailly jloup@gzip.org
  1395. Mark Adler madler@alumni.caltech.edu
  1396. */
  1397. ***************************************************************************
  1398. %%The following software may be included in this product:
  1399. dtoa.c
  1400. Use of any of this software is governed by the terms of the license below:
  1401. /****************************************************************
  1402. This file incorporates work covered by the following copyright and
  1403. permission notice:
  1404. The author of this software is David M. Gay.
  1405. Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
  1406. Permission to use, copy, modify, and distribute this software for any
  1407. purpose without fee is hereby granted, provided that this entire
  1408. notice is included in all copies of any software which is or includes a copy
  1409. or modification of this software and in all copies of the supporting
  1410. documentation for such software.
  1411. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  1412. WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
  1413. REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  1414. OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  1415. ***************************************************************/
  1416. ***************************************************************************
  1417. %%The following software may be included in this product:
  1418. getarg.{c,h}
  1419. Use of any of this software is governed by the terms of the license below:
  1420. /* Copyright (C) 2003 MySQL AB
  1421. This program is free software; you can redistribute it and/or modify
  1422. it under the terms of the GNU General Public License as published by
  1423. the Free Software Foundation; version 2 of the License.
  1424. This program is distributed in the hope that it will be useful,
  1425. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1426. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1427. GNU General Public License for more details.
  1428. You should have received a copy of the GNU General Public License
  1429. along with this program; if not, write to the Free Software
  1430. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
  1431. /*
  1432. * Copyright (c) 1997, 1999 Kungliga Tekniska H366gskolan
  1433. * (Royal Institute of Technology, Stockholm, Sweden).
  1434. * All rights reserved.
  1435. *
  1436. * Redistribution and use in source and binary forms, with or without
  1437. * modification, are permitted provided that the following conditions
  1438. * are met:
  1439. *
  1440. * 1. Redistributions of source code must retain the above copyright
  1441. * notice, this list of conditions and the following disclaimer.
  1442. *
  1443. * 2. Redistributions in binary form must reproduce the above copyright
  1444. * notice, this list of conditions and the following disclaimer in the
  1445. * documentation and/or other materials provided with the distribution.
  1446. *
  1447. * 3. Neither the name of the Institute nor the names of its contributors
  1448. * may be used to endorse or promote products derived from this software
  1449. * without specific prior written permission.
  1450. *
  1451. * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
  1452. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1453. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1454. * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
  1455. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1456. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1457. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1458. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1459. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1460. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1461. * SUCH DAMAGE.
  1462. */
  1463. ***************************************************************************
  1464. %%The following software may be included in this product:
  1465. MD5 message-digest algorithm (md5_hash.cpp)
  1466. Use of any of this software is governed by the terms of the license below:
  1467. /*
  1468. * This code implements the MD5 message-digest algorithm.
  1469. * The algorithm is due to Ron Rivest. This code was
  1470. * written by Colin Plumb in 1993, no copyright is claimed.
  1471. * This code is in the public domain; do with it what you wish.
  1472. *
  1473. * Equivalent code is available from RSA Data Security, Inc.
  1474. * This code has been tested against that, and is equivalent,
  1475. * except that you don't need to include two pages of legalese
  1476. * with every copy.
  1477. *
  1478. * The code has been modified by Mikael Ronstroem to handle
  1479. * calculating a hash value of a key that is always a multiple
  1480. * of 4 bytes long. Word 0 of the calculated 4-word hash value
  1481. * is returned as the hash value.
  1482. */
  1483. ***************************************************************************
  1484. %%The following software may be included in this product:
  1485. nt_servc.{cc,h}
  1486. Use of any of this software is governed by the terms of the license below:
  1487. /**
  1488. @file
  1489. @brief
  1490. Windows NT Service class library.
  1491. Copyright Abandoned 1998 Irena Pancirov - Irnet Snc
  1492. This file is public domain and comes with NO WARRANTY of any kind
  1493. */
  1494. ***************************************************************************
  1495. %%The following software may be included in this product:
  1496. GNU Readline
  1497. Use of any of this software is governed by the terms of the license below:
  1498. GNU GENERAL PUBLIC LICENSE
  1499. Version 2, June 1991
  1500. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  1501. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1502. Everyone is permitted to copy and distribute verbatim copies
  1503. of this license document, but changing it is not allowed.
  1504. Preamble
  1505. The licenses for most software are designed to take away your
  1506. freedom to share and change it. By contrast, the GNU General Public
  1507. License is intended to guarantee your freedom to share and change free
  1508. software--to make sure the software is free for all its users. This
  1509. General Public License applies to most of the Free Software
  1510. Foundation's software and to any other program whose authors commit to
  1511. using it. (Some other Free Software Foundation software is covered by
  1512. the GNU Lesser General Public License instead.) You can apply it to
  1513. your programs, too.
  1514. When we speak of free software, we are referring to freedom, not
  1515. price. Our General Public Licenses are designed to make sure that you
  1516. have the freedom to distribute copies of free software (and charge for
  1517. this service if you wish), that you receive source code or can get it
  1518. if you want it, that you can change the software or use pieces of it
  1519. in new free programs; and that you know you can do these things.
  1520. To protect your rights, we need to make restrictions that forbid
  1521. anyone to deny you these rights or to ask you to surrender the rights.
  1522. These restrictions translate to certain responsibilities for you if you
  1523. distribute copies of the software, or if you modify it.
  1524. For example, if you distribute copies of such a program, whether
  1525. gratis or for a fee, you must give the recipients all the rights that
  1526. you have. You must make sure that they, too, receive or can get the
  1527. source code. And you must show them these terms so they know their
  1528. rights.
  1529. We protect your rights with two steps: (1) copyright the software, and
  1530. (2) offer you this license which gives you legal permission to copy,
  1531. distribute and/or modify the software.
  1532. Also, for each author's protection and ours, we want to make certain
  1533. that everyone understands that there is no warranty for this free
  1534. software. If the software is modified by someone else and passed on, we
  1535. want its recipients to know that what they have is not the original, so
  1536. that any problems introduced by others will not reflect on the original
  1537. authors' reputations.
  1538. Finally, any free program is threatened constantly by software
  1539. patents. We wish to avoid the danger that redistributors of a free
  1540. program will individually obtain patent licenses, in effect making the
  1541. program proprietary. To prevent this, we have made it clear that any
  1542. patent must be licensed for everyone's free use or not licensed at all.
  1543. The precise terms and conditions for copying, distribution and
  1544. modification follow.
  1545. GNU GENERAL PUBLIC LICENSE
  1546. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1547. 0. This License applies to any program or other work which contains
  1548. a notice placed by the copyright holder saying it may be distributed
  1549. under the terms of this General Public License. The "Program", below,
  1550. refers to any such program or work, and a "work based on the Program"
  1551. means either the Program or any derivative work under copyright law:
  1552. that is to say, a work containing the Program or a portion of it,
  1553. either verbatim or with modifications and/or translated into another
  1554. language. (Hereinafter, translation is included without limitation in
  1555. the term "modification".) Each licensee is addressed as "you".
  1556. Activities other than copying, distribution and modification are not
  1557. covered by this License; they are outside its scope. The act of
  1558. running the Program is not restricted, and the output from the Program
  1559. is covered only if its contents constitute a work based on the
  1560. Program (independent of having been made by running the Program).
  1561. Whether that is true depends on what the Program does.
  1562. 1. You may copy and distribute verbatim copies of the Program's
  1563. source code as you receive it, in any medium, provided that you
  1564. conspicuously and appropriately publish on each copy an appropriate
  1565. copyright notice and disclaimer of warranty; keep intact all the
  1566. notices that refer to this License and to the absence of any warranty;
  1567. and give any other recipients of the Program a copy of this License
  1568. along with the Program.
  1569. You may charge a fee for the physical act of transferring a copy, and
  1570. you may at your option offer warranty protection in exchange for a fee.
  1571. 2. You may modify your copy or copies of the Program or any portion
  1572. of it, thus forming a work based on the Program, and copy and
  1573. distribute such modifications or work under the terms of Section 1
  1574. above, provided that you also meet all of these conditions:
  1575. a) You must cause the modified files to carry prominent notices
  1576. stating that you changed the files and the date of any change.
  1577. b) You must cause any work that you distribute or publish, that in
  1578. whole or in part contains or is derived from the Program or any
  1579. part thereof, to be licensed as a whole at no charge to all third
  1580. parties under the terms of this License.
  1581. c) If the modified program normally reads commands interactively
  1582. when run, you must cause it, when started running for such
  1583. interactive use in the most ordinary way, to print or display an
  1584. announcement including an appropriate copyright notice and a
  1585. notice that there is no warranty (or else, saying that you provide
  1586. a warranty) and that users may redistribute the program under
  1587. these conditions, and telling the user how to view a copy of this
  1588. License. (Exception: if the Program itself is interactive but
  1589. does not normally print such an announcement, your work based on
  1590. the Program is not required to print an announcement.)
  1591. These requirements apply to the modified work as a whole. If
  1592. identifiable sections of that work are not derived from the Program,
  1593. and can be reasonably considered independent and separate works in
  1594. themselves, then this License, and its terms, do not apply to those
  1595. sections when you distribute them as separate works. But when you
  1596. distribute the same sections as part of a whole which is a work based
  1597. on the Program, the distribution of the whole must be on the terms of
  1598. this License, whose permissions for other licensees extend to the
  1599. entire whole, and thus to each and every part regardless of who wrote it.
  1600. Thus, it is not the intent of this section to claim rights or contest
  1601. your rights to work written entirely by you; rather, the intent is to
  1602. exercise the right to control the distribution of derivative or
  1603. collective works based on the Program.
  1604. In addition, mere aggregation of another work not based on the Program
  1605. with the Program (or with a work based on the Program) on a volume of
  1606. a storage or distribution medium does not bring the other work under
  1607. the scope of this License.
  1608. 3. You may copy and distribute the Program (or a work based on it,
  1609. under Section 2) in object code or executable form under the terms of
  1610. Sections 1 and 2 above provided that you also do one of the following:
  1611. a) Accompany it with the complete corresponding machine-readable
  1612. source code, which must be distributed under the terms of Sections
  1613. 1 and 2 above on a medium customarily used for software interchange; or,
  1614. b) Accompany it with a written offer, valid for at least three
  1615. years, to give any third party, for a charge no more than your
  1616. cost of physically performing source distribution, a complete
  1617. machine-readable copy of the corresponding source code, to be
  1618. distributed under the terms of Sections 1 and 2 above on a medium
  1619. customarily used for software interchange; or,
  1620. c) Accompany it with the information you received as to the offer
  1621. to distribute corresponding source code. (This alternative is
  1622. allowed only for noncommercial distribution and only if you
  1623. received the program in object code or executable form with such
  1624. an offer, in accord with Subsection b above.)
  1625. The source code for a work means the preferred form of the work for
  1626. making modifications to it. For an executable work, complete source
  1627. code means all the source code for all modules it contains, plus any
  1628. associated interface definition files, plus the scripts used to
  1629. control compilation and installation of the executable. However, as a
  1630. special exception, the source code distributed need not include
  1631. anything that is normally distributed (in either source or binary
  1632. form) with the major components (compiler, kernel, and so on) of the
  1633. operating system on which the executable runs, unless that component
  1634. itself accompanies the executable.
  1635. If distribution of executable or object code is made by offering
  1636. access to copy from a designated place, then offering equivalent
  1637. access to copy the source code from the same place counts as
  1638. distribution of the source code, even though third parties are not
  1639. compelled to copy the source along with the object code.
  1640. 4. You may not copy, modify, sublicense, or distribute the Program
  1641. except as expressly provided under this License. Any attempt
  1642. otherwise to copy, modify, sublicense or distribute the Program is
  1643. void, and will automatically terminate your rights under this License.
  1644. However, parties who have received copies, or rights, from you under
  1645. this License will not have their licenses terminated so long as such
  1646. parties remain in full compliance.
  1647. 5. You are not required to accept this License, since you have not
  1648. signed it. However, nothing else grants you permission to modify or
  1649. distribute the Program or its derivative works. These actions are
  1650. prohibited by law if you do not accept this License. Therefore, by
  1651. modifying or distributing the Program (or any work based on the
  1652. Program), you indicate your acceptance of this License to do so, and
  1653. all its terms and conditions for copying, distributing or modifying
  1654. the Program or works based on it.
  1655. 6. Each time you redistribute the Program (or any work based on the
  1656. Program), the recipient automatically receives a license from the
  1657. original licensor to copy, distribute or modify the Program subject to
  1658. these terms and conditions. You may not impose any further
  1659. restrictions on the recipients' exercise of the rights granted herein.
  1660. You are not responsible for enforcing compliance by third parties to
  1661. this License.
  1662. 7. If, as a consequence of a court judgment or allegation of patent
  1663. infringement or for any other reason (not limited to patent issues),
  1664. conditions are imposed on you (whether by court order, agreement or
  1665. otherwise) that contradict the conditions of this License, they do not
  1666. excuse you from the conditions of this License. If you cannot
  1667. distribute so as to satisfy simultaneously your obligations under this
  1668. License and any other pertinent obligations, then as a consequence you
  1669. may not distribute the Program at all. For example, if a patent
  1670. license would not permit royalty-free redistribution of the Program by
  1671. all those who receive copies directly or indirectly through you, then
  1672. the only way you could satisfy both it and this License would be to
  1673. refrain entirely from distribution of the Program.
  1674. If any portion of this section is held invalid or unenforceable under
  1675. any particular circumstance, the balance of the section is intended to
  1676. apply and the section as a whole is intended to apply in other
  1677. circumstances.
  1678. It is not the purpose of this section to induce you to infringe any
  1679. patents or other property right claims or to contest validity of any
  1680. such claims; this section has the sole purpose of protecting the
  1681. integrity of the free software distribution system, which is
  1682. implemented by public license practices. Many people have made
  1683. generous contributions to the wide range of software distributed
  1684. through that system in reliance on consistent application of that
  1685. system; it is up to the author/donor to decide if he or she is willing
  1686. to distribute software through any other system and a licensee cannot
  1687. impose that choice.
  1688. This section is intended to make thoroughly clear what is believed to
  1689. be a consequence of the rest of this License.
  1690. 8. If the distribution and/or use of the Program is restricted in
  1691. certain countries either by patents or by copyrighted interfaces, the
  1692. original copyright holder who places the Program under this License
  1693. may add an explicit geographical distribution limitation excluding
  1694. those countries, so that distribution is permitted only in or among
  1695. countries not thus excluded. In such case, this License incorporates
  1696. the limitation as if written in the body of this License.
  1697. 9. The Free Software Foundation may publish revised and/or new versions
  1698. of the General Public License from time to time. Such new versions will
  1699. be similar in spirit to the present version, but may differ in detail to
  1700. address new problems or concerns.
  1701. Each version is given a distinguishing version number. If the Program
  1702. specifies a version number of this License which applies to it and "any
  1703. later version", you have the option of following the terms and conditions
  1704. either of that version or of any later version published by the Free
  1705. Software Foundation. If the Program does not specify a version number of
  1706. this License, you may choose any version ever published by the Free Software
  1707. Foundation.
  1708. 10. If you wish to incorporate parts of the Program into other free
  1709. programs whose distribution conditions are different, write to the author
  1710. to ask for permission. For software which is copyrighted by the Free
  1711. Software Foundation, write to the Free Software Foundation; we sometimes
  1712. make exceptions for this. Our decision will be guided by the two goals
  1713. of preserving the free status of all derivatives of our free software and
  1714. of promoting the sharing and reuse of software generally.
  1715. NO WARRANTY
  1716. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  1717. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  1718. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  1719. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  1720. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1721. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  1722. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  1723. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  1724. REPAIR OR CORRECTION.
  1725. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1726. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  1727. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  1728. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  1729. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  1730. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  1731. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  1732. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  1733. POSSIBILITY OF SUCH DAMAGES.
  1734. END OF TERMS AND CONDITIONS
  1735. How to Apply These Terms to Your New Programs
  1736. If you develop a new program, and you want it to be of the greatest
  1737. possible use to the public, the best way to achieve this is to make it
  1738. free software which everyone can redistribute and change under these terms.
  1739. To do so, attach the following notices to the program. It is safest
  1740. to attach them to the start of each source file to most effectively
  1741. convey the exclusion of warranty; and each file should have at least
  1742. the "copyright" line and a pointer to where the full notice is found.
  1743. Copyright (C)
  1744. This program is free software; you can redistribute it and/or modify
  1745. it under the terms of the GNU General Public License as published by
  1746. the Free Software Foundation; either version 2 of the License, or
  1747. (at your option) any later version.
  1748. This program is distributed in the hope that it will be useful,
  1749. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1750. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1751. GNU General Public License for more details.
  1752. You should have received a copy of the GNU General Public License along
  1753. with this program; if not, write to the Free Software Foundation, Inc.,
  1754. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  1755. Also add information on how to contact you by electronic and paper mail.
  1756. If the program is interactive, make it output a short notice like this
  1757. when it starts in an interactive mode:
  1758. Gnomovision version 69, Copyright (C) year name of author
  1759. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  1760. This is free software, and you are welcome to redistribute it
  1761. under certain conditions; type `show c' for details.
  1762. The hypothetical commands `show w' and `show c' should show the appropriate
  1763. parts of the General Public License. Of course, the commands you use may
  1764. be called something other than `show w' and `show c'; they could even be
  1765. mouse-clicks or menu items--whatever suits your program.
  1766. You should also get your employer (if you work as a programmer) or your
  1767. school, if any, to sign a "copyright disclaimer" for the program, if
  1768. necessary. Here is a sample; alter the names:
  1769. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  1770. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  1771. , 1 April 1989
  1772. Ty Coon, President of Vice
  1773. This General Public License does not permit incorporating your program into
  1774. proprietary programs. If your program is a subroutine library, you may
  1775. consider it more useful to permit linking proprietary applications with the
  1776. library. If this is what you want to do, use the GNU Lesser General
  1777. Public License instead of this License.
  1778. ***************************************************************************
  1779. %%The following software may be included in this product:
  1780. pstack (part of GNU Binutils)
  1781. Use of any of this software is governed by the terms of the license below:
  1782. pstack is comprised of various .c and .h files; all begin like this:
  1783. /* bucomm.h -- binutils common include file.
  1784. Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
  1785. This file is part of GNU Binutils.
  1786. This program is free software; you can redistribute it and/or modify
  1787. it under the terms of the GNU General Public License as published by
  1788. the Free Software Foundation; either version 2 of the License, or
  1789. (at your option) any later version.
  1790. This program is distributed in the hope that it will be useful,
  1791. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1792. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1793. GNU General Public License for more details.
  1794. You should have received a copy of the GNU General Public License
  1795. along with this program; if not, write to the Free Software
  1796. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1797. 02111-1307, USA. */
  1798. ***************************************************************************
  1799. %%The following software may be included in this product:
  1800. libiberty.h (part of pstack GNU Binutils)
  1801. Use of any of this software is governed by the terms of the license below:
  1802. See
  1803. http://www.koders.com/c/fid99F596804BBE22C076522B848D5575F142079064.aspx
  1804. /* Function declarations for libiberty.
  1805. Written by Cygnus Support, 1994.
  1806. The libiberty library provides a number of functions which are
  1807. missing on some operating systems. We do not declare those here,
  1808. to avoid conflicts with the system header files on operating
  1809. systems that do support those functions. In this file we only
  1810. declare those functions which are specific to libiberty. */
  1811. ***************************************************************************
  1812. %%The following software may be included in this product:
  1813. ieee.h (part of pstack GNU Binutils)
  1814. Use of any of this software is governed by the terms of the license below:
  1815. See
  1816. http://src.opensolaris.org/source/xref//sfw/usr/src/cmd/gdb/gdb-6.3/include/ieee.h
  1817. /* IEEE Standard 695-1980 "Universal Format for Object Modules"
  1818. header file
  1819. Contributed by Cygnus Support. */
  1820. ***************************************************************************
  1821. %%The following software may be included in this product:
  1822. pstack.c (part of pstack GNU Binutils)
  1823. Use of any of this software is governed by the terms of the license below:
  1824. /*
  1825. pstack.c -- asynchronous stack trace of a running process
  1826. Copyright (c) 1999 Ross Thompson
  1827. Author: Ross Thompson
  1828. Critical bug fix: Tim Waugh
  1829. */
  1830. /*
  1831. This file is free software; you can redistribute it and/or modify
  1832. it under the terms of the GNU General Public License as published by
  1833. the Free Software Foundation; either version 2 of the License, or
  1834. (at your option) any later version.
  1835. This program is distributed in the hope that it will be useful,
  1836. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1837. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1838. GNU General Public License for more details.
  1839. You should have received a copy of the GNU General Public License
  1840. along with this program; if not, write to the Free Software
  1841. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  1842. */
  1843. **********************************************************************