Add Andrey Alekseenko to the list of authors
[alexxy/gromacs.git] / COPYING
1 GROMACS is free software, distributed under the GNU Lesser General
2 Public License (LGPL) Version 2.1 or (at your option) any later
3 version. See section 1 for details. GROMACS includes optional code
4 covered by several different licences as described below.  The
5 GROMACS package in its entirety may be copied, modified or
6 distributed according to the conditions described in section 1.
7 However, in the interests of clarity and completeness, some
8 individual parts of GROMACS that can be used under their respective
9 licenses are also noted here.
10
11 This file contains the licenses for the following bodies of code:
12 1. GROMACS
13 2. Trajectory file reading using VMD plugins
14 3. Internal FFT (fftpack)
15 4. thread_mpi
16 5. Blas
17 6. Lapack
18 7. Parts of Boost C++ library
19 8. Google Test and Google Mock
20 9. Sun XDR implementation (External Data Representation)
21 10. Sun FDLIBM (Freely Distributable Maths Library)
22 11. ThreeFry Random Engine
23 12. Gamma distribution from libc++
24 13. md5
25 14. lmfit
26 15. clFFT
27 16. Guidelines Support Library (GSL)
28 17. P0009 reference implementation (Sandia Corporation)
29 18. pybind11
30 19. Reference implementation of std::string_view
31 20. Reference implementation of std::optional
32 21. stl_interfaces
33 22. muparser
34
35 Our chosen method for packaging distributions (CPack) only permits a
36 package to have a single license file, so we are unfortunately forced
37 to combine all of this information into a single license file. Sorry
38 about that.
39
40 ============================================
41
42 1. GROMACS
43 ==========
44
45 As our use of the LGPL conveys upon a licensee the option to
46 redistribute the library under the terms of the plain GPL, we must
47 include a copy of that GPL for their reference. The applicable GPL
48 license comes after the applicable LGPL license in this file.
49
50 ============================================
51
52                   GNU LESSER GENERAL PUBLIC LICENSE
53                        Version 2.1, February 1999
54
55  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
56  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
57  Everyone is permitted to copy and distribute verbatim copies
58  of this license document, but changing it is not allowed.
59
60 [This is the first released version of the Lesser GPL.  It also counts
61  as the successor of the GNU Library Public License, version 2, hence
62  the version number 2.1.]
63
64                             Preamble
65
66   The licenses for most software are designed to take away your
67 freedom to share and change it.  By contrast, the GNU General Public
68 Licenses are intended to guarantee your freedom to share and change
69 free software--to make sure the software is free for all its users.
70
71   This license, the Lesser General Public License, applies to some
72 specially designated software packages--typically libraries--of the
73 Free Software Foundation and other authors who decide to use it.  You
74 can use it too, but we suggest you first think carefully about whether
75 this license or the ordinary General Public License is the better
76 strategy to use in any particular case, based on the explanations below.
77
78   When we speak of free software, we are referring to freedom of use,
79 not price.  Our General Public Licenses are designed to make sure that
80 you have the freedom to distribute copies of free software (and charge
81 for this service if you wish); that you receive source code or can get
82 it if you want it; that you can change the software and use pieces of
83 it in new free programs; and that you are informed that you can do
84 these things.
85
86   To protect your rights, we need to make restrictions that forbid
87 distributors to deny you these rights or to ask you to surrender these
88 rights.  These restrictions translate to certain responsibilities for
89 you if you distribute copies of the library or if you modify it.
90
91   For example, if you distribute copies of the library, whether gratis
92 or for a fee, you must give the recipients all the rights that we gave
93 you.  You must make sure that they, too, receive or can get the source
94 code.  If you link other code with the library, you must provide
95 complete object files to the recipients, so that they can relink them
96 with the library after making changes to the library and recompiling
97 it.  And you must show them these terms so they know their rights.
98
99   We protect your rights with a two-step method: (1) we copyright the
100 library, and (2) we offer you this license, which gives you legal
101 permission to copy, distribute and/or modify the library.
102
103   To protect each distributor, we want to make it very clear that
104 there is no warranty for the free library.  Also, if the library is
105 modified by someone else and passed on, the recipients should know
106 that what they have is not the original version, so that the original
107 author's reputation will not be affected by problems that might be
108 introduced by others.
109 \f
110   Finally, software patents pose a constant threat to the existence of
111 any free program.  We wish to make sure that a company cannot
112 effectively restrict the users of a free program by obtaining a
113 restrictive license from a patent holder.  Therefore, we insist that
114 any patent license obtained for a version of the library must be
115 consistent with the full freedom of use specified in this license.
116
117   Most GNU software, including some libraries, is covered by the
118 ordinary GNU General Public License.  This license, the GNU Lesser
119 General Public License, applies to certain designated libraries, and
120 is quite different from the ordinary General Public License.  We use
121 this license for certain libraries in order to permit linking those
122 libraries into non-free programs.
123
124   When a program is linked with a library, whether statically or using
125 a shared library, the combination of the two is legally speaking a
126 combined work, a derivative of the original library.  The ordinary
127 General Public License therefore permits such linking only if the
128 entire combination fits its criteria of freedom.  The Lesser General
129 Public License permits more lax criteria for linking other code with
130 the library.
131
132   We call this license the "Lesser" General Public License because it
133 does Less to protect the user's freedom than the ordinary General
134 Public License.  It also provides other free software developers Less
135 of an advantage over competing non-free programs.  These disadvantages
136 are the reason we use the ordinary General Public License for many
137 libraries.  However, the Lesser license provides advantages in certain
138 special circumstances.
139
140   For example, on rare occasions, there may be a special need to
141 encourage the widest possible use of a certain library, so that it becomes
142 a de-facto standard.  To achieve this, non-free programs must be
143 allowed to use the library.  A more frequent case is that a free
144 library does the same job as widely used non-free libraries.  In this
145 case, there is little to gain by limiting the free library to free
146 software only, so we use the Lesser General Public License.
147
148   In other cases, permission to use a particular library in non-free
149 programs enables a greater number of people to use a large body of
150 free software.  For example, permission to use the GNU C Library in
151 non-free programs enables many more people to use the whole GNU
152 operating system, as well as its variant, the GNU/Linux operating
153 system.
154
155   Although the Lesser General Public License is Less protective of the
156 users' freedom, it does ensure that the user of a program that is
157 linked with the Library has the freedom and the wherewithal to run
158 that program using a modified version of the Library.
159
160   The precise terms and conditions for copying, distribution and
161 modification follow.  Pay close attention to the difference between a
162 "work based on the library" and a "work that uses the library".  The
163 former contains code derived from the library, whereas the latter must
164 be combined with the library in order to run.
165 \f
166                   GNU LESSER GENERAL PUBLIC LICENSE
167    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
168
169   0. This License Agreement applies to any software library or other
170 program which contains a notice placed by the copyright holder or
171 other authorized party saying it may be distributed under the terms of
172 this Lesser General Public License (also called "this License").
173 Each licensee is addressed as "you".
174
175   A "library" means a collection of software functions and/or data
176 prepared so as to be conveniently linked with application programs
177 (which use some of those functions and data) to form executables.
178
179   The "Library", below, refers to any such software library or work
180 which has been distributed under these terms.  A "work based on the
181 Library" means either the Library or any derivative work under
182 copyright law: that is to say, a work containing the Library or a
183 portion of it, either verbatim or with modifications and/or translated
184 straightforwardly into another language.  (Hereinafter, translation is
185 included without limitation in the term "modification".)
186
187   "Source code" for a work means the preferred form of the work for
188 making modifications to it.  For a library, complete source code means
189 all the source code for all modules it contains, plus any associated
190 interface definition files, plus the scripts used to control compilation
191 and installation of the library.
192
193   Activities other than copying, distribution and modification are not
194 covered by this License; they are outside its scope.  The act of
195 running a program using the Library is not restricted, and output from
196 such a program is covered only if its contents constitute a work based
197 on the Library (independent of the use of the Library in a tool for
198 writing it).  Whether that is true depends on what the Library does
199 and what the program that uses the Library does.
200
201   1. You may copy and distribute verbatim copies of the Library's
202 complete source code as you receive it, in any medium, provided that
203 you conspicuously and appropriately publish on each copy an
204 appropriate copyright notice and disclaimer of warranty; keep intact
205 all the notices that refer to this License and to the absence of any
206 warranty; and distribute a copy of this License along with the
207 Library.
208
209   You may charge a fee for the physical act of transferring a copy,
210 and you may at your option offer warranty protection in exchange for a
211 fee.
212 \f
213   2. You may modify your copy or copies of the Library or any portion
214 of it, thus forming a work based on the Library, and copy and
215 distribute such modifications or work under the terms of Section 1
216 above, provided that you also meet all of these conditions:
217
218     a) The modified work must itself be a software library.
219
220     b) You must cause the files modified to carry prominent notices
221     stating that you changed the files and the date of any change.
222
223     c) You must cause the whole of the work to be licensed at no
224     charge to all third parties under the terms of this License.
225
226     d) If a facility in the modified Library refers to a function or a
227     table of data to be supplied by an application program that uses
228     the facility, other than as an argument passed when the facility
229     is invoked, then you must make a good faith effort to ensure that,
230     in the event an application does not supply such function or
231     table, the facility still operates, and performs whatever part of
232     its purpose remains meaningful.
233
234     (For example, a function in a library to compute square roots has
235     a purpose that is entirely well-defined independent of the
236     application.  Therefore, Subsection 2d requires that any
237     application-supplied function or table used by this function must
238     be optional: if the application does not supply it, the square
239     root function must still compute square roots.)
240
241 These requirements apply to the modified work as a whole.  If
242 identifiable sections of that work are not derived from the Library,
243 and can be reasonably considered independent and separate works in
244 themselves, then this License, and its terms, do not apply to those
245 sections when you distribute them as separate works.  But when you
246 distribute the same sections as part of a whole which is a work based
247 on the Library, the distribution of the whole must be on the terms of
248 this License, whose permissions for other licensees extend to the
249 entire whole, and thus to each and every part regardless of who wrote
250 it.
251
252 Thus, it is not the intent of this section to claim rights or contest
253 your rights to work written entirely by you; rather, the intent is to
254 exercise the right to control the distribution of derivative or
255 collective works based on the Library.
256
257 In addition, mere aggregation of another work not based on the Library
258 with the Library (or with a work based on the Library) on a volume of
259 a storage or distribution medium does not bring the other work under
260 the scope of this License.
261
262   3. You may opt to apply the terms of the ordinary GNU General Public
263 License instead of this License to a given copy of the Library.  To do
264 this, you must alter all the notices that refer to this License, so
265 that they refer to the ordinary GNU General Public License, version 2,
266 instead of to this License.  (If a newer version than version 2 of the
267 ordinary GNU General Public License has appeared, then you can specify
268 that version instead if you wish.)  Do not make any other change in
269 these notices.
270 \f
271   Once this change is made in a given copy, it is irreversible for
272 that copy, so the ordinary GNU General Public License applies to all
273 subsequent copies and derivative works made from that copy.
274
275   This option is useful when you wish to copy part of the code of
276 the Library into a program that is not a library.
277
278   4. You may copy and distribute the Library (or a portion or
279 derivative of it, under Section 2) in object code or executable form
280 under the terms of Sections 1 and 2 above provided that you accompany
281 it with the complete corresponding machine-readable source code, which
282 must be distributed under the terms of Sections 1 and 2 above on a
283 medium customarily used for software interchange.
284
285   If distribution of object code is made by offering access to copy
286 from a designated place, then offering equivalent access to copy the
287 source code from the same place satisfies the requirement to
288 distribute the source code, even though third parties are not
289 compelled to copy the source along with the object code.
290
291   5. A program that contains no derivative of any portion of the
292 Library, but is designed to work with the Library by being compiled or
293 linked with it, is called a "work that uses the Library".  Such a
294 work, in isolation, is not a derivative work of the Library, and
295 therefore falls outside the scope of this License.
296
297   However, linking a "work that uses the Library" with the Library
298 creates an executable that is a derivative of the Library (because it
299 contains portions of the Library), rather than a "work that uses the
300 library".  The executable is therefore covered by this License.
301 Section 6 states terms for distribution of such executables.
302
303   When a "work that uses the Library" uses material from a header file
304 that is part of the Library, the object code for the work may be a
305 derivative work of the Library even though the source code is not.
306 Whether this is true is especially significant if the work can be
307 linked without the Library, or if the work is itself a library.  The
308 threshold for this to be true is not precisely defined by law.
309
310   If such an object file uses only numerical parameters, data
311 structure layouts and accessors, and small macros and small inline
312 functions (ten lines or less in length), then the use of the object
313 file is unrestricted, regardless of whether it is legally a derivative
314 work.  (Executables containing this object code plus portions of the
315 Library will still fall under Section 6.)
316
317   Otherwise, if the work is a derivative of the Library, you may
318 distribute the object code for the work under the terms of Section 6.
319 Any executables containing that work also fall under Section 6,
320 whether or not they are linked directly with the Library itself.
321 \f
322   6. As an exception to the Sections above, you may also combine or
323 link a "work that uses the Library" with the Library to produce a
324 work containing portions of the Library, and distribute that work
325 under terms of your choice, provided that the terms permit
326 modification of the work for the customer's own use and reverse
327 engineering for debugging such modifications.
328
329   You must give prominent notice with each copy of the work that the
330 Library is used in it and that the Library and its use are covered by
331 this License.  You must supply a copy of this License.  If the work
332 during execution displays copyright notices, you must include the
333 copyright notice for the Library among them, as well as a reference
334 directing the user to the copy of this License.  Also, you must do one
335 of these things:
336
337     a) Accompany the work with the complete corresponding
338     machine-readable source code for the Library including whatever
339     changes were used in the work (which must be distributed under
340     Sections 1 and 2 above); and, if the work is an executable linked
341     with the Library, with the complete machine-readable "work that
342     uses the Library", as object code and/or source code, so that the
343     user can modify the Library and then relink to produce a modified
344     executable containing the modified Library.  (It is understood
345     that the user who changes the contents of definitions files in the
346     Library will not necessarily be able to recompile the application
347     to use the modified definitions.)
348
349     b) Use a suitable shared library mechanism for linking with the
350     Library.  A suitable mechanism is one that (1) uses at run time a
351     copy of the library already present on the user's computer system,
352     rather than copying library functions into the executable, and (2)
353     will operate properly with a modified version of the library, if
354     the user installs one, as long as the modified version is
355     interface-compatible with the version that the work was made with.
356
357     c) Accompany the work with a written offer, valid for at
358     least three years, to give the same user the materials
359     specified in Subsection 6a, above, for a charge no more
360     than the cost of performing this distribution.
361
362     d) If distribution of the work is made by offering access to copy
363     from a designated place, offer equivalent access to copy the above
364     specified materials from the same place.
365
366     e) Verify that the user has already received a copy of these
367     materials or that you have already sent this user a copy.
368
369   For an executable, the required form of the "work that uses the
370 Library" must include any data and utility programs needed for
371 reproducing the executable from it.  However, as a special exception,
372 the materials to be distributed need not include anything that is
373 normally distributed (in either source or binary form) with the major
374 components (compiler, kernel, and so on) of the operating system on
375 which the executable runs, unless that component itself accompanies
376 the executable.
377
378   It may happen that this requirement contradicts the license
379 restrictions of other proprietary libraries that do not normally
380 accompany the operating system.  Such a contradiction means you cannot
381 use both them and the Library together in an executable that you
382 distribute.
383 \f
384   7. You may place library facilities that are a work based on the
385 Library side-by-side in a single library together with other library
386 facilities not covered by this License, and distribute such a combined
387 library, provided that the separate distribution of the work based on
388 the Library and of the other library facilities is otherwise
389 permitted, and provided that you do these two things:
390
391     a) Accompany the combined library with a copy of the same work
392     based on the Library, uncombined with any other library
393     facilities.  This must be distributed under the terms of the
394     Sections above.
395
396     b) Give prominent notice with the combined library of the fact
397     that part of it is a work based on the Library, and explaining
398     where to find the accompanying uncombined form of the same work.
399
400   8. You may not copy, modify, sublicense, link with, or distribute
401 the Library except as expressly provided under this License.  Any
402 attempt otherwise to copy, modify, sublicense, link with, or
403 distribute the Library is void, and will automatically terminate your
404 rights under this License.  However, parties who have received copies,
405 or rights, from you under this License will not have their licenses
406 terminated so long as such parties remain in full compliance.
407
408   9. You are not required to accept this License, since you have not
409 signed it.  However, nothing else grants you permission to modify or
410 distribute the Library or its derivative works.  These actions are
411 prohibited by law if you do not accept this License.  Therefore, by
412 modifying or distributing the Library (or any work based on the
413 Library), you indicate your acceptance of this License to do so, and
414 all its terms and conditions for copying, distributing or modifying
415 the Library or works based on it.
416
417   10. Each time you redistribute the Library (or any work based on the
418 Library), the recipient automatically receives a license from the
419 original licensor to copy, distribute, link with or modify the Library
420 subject to these terms and conditions.  You may not impose any further
421 restrictions on the recipients' exercise of the rights granted herein.
422 You are not responsible for enforcing compliance by third parties with
423 this License.
424 \f
425   11. If, as a consequence of a court judgment or allegation of patent
426 infringement or for any other reason (not limited to patent issues),
427 conditions are imposed on you (whether by court order, agreement or
428 otherwise) that contradict the conditions of this License, they do not
429 excuse you from the conditions of this License.  If you cannot
430 distribute so as to satisfy simultaneously your obligations under this
431 License and any other pertinent obligations, then as a consequence you
432 may not distribute the Library at all.  For example, if a patent
433 license would not permit royalty-free redistribution of the Library by
434 all those who receive copies directly or indirectly through you, then
435 the only way you could satisfy both it and this License would be to
436 refrain entirely from distribution of the Library.
437
438 If any portion of this section is held invalid or unenforceable under any
439 particular circumstance, the balance of the section is intended to apply,
440 and the section as a whole is intended to apply in other circumstances.
441
442 It is not the purpose of this section to induce you to infringe any
443 patents or other property right claims or to contest validity of any
444 such claims; this section has the sole purpose of protecting the
445 integrity of the free software distribution system which is
446 implemented by public license practices.  Many people have made
447 generous contributions to the wide range of software distributed
448 through that system in reliance on consistent application of that
449 system; it is up to the author/donor to decide if he or she is willing
450 to distribute software through any other system and a licensee cannot
451 impose that choice.
452
453 This section is intended to make thoroughly clear what is believed to
454 be a consequence of the rest of this License.
455
456   12. If the distribution and/or use of the Library is restricted in
457 certain countries either by patents or by copyrighted interfaces, the
458 original copyright holder who places the Library under this License may add
459 an explicit geographical distribution limitation excluding those countries,
460 so that distribution is permitted only in or among countries not thus
461 excluded.  In such case, this License incorporates the limitation as if
462 written in the body of this License.
463
464   13. The Free Software Foundation may publish revised and/or new
465 versions of the Lesser General Public License from time to time.
466 Such new versions will be similar in spirit to the present version,
467 but may differ in detail to address new problems or concerns.
468
469 Each version is given a distinguishing version number.  If the Library
470 specifies a version number of this License which applies to it and
471 "any later version", you have the option of following the terms and
472 conditions either of that version or of any later version published by
473 the Free Software Foundation.  If the Library does not specify a
474 license version number, you may choose any version ever published by
475 the Free Software Foundation.
476 \f
477   14. If you wish to incorporate parts of the Library into other free
478 programs whose distribution conditions are incompatible with these,
479 write to the author to ask for permission.  For software which is
480 copyrighted by the Free Software Foundation, write to the Free
481 Software Foundation; we sometimes make exceptions for this.  Our
482 decision will be guided by the two goals of preserving the free status
483 of all derivatives of our free software and of promoting the sharing
484 and reuse of software generally.
485
486                             NO WARRANTY
487
488   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
489 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
490 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
491 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
492 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
493 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
494 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
495 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
496 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
497
498   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
499 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
500 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
501 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
502 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
503 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
504 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
505 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
506 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
507 DAMAGES.
508
509                      END OF TERMS AND CONDITIONS
510 \f
511            How to Apply These Terms to Your New Libraries
512
513   If you develop a new library, and you want it to be of the greatest
514 possible use to the public, we recommend making it free software that
515 everyone can redistribute and change.  You can do so by permitting
516 redistribution under these terms (or, alternatively, under the terms of the
517 ordinary General Public License).
518
519   To apply these terms, attach the following notices to the library.  It is
520 safest to attach them to the start of each source file to most effectively
521 convey the exclusion of warranty; and each file should have at least the
522 "copyright" line and a pointer to where the full notice is found.
523
524     <one line to give the library's name and a brief idea of what it does.>
525     Copyright (C) <year>  <name of author>
526
527     This library is free software; you can redistribute it and/or
528     modify it under the terms of the GNU Lesser General Public
529     License as published by the Free Software Foundation; either
530     version 2.1 of the License, or (at your option) any later version.
531
532     This library is distributed in the hope that it will be useful,
533     but WITHOUT ANY WARRANTY; without even the implied warranty of
534     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
535     Lesser General Public License for more details.
536
537     You should have received a copy of the GNU Lesser General Public
538     License along with this library; if not, write to the Free Software
539     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
540
541 Also add information on how to contact you by electronic and paper mail.
542
543 You should also get your employer (if you work as a programmer) or your
544 school, if any, to sign a "copyright disclaimer" for the library, if
545 necessary.  Here is a sample; alter the names:
546
547   Yoyodyne, Inc., hereby disclaims all copyright interest in the
548   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
549
550   <signature of Ty Coon>, 1 April 1990
551   Ty Coon, President of Vice
552
553 That's all there is to it!
554
555 ============================================
556
557                     GNU GENERAL PUBLIC LICENSE
558                        Version 2, June 1991
559
560  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
561  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
562  Everyone is permitted to copy and distribute verbatim copies
563  of this license document, but changing it is not allowed.
564
565                             Preamble
566
567   The licenses for most software are designed to take away your
568 freedom to share and change it.  By contrast, the GNU General Public
569 License is intended to guarantee your freedom to share and change free
570 software--to make sure the software is free for all its users.  This
571 General Public License applies to most of the Free Software
572 Foundation's software and to any other program whose authors commit to
573 using it.  (Some other Free Software Foundation software is covered by
574 the GNU Lesser General Public License instead.)  You can apply it to
575 your programs, too.
576
577   When we speak of free software, we are referring to freedom, not
578 price.  Our General Public Licenses are designed to make sure that you
579 have the freedom to distribute copies of free software (and charge for
580 this service if you wish), that you receive source code or can get it
581 if you want it, that you can change the software or use pieces of it
582 in new free programs; and that you know you can do these things.
583
584   To protect your rights, we need to make restrictions that forbid
585 anyone to deny you these rights or to ask you to surrender the rights.
586 These restrictions translate to certain responsibilities for you if you
587 distribute copies of the software, or if you modify it.
588
589   For example, if you distribute copies of such a program, whether
590 gratis or for a fee, you must give the recipients all the rights that
591 you have.  You must make sure that they, too, receive or can get the
592 source code.  And you must show them these terms so they know their
593 rights.
594
595   We protect your rights with two steps: (1) copyright the software, and
596 (2) offer you this license which gives you legal permission to copy,
597 distribute and/or modify the software.
598
599   Also, for each author's protection and ours, we want to make certain
600 that everyone understands that there is no warranty for this free
601 software.  If the software is modified by someone else and passed on, we
602 want its recipients to know that what they have is not the original, so
603 that any problems introduced by others will not reflect on the original
604 authors' reputations.
605
606   Finally, any free program is threatened constantly by software
607 patents.  We wish to avoid the danger that redistributors of a free
608 program will individually obtain patent licenses, in effect making the
609 program proprietary.  To prevent this, we have made it clear that any
610 patent must be licensed for everyone's free use or not licensed at all.
611
612   The precise terms and conditions for copying, distribution and
613 modification follow.
614
615                     GNU GENERAL PUBLIC LICENSE
616    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
617
618   0. This License applies to any program or other work which contains
619 a notice placed by the copyright holder saying it may be distributed
620 under the terms of this General Public License.  The "Program", below,
621 refers to any such program or work, and a "work based on the Program"
622 means either the Program or any derivative work under copyright law:
623 that is to say, a work containing the Program or a portion of it,
624 either verbatim or with modifications and/or translated into another
625 language.  (Hereinafter, translation is included without limitation in
626 the term "modification".)  Each licensee is addressed as "you".
627
628 Activities other than copying, distribution and modification are not
629 covered by this License; they are outside its scope.  The act of
630 running the Program is not restricted, and the output from the Program
631 is covered only if its contents constitute a work based on the
632 Program (independent of having been made by running the Program).
633 Whether that is true depends on what the Program does.
634
635   1. You may copy and distribute verbatim copies of the Program's
636 source code as you receive it, in any medium, provided that you
637 conspicuously and appropriately publish on each copy an appropriate
638 copyright notice and disclaimer of warranty; keep intact all the
639 notices that refer to this License and to the absence of any warranty;
640 and give any other recipients of the Program a copy of this License
641 along with the Program.
642
643 You may charge a fee for the physical act of transferring a copy, and
644 you may at your option offer warranty protection in exchange for a fee.
645
646   2. You may modify your copy or copies of the Program or any portion
647 of it, thus forming a work based on the Program, and copy and
648 distribute such modifications or work under the terms of Section 1
649 above, provided that you also meet all of these conditions:
650
651     a) You must cause the modified files to carry prominent notices
652     stating that you changed the files and the date of any change.
653
654     b) You must cause any work that you distribute or publish, that in
655     whole or in part contains or is derived from the Program or any
656     part thereof, to be licensed as a whole at no charge to all third
657     parties under the terms of this License.
658
659     c) If the modified program normally reads commands interactively
660     when run, you must cause it, when started running for such
661     interactive use in the most ordinary way, to print or display an
662     announcement including an appropriate copyright notice and a
663     notice that there is no warranty (or else, saying that you provide
664     a warranty) and that users may redistribute the program under
665     these conditions, and telling the user how to view a copy of this
666     License.  (Exception: if the Program itself is interactive but
667     does not normally print such an announcement, your work based on
668     the Program is not required to print an announcement.)
669
670 These requirements apply to the modified work as a whole.  If
671 identifiable sections of that work are not derived from the Program,
672 and can be reasonably considered independent and separate works in
673 themselves, then this License, and its terms, do not apply to those
674 sections when you distribute them as separate works.  But when you
675 distribute the same sections as part of a whole which is a work based
676 on the Program, the distribution of the whole must be on the terms of
677 this License, whose permissions for other licensees extend to the
678 entire whole, and thus to each and every part regardless of who wrote it.
679
680 Thus, it is not the intent of this section to claim rights or contest
681 your rights to work written entirely by you; rather, the intent is to
682 exercise the right to control the distribution of derivative or
683 collective works based on the Program.
684
685 In addition, mere aggregation of another work not based on the Program
686 with the Program (or with a work based on the Program) on a volume of
687 a storage or distribution medium does not bring the other work under
688 the scope of this License.
689
690   3. You may copy and distribute the Program (or a work based on it,
691 under Section 2) in object code or executable form under the terms of
692 Sections 1 and 2 above provided that you also do one of the following:
693
694     a) Accompany it with the complete corresponding machine-readable
695     source code, which must be distributed under the terms of Sections
696     1 and 2 above on a medium customarily used for software interchange; or,
697
698     b) Accompany it with a written offer, valid for at least three
699     years, to give any third party, for a charge no more than your
700     cost of physically performing source distribution, a complete
701     machine-readable copy of the corresponding source code, to be
702     distributed under the terms of Sections 1 and 2 above on a medium
703     customarily used for software interchange; or,
704
705     c) Accompany it with the information you received as to the offer
706     to distribute corresponding source code.  (This alternative is
707     allowed only for noncommercial distribution and only if you
708     received the program in object code or executable form with such
709     an offer, in accord with Subsection b above.)
710
711 The source code for a work means the preferred form of the work for
712 making modifications to it.  For an executable work, complete source
713 code means all the source code for all modules it contains, plus any
714 associated interface definition files, plus the scripts used to
715 control compilation and installation of the executable.  However, as a
716 special exception, the source code distributed need not include
717 anything that is normally distributed (in either source or binary
718 form) with the major components (compiler, kernel, and so on) of the
719 operating system on which the executable runs, unless that component
720 itself accompanies the executable.
721
722 If distribution of executable or object code is made by offering
723 access to copy from a designated place, then offering equivalent
724 access to copy the source code from the same place counts as
725 distribution of the source code, even though third parties are not
726 compelled to copy the source along with the object code.
727
728   4. You may not copy, modify, sublicense, or distribute the Program
729 except as expressly provided under this License.  Any attempt
730 otherwise to copy, modify, sublicense or distribute the Program is
731 void, and will automatically terminate your rights under this License.
732 However, parties who have received copies, or rights, from you under
733 this License will not have their licenses terminated so long as such
734 parties remain in full compliance.
735
736   5. You are not required to accept this License, since you have not
737 signed it.  However, nothing else grants you permission to modify or
738 distribute the Program or its derivative works.  These actions are
739 prohibited by law if you do not accept this License.  Therefore, by
740 modifying or distributing the Program (or any work based on the
741 Program), you indicate your acceptance of this License to do so, and
742 all its terms and conditions for copying, distributing or modifying
743 the Program or works based on it.
744
745   6. Each time you redistribute the Program (or any work based on the
746 Program), the recipient automatically receives a license from the
747 original licensor to copy, distribute or modify the Program subject to
748 these terms and conditions.  You may not impose any further
749 restrictions on the recipients' exercise of the rights granted herein.
750 You are not responsible for enforcing compliance by third parties to
751 this License.
752
753   7. If, as a consequence of a court judgment or allegation of patent
754 infringement or for any other reason (not limited to patent issues),
755 conditions are imposed on you (whether by court order, agreement or
756 otherwise) that contradict the conditions of this License, they do not
757 excuse you from the conditions of this License.  If you cannot
758 distribute so as to satisfy simultaneously your obligations under this
759 License and any other pertinent obligations, then as a consequence you
760 may not distribute the Program at all.  For example, if a patent
761 license would not permit royalty-free redistribution of the Program by
762 all those who receive copies directly or indirectly through you, then
763 the only way you could satisfy both it and this License would be to
764 refrain entirely from distribution of the Program.
765
766 If any portion of this section is held invalid or unenforceable under
767 any particular circumstance, the balance of the section is intended to
768 apply and the section as a whole is intended to apply in other
769 circumstances.
770
771 It is not the purpose of this section to induce you to infringe any
772 patents or other property right claims or to contest validity of any
773 such claims; this section has the sole purpose of protecting the
774 integrity of the free software distribution system, which is
775 implemented by public license practices.  Many people have made
776 generous contributions to the wide range of software distributed
777 through that system in reliance on consistent application of that
778 system; it is up to the author/donor to decide if he or she is willing
779 to distribute software through any other system and a licensee cannot
780 impose that choice.
781
782 This section is intended to make thoroughly clear what is believed to
783 be a consequence of the rest of this License.
784
785   8. If the distribution and/or use of the Program is restricted in
786 certain countries either by patents or by copyrighted interfaces, the
787 original copyright holder who places the Program under this License
788 may add an explicit geographical distribution limitation excluding
789 those countries, so that distribution is permitted only in or among
790 countries not thus excluded.  In such case, this License incorporates
791 the limitation as if written in the body of this License.
792
793   9. The Free Software Foundation may publish revised and/or new versions
794 of the General Public License from time to time.  Such new versions will
795 be similar in spirit to the present version, but may differ in detail to
796 address new problems or concerns.
797
798 Each version is given a distinguishing version number.  If the Program
799 specifies a version number of this License which applies to it and "any
800 later version", you have the option of following the terms and conditions
801 either of that version or of any later version published by the Free
802 Software Foundation.  If the Program does not specify a version number of
803 this License, you may choose any version ever published by the Free Software
804 Foundation.
805
806   10. If you wish to incorporate parts of the Program into other free
807 programs whose distribution conditions are different, write to the author
808 to ask for permission.  For software which is copyrighted by the Free
809 Software Foundation, write to the Free Software Foundation; we sometimes
810 make exceptions for this.  Our decision will be guided by the two goals
811 of preserving the free status of all derivatives of our free software and
812 of promoting the sharing and reuse of software generally.
813
814                             NO WARRANTY
815
816   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
817 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
818 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
819 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
820 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
821 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
822 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
823 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
824 REPAIR OR CORRECTION.
825
826   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
827 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
828 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
829 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
830 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
831 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
832 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
833 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
834 POSSIBILITY OF SUCH DAMAGES.
835
836                      END OF TERMS AND CONDITIONS
837
838             How to Apply These Terms to Your New Programs
839
840   If you develop a new program, and you want it to be of the greatest
841 possible use to the public, the best way to achieve this is to make it
842 free software which everyone can redistribute and change under these terms.
843
844   To do so, attach the following notices to the program.  It is safest
845 to attach them to the start of each source file to most effectively
846 convey the exclusion of warranty; and each file should have at least
847 the "copyright" line and a pointer to where the full notice is found.
848
849     <one line to give the program's name and a brief idea of what it does.>
850     Copyright (C) <year>  <name of author>
851
852     This program is free software; you can redistribute it and/or modify
853     it under the terms of the GNU General Public License as published by
854     the Free Software Foundation; either version 2 of the License, or
855     (at your option) any later version.
856
857     This program is distributed in the hope that it will be useful,
858     but WITHOUT ANY WARRANTY; without even the implied warranty of
859     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
860     GNU General Public License for more details.
861
862     You should have received a copy of the GNU General Public License along
863     with this program; if not, write to the Free Software Foundation, Inc.,
864     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
865
866 Also add information on how to contact you by electronic and paper mail.
867
868 If the program is interactive, make it output a short notice like this
869 when it starts in an interactive mode:
870
871     Gnomovision version 69, Copyright (C) year name of author
872     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
873     This is free software, and you are welcome to redistribute it
874     under certain conditions; type `show c' for details.
875
876 The hypothetical commands `show w' and `show c' should show the appropriate
877 parts of the General Public License.  Of course, the commands you use may
878 be called something other than `show w' and `show c'; they could even be
879 mouse-clicks or menu items--whatever suits your program.
880
881 You should also get your employer (if you work as a programmer) or your
882 school, if any, to sign a "copyright disclaimer" for the program, if
883 necessary.  Here is a sample; alter the names:
884
885   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
886   `Gnomovision' (which makes passes at compilers) written by James Hacker.
887
888   <signature of Ty Coon>, 1 April 1989
889   Ty Coon, President of Vice
890
891 This General Public License does not permit incorporating your program into
892 proprietary programs.  If your program is a subroutine library, you may
893 consider it more useful to permit linking proprietary applications with the
894 library.  If this is what you want to do, use the GNU Lesser General
895 Public License instead of this License.
896
897 2. Trajectory file reading using VMD plugins
898 ============================================
899
900    Files: src/external/vmd_molfile/
901           src/gromacs/fileio/vmdio.c
902
903                 (C) Copyright 1995-2009 The Board of Trustees of the
904                             University of Illinois
905                              All Rights Reserved
906
907 Developed by:           Theoretical and Computational Biophysics Group
908                         University of Illinois at Urbana-Champaign
909                         http://www.ks.uiuc.edu/
910
911 Permission is hereby granted, free of charge, to any person obtaining a copy of
912 this software and associated documentation files (the Software), to deal with
913 the Software without restriction, including without limitation the rights to
914 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
915 of the Software, and to permit persons to whom the Software is furnished to
916 do so, subject to the following conditions:
917
918 Redistributions of source code must retain the above copyright notice,
919 this list of conditions and the following disclaimers.
920
921 Redistributions in binary form must reproduce the above copyright notice,
922 this list of conditions and the following disclaimers in the documentation
923 and/or other materials provided with the distribution.
924
925 Neither the names of Theoretical and Computational Biophysics Group,
926 University of Illinois at Urbana-Champaign, nor the names of its contributors
927 may be used to endorse or promote products derived from this Software without
928 specific prior written permission.
929
930 THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
931 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
932 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
933 THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
934 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
935 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
936 OTHER DEALINGS WITH THE SOFTWARE.
937
938 3. Internal FFT (ffpack)
939 ========================
940
941    Files: src/external/fftpack/fftpack.c
942
943 Copyright (c) 2005-2011, NumPy Developers.
944 All rights reserved.
945
946 Redistribution and use in source and binary forms, with or without
947 modification, are permitted provided that the following conditions are
948 met:
949
950     * Redistributions of source code must retain the above copyright
951        notice, this list of conditions and the following disclaimer.
952
953     * Redistributions in binary form must reproduce the above
954        copyright notice, this list of conditions and the following
955        disclaimer in the documentation and/or other materials provided
956        with the distribution.
957
958     * Neither the name of the NumPy Developers nor the names of any
959        contributors may be used to endorse or promote products derived
960        from this software without specific prior written permission.
961
962 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
963 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
964 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
965 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
966 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
967 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
968 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
969 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
970 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
971 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
972 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
973
974 fftpack.c : A set of FFT routines in C.
975 Algorithmically based on Fortran-77 FFTPACK by Paul N. Swarztrauber (Version 4, 1985).
976
977 4. thread_mpi
978 =============
979
980    Files: src/external/thread_mpi/
981
982 Copyright (c) 2009-2012, Sander Pronk & Erik Lindahl.
983 All rights reserved.
984
985 Redistribution and use in source and binary forms, with or without
986 modification, are permitted provided that the following conditions are met:
987 1) Redistributions of source code must retain the above copyright
988    notice, this list of conditions and the following disclaimer.
989 2) Redistributions in binary form must reproduce the above copyright
990    notice, this list of conditions and the following disclaimer in the
991    documentation and/or other materials provided with the distribution.
992 3) Neither the name of the <organization> nor the
993    names of its contributors may be used to endorse or promote products
994    derived from this software without specific prior written permission.
995
996 THIS SOFTWARE IS PROVIDED BY US ''AS IS'' AND ANY
997 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
998 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
999 DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
1000 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1001 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1002 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1003 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1004 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1005 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1006
1007 If you want to redistribute modifications, please consider that
1008 scientific software is very special. Version control is crucial -
1009 bugs must be traceable. We will be happy to consider code for
1010 inclusion in the official distribution, but derived work should not
1011 be called official thread_mpi.
1012
1013 5. Blas
1014 =======
1015
1016 These files are semi-automatic translations by f2c from the original netlib BLAS library.
1017 The source has been modified to (mostly) use modern C formatting, and to get rid of
1018 compiler warnings. Any errors in doing this should be blamed on the GROMACS developers, and
1019 not the reference BLAS implementation.
1020
1021 The reference BLAS implementation is available from http://www.netlib.org/blas
1022
1023 BLAS does not come with a formal named "license", but a general statement that
1024
1025 "The reference BLAS is a freely-available software package. It is available from netlib
1026 via anonymous ftp and the World Wide Web. Thus, it can be included in commercial software
1027 packages (and has been). We only ask that proper credit be given to the authors."
1028
1029 While the rest of GROMACS is LGPL, we think it's only fair to give you the same rights to
1030 our modified BLAS files as the original netlib versions, so do what you want with them.
1031 However, be warned that we have only tested that they do the right thing in the cases used
1032 in GROMACS (primarily full & sparse matrix diagonalization), so in most cases it is a much
1033 better idea to use the full reference implementation.
1034
1035 Erik Lindahl, 2008-10-07.
1036
1037 6. Lapack
1038 =========
1039
1040 These files are semi-automatic translations by f2c from the original netlib LAPACK library.
1041 The source has been modified to (mostly) use modern C formatting, and to get rid of
1042 compiler warnings. Any errors in doing this should be blamed on the GROMACS developers, and
1043 not the reference LAPACK implementation.
1044
1045 The reference LAPACK implementation is available from http://www.netlib.org/lapack
1046
1047 LAPACK does not come with a formal named "license", but a general statement saying:
1048
1049 "The reference LAPACK is a freely-available software package. It is available from netlib
1050 via anonymous ftp and the World Wide Web. Thus, it can be included in commercial software
1051 packages (and has been). We only ask that proper credit be given to the authors."
1052
1053 While the rest of GROMACS is LGPL, we think it's only fair to give you the same rights to
1054 our modified LAPACK files as the original netlib versions, so do what you want with them.
1055
1056 However, be warned that we have only tested that they do the right thing in the cases used
1057 in GROMACS (primarily full & sparse matrix diagonalization), so in most cases it is a much
1058 better idea to use the full reference implementation.
1059
1060 Erik Lindahl, 2008-10-07.
1061
1062 7. Parts of Boost C++ library
1063 =============================
1064
1065    Files: src/gromacs/utility/current_function.h
1066           src/gromacs/utility/path.cpp
1067
1068 Boost Software License - Version 1.0 - August 17th, 2003
1069
1070 Permission is hereby granted, free of charge, to any person or organization
1071 obtaining a copy of the software and accompanying documentation covered by
1072 this license (the "Software") to use, reproduce, display, distribute,
1073 execute, and transmit the Software, and to prepare derivative works of the
1074 Software, and to permit third-parties to whom the Software is furnished to
1075 do so, all subject to the following:
1076
1077 The copyright notices in the Software and this entire statement, including
1078 the above license grant, this restriction and the following disclaimer,
1079 must be included in all copies of the Software, in whole or in part, and
1080 all derivative works of the Software, unless such copies or derivative
1081 works are solely in the form of machine-executable object code generated by
1082 a source language processor.
1083
1084 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1085 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1086 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1087 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1088 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1089 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1090 DEALINGS IN THE SOFTWARE.
1091
1092 8. Google Test and Google Mock
1093 ===============================
1094
1095    Files: src/external/googletest/*
1096
1097 Copyright 2008, Google Inc.
1098 All rights reserved.
1099
1100 Redistribution and use in source and binary forms, with or without
1101 modification, are permitted provided that the following conditions are
1102 met:
1103
1104     * Redistributions of source code must retain the above copyright
1105 notice, this list of conditions and the following disclaimer.
1106     * Redistributions in binary form must reproduce the above
1107 copyright notice, this list of conditions and the following disclaimer
1108 in the documentation and/or other materials provided with the
1109 distribution.
1110     * Neither the name of Google Inc. nor the names of its
1111 contributors may be used to endorse or promote products derived from
1112 this software without specific prior written permission.
1113
1114 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1115 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1116 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1117 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1118 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1119 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1120 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1121 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1122 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1123 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1124 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1125
1126
1127 9. Sun Extensible Data Representation routines (XDR)
1128 =====================================================
1129
1130     Files: src/gromacs/fileio/gmx_system_xdr.c
1131
1132 Sun RPC is a product of Sun Microsystems, Inc. and is provided for
1133 unrestricted use provided that this legend is included on all tape
1134 media and as a part of the software program in whole or part.  Users
1135 may copy or modify Sun RPC without charge, but are not authorized
1136 to license or distribute it to anyone else except as part of a product or
1137 program developed by the user.
1138
1139 SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
1140 WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
1141 PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
1142
1143 Sun RPC is provided with no support and without any obligation on the
1144 part of Sun Microsystems, Inc. to assist in its use, correction,
1145 modification or enhancement.
1146
1147 SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
1148 INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
1149 OR ANY PART THEREOF.
1150
1151 In no event will Sun Microsystems, Inc. be liable for any lost revenue
1152 or profits or other special, indirect and consequential damages, even if
1153 Sun has been advised of the possibility of such damages.
1154
1155 Sun Microsystems, Inc.
1156 2550 Garcia Avenue
1157 Mountain View, California  94043
1158
1159
1160 10. Sun FDLIBM (Freely Distributable Maths Library)
1161 ===================================================
1162
1163     Files: src/gromacs/math/utilities.c
1164
1165 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
1166
1167 Developed at SunSoft, a Sun Microsystems, Inc. business.
1168 Permission to use, copy, modify, and distribute this
1169 software is freely granted, provided that this notice
1170 is preserved.
1171
1172
1173 11. ThreeFry Random Engine
1174 ============================================
1175
1176 Based on proposed Boost implementations by
1177 a) John Salmon, Copyright 2010-2014 by D. E. Shaw Research
1178 b) Thijs van den Berg, Copyright (c) 2014 M.A. (Thijs) van den Berg
1179
1180 Boost Software License - Version 1.0 - August 17th, 2003
1181
1182 Permission is hereby granted, free of charge, to any person or organization
1183 obtaining a copy of the software and accompanying documentation covered by
1184 this license (the "Software") to use, reproduce, display, distribute,
1185 execute, and transmit the Software, and to prepare derivative works of the
1186 Software, and to permit third-parties to whom the Software is furnished to
1187 do so, all subject to the following:
1188
1189 The copyright notices in the Software and this entire statement, including
1190 the above license grant, this restriction and the following disclaimer,
1191 must be included in all copies of the Software, in whole or in part, and
1192 all derivative works of the Software, unless such copies or derivative
1193 works are solely in the form of machine-executable object code generated by
1194 a source language processor.
1195
1196 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1197 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1198 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1199 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1200 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1201 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1202 DEALINGS IN THE SOFTWARE.
1203
1204 12. Gamma distribution from libc++
1205 ============================================
1206
1207 Copyright (c) The LLVM compiler infrastructure
1208
1209 Permission is hereby granted, free of charge, to any person obtaining a copy
1210 of this software and associated documentation files (the "Software"), to deal
1211 in the Software without restriction, including without limitation the rights
1212 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1213 copies of the Software, and to permit persons to whom the Software is
1214 furnished to do so, subject to the following conditions:
1215
1216 The above copyright notice and this permission notice shall be included in
1217 all copies or substantial portions of the Software.
1218
1219 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1220 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1221 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1222 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1223 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1224 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1225 THE SOFTWARE.
1226
1227
1228 13. md5
1229 ============================================
1230
1231 Copyright (C) 1999, 2002 Aladdin Enterprises.  All rights reserved.
1232
1233 This software is provided 'as-is', without any express or implied
1234 warranty.  In no event will the authors be held liable for any damages
1235 arising from the use of this software.
1236
1237 Permission is granted to anyone to use this software for any purpose,
1238 including commercial applications, and to alter it and redistribute it
1239 freely, subject to the following restrictions:
1240
1241 1. The origin of this software must not be misrepresented; you must not
1242   claim that you wrote the original software. If you use this software
1243   in a product, an acknowledgment in the product documentation would be
1244   appreciated but is not required.
1245 2. Altered source versions must be plainly marked as such, and must not be
1246   misrepresented as being the original software.
1247 3. This notice may not be removed or altered from any source distribution.
1248
1249 L. Peter Deutsch
1250 ghost@aladdin.com
1251
1252 14. lmfit
1253 ============================================
1254 The package lmfit is distributed under the FreeBSD License:
1255
1256 --
1257   Copyright (c) 1980-1999 University of Chicago,
1258                           as operator of Argonne National Laboratory
1259   Copyright (c) 2004-2015 Joachim Wuttke, Forschungszentrum Juelich GmbH
1260
1261   All rights reserved.
1262
1263   Redistribution and use in source and binary forms, with or without
1264   modification, are permitted provided that the following conditions are met:
1265
1266   - Redistributions of source code must retain the above copyright notice,
1267     this list of conditions and the following disclaimer.
1268   - Redistributions in binary form must reproduce the above copyright notice,
1269     this list of conditions and the following disclaimer in the documentation
1270     and/or other materials provided with the distribution.
1271
1272   This software is provided by the copyright holders and contributors "as is"
1273   and any express or implied warranties, including, but not limited to, the
1274   implied warranties of merchantability and fitness for a particular purpose
1275   are disclaimed. In no event shall the copyright holder or contributors
1276   be liable for any direct, indirect, incidental, special, exemplary, or
1277   consequential damages (including, but not limited to, procurement of
1278   substitute goods or services; loss of use, data, or profits; or business
1279   interruption) however caused and on any theory of liability, whether in
1280   contract, strict liability, or tort (including negligence or otherwise)
1281   arising in any way out of the use of this software, even if advised of the
1282   possibility of such damage.
1283 --
1284
1285 15. clFFT
1286 ============================================
1287
1288    Files: src/external/clFFT/*
1289
1290 The source for clFFT is licensed under the Apache License, Version 2.0
1291
1292 --
1293 AMD clFFT
1294     Copyright 2013 Advanced Micro Devices, Inc.
1295
1296     This product includes software developed at
1297     Advanced Micro Devices, Inc. (http://www.amd.com).
1298 --
1299
1300 15. Guidelines Support Library
1301 ============================================
1302
1303    Files: src/gromacs/compat/pointers.h
1304
1305 The source for the Guidelines Support Library (GSL) is licensed under
1306 the MIT license.
1307
1308 --
1309 Copyright (c) 2015 Microsoft Corporation. All rights reserved.
1310
1311 This code is licensed under the MIT License (MIT).
1312
1313 Permission is hereby granted, free of charge, to any person obtaining a copy
1314 of this software and associated documentation files (the "Software"), to deal
1315 in the Software without restriction, including without limitation the rights
1316 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1317 of the Software, and to permit persons to whom the Software is furnished to do
1318 so, subject to the following conditions:
1319
1320 The above copyright notice and this permission notice shall be included in all
1321 copies or substantial portions of the Software.
1322
1323 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1324 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1325 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1326 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1327 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1328 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1329 THE SOFTWARE.
1330 --
1331
1332 17. P0009 reference implementation (Sandia Corporation)
1333 =======================================================
1334
1335    Files: src/gromacs/mdspan/*
1336
1337                          Kokkos v. 2.0
1338               Copyright (2014) Sandia Corporation
1339
1340 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
1341 the U.S. Government retains certain rights in this software.
1342
1343 Kokkos is licensed under 3-clause BSD terms of use:
1344
1345 Redistribution and use in source and binary forms, with or without
1346 modification, are permitted provided that the following conditions are
1347 met:
1348
1349 1. Redistributions of source code must retain the above copyright
1350 notice, this list of conditions and the following disclaimer.
1351
1352 2. Redistributions in binary form must reproduce the above copyright
1353 notice, this list of conditions and the following disclaimer in the
1354 documentation and/or other materials provided with the distribution.
1355
1356 3. Neither the name of the Corporation nor the names of the
1357 contributors may be used to endorse or promote products derived from
1358 this software without specific prior written permission.
1359
1360 THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
1361 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1362 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1363 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
1364 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1365 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1366 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1367 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1368 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1369 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1370 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1371
1372 Questions? Contact Christian R. Trott (crtrott@sandia.gov)
1373
1374 18. pybind11 release 2.5.0 from https://github.com/pybind/pybind11
1375 ==================================================================
1376
1377     Files: python_packaging/src/external/pybind/*
1378
1379 --
1380 Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
1381
1382 Redistribution and use in source and binary forms, with or without
1383 modification, are permitted provided that the following conditions are met:
1384
1385 1. Redistributions of source code must retain the above copyright notice, this
1386    list of conditions and the following disclaimer.
1387
1388 2. Redistributions in binary form must reproduce the above copyright notice,
1389    this list of conditions and the following disclaimer in the documentation
1390    and/or other materials provided with the distribution.
1391
1392 3. Neither the name of the copyright holder nor the names of its contributors
1393    may be used to endorse or promote products derived from this software
1394    without specific prior written permission.
1395
1396 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1397 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1398 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1399 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1400 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1401 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1402 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1403 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1404 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1405 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1406
1407 Please also refer to the file CONTRIBUTING.md, which clarifies licensing of
1408 external contributions to this project including patches, pull requests, etc.
1409 --
1410
1411 19. Reference implementation of std::string_view
1412 ================================================
1413
1414 Used with minor modifications from commit bf5824916b6895ccab0dbc2431520ee3b6d4f27f of
1415 https://github.com/martinmoene/string-view-lite.git, which is licensed as below.
1416
1417 Boost Software License - Version 1.0 - August 17th, 2003
1418
1419 Permission is hereby granted, free of charge, to any person or organization
1420 obtaining a copy of the software and accompanying documentation covered by
1421 this license (the "Software") to use, reproduce, display, distribute,
1422 execute, and transmit the Software, and to prepare derivative works of the
1423 Software, and to permit third-parties to whom the Software is furnished to
1424 do so, all subject to the following:
1425
1426 The copyright notices in the Software and this entire statement, including
1427 the above license grant, this restriction and the following disclaimer,
1428 must be included in all copies of the Software, in whole or in part, and
1429 all derivative works of the Software, unless such copies or derivative
1430 works are solely in the form of machine-executable object code generated by
1431 a source language processor.
1432
1433 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1434 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1435 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1436 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1437 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1438 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1439 DEALINGS IN THE SOFTWARE.
1440
1441 20. Reference implementation of std::optional
1442 =============================================
1443
1444 Used with minor modifications from commit 096ce6d7e45ef184d of
1445 https://github.com/martinmoene/optional-lite.git, which is licensed as below.
1446
1447 Boost Software License - Version 1.0 - August 17th, 2003
1448
1449 Permission is hereby granted, free of charge, to any person or organization
1450 obtaining a copy of the software and accompanying documentation covered by
1451 this license (the "Software") to use, reproduce, display, distribute,
1452 execute, and transmit the Software, and to prepare derivative works of the
1453 Software, and to permit third-parties to whom the Software is furnished to
1454 do so, all subject to the following:
1455
1456 The copyright notices in the Software and this entire statement, including
1457 the above license grant, this restriction and the following disclaimer,
1458 must be included in all copies of the Software, in whole or in part, and
1459 all derivative works of the Software, unless such copies or derivative
1460 works are solely in the form of machine-executable object code generated by
1461 a source language processor.
1462
1463 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1464 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1465 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1466 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1467 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1468 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1469 DEALINGS IN THE SOFTWARE.
1470
1471 21. stl_interfaces
1472 ==================
1473
1474 Used with minor modification from commit 486db0a5543cea2901ed of
1475 https://github.com/boostorg/stl_interfaces, which is licensed as below.
1476
1477 Boost Software License - Version 1.0 - August 17th, 2003
1478
1479 Permission is hereby granted, free of charge, to any person or organization
1480 obtaining a copy of the software and accompanying documentation covered by
1481 this license (the "Software") to use, reproduce, display, distribute,
1482 execute, and transmit the Software, and to prepare derivative works of the
1483 Software, and to permit third-parties to whom the Software is furnished to
1484 do so, all subject to the following:
1485
1486 The copyright notices in the Software and this entire statement, including
1487 the above license grant, this restriction and the following disclaimer,
1488 must be included in all copies of the Software, in whole or in part, and
1489 all derivative works of the Software, unless such copies or derivative
1490 works are solely in the form of machine-executable object code generated by
1491 a source language processor.
1492
1493 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1494 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1495 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1496 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1497 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1498 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1499 DEALINGS IN THE SOFTWARE.
1500
1501 22. muparser
1502 ============
1503
1504 Used version 2.3.2 from https://github.com/beltoforion/muparser/releases/tag/v2.3.2,
1505 which is licensed as below.
1506
1507 /*
1508
1509          _____  __ _____________ _______  ______ ___________
1510         /     \|  |  \____ \__  \\_  __ \/  ___// __ \_  __ \
1511    |  Y Y  \  |  /  |_> > __ \|  | \/\___ \\  ___/|  | \/
1512    |__|_|  /____/|   __(____  /__|  /____  >\___  >__|
1513                  \/      |__|       \/           \/     \/
1514    Copyright (C) 2004 - 2020 Ingo Berg
1515
1516         Redistribution and use in source and binary forms, with or without modification, are permitted
1517         provided that the following conditions are met:
1518
1519           * Redistributions of source code must retain the above copyright notice, this list of
1520                 conditions and the following disclaimer.
1521           * Redistributions in binary form must reproduce the above copyright notice, this list of
1522                 conditions and the following disclaimer in the documentation and/or other materials provided
1523                 with the distribution.
1524
1525         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
1526         IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1527         FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1528         CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1529         DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1530         DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
1531         IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1532         OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1533 */