annotate Lib/fftw-3.2.1/COPYING @ 0:25bf17994ef1

First commit. VS2013, Codeblocks and Mac OSX configuration
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Thu, 09 Jul 2015 01:12:16 +0100
parents
children
rev   line source
d@0 1 GNU GENERAL PUBLIC LICENSE
d@0 2 Version 2, June 1991
d@0 3
d@0 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
d@0 5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
d@0 6 Everyone is permitted to copy and distribute verbatim copies
d@0 7 of this license document, but changing it is not allowed.
d@0 8
d@0 9 Preamble
d@0 10
d@0 11 The licenses for most software are designed to take away your
d@0 12 freedom to share and change it. By contrast, the GNU General Public
d@0 13 License is intended to guarantee your freedom to share and change free
d@0 14 software--to make sure the software is free for all its users. This
d@0 15 General Public License applies to most of the Free Software
d@0 16 Foundation's software and to any other program whose authors commit to
d@0 17 using it. (Some other Free Software Foundation software is covered by
d@0 18 the GNU Library General Public License instead.) You can apply it to
d@0 19 your programs, too.
d@0 20
d@0 21 When we speak of free software, we are referring to freedom, not
d@0 22 price. Our General Public Licenses are designed to make sure that you
d@0 23 have the freedom to distribute copies of free software (and charge for
d@0 24 this service if you wish), that you receive source code or can get it
d@0 25 if you want it, that you can change the software or use pieces of it
d@0 26 in new free programs; and that you know you can do these things.
d@0 27
d@0 28 To protect your rights, we need to make restrictions that forbid
d@0 29 anyone to deny you these rights or to ask you to surrender the rights.
d@0 30 These restrictions translate to certain responsibilities for you if you
d@0 31 distribute copies of the software, or if you modify it.
d@0 32
d@0 33 For example, if you distribute copies of such a program, whether
d@0 34 gratis or for a fee, you must give the recipients all the rights that
d@0 35 you have. You must make sure that they, too, receive or can get the
d@0 36 source code. And you must show them these terms so they know their
d@0 37 rights.
d@0 38
d@0 39 We protect your rights with two steps: (1) copyright the software, and
d@0 40 (2) offer you this license which gives you legal permission to copy,
d@0 41 distribute and/or modify the software.
d@0 42
d@0 43 Also, for each author's protection and ours, we want to make certain
d@0 44 that everyone understands that there is no warranty for this free
d@0 45 software. If the software is modified by someone else and passed on, we
d@0 46 want its recipients to know that what they have is not the original, so
d@0 47 that any problems introduced by others will not reflect on the original
d@0 48 authors' reputations.
d@0 49
d@0 50 Finally, any free program is threatened constantly by software
d@0 51 patents. We wish to avoid the danger that redistributors of a free
d@0 52 program will individually obtain patent licenses, in effect making the
d@0 53 program proprietary. To prevent this, we have made it clear that any
d@0 54 patent must be licensed for everyone's free use or not licensed at all.
d@0 55
d@0 56 The precise terms and conditions for copying, distribution and
d@0 57 modification follow.
d@0 58
d@0 59 GNU GENERAL PUBLIC LICENSE
d@0 60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
d@0 61
d@0 62 0. This License applies to any program or other work which contains
d@0 63 a notice placed by the copyright holder saying it may be distributed
d@0 64 under the terms of this General Public License. The "Program", below,
d@0 65 refers to any such program or work, and a "work based on the Program"
d@0 66 means either the Program or any derivative work under copyright law:
d@0 67 that is to say, a work containing the Program or a portion of it,
d@0 68 either verbatim or with modifications and/or translated into another
d@0 69 language. (Hereinafter, translation is included without limitation in
d@0 70 the term "modification".) Each licensee is addressed as "you".
d@0 71
d@0 72 Activities other than copying, distribution and modification are not
d@0 73 covered by this License; they are outside its scope. The act of
d@0 74 running the Program is not restricted, and the output from the Program
d@0 75 is covered only if its contents constitute a work based on the
d@0 76 Program (independent of having been made by running the Program).
d@0 77 Whether that is true depends on what the Program does.
d@0 78
d@0 79 1. You may copy and distribute verbatim copies of the Program's
d@0 80 source code as you receive it, in any medium, provided that you
d@0 81 conspicuously and appropriately publish on each copy an appropriate
d@0 82 copyright notice and disclaimer of warranty; keep intact all the
d@0 83 notices that refer to this License and to the absence of any warranty;
d@0 84 and give any other recipients of the Program a copy of this License
d@0 85 along with the Program.
d@0 86
d@0 87 You may charge a fee for the physical act of transferring a copy, and
d@0 88 you may at your option offer warranty protection in exchange for a fee.
d@0 89
d@0 90 2. You may modify your copy or copies of the Program or any portion
d@0 91 of it, thus forming a work based on the Program, and copy and
d@0 92 distribute such modifications or work under the terms of Section 1
d@0 93 above, provided that you also meet all of these conditions:
d@0 94
d@0 95 a) You must cause the modified files to carry prominent notices
d@0 96 stating that you changed the files and the date of any change.
d@0 97
d@0 98 b) You must cause any work that you distribute or publish, that in
d@0 99 whole or in part contains or is derived from the Program or any
d@0 100 part thereof, to be licensed as a whole at no charge to all third
d@0 101 parties under the terms of this License.
d@0 102
d@0 103 c) If the modified program normally reads commands interactively
d@0 104 when run, you must cause it, when started running for such
d@0 105 interactive use in the most ordinary way, to print or display an
d@0 106 announcement including an appropriate copyright notice and a
d@0 107 notice that there is no warranty (or else, saying that you provide
d@0 108 a warranty) and that users may redistribute the program under
d@0 109 these conditions, and telling the user how to view a copy of this
d@0 110 License. (Exception: if the Program itself is interactive but
d@0 111 does not normally print such an announcement, your work based on
d@0 112 the Program is not required to print an announcement.)
d@0 113
d@0 114 These requirements apply to the modified work as a whole. If
d@0 115 identifiable sections of that work are not derived from the Program,
d@0 116 and can be reasonably considered independent and separate works in
d@0 117 themselves, then this License, and its terms, do not apply to those
d@0 118 sections when you distribute them as separate works. But when you
d@0 119 distribute the same sections as part of a whole which is a work based
d@0 120 on the Program, the distribution of the whole must be on the terms of
d@0 121 this License, whose permissions for other licensees extend to the
d@0 122 entire whole, and thus to each and every part regardless of who wrote it.
d@0 123
d@0 124 Thus, it is not the intent of this section to claim rights or contest
d@0 125 your rights to work written entirely by you; rather, the intent is to
d@0 126 exercise the right to control the distribution of derivative or
d@0 127 collective works based on the Program.
d@0 128
d@0 129 In addition, mere aggregation of another work not based on the Program
d@0 130 with the Program (or with a work based on the Program) on a volume of
d@0 131 a storage or distribution medium does not bring the other work under
d@0 132 the scope of this License.
d@0 133
d@0 134 3. You may copy and distribute the Program (or a work based on it,
d@0 135 under Section 2) in object code or executable form under the terms of
d@0 136 Sections 1 and 2 above provided that you also do one of the following:
d@0 137
d@0 138 a) Accompany it with the complete corresponding machine-readable
d@0 139 source code, which must be distributed under the terms of Sections
d@0 140 1 and 2 above on a medium customarily used for software interchange; or,
d@0 141
d@0 142 b) Accompany it with a written offer, valid for at least three
d@0 143 years, to give any third party, for a charge no more than your
d@0 144 cost of physically performing source distribution, a complete
d@0 145 machine-readable copy of the corresponding source code, to be
d@0 146 distributed under the terms of Sections 1 and 2 above on a medium
d@0 147 customarily used for software interchange; or,
d@0 148
d@0 149 c) Accompany it with the information you received as to the offer
d@0 150 to distribute corresponding source code. (This alternative is
d@0 151 allowed only for noncommercial distribution and only if you
d@0 152 received the program in object code or executable form with such
d@0 153 an offer, in accord with Subsection b above.)
d@0 154
d@0 155 The source code for a work means the preferred form of the work for
d@0 156 making modifications to it. For an executable work, complete source
d@0 157 code means all the source code for all modules it contains, plus any
d@0 158 associated interface definition files, plus the scripts used to
d@0 159 control compilation and installation of the executable. However, as a
d@0 160 special exception, the source code distributed need not include
d@0 161 anything that is normally distributed (in either source or binary
d@0 162 form) with the major components (compiler, kernel, and so on) of the
d@0 163 operating system on which the executable runs, unless that component
d@0 164 itself accompanies the executable.
d@0 165
d@0 166 If distribution of executable or object code is made by offering
d@0 167 access to copy from a designated place, then offering equivalent
d@0 168 access to copy the source code from the same place counts as
d@0 169 distribution of the source code, even though third parties are not
d@0 170 compelled to copy the source along with the object code.
d@0 171
d@0 172 4. You may not copy, modify, sublicense, or distribute the Program
d@0 173 except as expressly provided under this License. Any attempt
d@0 174 otherwise to copy, modify, sublicense or distribute the Program is
d@0 175 void, and will automatically terminate your rights under this License.
d@0 176 However, parties who have received copies, or rights, from you under
d@0 177 this License will not have their licenses terminated so long as such
d@0 178 parties remain in full compliance.
d@0 179
d@0 180 5. You are not required to accept this License, since you have not
d@0 181 signed it. However, nothing else grants you permission to modify or
d@0 182 distribute the Program or its derivative works. These actions are
d@0 183 prohibited by law if you do not accept this License. Therefore, by
d@0 184 modifying or distributing the Program (or any work based on the
d@0 185 Program), you indicate your acceptance of this License to do so, and
d@0 186 all its terms and conditions for copying, distributing or modifying
d@0 187 the Program or works based on it.
d@0 188
d@0 189 6. Each time you redistribute the Program (or any work based on the
d@0 190 Program), the recipient automatically receives a license from the
d@0 191 original licensor to copy, distribute or modify the Program subject to
d@0 192 these terms and conditions. You may not impose any further
d@0 193 restrictions on the recipients' exercise of the rights granted herein.
d@0 194 You are not responsible for enforcing compliance by third parties to
d@0 195 this License.
d@0 196
d@0 197 7. If, as a consequence of a court judgment or allegation of patent
d@0 198 infringement or for any other reason (not limited to patent issues),
d@0 199 conditions are imposed on you (whether by court order, agreement or
d@0 200 otherwise) that contradict the conditions of this License, they do not
d@0 201 excuse you from the conditions of this License. If you cannot
d@0 202 distribute so as to satisfy simultaneously your obligations under this
d@0 203 License and any other pertinent obligations, then as a consequence you
d@0 204 may not distribute the Program at all. For example, if a patent
d@0 205 license would not permit royalty-free redistribution of the Program by
d@0 206 all those who receive copies directly or indirectly through you, then
d@0 207 the only way you could satisfy both it and this License would be to
d@0 208 refrain entirely from distribution of the Program.
d@0 209
d@0 210 If any portion of this section is held invalid or unenforceable under
d@0 211 any particular circumstance, the balance of the section is intended to
d@0 212 apply and the section as a whole is intended to apply in other
d@0 213 circumstances.
d@0 214
d@0 215 It is not the purpose of this section to induce you to infringe any
d@0 216 patents or other property right claims or to contest validity of any
d@0 217 such claims; this section has the sole purpose of protecting the
d@0 218 integrity of the free software distribution system, which is
d@0 219 implemented by public license practices. Many people have made
d@0 220 generous contributions to the wide range of software distributed
d@0 221 through that system in reliance on consistent application of that
d@0 222 system; it is up to the author/donor to decide if he or she is willing
d@0 223 to distribute software through any other system and a licensee cannot
d@0 224 impose that choice.
d@0 225
d@0 226 This section is intended to make thoroughly clear what is believed to
d@0 227 be a consequence of the rest of this License.
d@0 228
d@0 229 8. If the distribution and/or use of the Program is restricted in
d@0 230 certain countries either by patents or by copyrighted interfaces, the
d@0 231 original copyright holder who places the Program under this License
d@0 232 may add an explicit geographical distribution limitation excluding
d@0 233 those countries, so that distribution is permitted only in or among
d@0 234 countries not thus excluded. In such case, this License incorporates
d@0 235 the limitation as if written in the body of this License.
d@0 236
d@0 237 9. The Free Software Foundation may publish revised and/or new versions
d@0 238 of the General Public License from time to time. Such new versions will
d@0 239 be similar in spirit to the present version, but may differ in detail to
d@0 240 address new problems or concerns.
d@0 241
d@0 242 Each version is given a distinguishing version number. If the Program
d@0 243 specifies a version number of this License which applies to it and "any
d@0 244 later version", you have the option of following the terms and conditions
d@0 245 either of that version or of any later version published by the Free
d@0 246 Software Foundation. If the Program does not specify a version number of
d@0 247 this License, you may choose any version ever published by the Free Software
d@0 248 Foundation.
d@0 249
d@0 250 10. If you wish to incorporate parts of the Program into other free
d@0 251 programs whose distribution conditions are different, write to the author
d@0 252 to ask for permission. For software which is copyrighted by the Free
d@0 253 Software Foundation, write to the Free Software Foundation; we sometimes
d@0 254 make exceptions for this. Our decision will be guided by the two goals
d@0 255 of preserving the free status of all derivatives of our free software and
d@0 256 of promoting the sharing and reuse of software generally.
d@0 257
d@0 258 NO WARRANTY
d@0 259
d@0 260 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
d@0 261 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
d@0 262 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
d@0 263 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
d@0 264 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
d@0 265 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
d@0 266 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
d@0 267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
d@0 268 REPAIR OR CORRECTION.
d@0 269
d@0 270 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
d@0 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
d@0 272 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
d@0 273 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
d@0 274 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
d@0 275 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
d@0 276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
d@0 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
d@0 278 POSSIBILITY OF SUCH DAMAGES.
d@0 279
d@0 280 END OF TERMS AND CONDITIONS
d@0 281
d@0 282 How to Apply These Terms to Your New Programs
d@0 283
d@0 284 If you develop a new program, and you want it to be of the greatest
d@0 285 possible use to the public, the best way to achieve this is to make it
d@0 286 free software which everyone can redistribute and change under these terms.
d@0 287
d@0 288 To do so, attach the following notices to the program. It is safest
d@0 289 to attach them to the start of each source file to most effectively
d@0 290 convey the exclusion of warranty; and each file should have at least
d@0 291 the "copyright" line and a pointer to where the full notice is found.
d@0 292
d@0 293 <one line to give the program's name and a brief idea of what it does.>
d@0 294 Copyright (C) <year> <name of author>
d@0 295
d@0 296 This program is free software; you can redistribute it and/or modify
d@0 297 it under the terms of the GNU General Public License as published by
d@0 298 the Free Software Foundation; either version 2 of the License, or
d@0 299 (at your option) any later version.
d@0 300
d@0 301 This program is distributed in the hope that it will be useful,
d@0 302 but WITHOUT ANY WARRANTY; without even the implied warranty of
d@0 303 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d@0 304 GNU General Public License for more details.
d@0 305
d@0 306 You should have received a copy of the GNU General Public License
d@0 307 along with this program; if not, write to the Free Software
d@0 308 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
d@0 309
d@0 310
d@0 311 Also add information on how to contact you by electronic and paper mail.
d@0 312
d@0 313 If the program is interactive, make it output a short notice like this
d@0 314 when it starts in an interactive mode:
d@0 315
d@0 316 Gnomovision version 69, Copyright (C) year name of author
d@0 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
d@0 318 This is free software, and you are welcome to redistribute it
d@0 319 under certain conditions; type `show c' for details.
d@0 320
d@0 321 The hypothetical commands `show w' and `show c' should show the appropriate
d@0 322 parts of the General Public License. Of course, the commands you use may
d@0 323 be called something other than `show w' and `show c'; they could even be
d@0 324 mouse-clicks or menu items--whatever suits your program.
d@0 325
d@0 326 You should also get your employer (if you work as a programmer) or your
d@0 327 school, if any, to sign a "copyright disclaimer" for the program, if
d@0 328 necessary. Here is a sample; alter the names:
d@0 329
d@0 330 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
d@0 331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
d@0 332
d@0 333 <signature of Ty Coon>, 1 April 1989
d@0 334 Ty Coon, President of Vice
d@0 335
d@0 336 This General Public License does not permit incorporating your program into
d@0 337 proprietary programs. If your program is a subroutine library, you may
d@0 338 consider it more useful to permit linking proprietary applications with the
d@0 339 library. If this is what you want to do, use the GNU Library General
d@0 340 Public License instead of this License.