Warning, /games/kpat/COPYING is written in an unsupported language. File is not indexed.
0001 0002 KPatience is based on Patience, a Qt patience card game originally written 0003 by Paul Olav Tvete. That code was released under the custom license below. 0004 0005 Much (if not all) of the code has since been rewritten, but this license is 0006 retained in many files where it is unclear how much of the original code 0007 remains. In such files, newer changes are licensed under the GPL version 2 0008 or later. All other source files are just GPL version 2 or later. (See 0009 farther below.) 0010 0011 As Paul's license is considered GPL compatible, the KPatience as a whole is 0012 released under the GPL version 2. 0013 0014 Please check each file's header for its specific licensing and copyright. 0015 0016 -------------------------------------------------------------------------- 0017 Copyright (C) 1995 Paul Olav Tvete <paul@troll.no> 0018 0019 Permission to use, copy, modify, and distribute this software and its 0020 documentation for any purpose and without fee is hereby granted, 0021 provided that the above copyright notice appear in all copies and that 0022 both that copyright notice and this permission notice appear in 0023 supporting documentation. 0024 0025 This file is provided AS IS with no warranties of any kind. The author 0026 shall have no liability with respect to the infringement of copyrights, 0027 trade secrets or any patents by this file or any part thereof. In no 0028 event will the author be liable for any lost revenue or profits or 0029 other special, indirect and consequential damages. 0030 -------------------------------------------------------------------------- 0031 0032 -------------------------------------------------------------------------- 0033 GNU GENERAL PUBLIC LICENSE 0034 Version 2, June 1991 0035 0036 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 0037 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 0038 Everyone is permitted to copy and distribute verbatim copies 0039 of this license document, but changing it is not allowed. 0040 0041 Preamble 0042 0043 The licenses for most software are designed to take away your 0044 freedom to share and change it. By contrast, the GNU General Public 0045 License is intended to guarantee your freedom to share and change free 0046 software--to make sure the software is free for all its users. This 0047 General Public License applies to most of the Free Software 0048 Foundation's software and to any other program whose authors commit to 0049 using it. (Some other Free Software Foundation software is covered by 0050 the GNU Library General Public License instead.) You can apply it to 0051 your programs, too. 0052 0053 When we speak of free software, we are referring to freedom, not 0054 price. Our General Public Licenses are designed to make sure that you 0055 have the freedom to distribute copies of free software (and charge for 0056 this service if you wish), that you receive source code or can get it 0057 if you want it, that you can change the software or use pieces of it 0058 in new free programs; and that you know you can do these things. 0059 0060 To protect your rights, we need to make restrictions that forbid 0061 anyone to deny you these rights or to ask you to surrender the rights. 0062 These restrictions translate to certain responsibilities for you if you 0063 distribute copies of the software, or if you modify it. 0064 0065 For example, if you distribute copies of such a program, whether 0066 gratis or for a fee, you must give the recipients all the rights that 0067 you have. You must make sure that they, too, receive or can get the 0068 source code. And you must show them these terms so they know their 0069 rights. 0070 0071 We protect your rights with two steps: (1) copyright the software, and 0072 (2) offer you this license which gives you legal permission to copy, 0073 distribute and/or modify the software. 0074 0075 Also, for each author's protection and ours, we want to make certain 0076 that everyone understands that there is no warranty for this free 0077 software. If the software is modified by someone else and passed on, we 0078 want its recipients to know that what they have is not the original, so 0079 that any problems introduced by others will not reflect on the original 0080 authors' reputations. 0081 0082 Finally, any free program is threatened constantly by software 0083 patents. We wish to avoid the danger that redistributors of a free 0084 program will individually obtain patent licenses, in effect making the 0085 program proprietary. To prevent this, we have made it clear that any 0086 patent must be licensed for everyone's free use or not licensed at all. 0087 0088 The precise terms and conditions for copying, distribution and 0089 modification follow. 0090 0091 GNU GENERAL PUBLIC LICENSE 0092 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0093 0094 0. This License applies to any program or other work which contains 0095 a notice placed by the copyright holder saying it may be distributed 0096 under the terms of this General Public License. The "Program", below, 0097 refers to any such program or work, and a "work based on the Program" 0098 means either the Program or any derivative work under copyright law: 0099 that is to say, a work containing the Program or a portion of it, 0100 either verbatim or with modifications and/or translated into another 0101 language. (Hereinafter, translation is included without limitation in 0102 the term "modification".) Each licensee is addressed as "you". 0103 0104 Activities other than copying, distribution and modification are not 0105 covered by this License; they are outside its scope. The act of 0106 running the Program is not restricted, and the output from the Program 0107 is covered only if its contents constitute a work based on the 0108 Program (independent of having been made by running the Program). 0109 Whether that is true depends on what the Program does. 0110 0111 1. You may copy and distribute verbatim copies of the Program's 0112 source code as you receive it, in any medium, provided that you 0113 conspicuously and appropriately publish on each copy an appropriate 0114 copyright notice and disclaimer of warranty; keep intact all the 0115 notices that refer to this License and to the absence of any warranty; 0116 and give any other recipients of the Program a copy of this License 0117 along with the Program. 0118 0119 You may charge a fee for the physical act of transferring a copy, and 0120 you may at your option offer warranty protection in exchange for a fee. 0121 0122 2. You may modify your copy or copies of the Program or any portion 0123 of it, thus forming a work based on the Program, and copy and 0124 distribute such modifications or work under the terms of Section 1 0125 above, provided that you also meet all of these conditions: 0126 0127 a) You must cause the modified files to carry prominent notices 0128 stating that you changed the files and the date of any change. 0129 0130 b) You must cause any work that you distribute or publish, that in 0131 whole or in part contains or is derived from the Program or any 0132 part thereof, to be licensed as a whole at no charge to all third 0133 parties under the terms of this License. 0134 0135 c) If the modified program normally reads commands interactively 0136 when run, you must cause it, when started running for such 0137 interactive use in the most ordinary way, to print or display an 0138 announcement including an appropriate copyright notice and a 0139 notice that there is no warranty (or else, saying that you provide 0140 a warranty) and that users may redistribute the program under 0141 these conditions, and telling the user how to view a copy of this 0142 License. (Exception: if the Program itself is interactive but 0143 does not normally print such an announcement, your work based on 0144 the Program is not required to print an announcement.) 0145 0146 These requirements apply to the modified work as a whole. If 0147 identifiable sections of that work are not derived from the Program, 0148 and can be reasonably considered independent and separate works in 0149 themselves, then this License, and its terms, do not apply to those 0150 sections when you distribute them as separate works. But when you 0151 distribute the same sections as part of a whole which is a work based 0152 on the Program, the distribution of the whole must be on the terms of 0153 this License, whose permissions for other licensees extend to the 0154 entire whole, and thus to each and every part regardless of who wrote it. 0155 0156 Thus, it is not the intent of this section to claim rights or contest 0157 your rights to work written entirely by you; rather, the intent is to 0158 exercise the right to control the distribution of derivative or 0159 collective works based on the Program. 0160 0161 In addition, mere aggregation of another work not based on the Program 0162 with the Program (or with a work based on the Program) on a volume of 0163 a storage or distribution medium does not bring the other work under 0164 the scope of this License. 0165 0166 3. You may copy and distribute the Program (or a work based on it, 0167 under Section 2) in object code or executable form under the terms of 0168 Sections 1 and 2 above provided that you also do one of the following: 0169 0170 a) Accompany it with the complete corresponding machine-readable 0171 source code, which must be distributed under the terms of Sections 0172 1 and 2 above on a medium customarily used for software interchange; or, 0173 0174 b) Accompany it with a written offer, valid for at least three 0175 years, to give any third party, for a charge no more than your 0176 cost of physically performing source distribution, a complete 0177 machine-readable copy of the corresponding source code, to be 0178 distributed under the terms of Sections 1 and 2 above on a medium 0179 customarily used for software interchange; or, 0180 0181 c) Accompany it with the information you received as to the offer 0182 to distribute corresponding source code. (This alternative is 0183 allowed only for noncommercial distribution and only if you 0184 received the program in object code or executable form with such 0185 an offer, in accord with Subsection b above.) 0186 0187 The source code for a work means the preferred form of the work for 0188 making modifications to it. For an executable work, complete source 0189 code means all the source code for all modules it contains, plus any 0190 associated interface definition files, plus the scripts used to 0191 control compilation and installation of the executable. However, as a 0192 special exception, the source code distributed need not include 0193 anything that is normally distributed (in either source or binary 0194 form) with the major components (compiler, kernel, and so on) of the 0195 operating system on which the executable runs, unless that component 0196 itself accompanies the executable. 0197 0198 If distribution of executable or object code is made by offering 0199 access to copy from a designated place, then offering equivalent 0200 access to copy the source code from the same place counts as 0201 distribution of the source code, even though third parties are not 0202 compelled to copy the source along with the object code. 0203 0204 4. You may not copy, modify, sublicense, or distribute the Program 0205 except as expressly provided under this License. Any attempt 0206 otherwise to copy, modify, sublicense or distribute the Program is 0207 void, and will automatically terminate your rights under this License. 0208 However, parties who have received copies, or rights, from you under 0209 this License will not have their licenses terminated so long as such 0210 parties remain in full compliance. 0211 0212 5. You are not required to accept this License, since you have not 0213 signed it. However, nothing else grants you permission to modify or 0214 distribute the Program or its derivative works. These actions are 0215 prohibited by law if you do not accept this License. Therefore, by 0216 modifying or distributing the Program (or any work based on the 0217 Program), you indicate your acceptance of this License to do so, and 0218 all its terms and conditions for copying, distributing or modifying 0219 the Program or works based on it. 0220 0221 6. Each time you redistribute the Program (or any work based on the 0222 Program), the recipient automatically receives a license from the 0223 original licensor to copy, distribute or modify the Program subject to 0224 these terms and conditions. You may not impose any further 0225 restrictions on the recipients' exercise of the rights granted herein. 0226 You are not responsible for enforcing compliance by third parties to 0227 this License. 0228 0229 7. If, as a consequence of a court judgment or allegation of patent 0230 infringement or for any other reason (not limited to patent issues), 0231 conditions are imposed on you (whether by court order, agreement or 0232 otherwise) that contradict the conditions of this License, they do not 0233 excuse you from the conditions of this License. If you cannot 0234 distribute so as to satisfy simultaneously your obligations under this 0235 License and any other pertinent obligations, then as a consequence you 0236 may not distribute the Program at all. For example, if a patent 0237 license would not permit royalty-free redistribution of the Program by 0238 all those who receive copies directly or indirectly through you, then 0239 the only way you could satisfy both it and this License would be to 0240 refrain entirely from distribution of the Program. 0241 0242 If any portion of this section is held invalid or unenforceable under 0243 any particular circumstance, the balance of the section is intended to 0244 apply and the section as a whole is intended to apply in other 0245 circumstances. 0246 0247 It is not the purpose of this section to induce you to infringe any 0248 patents or other property right claims or to contest validity of any 0249 such claims; this section has the sole purpose of protecting the 0250 integrity of the free software distribution system, which is 0251 implemented by public license practices. Many people have made 0252 generous contributions to the wide range of software distributed 0253 through that system in reliance on consistent application of that 0254 system; it is up to the author/donor to decide if he or she is willing 0255 to distribute software through any other system and a licensee cannot 0256 impose that choice. 0257 0258 This section is intended to make thoroughly clear what is believed to 0259 be a consequence of the rest of this License. 0260 0261 8. If the distribution and/or use of the Program is restricted in 0262 certain countries either by patents or by copyrighted interfaces, the 0263 original copyright holder who places the Program under this License 0264 may add an explicit geographical distribution limitation excluding 0265 those countries, so that distribution is permitted only in or among 0266 countries not thus excluded. In such case, this License incorporates 0267 the limitation as if written in the body of this License. 0268 0269 9. The Free Software Foundation may publish revised and/or new versions 0270 of the General Public License from time to time. Such new versions will 0271 be similar in spirit to the present version, but may differ in detail to 0272 address new problems or concerns. 0273 0274 Each version is given a distinguishing version number. If the Program 0275 specifies a version number of this License which applies to it and "any 0276 later version", you have the option of following the terms and conditions 0277 either of that version or of any later version published by the Free 0278 Software Foundation. If the Program does not specify a version number of 0279 this License, you may choose any version ever published by the Free Software 0280 Foundation. 0281 0282 10. If you wish to incorporate parts of the Program into other free 0283 programs whose distribution conditions are different, write to the author 0284 to ask for permission. For software which is copyrighted by the Free 0285 Software Foundation, write to the Free Software Foundation; we sometimes 0286 make exceptions for this. Our decision will be guided by the two goals 0287 of preserving the free status of all derivatives of our free software and 0288 of promoting the sharing and reuse of software generally. 0289 0290 NO WARRANTY 0291 0292 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 0293 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 0294 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 0295 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 0296 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 0297 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 0298 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 0299 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 0300 REPAIR OR CORRECTION. 0301 0302 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 0303 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 0304 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 0305 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 0306 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 0307 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 0308 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 0309 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 0310 POSSIBILITY OF SUCH DAMAGES. 0311 0312 END OF TERMS AND CONDITIONS 0313 0314 How to Apply These Terms to Your New Programs 0315 0316 If you develop a new program, and you want it to be of the greatest 0317 possible use to the public, the best way to achieve this is to make it 0318 free software which everyone can redistribute and change under these terms. 0319 0320 To do so, attach the following notices to the program. It is safest 0321 to attach them to the start of each source file to most effectively 0322 convey the exclusion of warranty; and each file should have at least 0323 the "copyright" line and a pointer to where the full notice is found. 0324 0325 <one line to give the program's name and a brief idea of what it does.> 0326 Copyright (C) 19yy <name of author> 0327 0328 This program is free software; you can redistribute it and/or modify 0329 it under the terms of the GNU General Public License as published by 0330 the Free Software Foundation; either version 2 of the License, or 0331 (at your option) any later version. 0332 0333 This program is distributed in the hope that it will be useful, 0334 but WITHOUT ANY WARRANTY; without even the implied warranty of 0335 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0336 GNU General Public License for more details. 0337 0338 You should have received a copy of the GNU General Public License 0339 along with this program; if not, write to the Free Software 0340 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 0341 0342 0343 Also add information on how to contact you by electronic and paper mail. 0344 0345 If the program is interactive, make it output a short notice like this 0346 when it starts in an interactive mode: 0347 0348 Gnomovision version 69, Copyright (C) 19yy name of author 0349 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 0350 This is free software, and you are welcome to redistribute it 0351 under certain conditions; type `show c' for details. 0352 0353 The hypothetical commands `show w' and `show c' should show the appropriate 0354 parts of the General Public License. Of course, the commands you use may 0355 be called something other than `show w' and `show c'; they could even be 0356 mouse-clicks or menu items--whatever suits your program. 0357 0358 You should also get your employer (if you work as a programmer) or your 0359 school, if any, to sign a "copyright disclaimer" for the program, if 0360 necessary. Here is a sample; alter the names: 0361 0362 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 0363 `Gnomovision' (which makes passes at compilers) written by James Hacker. 0364 0365 <signature of Ty Coon>, 1 April 1989 0366 Ty Coon, President of Vice 0367 0368 This General Public License does not permit incorporating your program into 0369 proprietary programs. If your program is a subroutine library, you may 0370 consider it more useful to permit linking proprietary applications with the 0371 library. If this is what you want to do, use the GNU Library General 0372 Public License instead of this License. 0373 --------------------------------------------------------------------------