LICENSE 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069
  1. Copyright 2006 Google LLC
  2. Redistribution and use in source and binary forms, with or without
  3. modification, are permitted provided that the following conditions are
  4. met:
  5. * Redistributions of source code must retain the above copyright
  6. notice, this list of conditions and the following disclaimer.
  7. * Redistributions in binary form must reproduce the above
  8. copyright notice, this list of conditions and the following disclaimer
  9. in the documentation and/or other materials provided with the
  10. distribution.
  11. * Neither the name of Google LLC nor the names of its
  12. contributors may be used to endorse or promote products derived from
  13. this software without specific prior written permission.
  14. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  15. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  16. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  17. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  18. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  19. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  20. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  21. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  22. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  23. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  24. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  25. --------------------------------------------------------------------
  26. License for src/common/convert_UTF.cc, src/common/convert_UTF.h
  27. Copyright © 1991-2015 Unicode, Inc. All rights reserved.
  28. Distributed under the Terms of Use in
  29. http://www.unicode.org/copyright.html.
  30. Permission is hereby granted, free of charge, to any person obtaining
  31. a copy of the Unicode data files and any associated documentation
  32. (the "Data Files") or Unicode software and any associated documentation
  33. (the "Software") to deal in the Data Files or Software
  34. without restriction, including without limitation the rights to use,
  35. copy, modify, merge, publish, distribute, and/or sell copies of
  36. the Data Files or Software, and to permit persons to whom the Data Files
  37. or Software are furnished to do so, provided that
  38. (a) this copyright and permission notice appear with all copies
  39. of the Data Files or Software,
  40. (b) this copyright and permission notice appear in associated
  41. documentation, and
  42. (c) there is clear notice in each modified Data File or in the Software
  43. as well as in the documentation associated with the Data File(s) or
  44. Software that the data or software has been modified.
  45. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  46. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  47. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  48. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  49. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  50. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  51. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  52. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  54. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  55. Except as contained in this notice, the name of a copyright holder
  56. shall not be used in advertising or otherwise to promote the sale,
  57. use or other dealings in these Data Files or Software without prior
  58. written authorization of the copyright holder.
  59. --------------------------------------------------------------------
  60. License for src/common/linux/breakpad_getcontext.S
  61. libunwind - a platform-independent unwind library
  62. Copyright (C) 2008 Google, Inc
  63. Contributed by Paul Pluzhnikov <ppluzhnikov@google.com>
  64. Copyright (C) 2010 Konstantin Belousov <kib@freebsd.org>
  65. Permission is hereby granted, free of charge, to any person obtaining
  66. a copy of this software and associated documentation files (the
  67. "Software"), to deal in the Software without restriction, including
  68. without limitation the rights to use, copy, modify, merge, publish,
  69. distribute, sublicense, and/or sell copies of the Software, and to
  70. permit persons to whom the Software is furnished to do so, subject to
  71. the following conditions:
  72. The above copyright notice and this permission notice shall be
  73. included in all copies or substantial portions of the Software.
  74. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  75. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  76. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  77. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  78. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  79. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  80. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  81. --------------------------------------------------------------------
  82. License for
  83. src/client/mac/handler/breakpad_nlist_64.cc
  84. src/third_party/mac_headers/architecture/byte_order.h
  85. src/third_party/mac_headers/mach-o/arch.h
  86. src/third_party/mac_headers/mach-o/fat.h:
  87. src/third_party/mac_headers/mach-o/loader.h
  88. src/third_party/mac_headers/mach-o/nlist.h
  89. APPLE PUBLIC SOURCE LICENSE
  90. Version 2.0 - August 6, 2003
  91. Please read this License carefully before downloading this software. By
  92. downloading or using this software, you are agreeing to be bound by the terms
  93. of this License. If you do not or cannot agree to the terms of this License,
  94. please do not download or use the software.
  95. Apple Note: In January 2007, Apple changed its corporate name from "Apple
  96. Computer, Inc." to "Apple Inc." This change has been reflected below and
  97. copyright years updated, but no other changes have been made to the APSL 2.0.
  98. 1. General; Definitions. This License applies to any program or other work which Apple Inc. ("Apple") makes publicly available and which contains a notice placed by Apple identifying such program or work as "Original Code" and stating that it is subject to the terms of this Apple Public Source License version 2.0 ("License"). As used in this License:
  99. 1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is the
  100. grantor of rights, (i) claims of patents that are now or hereafter acquired,
  101. owned by or assigned to Apple and (ii) that cover subject matter contained in
  102. the Original Code, but only to the extent necessary to use, reproduce and/or
  103. distribute the Original Code without infringement; and (b) in the case where
  104. You are the grantor of rights, (i) claims of patents that are now or hereafter
  105. acquired, owned by or assigned to You and (ii) that cover subject matter in
  106. Your Modifications, taken alone or in combination with Original Code.
  107. 1.2 "Contributor" means any person or entity that creates or contributes to
  108. the creation of Modifications.
  109. 1.3 "Covered Code" means the Original Code, Modifications, the combination of
  110. Original Code and any Modifications, and/or any respective portions thereof.
  111. 1.4 "Externally Deploy" means: (a) to sublicense, distribute or otherwise make
  112. Covered Code available, directly or indirectly, to anyone other than You;
  113. and/or (b) to use Covered Code, alone or as part of a Larger Work, in any way
  114. to provide a service, including but not limited to delivery of content,
  115. through electronic communication with a client other than You.
  116. 1.5 "Larger Work" means a work which combines Covered Code or portions thereof
  117. with code not governed by the terms of this License.
  118. 1.6 "Modifications" mean any addition to, deletion from, and/or change to, the
  119. substance and/or structure of the Original Code, any previous Modifications,
  120. the combination of Original Code and any previous Modifications, and/or any
  121. respective portions thereof. When code is released as a series of files, a
  122. Modification is: (a) any addition to or deletion from the contents of a file
  123. containing Covered Code; and/or (b) any new file or other representation of
  124. computer program statements that contains any part of Covered Code.
  125. 1.7 "Original Code" means (a) the Source Code of a program or other work as
  126. originally made available by Apple under this License, including the Source
  127. Code of any updates or upgrades to such programs or works made available by
  128. Apple under this License, and that has been expressly identified by Apple as
  129. such in the header file(s) of such work; and (b) the object code compiled from
  130. such Source Code and originally made available by Apple under this License
  131. 1.8 "Source Code" means the human readable form of a program or other work
  132. that is suitable for making modifications to it, including all modules it
  133. contains, plus any associated interface definition files, scripts used to
  134. control compilation and installation of an executable (object code).
  135. 1.9 "You" or "Your" means an individual or a legal entity exercising rights
  136. under this License. For legal entities, "You" or "Your" includes any entity
  137. which controls, is controlled by, or is under common control with, You, where
  138. "control" means (a) the power, direct or indirect, to cause the direction or
  139. management of such entity, whether by contract or otherwise, or (b) ownership
  140. of fifty percent (50%) or more of the outstanding shares or beneficial
  141. ownership of such entity.
  142. 2. Permitted Uses; Conditions & Restrictions. Subject to the terms and conditions of this License, Apple hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Apple&apos;s Applicable Patent Rights and copyrights covering the Original Code, to do the following:
  143. 2.1 Unmodified Code. You may use, reproduce, display, perform, internally
  144. distribute within Your organization, and Externally Deploy verbatim,
  145. unmodified copies of the Original Code, for commercial or non-commercial
  146. purposes, provided that in each instance:
  147. (a) You must retain and reproduce in all copies of Original Code the copyright
  148. and other proprietary notices and disclaimers of Apple as they appear in the
  149. Original Code, and keep intact all notices in the Original Code that refer to
  150. this License; and
  151. (b) You must include a copy of this License with every copy of Source Code of
  152. Covered Code and documentation You distribute or Externally Deploy, and You
  153. may not offer or impose any terms on such Source Code that alter or restrict
  154. this License or the recipients&apos; rights hereunder, except as permitted
  155. under Section 6.
  156. 2.2 Modified Code. You may modify Covered Code and use, reproduce, display,
  157. perform, internally distribute within Your organization, and Externally Deploy
  158. Your Modifications and Covered Code, for commercial or non-commercial
  159. purposes, provided that in each instance You also meet all of these
  160. conditions:
  161. (a) You must satisfy all the conditions of Section 2.1 with respect to the
  162. Source Code of the Covered Code;
  163. (b) You must duplicate, to the extent it does not already exist, the notice in
  164. Exhibit A in each file of the Source Code of all Your Modifications, and cause
  165. the modified files to carry prominent notices stating that You changed the
  166. files and the date of any change; and
  167. (c) If You Externally Deploy Your Modifications, You must make Source Code of
  168. all Your Externally Deployed Modifications either available to those to whom
  169. You have Externally Deployed Your Modifications, or publicly available. Source
  170. Code of Your Externally Deployed Modifications must be released under the
  171. terms set forth in this License, including the license grants set forth in
  172. Section 3 below, for as long as you Externally Deploy the Covered Code or
  173. twelve (12) months from the date of initial External Deployment, whichever is
  174. longer. You should preferably distribute the Source Code of Your Externally
  175. Deployed Modifications electronically (e.g. download from a web site).
  176. 2.3 Distribution of Executable Versions. In addition, if You Externally Deploy
  177. Covered Code (Original Code and/or Modifications) in object code, executable
  178. form only, You must include a prominent notice, in the code itself as well as
  179. in related documentation, stating that Source Code of the Covered Code is
  180. available under the terms of this License with information on how and where to
  181. obtain such Source Code.
  182. 2.4 Third Party Rights. You expressly acknowledge and agree that although
  183. Apple and each Contributor grants the licenses to their respective portions of
  184. the Covered Code set forth herein, no assurances are provided by Apple or any
  185. Contributor that the Covered Code does not infringe the patent or other
  186. intellectual property rights of any other entity. Apple and each Contributor
  187. disclaim any liability to You for claims brought by any other entity based on
  188. infringement of intellectual property rights or otherwise. As a condition to
  189. exercising the rights and licenses granted hereunder, You hereby assume sole
  190. responsibility to secure any other intellectual property rights needed, if
  191. any. For example, if a third party patent license is required to allow You to
  192. distribute the Covered Code, it is Your responsibility to acquire that license
  193. before distributing the Covered Code.
  194. 3. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License, You hereby grant to any person or entity receiving or distributing Covered Code under this License a non-exclusive, royalty-free, perpetual, irrevocable license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, sublicense, distribute and Externally Deploy Your Modifications of the same scope and extent as Apple&apos;s licenses under Sections 2.1 and 2.2 above.
  195. 4. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof.
  196. 5. Limitations on Patent License. Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Apple herein. Modifications and/or Larger Works may require additional patent licenses from Apple which Apple may grant in its sole discretion.
  197. 6. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Apple or any Contributor. You must obtain the recipient&apos;s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Apple and every Contributor harmless for any liability incurred by or claims asserted against Apple or such Contributor by reason of any such Additional Terms.
  198. 7. Versions of the License. Apple may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Apple. No one other than Apple has the right to modify the terms applicable to Covered Code created under this License.
  199. 8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND APPLE&apos;S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage.
  200. 9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Apple&apos;s total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of fifty dollars ($50.00).
  201. 10. Trademarks. This License does not grant any rights to use the trademarks or trade names "Apple", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming Server" or any other trademarks, service marks, logos or trade names belonging to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or trade name belonging to any Contributor. You agree not to use any Apple Marks in or as part of the name of products derived from the Original Code or to endorse or promote products derived from the Original Code other than as expressly permitted by and in strict compliance at all times with Apple&apos;s third party trademark usage guidelines which are posted at http://www.apple.com/legal/guidelinesfor3rdparties.html.
  202. 11. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Apple retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Apple ("Apple Modifications"), and such Apple Modifications will not be automatically subject to this License. Apple may, at its sole discretion, choose to license such Apple Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all.
  203. 12. Termination.
  204. 12.1 Termination. This License and the rights granted hereunder will
  205. terminate:
  206. (a) automatically without notice from Apple if You fail to comply with any
  207. term(s) of this License and fail to cure such breach within 30 days of
  208. becoming aware of such breach;
  209. (b) immediately in the event of the circumstances described in Section
  210. 13.5(b); or
  211. (c) automatically without notice from Apple if You, at any time during the
  212. term of this License, commence an action for patent infringement against
  213. Apple; provided that Apple did not first commence an action for patent
  214. infringement against You in that instance.
  215. 12.2 Effect of Termination. Upon termination, You agree to immediately stop
  216. any further use, reproduction, modification, sublicensing and distribution of
  217. the Covered Code. All sublicenses to the Covered Code which have been properly
  218. granted prior to termination shall survive any termination of this License.
  219. Provisions which, by their nature, should remain in effect beyond the
  220. termination of this License shall survive, including but not limited to
  221. Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
  222. for compensation, indemnity or damages of any sort solely as a result of
  223. terminating this License in accordance with its terms, and termination of this
  224. License will be without prejudice to any other right or remedy of any party.
  225. 13. Miscellaneous.
  226. 13.1 Government End Users. The Covered Code is a "commercial item" as defined
  227. in FAR 2.101. Government software and technical data rights in the Covered
  228. Code include only those rights customarily provided to the public as defined
  229. in this License. This customary commercial license in technical data and
  230. software is provided in accordance with FAR 12.211 (Technical Data) and 12.212
  231. (Computer Software) and, for Department of Defense purchases, DFAR
  232. 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in
  233. Commercial Computer Software or Computer Software Documentation). Accordingly,
  234. all U.S. Government End Users acquire Covered Code with only those rights set
  235. forth herein.
  236. 13.2 Relationship of Parties. This License will not be construed as creating
  237. an agency, partnership, joint venture or any other form of legal association
  238. between or among You, Apple or any Contributor, and You will not represent to
  239. the contrary, whether expressly, by implication, appearance or otherwise.
  240. 13.3 Independent Development. Nothing in this License will impair Apple&apos;s
  241. right to acquire, license, develop, have others develop for it, market and/or
  242. distribute technology or products that perform the same or similar functions
  243. as, or otherwise compete with, Modifications, Larger Works, technology or
  244. products that You may develop, produce, market or distribute.
  245. 13.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any
  246. provision of this License will not be deemed a waiver of future enforcement of
  247. that or any other provision. Any law or regulation which provides that the
  248. language of a contract shall be construed against the drafter will not apply
  249. to this License.
  250. 13.5 Severability. (a) If for any reason a court of competent jurisdiction
  251. finds any provision of this License, or portion thereof, to be unenforceable,
  252. that provision of the License will be enforced to the maximum extent
  253. permissible so as to effect the economic benefits and intent of the parties,
  254. and the remainder of this License will continue in full force and effect. (b)
  255. Notwithstanding the foregoing, if applicable law prohibits or restricts You
  256. from fully and/or specifically complying with Sections 2 and/or 3 or prevents
  257. the enforceability of either of those Sections, this License will immediately
  258. terminate and You must immediately discontinue any use of the Covered Code and
  259. destroy all copies of it that are in your possession or control.
  260. 13.6 Dispute Resolution. Any litigation or other dispute resolution between
  261. You and Apple relating to this License shall take place in the Northern
  262. District of California, and You and Apple hereby consent to the personal
  263. jurisdiction of, and venue in, the state and federal courts within that
  264. District with respect to this License. The application of the United Nations
  265. Convention on Contracts for the International Sale of Goods is expressly
  266. excluded.
  267. 13.7 Entire Agreement; Governing Law. This License constitutes the entire
  268. agreement between the parties with respect to the subject matter hereof. This
  269. License shall be governed by the laws of the United States and the State of
  270. California, except that body of California law concerning conflicts of law.
  271. Where You are located in the province of Quebec, Canada, the following clause
  272. applies: The parties hereby confirm that they have requested that this License
  273. and all related documents be drafted in English. Les parties ont exigé que le
  274. présent contrat et tous les documents connexes soient rédigés en anglais.
  275. EXHIBIT A.
  276. "Portions Copyright (c) 1999-2007 Apple Inc. All Rights Reserved.
  277. This file contains Original Code and/or Modifications of Original Code as
  278. defined in and that are subject to the Apple Public Source License Version 2.0
  279. (the &apos;License&apos;). You may not use this file except in compliance with
  280. the License. Please obtain a copy of the License at
  281. http://www.opensource.apple.com/apsl/ and read it before using this file.
  282. The Original Code and all software distributed under the License are
  283. distributed on an &apos;AS IS&apos; basis, WITHOUT WARRANTY OF ANY KIND,
  284. EITHER EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  285. INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  286. PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the
  287. License for the specific language governing rights and limitations under the
  288. License."
  289. --------------------------------------------------------------------
  290. License for
  291. src/client/mac/handler/breakpad_nlist_64.cc
  292. src/third_party/mac_headers/mach-o/nlist.h
  293. Copyright (c) 1989, 1993
  294. The Regents of the University of California. All rights reserved.
  295. Redistribution and use in source and binary forms, with or without
  296. modification, are permitted provided that the following conditions
  297. are met:
  298. 1. Redistributions of source code must retain the above copyright
  299. notice, this list of conditions and the following disclaimer.
  300. 2. Redistributions in binary form must reproduce the above copyright
  301. notice, this list of conditions and the following disclaimer in the
  302. documentation and/or other materials provided with the distribution.
  303. 3. All advertising materials mentioning features or use of this software
  304. must display the following acknowledgement:
  305. This product includes software developed by the University of
  306. California, Berkeley and its contributors.
  307. 4. Neither the name of the University nor the names of its contributors
  308. may be used to endorse or promote products derived from this software
  309. without specific prior written permission.
  310. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  311. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  312. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  313. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  314. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  315. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  316. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  317. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  318. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  319. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  320. SUCH DAMAGE.
  321. --------------------------------------------------------------------
  322. License for
  323. src/third_party/curl/curl.h
  324. src/third_party/curl/curlbuild.h
  325. src/third_party/curl/curlrules.h
  326. src/third_party/curl/curlver.h
  327. src/third_party/curl/easy.h
  328. src/third_party/curl/mprintf.h
  329. src/third_party/curl/multi.h
  330. src/third_party/curl/stdcheaders.h
  331. src/third_party/curl/typecheck-gcc.h
  332. COPYRIGHT AND PERMISSION NOTICE
  333. Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>.
  334. All rights reserved.
  335. Permission to use, copy, modify, and distribute this software for any purpose
  336. with or without fee is hereby granted, provided that the above copyright
  337. notice and this permission notice appear in all copies.
  338. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  339. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  340. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  341. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  342. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  343. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  344. OR OTHER DEALINGS IN THE SOFTWARE.
  345. Except as contained in this notice, the name of a copyright holder shall not
  346. be used in advertising or otherwise to promote the sale, use or other dealings
  347. in this Software without prior written authorization of the copyright holder.
  348. --------------------------------------------------------------------
  349. License for
  350. src/common/mac/GTMDefines.h
  351. src/common/mac/GTMLogger.h
  352. src/common/mac/GTMLogger.m
  353. src/common/mac/testing/GTMSenTestCase.h
  354. src/common/mac/testing/GTMSenTestCase.m
  355. Apache License
  356. Version 2.0, January 2004
  357. http://www.apache.org/licenses/
  358. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  359. 1. Definitions.
  360. "License" shall mean the terms and conditions for use, reproduction, and
  361. distribution as defined by Sections 1 through 9 of this document.
  362. "Licensor" shall mean the copyright owner or entity authorized by the
  363. copyright owner that is granting the License.
  364. "Legal Entity" shall mean the union of the acting entity and all other
  365. entities that control, are controlled by, or are under common control with
  366. that entity. For the purposes of this definition, "control" means (i) the
  367. power, direct or indirect, to cause the direction or management of such
  368. entity, whether by contract or otherwise, or (ii) ownership of fifty percent
  369. (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
  370. entity.
  371. "You" (or "Your") shall mean an individual or Legal Entity exercising
  372. permissions granted by this License.
  373. "Source" form shall mean the preferred form for making modifications,
  374. including but not limited to software source code, documentation source, and
  375. configuration files.
  376. "Object" form shall mean any form resulting from mechanical transformation or
  377. translation of a Source form, including but not limited to compiled object
  378. code, generated documentation, and conversions to other media types.
  379. "Work" shall mean the work of authorship, whether in Source or Object form,
  380. made available under the License, as indicated by a copyright notice that is
  381. included in or attached to the work (an example is provided in the Appendix
  382. below).
  383. "Derivative Works" shall mean any work, whether in Source or Object form, that
  384. is based on (or derived from) the Work and for which the editorial revisions,
  385. annotations, elaborations, or other modifications represent, as a whole, an
  386. original work of authorship. For the purposes of this License, Derivative
  387. Works shall not include works that remain separable from, or merely link (or
  388. bind by name) to the interfaces of, the Work and Derivative Works thereof.
  389. "Contribution" shall mean any work of authorship, including the original
  390. version of the Work and any modifications or additions to that Work or
  391. Derivative Works thereof, that is intentionally submitted to Licensor for
  392. inclusion in the Work by the copyright owner or by an individual or Legal
  393. Entity authorized to submit on behalf of the copyright owner. For the purposes
  394. of this definition, "submitted" means any form of electronic, verbal, or
  395. written communication sent to the Licensor or its representatives, including
  396. but not limited to communication on electronic mailing lists, source code
  397. control systems, and issue tracking systems that are managed by, or on behalf
  398. of, the Licensor for the purpose of discussing and improving the Work, but
  399. excluding communication that is conspicuously marked or otherwise designated
  400. in writing by the copyright owner as "Not a Contribution."
  401. "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
  402. of whom a Contribution has been received by Licensor and subsequently
  403. incorporated within the Work.
  404. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
  405. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
  406. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
  407. (a) You must give any other recipients of the Work or Derivative Works a copy
  408. of this License; and
  409. (b) You must cause any modified files to carry prominent notices stating that
  410. You changed the files; and
  411. (c) You must retain, in the Source form of any Derivative Works that You
  412. distribute, all copyright, patent, trademark, and attribution notices from the
  413. Source form of the Work, excluding those notices that do not pertain to any
  414. part of the Derivative Works; and
  415. (d) If the Work includes a "NOTICE" text file as part of its distribution,
  416. then any Derivative Works that You distribute must include a readable copy of
  417. the attribution notices contained within such NOTICE file, excluding those
  418. notices that do not pertain to any part of the Derivative Works, in at least
  419. one of the following places: within a NOTICE text file distributed as part of
  420. the Derivative Works; within the Source form or documentation, if provided
  421. along with the Derivative Works; or, within a display generated by the
  422. Derivative Works, if and wherever such third-party notices normally appear.
  423. The contents of the NOTICE file are for informational purposes only and do not
  424. modify the License. You may add Your own attribution notices within Derivative
  425. Works that You distribute, alongside or as an addendum to the NOTICE text from
  426. the Work, provided that such additional attribution notices cannot be
  427. construed as modifying the License.
  428. You may add Your own copyright statement to Your modifications and may provide
  429. additional or different license terms and conditions for use, reproduction, or
  430. distribution of Your modifications, or for any such Derivative Works as a
  431. whole, provided Your use, reproduction, and distribution of the Work otherwise
  432. complies with the conditions stated in this License.
  433. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
  434. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
  435. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
  436. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
  437. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
  438. END OF TERMS AND CONDITIONS
  439. --------------------------------------------------------------------
  440. License for INSTALL
  441. Copying and distribution of this file, with or without modification,
  442. are permitted in any medium without royalty provided the copyright
  443. notice and this notice are preserved.
  444. --------------------------------------------------------------------
  445. License for src/common/mac/testing/GTMSenTestCase.h
  446. Redistribution and use in source and binary forms, with or without
  447. modification, are permitted provided that the following conditions are met:
  448. 1. Redistributions of source code must retain the above copyright notice, this
  449. list of conditions and the following disclaimer.
  450. 2. Redistributions in binary form must reproduce the above copyright notice,
  451. this list of conditions and the following disclaimer in the documentation
  452. and/or other materials provided with the distribution
  453. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  454. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  455. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  456. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  457. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  458. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  459. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  460. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  461. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  462. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  463. --------------------------------------------------------------------
  464. License for src/third_party//libdisasm
  465. The "Clarified Artistic License"
  466. Preamble
  467. The intent of this document is to state the conditions under which a
  468. Package may be copied, such that the Copyright Holder maintains some
  469. semblance of artistic control over the development of the package,
  470. while giving the users of the package the right to use and distribute
  471. the Package in a more-or-less customary fashion, plus the right to make
  472. reasonable modifications.
  473. Definitions:
  474. "Package" refers to the collection of files distributed by the
  475. Copyright Holder, and derivatives of that collection of files
  476. created through textual modification.
  477. "Standard Version" refers to such a Package if it has not been
  478. modified, or has been modified in accordance with the wishes
  479. of the Copyright Holder as specified below.
  480. "Copyright Holder" is whoever is named in the copyright or
  481. copyrights for the package.
  482. "You" is you, if you're thinking about copying or distributing
  483. this Package.
  484. "Distribution fee" is a fee you charge for providing a copy of this
  485. Package to another party.
  486. "Freely Available" means that no fee is charged for the right to use
  487. the item, though there may be fees involved in handling the item.
  488. 1. You may make and give away verbatim copies of the source form of the
  489. Standard Version of this Package without restriction, provided that you
  490. duplicate all of the original copyright notices and associated disclaimers.
  491. 2. You may apply bug fixes, portability fixes and other modifications
  492. derived from the Public Domain, or those made Freely Available, or from
  493. the Copyright Holder. A Package modified in such a way shall still be
  494. considered the Standard Version.
  495. 3. You may otherwise modify your copy of this Package in any way, provided
  496. that you insert a prominent notice in each changed file stating how and
  497. when you changed that file, and provided that you do at least ONE of the
  498. following:
  499. a) place your modifications in the Public Domain or otherwise make them
  500. Freely Available, such as by posting said modifications to Usenet or
  501. an equivalent medium, or placing the modifications on a major archive
  502. site allowing unrestricted access to them, or by allowing the Copyright
  503. Holder to include your modifications in the Standard Version of the
  504. Package.
  505. b) use the modified Package only within your corporation or organization.
  506. c) rename any non-standard executables so the names do not conflict
  507. with standard executables, which must also be provided, and provide
  508. a separate manual page for each non-standard executable that clearly
  509. documents how it differs from the Standard Version.
  510. d) make other distribution arrangements with the Copyright Holder.
  511. e) permit and encourge anyone who receives a copy of the modified Package
  512. permission to make your modifications Freely Available in some specific
  513. way.
  514. 4. You may distribute the programs of this Package in object code or
  515. executable form, provided that you do at least ONE of the following:
  516. a) distribute a Standard Version of the executables and library files,
  517. together with instructions (in the manual page or equivalent) on where
  518. to get the Standard Version.
  519. b) accompany the distribution with the machine-readable source of
  520. the Package with your modifications.
  521. c) give non-standard executables non-standard names, and clearly
  522. document the differences in manual pages (or equivalent), together
  523. with instructions on where to get the Standard Version.
  524. d) make other distribution arrangements with the Copyright Holder.
  525. e) offer the machine-readable source of the Package, with your
  526. modifications, by mail order.
  527. 5. You may charge a distribution fee for any distribution of this Package.
  528. If you offer support for this Package, you may charge any fee you choose
  529. for that support. You may not charge a license fee for the right to use
  530. this Package itself. You may distribute this Package in aggregate with
  531. other (possibly commercial and possibly nonfree) programs as part of a
  532. larger (possibly commercial and possibly nonfree) software distribution,
  533. and charge license fees for other parts of that software distribution,
  534. provided that you do not advertise this Package as a product of your own.
  535. If the Package includes an interpreter, You may embed this Package's
  536. interpreter within an executable of yours (by linking); this shall be
  537. construed as a mere form of aggregation, provided that the complete
  538. Standard Version of the interpreter is so embedded.
  539. 6. The scripts and library files supplied as input to or produced as
  540. output from the programs of this Package do not automatically fall
  541. under the copyright of this Package, but belong to whoever generated
  542. them, and may be sold commercially, and may be aggregated with this
  543. Package. If such scripts or library files are aggregated with this
  544. Package via the so-called "undump" or "unexec" methods of producing a
  545. binary executable image, then distribution of such an image shall
  546. neither be construed as a distribution of this Package nor shall it
  547. fall under the restrictions of Paragraphs 3 and 4, provided that you do
  548. not represent such an executable image as a Standard Version of this
  549. Package.
  550. 7. C subroutines (or comparably compiled subroutines in other
  551. languages) supplied by you and linked into this Package in order to
  552. emulate subroutines and variables of the language defined by this
  553. Package shall not be considered part of this Package, but are the
  554. equivalent of input as in Paragraph 6, provided these subroutines do
  555. not change the language in any way that would cause it to fail the
  556. regression tests for the language.
  557. 8. Aggregation of the Standard Version of the Package with a commercial
  558. distribution is always permitted provided that the use of this Package is
  559. embedded; that is, when no overt attempt is made to make this Package's
  560. interfaces visible to the end user of the commercial distribution.
  561. Such use shall not be construed as a distribution of this Package.
  562. 9. The name of the Copyright Holder may not be used to endorse or promote
  563. products derived from this software without specific prior written permission.
  564. 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  565. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  566. WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  567. The End
  568. --------------------------------------------------------------------
  569. License for Autotools
  570. AUTOCONF CONFIGURE SCRIPT EXCEPTION
  571. Version 3.0, 18 August 2009
  572. Copyright © 2009 Free Software Foundation, Inc. <http://fsf.org/>
  573. Everyone is permitted to copy and distribute verbatim copies of this license
  574. document, but changing it is not allowed.
  575. This Exception is an additional permission under section 7 of the GNU General
  576. Public License, version 3 ("GPLv3"). It applies to a given file that bears a
  577. notice placed by the copyright holder of the file stating that the file is
  578. governed by GPLv3 along with this Exception.
  579. The purpose of this Exception is to allow distribution of Autoconf&apos;s
  580. typical output under terms of the recipient&apos;s choice (including
  581. proprietary).
  582. 0. Definitions.
  583. "Covered Code" is the source or object code of a version of Autoconf that is a
  584. covered work under this License.
  585. "Normally Copied Code" for a version of Autoconf means all parts of its
  586. Covered Code which that version can copy from its code (i.e., not from its
  587. input file) into its minimally verbose, non-debugging and non-tracing output.
  588. "Ineligible Code" is Covered Code that is not Normally Copied Code.
  589. 1. Grant of Additional Permission.
  590. You have permission to propagate output of Autoconf, even if such propagation
  591. would otherwise violate the terms of GPLv3. However, if by modifying Autoconf
  592. you cause any Ineligible Code of the version you received to become Normally
  593. Copied Code of your modified version, then you void this Exception for the
  594. resulting covered work. If you convey that resulting covered work, you must
  595. remove this Exception in accordance with the second paragraph of Section 7 of
  596. GPLv3.
  597. 2. No Weakening of Autoconf Copyleft.
  598. The availability of this Exception does not imply any general presumption that
  599. third-party software is unaffected by the copyleft requirements of the license
  600. of Autoconf.
  601. --------------------------------------------------------------------
  602. License for Autotools
  603. GNU GENERAL PUBLIC LICENSE
  604. Version 2, June 1991
  605. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  606. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  607. Everyone is permitted to copy and distribute verbatim copies
  608. of this license document, but changing it is not allowed.
  609. Preamble
  610. The licenses for most software are designed to take away your
  611. freedom to share and change it. By contrast, the GNU General Public
  612. License is intended to guarantee your freedom to share and change free
  613. software--to make sure the software is free for all its users. This
  614. General Public License applies to most of the Free Software
  615. Foundation's software and to any other program whose authors commit to
  616. using it. (Some other Free Software Foundation software is covered by
  617. the GNU Lesser General Public License instead.) You can apply it to
  618. your programs, too.
  619. When we speak of free software, we are referring to freedom, not
  620. price. Our General Public Licenses are designed to make sure that you
  621. have the freedom to distribute copies of free software (and charge for
  622. this service if you wish), that you receive source code or can get it
  623. if you want it, that you can change the software or use pieces of it
  624. in new free programs; and that you know you can do these things.
  625. To protect your rights, we need to make restrictions that forbid
  626. anyone to deny you these rights or to ask you to surrender the rights.
  627. These restrictions translate to certain responsibilities for you if you
  628. distribute copies of the software, or if you modify it.
  629. For example, if you distribute copies of such a program, whether
  630. gratis or for a fee, you must give the recipients all the rights that
  631. you have. You must make sure that they, too, receive or can get the
  632. source code. And you must show them these terms so they know their
  633. rights.
  634. We protect your rights with two steps: (1) copyright the software, and
  635. (2) offer you this license which gives you legal permission to copy,
  636. distribute and/or modify the software.
  637. Also, for each author's protection and ours, we want to make certain
  638. that everyone understands that there is no warranty for this free
  639. software. If the software is modified by someone else and passed on, we
  640. want its recipients to know that what they have is not the original, so
  641. that any problems introduced by others will not reflect on the original
  642. authors' reputations.
  643. Finally, any free program is threatened constantly by software
  644. patents. We wish to avoid the danger that redistributors of a free
  645. program will individually obtain patent licenses, in effect making the
  646. program proprietary. To prevent this, we have made it clear that any
  647. patent must be licensed for everyone's free use or not licensed at all.
  648. The precise terms and conditions for copying, distribution and
  649. modification follow.
  650. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  651. 0. This License applies to any program or other work which contains
  652. a notice placed by the copyright holder saying it may be distributed
  653. under the terms of this General Public License. The "Program", below,
  654. refers to any such program or work, and a "work based on the Program"
  655. means either the Program or any derivative work under copyright law:
  656. that is to say, a work containing the Program or a portion of it,
  657. either verbatim or with modifications and/or translated into another
  658. language. (Hereinafter, translation is included without limitation in
  659. the term "modification".) Each licensee is addressed as "you".
  660. Activities other than copying, distribution and modification are not
  661. covered by this License; they are outside its scope. The act of
  662. running the Program is not restricted, and the output from the Program
  663. is covered only if its contents constitute a work based on the
  664. Program (independent of having been made by running the Program).
  665. Whether that is true depends on what the Program does.
  666. 1. You may copy and distribute verbatim copies of the Program's
  667. source code as you receive it, in any medium, provided that you
  668. conspicuously and appropriately publish on each copy an appropriate
  669. copyright notice and disclaimer of warranty; keep intact all the
  670. notices that refer to this License and to the absence of any warranty;
  671. and give any other recipients of the Program a copy of this License
  672. along with the Program.
  673. You may charge a fee for the physical act of transferring a copy, and
  674. you may at your option offer warranty protection in exchange for a fee.
  675. 2. You may modify your copy or copies of the Program or any portion
  676. of it, thus forming a work based on the Program, and copy and
  677. distribute such modifications or work under the terms of Section 1
  678. above, provided that you also meet all of these conditions:
  679. a) You must cause the modified files to carry prominent notices
  680. stating that you changed the files and the date of any change.
  681. b) You must cause any work that you distribute or publish, that in
  682. whole or in part contains or is derived from the Program or any
  683. part thereof, to be licensed as a whole at no charge to all third
  684. parties under the terms of this License.
  685. c) If the modified program normally reads commands interactively
  686. when run, you must cause it, when started running for such
  687. interactive use in the most ordinary way, to print or display an
  688. announcement including an appropriate copyright notice and a
  689. notice that there is no warranty (or else, saying that you provide
  690. a warranty) and that users may redistribute the program under
  691. these conditions, and telling the user how to view a copy of this
  692. License. (Exception: if the Program itself is interactive but
  693. does not normally print such an announcement, your work based on
  694. the Program is not required to print an announcement.)
  695. These requirements apply to the modified work as a whole. If
  696. identifiable sections of that work are not derived from the Program,
  697. and can be reasonably considered independent and separate works in
  698. themselves, then this License, and its terms, do not apply to those
  699. sections when you distribute them as separate works. But when you
  700. distribute the same sections as part of a whole which is a work based
  701. on the Program, the distribution of the whole must be on the terms of
  702. this License, whose permissions for other licensees extend to the
  703. entire whole, and thus to each and every part regardless of who wrote it.
  704. Thus, it is not the intent of this section to claim rights or contest
  705. your rights to work written entirely by you; rather, the intent is to
  706. exercise the right to control the distribution of derivative or
  707. collective works based on the Program.
  708. In addition, mere aggregation of another work not based on the Program
  709. with the Program (or with a work based on the Program) on a volume of
  710. a storage or distribution medium does not bring the other work under
  711. the scope of this License.
  712. 3. You may copy and distribute the Program (or a work based on it,
  713. under Section 2) in object code or executable form under the terms of
  714. Sections 1 and 2 above provided that you also do one of the following:
  715. a) Accompany it with the complete corresponding machine-readable
  716. source code, which must be distributed under the terms of Sections
  717. 1 and 2 above on a medium customarily used for software interchange; or,
  718. b) Accompany it with a written offer, valid for at least three
  719. years, to give any third party, for a charge no more than your
  720. cost of physically performing source distribution, a complete
  721. machine-readable copy of the corresponding source code, to be
  722. distributed under the terms of Sections 1 and 2 above on a medium
  723. customarily used for software interchange; or,
  724. c) Accompany it with the information you received as to the offer
  725. to distribute corresponding source code. (This alternative is
  726. allowed only for noncommercial distribution and only if you
  727. received the program in object code or executable form with such
  728. an offer, in accord with Subsection b above.)
  729. The source code for a work means the preferred form of the work for
  730. making modifications to it. For an executable work, complete source
  731. code means all the source code for all modules it contains, plus any
  732. associated interface definition files, plus the scripts used to
  733. control compilation and installation of the executable. However, as a
  734. special exception, the source code distributed need not include
  735. anything that is normally distributed (in either source or binary
  736. form) with the major components (compiler, kernel, and so on) of the
  737. operating system on which the executable runs, unless that component
  738. itself accompanies the executable.
  739. If distribution of executable or object code is made by offering
  740. access to copy from a designated place, then offering equivalent
  741. access to copy the source code from the same place counts as
  742. distribution of the source code, even though third parties are not
  743. compelled to copy the source along with the object code.
  744. 4. You may not copy, modify, sublicense, or distribute the Program
  745. except as expressly provided under this License. Any attempt
  746. otherwise to copy, modify, sublicense or distribute the Program is
  747. void, and will automatically terminate your rights under this License.
  748. However, parties who have received copies, or rights, from you under
  749. this License will not have their licenses terminated so long as such
  750. parties remain in full compliance.
  751. 5. You are not required to accept this License, since you have not
  752. signed it. However, nothing else grants you permission to modify or
  753. distribute the Program or its derivative works. These actions are
  754. prohibited by law if you do not accept this License. Therefore, by
  755. modifying or distributing the Program (or any work based on the
  756. Program), you indicate your acceptance of this License to do so, and
  757. all its terms and conditions for copying, distributing or modifying
  758. the Program or works based on it.
  759. 6. Each time you redistribute the Program (or any work based on the
  760. Program), the recipient automatically receives a license from the
  761. original licensor to copy, distribute or modify the Program subject to
  762. these terms and conditions. You may not impose any further
  763. restrictions on the recipients' exercise of the rights granted herein.
  764. You are not responsible for enforcing compliance by third parties to
  765. this License.
  766. 7. If, as a consequence of a court judgment or allegation of patent
  767. infringement or for any other reason (not limited to patent issues),
  768. conditions are imposed on you (whether by court order, agreement or
  769. otherwise) that contradict the conditions of this License, they do not
  770. excuse you from the conditions of this License. If you cannot
  771. distribute so as to satisfy simultaneously your obligations under this
  772. License and any other pertinent obligations, then as a consequence you
  773. may not distribute the Program at all. For example, if a patent
  774. license would not permit royalty-free redistribution of the Program by
  775. all those who receive copies directly or indirectly through you, then
  776. the only way you could satisfy both it and this License would be to
  777. refrain entirely from distribution of the Program.
  778. If any portion of this section is held invalid or unenforceable under
  779. any particular circumstance, the balance of the section is intended to
  780. apply and the section as a whole is intended to apply in other
  781. circumstances.
  782. It is not the purpose of this section to induce you to infringe any
  783. patents or other property right claims or to contest validity of any
  784. such claims; this section has the sole purpose of protecting the
  785. integrity of the free software distribution system, which is
  786. implemented by public license practices. Many people have made
  787. generous contributions to the wide range of software distributed
  788. through that system in reliance on consistent application of that
  789. system; it is up to the author/donor to decide if he or she is willing
  790. to distribute software through any other system and a licensee cannot
  791. impose that choice.
  792. This section is intended to make thoroughly clear what is believed to
  793. be a consequence of the rest of this License.
  794. 8. If the distribution and/or use of the Program is restricted in
  795. certain countries either by patents or by copyrighted interfaces, the
  796. original copyright holder who places the Program under this License
  797. may add an explicit geographical distribution limitation excluding
  798. those countries, so that distribution is permitted only in or among
  799. countries not thus excluded. In such case, this License incorporates
  800. the limitation as if written in the body of this License.
  801. 9. The Free Software Foundation may publish revised and/or new versions
  802. of the General Public License from time to time. Such new versions will
  803. be similar in spirit to the present version, but may differ in detail to
  804. address new problems or concerns.
  805. Each version is given a distinguishing version number. If the Program
  806. specifies a version number of this License which applies to it and "any
  807. later version", you have the option of following the terms and conditions
  808. either of that version or of any later version published by the Free
  809. Software Foundation. If the Program does not specify a version number of
  810. this License, you may choose any version ever published by the Free Software
  811. Foundation.
  812. 10. If you wish to incorporate parts of the Program into other free
  813. programs whose distribution conditions are different, write to the author
  814. to ask for permission. For software which is copyrighted by the Free
  815. Software Foundation, write to the Free Software Foundation; we sometimes
  816. make exceptions for this. Our decision will be guided by the two goals
  817. of preserving the free status of all derivatives of our free software and
  818. of promoting the sharing and reuse of software generally.
  819. NO WARRANTY
  820. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  821. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  822. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  823. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  824. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  825. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  826. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  827. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  828. REPAIR OR CORRECTION.
  829. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  830. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  831. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  832. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  833. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  834. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  835. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  836. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  837. POSSIBILITY OF SUCH DAMAGES.
  838. Autoconf Exception
  839. As a special exception, the Free Software Foundation gives unlimited
  840. permission to copy, distribute and modify the configure scripts that are the
  841. output of Autoconf. You need not follow the terms of the GNU General Public
  842. License when using or distributing such scripts, even though portions of the
  843. text of Autoconf appear in them. The GNU General Public License (GPL) does
  844. govern all other use of the material that constitutes the Autoconf program.
  845. Certain portions of the Autoconf source text are designed to be copied (in
  846. certain cases, depending on the input) into the output of Autoconf. We call
  847. these the "data" portions. The rest of the Autoconf source text consists of
  848. comments plus executable code that decides which of the data portions to
  849. output in any given case. We call these comments and executable code the "non-
  850. data" portions. Autoconf never copies any of the non-data portions into its
  851. output.
  852. This special exception to the GPL applies to versions of Autoconf released by
  853. the Free Software Foundation. When you make and distribute a modified version
  854. of Autoconf, you may extend this special exception to the GPL to apply to your
  855. modified version as well, *unless* your modified version has the potential to
  856. copy into its output some of the text that was the non-data portion of the
  857. version that you started with. (In other words, unless your change moves or
  858. copies text from the non-data portions to the data portions.) If your
  859. modification has such potential, you must delete any notice of this special
  860. exception to the GPL from your modified version.