home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / Licenses.xml < prev    next >
Text File  |  2004-07-05  |  49KB  |  910 lines

  1. <TextLibrary name = "${res:SharpDevelop.SideBar.LicensesTags}">
  2.     <Text display = "BSD" value = "[NAME]
  3. Copyright (c) <YEAR>, <OWNER>
  4. All rights reserved.
  5.  
  6. Redistribution and use in source and binary forms, with or without modification, are 
  7. permitted provided that the following conditions are met:
  8.  
  9. - Redistributions of source code must retain the above copyright notice, this list 
  10.   of conditions and the following disclaimer.
  11.  
  12. - Redistributions in binary form must reproduce the above copyright notice, this list
  13.   of conditions and the following disclaimer in the documentation and/or other materials 
  14.   provided with the distribution.
  15.  
  16. - Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to 
  17.   endorse or promote products derived from this software without specific prior written 
  18.   permission.
  19.  
  20. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &AS IS& AND ANY EXPRESS 
  21. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  22. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
  23. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
  24. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
  25. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
  26. IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
  27. OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."/>
  28.     <Text display = "GPL header" value = "// one line to give the program's name and an idea of what it does.
  29. // Copyright (C) yyyy  name of author
  30. // 
  31. // This program is free software; you can redistribute it and/or
  32. // modify it under the terms of the GNU General Public License
  33. // as published by the Free Software Foundation; either version 2
  34. // of the License, or (at your option) any later version.
  35. // 
  36. // This program is distributed in the hope that it will be useful,
  37. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  39. // GNU General Public License for more details.
  40. // 
  41. // You should have received a copy of the GNU General Public License
  42. // along with this program; if not, write to the Free Software
  43. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  44. "/>
  45.  
  46.     <Text display = "LGPL header" value = "// one line to give the library's name and an idea of what it does.
  47. // Copyright (C) year  name of author
  48. // 
  49. // This library is free software; you can redistribute it and/or
  50. // modify it under the terms of the GNU Lesser General Public
  51. // License as published by the Free Software Foundation; either
  52. // version 2.1 of the License, or (at your option) any later version.
  53. // 
  54. // This library is distributed in the hope that it will be useful,
  55. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  56. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  57. // Lesser General Public License for more details.
  58. // 
  59. // You should have received a copy of the GNU Lesser General Public
  60. // License along with this library; if not, write to the Free Software
  61. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  62. "/>
  63.  
  64.     <Text display = "GPL" value = "            GNU GENERAL PUBLIC LICENSE
  65.                Version 2, June 1991
  66.  
  67.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  68.                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  69.  Everyone is permitted to copy and distribute verbatim copies
  70.  of this license document, but changing it is not allowed.
  71.  
  72.                 Preamble
  73.  
  74.   The licenses for most software are designed to take away your
  75. freedom to share and change it.  By contrast, the GNU General Public
  76. License is intended to guarantee your freedom to share and change free
  77. software--to make sure the software is free for all its users.  This
  78. General Public License applies to most of the Free Software
  79. Foundation's software and to any other program whose authors commit to
  80. using it.  (Some other Free Software Foundation software is covered by
  81. the GNU Library General Public License instead.)  You can apply it to
  82. your programs, too.
  83.  
  84.   When we speak of free software, we are referring to freedom, not
  85. price.  Our General Public Licenses are designed to make sure that you
  86. have the freedom to distribute copies of free software (and charge for
  87. this service if you wish), that you receive source code or can get it
  88. if you want it, that you can change the software or use pieces of it
  89. in new free programs; and that you know you can do these things.
  90.  
  91.   To protect your rights, we need to make restrictions that forbid
  92. anyone to deny you these rights or to ask you to surrender the rights.
  93. These restrictions translate to certain responsibilities for you if you
  94. distribute copies of the software, or if you modify it.
  95.  
  96.   For example, if you distribute copies of such a program, whether
  97. gratis or for a fee, you must give the recipients all the rights that
  98. you have.  You must make sure that they, too, receive or can get the
  99. source code.  And you must show them these terms so they know their
  100. rights.
  101.  
  102.   We protect your rights with two steps: (1) copyright the software, and
  103. (2) offer you this license which gives you legal permission to copy,
  104. distribute and/or modify the software.
  105.  
  106.   Also, for each author's protection and ours, we want to make certain
  107. that everyone understands that there is no warranty for this free
  108. software.  If the software is modified by someone else and passed on, we
  109. want its recipients to know that what they have is not the original, so
  110. that any problems introduced by others will not reflect on the original
  111. authors' reputations.
  112.  
  113.   Finally, any free program is threatened constantly by software
  114. patents.  We wish to avoid the danger that redistributors of a free
  115. program will individually obtain patent licenses, in effect making the
  116. program proprietary.  To prevent this, we have made it clear that any
  117. patent must be licensed for everyone's free use or not licensed at all.
  118.  
  119.   The precise terms and conditions for copying, distribution and
  120. modification follow.
  121.  
  122.             GNU GENERAL PUBLIC LICENSE
  123.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  124.  
  125.   0. This License applies to any program or other work which contains
  126. a notice placed by the copyright holder saying it may be distributed
  127. under the terms of this General Public License.  The "Program", below,
  128. refers to any such program or work, and a "work based on the Program"
  129. means either the Program or any derivative work under copyright law:
  130. that is to say, a work containing the Program or a portion of it,
  131. either verbatim or with modifications and/or translated into another
  132. language.  (Hereinafter, translation is included without limitation in
  133. the term "modification".)  Each licensee is addressed as "you".
  134.  
  135. Activities other than copying, distribution and modification are not
  136. covered by this License; they are outside its scope.  The act of
  137. running the Program is not restricted, and the output from the Program
  138. is covered only if its contents constitute a work based on the
  139. Program (independent of having been made by running the Program).
  140. Whether that is true depends on what the Program does.
  141.  
  142.   1. You may copy and distribute verbatim copies of the Program's
  143. source code as you receive it, in any medium, provided that you
  144. conspicuously and appropriately publish on each copy an appropriate
  145. copyright notice and disclaimer of warranty; keep intact all the
  146. notices that refer to this License and to the absence of any warranty;
  147. and give any other recipients of the Program a copy of this License
  148. along with the Program.
  149.  
  150. You may charge a fee for the physical act of transferring a copy, and
  151. you may at your option offer warranty protection in exchange for a fee.
  152.  
  153.   2. You may modify your copy or copies of the Program or any portion
  154. of it, thus forming a work based on the Program, and copy and
  155. distribute such modifications or work under the terms of Section 1
  156. above, provided that you also meet all of these conditions:
  157.  
  158.     a) You must cause the modified files to carry prominent notices
  159.     stating that you changed the files and the date of any change.
  160.  
  161.     b) You must cause any work that you distribute or publish, that in
  162.     whole or in part contains or is derived from the Program or any
  163.     part thereof, to be licensed as a whole at no charge to all third
  164.     parties under the terms of this License.
  165.  
  166.     c) If the modified program normally reads commands interactively
  167.     when run, you must cause it, when started running for such
  168.     interactive use in the most ordinary way, to print or display an
  169.     announcement including an appropriate copyright notice and a
  170.     notice that there is no warranty (or else, saying that you provide
  171.     a warranty) and that users may redistribute the program under
  172.     these conditions, and telling the user how to view a copy of this
  173.     License.  (Exception: if the Program itself is interactive but
  174.     does not normally print such an announcement, your work based on
  175.     the Program is not required to print an announcement.)
  176.  
  177. These requirements apply to the modified work as a whole.  If
  178. identifiable sections of that work are not derived from the Program,
  179. and can be reasonably considered independent and separate works in
  180. themselves, then this License, and its terms, do not apply to those
  181. sections when you distribute them as separate works.  But when you
  182. distribute the same sections as part of a whole which is a work based
  183. on the Program, the distribution of the whole must be on the terms of
  184. this License, whose permissions for other licensees extend to the
  185. entire whole, and thus to each and every part regardless of who wrote it.
  186.  
  187. Thus, it is not the intent of this section to claim rights or contest
  188. your rights to work written entirely by you; rather, the intent is to
  189. exercise the right to control the distribution of derivative or
  190. collective works based on the Program.
  191.  
  192. In addition, mere aggregation of another work not based on the Program
  193. with the Program (or with a work based on the Program) on a volume of
  194. a storage or distribution medium does not bring the other work under
  195. the scope of this License.
  196.  
  197.   3. You may copy and distribute the Program (or a work based on it,
  198. under Section 2) in object code or executable form under the terms of
  199. Sections 1 and 2 above provided that you also do one of the following:
  200.  
  201.     a) Accompany it with the complete corresponding machine-readable
  202.     source code, which must be distributed under the terms of Sections
  203.     1 and 2 above on a medium customarily used for software interchange; or,
  204.  
  205.     b) Accompany it with a written offer, valid for at least three
  206.     years, to give any third party, for a charge no more than your
  207.     cost of physically performing source distribution, a complete
  208.     machine-readable copy of the corresponding source code, to be
  209.     distributed under the terms of Sections 1 and 2 above on a medium
  210.     customarily used for software interchange; or,
  211.  
  212.     c) Accompany it with the information you received as to the offer
  213.     to distribute corresponding source code.  (This alternative is
  214.     allowed only for noncommercial distribution and only if you
  215.     received the program in object code or executable form with such
  216.     an offer, in accord with Subsection b above.)
  217.  
  218. The source code for a work means the preferred form of the work for
  219. making modifications to it.  For an executable work, complete source
  220. code means all the source code for all modules it contains, plus any
  221. associated interface definition files, plus the scripts used to
  222. control compilation and installation of the executable.  However, as a
  223. special exception, the source code distributed need not include
  224. anything that is normally distributed (in either source or binary
  225. form) with the major components (compiler, kernel, and so on) of the
  226. operating system on which the executable runs, unless that component
  227. itself accompanies the executable.
  228.  
  229. If distribution of executable or object code is made by offering
  230. access to copy from a designated place, then offering equivalent
  231. access to copy the source code from the same place counts as
  232. distribution of the source code, even though third parties are not
  233. compelled to copy the source along with the object code.
  234.  
  235.   4. You may not copy, modify, sublicense, or distribute the Program
  236. except as expressly provided under this License.  Any attempt
  237. otherwise to copy, modify, sublicense or distribute the Program is
  238. void, and will automatically terminate your rights under this License.
  239. However, parties who have received copies, or rights, from you under
  240. this License will not have their licenses terminated so long as such
  241. parties remain in full compliance.
  242.  
  243.   5. You are not required to accept this License, since you have not
  244. signed it.  However, nothing else grants you permission to modify or
  245. distribute the Program or its derivative works.  These actions are
  246. prohibited by law if you do not accept this License.  Therefore, by
  247. modifying or distributing the Program (or any work based on the
  248. Program), you indicate your acceptance of this License to do so, and
  249. all its terms and conditions for copying, distributing or modifying
  250. the Program or works based on it.
  251.  
  252.   6. Each time you redistribute the Program (or any work based on the
  253. Program), the recipient automatically receives a license from the
  254. original licensor to copy, distribute or modify the Program subject to
  255. these terms and conditions.  You may not impose any further
  256. restrictions on the recipients' exercise of the rights granted herein.
  257. You are not responsible for enforcing compliance by third parties to
  258. this License.
  259.  
  260.   7. If, as a consequence of a court judgment or allegation of patent
  261. infringement or for any other reason (not limited to patent issues),
  262. conditions are imposed on you (whether by court order, agreement or
  263. otherwise) that contradict the conditions of this License, they do not
  264. excuse you from the conditions of this License.  If you cannot
  265. distribute so as to satisfy simultaneously your obligations under this
  266. License and any other pertinent obligations, then as a consequence you
  267. may not distribute the Program at all.  For example, if a patent
  268. license would not permit royalty-free redistribution of the Program by
  269. all those who receive copies directly or indirectly through you, then
  270. the only way you could satisfy both it and this License would be to
  271. refrain entirely from distribution of the Program.
  272.  
  273. If any portion of this section is held invalid or unenforceable under
  274. any particular circumstance, the balance of the section is intended to
  275. apply and the section as a whole is intended to apply in other
  276. circumstances.
  277.  
  278. It is not the purpose of this section to induce you to infringe any
  279. patents or other property right claims or to contest validity of any
  280. such claims; this section has the sole purpose of protecting the
  281. integrity of the free software distribution system, which is
  282. implemented by public license practices.  Many people have made
  283. generous contributions to the wide range of software distributed
  284. through that system in reliance on consistent application of that
  285. system; it is up to the author/donor to decide if he or she is willing
  286. to distribute software through any other system and a licensee cannot
  287. impose that choice.
  288.  
  289. This section is intended to make thoroughly clear what is believed to
  290. be a consequence of the rest of this License.
  291.  
  292.   8. If the distribution and/or use of the Program is restricted in
  293. certain countries either by patents or by copyrighted interfaces, the
  294. original copyright holder who places the Program under this License
  295. may add an explicit geographical distribution limitation excluding
  296. those countries, so that distribution is permitted only in or among
  297. countries not thus excluded.  In such case, this License incorporates
  298. the limitation as if written in the body of this License.
  299.  
  300.   9. The Free Software Foundation may publish revised and/or new versions
  301. of the General Public License from time to time.  Such new versions will
  302. be similar in spirit to the present version, but may differ in detail to
  303. address new problems or concerns.
  304.  
  305. Each version is given a distinguishing version number.  If the Program
  306. specifies a version number of this License which applies to it and "any
  307. later version", you have the option of following the terms and conditions
  308. either of that version or of any later version published by the Free
  309. Software Foundation.  If the Program does not specify a version number of
  310. this License, you may choose any version ever published by the Free Software
  311. Foundation.
  312.  
  313.   10. If you wish to incorporate parts of the Program into other free
  314. programs whose distribution conditions are different, write to the author
  315. to ask for permission.  For software which is copyrighted by the Free
  316. Software Foundation, write to the Free Software Foundation; we sometimes
  317. make exceptions for this.  Our decision will be guided by the two goals
  318. of preserving the free status of all derivatives of our free software and
  319. of promoting the sharing and reuse of software generally.
  320.  
  321.                 NO WARRANTY
  322.  
  323.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  324. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  325. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  326. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  327. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  328. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  329. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  330. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  331. REPAIR OR CORRECTION.
  332.  
  333.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  334. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  335. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  336. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  337. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  338. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  339. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  340. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  341. POSSIBILITY OF SUCH DAMAGES.
  342.  
  343.              END OF TERMS AND CONDITIONS
  344.  
  345.         How to Apply These Terms to Your New Programs
  346.  
  347.   If you develop a new program, and you want it to be of the greatest
  348. possible use to the public, the best way to achieve this is to make it
  349. free software which everyone can redistribute and change under these terms.
  350.  
  351.   To do so, attach the following notices to the program.  It is safest
  352. to attach them to the start of each source file to most effectively
  353. convey the exclusion of warranty; and each file should have at least
  354. the "copyright" line and a pointer to where the full notice is found.
  355.  
  356.     <one line to give the program's name and a brief idea of what it does.>
  357.     Copyright (C) <year>  <name of author>
  358.  
  359.     This program is free software; you can redistribute it and/or modify
  360.     it under the terms of the GNU General Public License as published by
  361.     the Free Software Foundation; either version 2 of the License, or
  362.     (at your option) any later version.
  363.  
  364.     This program is distributed in the hope that it will be useful,
  365.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  366.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  367.     GNU General Public License for more details.
  368.  
  369.     You should have received a copy of the GNU General Public License
  370.     along with this program; if not, write to the Free Software
  371.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  372.  
  373.  
  374. Also add information on how to contact you by electronic and paper mail.
  375.  
  376. If the program is interactive, make it output a short notice like this
  377. when it starts in an interactive mode:
  378.  
  379.     Gnomovision version 69, Copyright (C) year name of author
  380.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  381.     This is free software, and you are welcome to redistribute it
  382.     under certain conditions; type `show c' for details.
  383.  
  384. The hypothetical commands `show w' and `show c' should show the appropriate
  385. parts of the General Public License.  Of course, the commands you use may
  386. be called something other than `show w' and `show c'; they could even be
  387. mouse-clicks or menu items--whatever suits your program.
  388.  
  389. You should also get your employer (if you work as a programmer) or your
  390. school, if any, to sign a "copyright disclaimer" for the program, if
  391. necessary.  Here is a sample; alter the names:
  392.  
  393.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  394.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  395.  
  396.   <signature of Ty Coon>, 1 April 1989
  397.   Ty Coon, President of Vice
  398.  
  399. This General Public License does not permit incorporating your program into
  400. proprietary programs.  If your program is a subroutine library, you may
  401. consider it more useful to permit linking proprietary applications with the
  402. library.  If this is what you want to do, use the GNU Library General
  403. Public License instead of this License.
  404. "/>
  405.  
  406.     <Text display = "LGPL" value = "          GNU LESSER GENERAL PUBLIC LICENSE
  407.                Version 2.1, February 1999
  408.  
  409.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  410.      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  411.  Everyone is permitted to copy and distribute verbatim copies
  412.  of this license document, but changing it is not allowed.
  413.  
  414. [This is the first released version of the Lesser GPL.  It also counts
  415.  as the successor of the GNU Library Public License, version 2, hence
  416.  the version number 2.1.]
  417.  
  418.                 Preamble
  419.  
  420.   The licenses for most software are designed to take away your
  421. freedom to share and change it.  By contrast, the GNU General Public
  422. Licenses are intended to guarantee your freedom to share and change
  423. free software--to make sure the software is free for all its users.
  424.  
  425.   This license, the Lesser General Public License, applies to some
  426. specially designated software packages--typically libraries--of the
  427. Free Software Foundation and other authors who decide to use it.  You
  428. can use it too, but we suggest you first think carefully about whether
  429. this license or the ordinary General Public License is the better
  430. strategy to use in any particular case, based on the explanations below.
  431.  
  432.   When we speak of free software, we are referring to freedom of use,
  433. not price.  Our General Public Licenses are designed to make sure that
  434. you have the freedom to distribute copies of free software (and charge
  435. for this service if you wish); that you receive source code or can get
  436. it if you want it; that you can change the software and use pieces of
  437. it in new free programs; and that you are informed that you can do
  438. these things.
  439.  
  440.   To protect your rights, we need to make restrictions that forbid
  441. distributors to deny you these rights or to ask you to surrender these
  442. rights.  These restrictions translate to certain responsibilities for
  443. you if you distribute copies of the library or if you modify it.
  444.  
  445.   For example, if you distribute copies of the library, whether gratis
  446. or for a fee, you must give the recipients all the rights that we gave
  447. you.  You must make sure that they, too, receive or can get the source
  448. code.  If you link other code with the library, you must provide
  449. complete object files to the recipients, so that they can relink them
  450. with the library after making changes to the library and recompiling
  451. it.  And you must show them these terms so they know their rights.
  452.  
  453.   We protect your rights with a two-step method: (1) we copyright the
  454. library, and (2) we offer you this license, which gives you legal
  455. permission to copy, distribute and/or modify the library.
  456.  
  457.   To protect each distributor, we want to make it very clear that
  458. there is no warranty for the free library.  Also, if the library is
  459. modified by someone else and passed on, the recipients should know
  460. that what they have is not the original version, so that the original
  461. author's reputation will not be affected by problems that might be
  462. introduced by others.
  463.  
  464.   Finally, software patents pose a constant threat to the existence of
  465. any free program.  We wish to make sure that a company cannot
  466. effectively restrict the users of a free program by obtaining a
  467. restrictive license from a patent holder.  Therefore, we insist that
  468. any patent license obtained for a version of the library must be
  469. consistent with the full freedom of use specified in this license.
  470.  
  471.   Most GNU software, including some libraries, is covered by the
  472. ordinary GNU General Public License.  This license, the GNU Lesser
  473. General Public License, applies to certain designated libraries, and
  474. is quite different from the ordinary General Public License.  We use
  475. this license for certain libraries in order to permit linking those
  476. libraries into non-free programs.
  477.  
  478.   When a program is linked with a library, whether statically or using
  479. a shared library, the combination of the two is legally speaking a
  480. combined work, a derivative of the original library.  The ordinary
  481. General Public License therefore permits such linking only if the
  482. entire combination fits its criteria of freedom.  The Lesser General
  483. Public License permits more lax criteria for linking other code with
  484. the library.
  485.  
  486.   We call this license the "Lesser" General Public License because it
  487. does Less to protect the user's freedom than the ordinary General
  488. Public License.  It also provides other free software developers Less
  489. of an advantage over competing non-free programs.  These disadvantages
  490. are the reason we use the ordinary General Public License for many
  491. libraries.  However, the Lesser license provides advantages in certain
  492. special circumstances.
  493.  
  494.   For example, on rare occasions, there may be a special need to
  495. encourage the widest possible use of a certain library, so that it becomes
  496. a de-facto standard.  To achieve this, non-free programs must be
  497. allowed to use the library.  A more frequent case is that a free
  498. library does the same job as widely used non-free libraries.  In this
  499. case, there is little to gain by limiting the free library to free
  500. software only, so we use the Lesser General Public License.
  501.  
  502.   In other cases, permission to use a particular library in non-free
  503. programs enables a greater number of people to use a large body of
  504. free software.  For example, permission to use the GNU C Library in
  505. non-free programs enables many more people to use the whole GNU
  506. operating system, as well as its variant, the GNU/Linux operating
  507. system.
  508.  
  509.   Although the Lesser General Public License is Less protective of the
  510. users' freedom, it does ensure that the user of a program that is
  511. linked with the Library has the freedom and the wherewithal to run
  512. that program using a modified version of the Library.
  513.  
  514.   The precise terms and conditions for copying, distribution and
  515. modification follow.  Pay close attention to the difference between a
  516. "work based on the library" and a "work that uses the library".  The
  517. former contains code derived from the library, whereas the latter must
  518. be combined with the library in order to run.
  519.  
  520.           GNU LESSER GENERAL PUBLIC LICENSE
  521.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  522.  
  523.   0. This License Agreement applies to any software library or other
  524. program which contains a notice placed by the copyright holder or
  525. other authorized party saying it may be distributed under the terms of
  526. this Lesser General Public License (also called "this License").
  527. Each licensee is addressed as "you".
  528.  
  529.   A "library" means a collection of software functions and/or data
  530. prepared so as to be conveniently linked with application programs
  531. (which use some of those functions and data) to form executables.
  532.  
  533.   The "Library", below, refers to any such software library or work
  534. which has been distributed under these terms.  A "work based on the
  535. Library" means either the Library or any derivative work under
  536. copyright law: that is to say, a work containing the Library or a
  537. portion of it, either verbatim or with modifications and/or translated
  538. straightforwardly into another language.  (Hereinafter, translation is
  539. included without limitation in the term "modification".)
  540.  
  541.   "Source code" for a work means the preferred form of the work for
  542. making modifications to it.  For a library, complete source code means
  543. all the source code for all modules it contains, plus any associated
  544. interface definition files, plus the scripts used to control compilation
  545. and installation of the library.
  546.  
  547.   Activities other than copying, distribution and modification are not
  548. covered by this License; they are outside its scope.  The act of
  549. running a program using the Library is not restricted, and output from
  550. such a program is covered only if its contents constitute a work based
  551. on the Library (independent of the use of the Library in a tool for
  552. writing it).  Whether that is true depends on what the Library does
  553. and what the program that uses the Library does.
  554.   
  555.   1. You may copy and distribute verbatim copies of the Library's
  556. complete source code as you receive it, in any medium, provided that
  557. you conspicuously and appropriately publish on each copy an
  558. appropriate copyright notice and disclaimer of warranty; keep intact
  559. all the notices that refer to this License and to the absence of any
  560. warranty; and distribute a copy of this License along with the
  561. Library.
  562.  
  563.   You may charge a fee for the physical act of transferring a copy,
  564. and you may at your option offer warranty protection in exchange for a
  565. fee.
  566.  
  567.   2. You may modify your copy or copies of the Library or any portion
  568. of it, thus forming a work based on the Library, and copy and
  569. distribute such modifications or work under the terms of Section 1
  570. above, provided that you also meet all of these conditions:
  571.  
  572.     a) The modified work must itself be a software library.
  573.  
  574.     b) You must cause the files modified to carry prominent notices
  575.     stating that you changed the files and the date of any change.
  576.  
  577.     c) You must cause the whole of the work to be licensed at no
  578.     charge to all third parties under the terms of this License.
  579.  
  580.     d) If a facility in the modified Library refers to a function or a
  581.     table of data to be supplied by an application program that uses
  582.     the facility, other than as an argument passed when the facility
  583.     is invoked, then you must make a good faith effort to ensure that,
  584.     in the event an application does not supply such function or
  585.     table, the facility still operates, and performs whatever part of
  586.     its purpose remains meaningful.
  587.  
  588.     (For example, a function in a library to compute square roots has
  589.     a purpose that is entirely well-defined independent of the
  590.     application.  Therefore, Subsection 2d requires that any
  591.     application-supplied function or table used by this function must
  592.     be optional: if the application does not supply it, the square
  593.     root function must still compute square roots.)
  594.  
  595. These requirements apply to the modified work as a whole.  If
  596. identifiable sections of that work are not derived from the Library,
  597. and can be reasonably considered independent and separate works in
  598. themselves, then this License, and its terms, do not apply to those
  599. sections when you distribute them as separate works.  But when you
  600. distribute the same sections as part of a whole which is a work based
  601. on the Library, the distribution of the whole must be on the terms of
  602. this License, whose permissions for other licensees extend to the
  603. entire whole, and thus to each and every part regardless of who wrote
  604. it.
  605.  
  606. Thus, it is not the intent of this section to claim rights or contest
  607. your rights to work written entirely by you; rather, the intent is to
  608. exercise the right to control the distribution of derivative or
  609. collective works based on the Library.
  610.  
  611. In addition, mere aggregation of another work not based on the Library
  612. with the Library (or with a work based on the Library) on a volume of
  613. a storage or distribution medium does not bring the other work under
  614. the scope of this License.
  615.  
  616.   3. You may opt to apply the terms of the ordinary GNU General Public
  617. License instead of this License to a given copy of the Library.  To do
  618. this, you must alter all the notices that refer to this License, so
  619. that they refer to the ordinary GNU General Public License, version 2,
  620. instead of to this License.  (If a newer version than version 2 of the
  621. ordinary GNU General Public License has appeared, then you can specify
  622. that version instead if you wish.)  Do not make any other change in
  623. these notices.
  624.  
  625.   Once this change is made in a given copy, it is irreversible for
  626. that copy, so the ordinary GNU General Public License applies to all
  627. subsequent copies and derivative works made from that copy.
  628.  
  629.   This option is useful when you wish to copy part of the code of
  630. the Library into a program that is not a library.
  631.  
  632.   4. You may copy and distribute the Library (or a portion or
  633. derivative of it, under Section 2) in object code or executable form
  634. under the terms of Sections 1 and 2 above provided that you accompany
  635. it with the complete corresponding machine-readable source code, which
  636. must be distributed under the terms of Sections 1 and 2 above on a
  637. medium customarily used for software interchange.
  638.  
  639.   If distribution of object code is made by offering access to copy
  640. from a designated place, then offering equivalent access to copy the
  641. source code from the same place satisfies the requirement to
  642. distribute the source code, even though third parties are not
  643. compelled to copy the source along with the object code.
  644.  
  645.   5. A program that contains no derivative of any portion of the
  646. Library, but is designed to work with the Library by being compiled or
  647. linked with it, is called a "work that uses the Library".  Such a
  648. work, in isolation, is not a derivative work of the Library, and
  649. therefore falls outside the scope of this License.
  650.  
  651.   However, linking a "work that uses the Library" with the Library
  652. creates an executable that is a derivative of the Library (because it
  653. contains portions of the Library), rather than a "work that uses the
  654. library".  The executable is therefore covered by this License.
  655. Section 6 states terms for distribution of such executables.
  656.  
  657.   When a "work that uses the Library" uses material from a header file
  658. that is part of the Library, the object code for the work may be a
  659. derivative work of the Library even though the source code is not.
  660. Whether this is true is especially significant if the work can be
  661. linked without the Library, or if the work is itself a library.  The
  662. threshold for this to be true is not precisely defined by law.
  663.  
  664.   If such an object file uses only numerical parameters, data
  665. structure layouts and accessors, and small macros and small inline
  666. functions (ten lines or less in length), then the use of the object
  667. file is unrestricted, regardless of whether it is legally a derivative
  668. work.  (Executables containing this object code plus portions of the
  669. Library will still fall under Section 6.)
  670.  
  671.   Otherwise, if the work is a derivative of the Library, you may
  672. distribute the object code for the work under the terms of Section 6.
  673. Any executables containing that work also fall under Section 6,
  674. whether or not they are linked directly with the Library itself.
  675.  
  676.   6. As an exception to the Sections above, you may also combine or
  677. link a "work that uses the Library" with the Library to produce a
  678. work containing portions of the Library, and distribute that work
  679. under terms of your choice, provided that the terms permit
  680. modification of the work for the customer's own use and reverse
  681. engineering for debugging such modifications.
  682.  
  683.   You must give prominent notice with each copy of the work that the
  684. Library is used in it and that the Library and its use are covered by
  685. this License.  You must supply a copy of this License.  If the work
  686. during execution displays copyright notices, you must include the
  687. copyright notice for the Library among them, as well as a reference
  688. directing the user to the copy of this License.  Also, you must do one
  689. of these things:
  690.  
  691.     a) Accompany the work with the complete corresponding
  692.     machine-readable source code for the Library including whatever
  693.     changes were used in the work (which must be distributed under
  694.     Sections 1 and 2 above); and, if the work is an executable linked
  695.     with the Library, with the complete machine-readable "work that
  696.     uses the Library", as object code and/or source code, so that the
  697.     user can modify the Library and then relink to produce a modified
  698.     executable containing the modified Library.  (It is understood
  699.     that the user who changes the contents of definitions files in the
  700.     Library will not necessarily be able to recompile the application
  701.     to use the modified definitions.)
  702.  
  703.     b) Use a suitable shared library mechanism for linking with the
  704.     Library.  A suitable mechanism is one that (1) uses at run time a
  705.     copy of the library already present on the user's computer system,
  706.     rather than copying library functions into the executable, and (2)
  707.     will operate properly with a modified version of the library, if
  708.     the user installs one, as long as the modified version is
  709.     interface-compatible with the version that the work was made with.
  710.  
  711.     c) Accompany the work with a written offer, valid for at
  712.     least three years, to give the same user the materials
  713.     specified in Subsection 6a, above, for a charge no more
  714.     than the cost of performing this distribution.
  715.  
  716.     d) If distribution of the work is made by offering access to copy
  717.     from a designated place, offer equivalent access to copy the above
  718.     specified materials from the same place.
  719.  
  720.     e) Verify that the user has already received a copy of these
  721.     materials or that you have already sent this user a copy.
  722.  
  723.   For an executable, the required form of the "work that uses the
  724. Library" must include any data and utility programs needed for
  725. reproducing the executable from it.  However, as a special exception,
  726. the materials to be distributed need not include anything that is
  727. normally distributed (in either source or binary form) with the major
  728. components (compiler, kernel, and so on) of the operating system on
  729. which the executable runs, unless that component itself accompanies
  730. the executable.
  731.  
  732.   It may happen that this requirement contradicts the license
  733. restrictions of other proprietary libraries that do not normally
  734. accompany the operating system.  Such a contradiction means you cannot
  735. use both them and the Library together in an executable that you
  736. distribute.
  737.  
  738.   7. You may place library facilities that are a work based on the
  739. Library side-by-side in a single library together with other library
  740. facilities not covered by this License, and distribute such a combined
  741. library, provided that the separate distribution of the work based on
  742. the Library and of the other library facilities is otherwise
  743. permitted, and provided that you do these two things:
  744.  
  745.     a) Accompany the combined library with a copy of the same work
  746.     based on the Library, uncombined with any other library
  747.     facilities.  This must be distributed under the terms of the
  748.     Sections above.
  749.  
  750.     b) Give prominent notice with the combined library of the fact
  751.     that part of it is a work based on the Library, and explaining
  752.     where to find the accompanying uncombined form of the same work.
  753.  
  754.   8. You may not copy, modify, sublicense, link with, or distribute
  755. the Library except as expressly provided under this License.  Any
  756. attempt otherwise to copy, modify, sublicense, link with, or
  757. distribute the Library is void, and will automatically terminate your
  758. rights under this License.  However, parties who have received copies,
  759. or rights, from you under this License will not have their licenses
  760. terminated so long as such parties remain in full compliance.
  761.  
  762.   9. You are not required to accept this License, since you have not
  763. signed it.  However, nothing else grants you permission to modify or
  764. distribute the Library or its derivative works.  These actions are
  765. prohibited by law if you do not accept this License.  Therefore, by
  766. modifying or distributing the Library (or any work based on the
  767. Library), you indicate your acceptance of this License to do so, and
  768. all its terms and conditions for copying, distributing or modifying
  769. the Library or works based on it.
  770.  
  771.   10. Each time you redistribute the Library (or any work based on the
  772. Library), the recipient automatically receives a license from the
  773. original licensor to copy, distribute, link with or modify the Library
  774. subject to these terms and conditions.  You may not impose any further
  775. restrictions on the recipients' exercise of the rights granted herein.
  776. You are not responsible for enforcing compliance by third parties with
  777. this License.
  778.  
  779.   11. If, as a consequence of a court judgment or allegation of patent
  780. infringement or for any other reason (not limited to patent issues),
  781. conditions are imposed on you (whether by court order, agreement or
  782. otherwise) that contradict the conditions of this License, they do not
  783. excuse you from the conditions of this License.  If you cannot
  784. distribute so as to satisfy simultaneously your obligations under this
  785. License and any other pertinent obligations, then as a consequence you
  786. may not distribute the Library at all.  For example, if a patent
  787. license would not permit royalty-free redistribution of the Library by
  788. all those who receive copies directly or indirectly through you, then
  789. the only way you could satisfy both it and this License would be to
  790. refrain entirely from distribution of the Library.
  791.  
  792. If any portion of this section is held invalid or unenforceable under any
  793. particular circumstance, the balance of the section is intended to apply,
  794. and the section as a whole is intended to apply in other circumstances.
  795.  
  796. It is not the purpose of this section to induce you to infringe any
  797. patents or other property right claims or to contest validity of any
  798. such claims; this section has the sole purpose of protecting the
  799. integrity of the free software distribution system which is
  800. implemented by public license practices.  Many people have made
  801. generous contributions to the wide range of software distributed
  802. through that system in reliance on consistent application of that
  803. system; it is up to the author/donor to decide if he or she is willing
  804. to distribute software through any other system and a licensee cannot
  805. impose that choice.
  806.  
  807. This section is intended to make thoroughly clear what is believed to
  808. be a consequence of the rest of this License.
  809.  
  810.   12. If the distribution and/or use of the Library is restricted in
  811. certain countries either by patents or by copyrighted interfaces, the
  812. original copyright holder who places the Library under this License may add
  813. an explicit geographical distribution limitation excluding those countries,
  814. so that distribution is permitted only in or among countries not thus
  815. excluded.  In such case, this License incorporates the limitation as if
  816. written in the body of this License.
  817.  
  818.   13. The Free Software Foundation may publish revised and/or new
  819. versions of the Lesser General Public License from time to time.
  820. Such new versions will be similar in spirit to the present version,
  821. but may differ in detail to address new problems or concerns.
  822.  
  823. Each version is given a distinguishing version number.  If the Library
  824. specifies a version number of this License which applies to it and
  825. "any later version", you have the option of following the terms and
  826. conditions either of that version or of any later version published by
  827. the Free Software Foundation.  If the Library does not specify a
  828. license version number, you may choose any version ever published by
  829. the Free Software Foundation.
  830.  
  831.   14. If you wish to incorporate parts of the Library into other free
  832. programs whose distribution conditions are incompatible with these,
  833. write to the author to ask for permission.  For software which is
  834. copyrighted by the Free Software Foundation, write to the Free
  835. Software Foundation; we sometimes make exceptions for this.  Our
  836. decision will be guided by the two goals of preserving the free status
  837. of all derivatives of our free software and of promoting the sharing
  838. and reuse of software generally.
  839.  
  840.                 NO WARRANTY
  841.  
  842.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  843. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  844. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  845. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  846. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  847. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  848. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  849. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  850. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  851.  
  852.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  853. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  854. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  855. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  856. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  857. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  858. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  859. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  860. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  861. DAMAGES.
  862.  
  863.              END OF TERMS AND CONDITIONS
  864.  
  865.            How to Apply These Terms to Your New Libraries
  866.  
  867.   If you develop a new library, and you want it to be of the greatest
  868. possible use to the public, we recommend making it free software that
  869. everyone can redistribute and change.  You can do so by permitting
  870. redistribution under these terms (or, alternatively, under the terms of the
  871. ordinary General Public License).
  872.  
  873.   To apply these terms, attach the following notices to the library.  It is
  874. safest to attach them to the start of each source file to most effectively
  875. convey the exclusion of warranty; and each file should have at least the
  876. "copyright" line and a pointer to where the full notice is found.
  877.  
  878.     <one line to give the library's name and a brief idea of what it does.>
  879.     Copyright (C) <year>  <name of author>
  880.  
  881.     This library is free software; you can redistribute it and/or
  882.     modify it under the terms of the GNU Lesser General Public
  883.     License as published by the Free Software Foundation; either
  884.     version 2.1 of the License, or (at your option) any later version.
  885.  
  886.     This library is distributed in the hope that it will be useful,
  887.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  888.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  889.     Lesser General Public License for more details.
  890.  
  891.     You should have received a copy of the GNU Lesser General Public
  892.     License along with this library; if not, write to the Free Software
  893.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  894.  
  895. Also add information on how to contact you by electronic and paper mail.
  896.  
  897. You should also get your employer (if you work as a programmer) or your
  898. school, if any, to sign a "copyright disclaimer" for the library, if
  899. necessary.  Here is a sample; alter the names:
  900.  
  901.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  902.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  903.  
  904.   <signature of Ty Coon>, 1 April 1990
  905.   Ty Coon, President of Vice
  906.  
  907. That's all there is to it!"/>
  908.  
  909. </TextLibrary>
  910.