Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

license.h

Go to the documentation of this file.
00001 static char * license[] = {
00002    "\n" ,
00003    "  Major portions of this software are Copyright 1994-2000 by\n" ,
00004    "\n" ,
00005    "            Medical College of Wisconsin\n" ,
00006    "            8701 Watertown Plank Road\n" ,
00007    "            Milwaukee, WI 53226\n" ,
00008    "\n" ,
00009    "  Development of these portions was supported by MCW internal funds, and\n" ,
00010    "  also in part by NIH grants MH51358 (PI: JS Hyde) and NS34798 (PI: RW Cox).\n" ,
00011    "\n" ,
00012    "  *** This software was designed to be used only for research purposes. ***\n" ,
00013    "  *** Clinical applications are not recommended, and this software has  ***\n" ,
00014    "  *** NOT been evaluated by the United States FDA for any clinical use. ***\n" ,
00015    "\n" ,
00016    "  Neither the Medical College of Wisconsin (MCW), the National Institutes\n" ,
00017    "  of Health (NIH), nor any of the authors or their institutions make or\n" ,
00018    "  imply any warranty of usefulness of this software for any particular\n" ,
00019    "  purpose, and do not assume any liability for damages, incidental or\n" ,
00020    "  otherwise, caused by the installation or use of this software.  If\n" ,
00021    "  these conditions are not acceptable to you or your institution, or are\n" ,
00022    "  not enforceable by the laws of your jurisdiction, you do not have the\n" ,
00023    "  right use this software.\n" ,
00024    "\n" ,
00025    "  The MCW-copyrighted part of this software is released to the public under\n" ,
00026    "  the GNU General Public License, Version 2.  A copy of this License is\n" ,
00027    "  appended.  The final reference copy of the software that was fully derived\n" ,
00028    "  from MCW is in the tar/gzip archive file afni98_lastmcw.tgz.  (This does\n" ,
00029    "  NOT mean that later code is not copyrighted by MCW - that depends on the\n" ,
00030    "  source file involved.  It simply means that some code developed later comes\n" ,
00031    "  from the NIH, and is not copyrighted.  Other parts developed or contributed\n" ,
00032    "  later are from MCW or other institutions that still maintain their copyright,\n" ,
00033    "  but who release the code under the GPL.)\n" ,
00034    "\n" ,
00035    "  The MCW-copyrighted part of the documentation is released to the public\n" ,
00036    "  under the Open Content License (OCL).  A copy of this license is appended.\n" ,
00037    "\n" ,
00038    "  These licensing conditions supersede any other conditions on licensing\n" ,
00039    "  or distribution that may be found in the files or documents distributed\n" ,
00040    "  with this software package.\n" ,
00041    "\n" ,
00042    "  Other Components\n" ,
00043    "  ----------------\n" ,
00044    "  Components of this software and its documentation developed at the US\n" ,
00045    "  National Institutes of Health (after 15 Jan 2001) are not copyrighted.\n" ,
00046    "  Components of the software and documentation contributed by people at\n" ,
00047    "  other institutions are released under the GPL and OCL (respectively),\n" ,
00048    "  but copyright may be retained by them or their institutions.\n" ,
00049    "\n" ,
00050    "  The Talairach Daemon data are incorporated with permission from\n" ,
00051    "  the Research Imaging Center at the University of Texas Health Sciences\n" ,
00052    "  Center at San Antonio.  Thanks go to Drs. Jack Lancaster and Peter Fox\n" ,
00053    "  for sharing this database.\n" ,
00054    "\n" ,
00055    "  The netCDF functions included are from the netCDF library from\n" ,
00056    "  the Unidata Program at the University Corporation for Atmospheric\n" ,
00057    "  Research (http://www.unidata.ucar.edu/) and distributed in accordance\n" ,
00058    "  with their Copyright notice (which of course disavows any liability\n" ,
00059    "  for anything).\n" ,
00060    "\n" ,
00061    "  The CDF library routines were developed at the University of Texas\n" ,
00062    "  M.D. Anderson Cancer Center, and have been placed into the public domain.\n" ,
00063    "  See the file \"cdflib.txt\" for more details.\n" ,
00064    "\n" ,
00065    "  The eis_*.c functions are C translations of the EISPACK library,\n" ,
00066    "  distributed by Netlib: http://www.netlib.org\n" ,
00067    "\n" ,
00068    "  Some of the routines in \"mri_stats.c\" are from the StatLib repository at\n" ,
00069    "  Carnegie Mellon: http://lib.stat.cmu.edu\n" ,
00070    "\n" ,
00071    "  Some of the routines in \"mcw_glob.c\" are derived from the Berkeley Unix\n" ,
00072    "  distribution.  See that file for their copyright declaration.\n" ,
00073    "\n" ,
00074    "  The popup hint functions in \"LiteClue.c\" are from Computer Generation, Inc.\n" ,
00075    "  See that file for their copyright declaration.\n" ,
00076    "\n" ,
00077    "  The volume rendering library \"volpack\" is by Phil Lacroute, and is copy-\n" ,
00078    "  righted by The Board of Trustees of The Leland Stanford Junior University.\n" ,
00079    "  See file \"volpack.h\" for their copyright declaration.\n" ,
00080    "\n" ,
00081    "  The MD5 routines in thd_md5.c are adapted from the functions in RFC1321\n" ,
00082    "  by R Rivest, and so are derived from the RSA Data Security, Inc MD5\n" ,
00083    "  Message-Digest Algorithm.  See file \"thd_md5.c\" for the RSA Copyright\n" ,
00084    "  notice.\n" ,
00085    "\n" ,
00086    "  The sonnets of William Shakespeare are not copyrighted.  At that time --\n" ,
00087    "  the most creative literary period in history -- there was no copyright.\n" ,
00088    "  Whoever says that copyright is NECESSARY to ensure artistic and/or\n" ,
00089    "  intellectual creativity should explain this historical fact.\n" ,
00090    "\n" ,
00091    "  ============================================================================\n" ,
00092    "\n" ,
00093    "                         GNU GENERAL PUBLIC LICENSE\n" ,
00094    "                            Version 2, June 1991\n" ,
00095    "\n" ,
00096    "  Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass\n" ,
00097    "  Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and\n" ,
00098    "  distribute verbatim copies of this license document, but changing it\n" ,
00099    "  is not allowed.\n" ,
00100    "\n" ,
00101    "                                Preamble\n" ,
00102    "\n" ,
00103    "  The licenses for most software are designed to take away your\n" ,
00104    "  freedom to share and change it. By contrast, the GNU General Public\n" ,
00105    "  License is intended to guarantee your freedom to share and change\n" ,
00106    "  free software--to make sure the software is free for all its users.\n" ,
00107    "  This General Public License applies to most of the Free Software\n" ,
00108    "  Foundation's software and to any other program whose authors commit\n" ,
00109    "  to using it. (Some other Free Software Foundation software is\n" ,
00110    "  covered by the GNU Library General Public License instead.) You can\n" ,
00111    "  apply it to your programs, too.\n" ,
00112    "\n" ,
00113    "  When we speak of free software, we are referring to freedom, not\n" ,
00114    "  price. Our General Public Licenses are designed to make sure that\n" ,
00115    "  you have the freedom to distribute copies of free software (and\n" ,
00116    "  charge for this service if you wish), that you receive source code\n" ,
00117    "  or can get it if you want it, that you can change the software or\n" ,
00118    "  use pieces of it in new free programs; and that you know you can do\n" ,
00119    "  these things.\n" ,
00120    "\n" ,
00121    "  To protect your rights, we need to make restrictions that forbid\n" ,
00122    "  anyone to deny you these rights or to ask you to surrender the\n" ,
00123    "  rights. These restrictions translate to certain responsibilities for\n" ,
00124    "  you if you distribute copies of the software, or if you modify it.\n" ,
00125    "\n" ,
00126    "  For example, if you distribute copies of such a program, whether\n" ,
00127    "  gratis or for a fee, you must give the recipients all the rights\n" ,
00128    "  that you have. You must make sure that they, too, receive or can get\n" ,
00129    "  the source code. And you must show them these terms so they know\n" ,
00130    "  their rights.\n" ,
00131    "\n" ,
00132    "  We protect your rights with two steps: (1) copyright the software,\n" ,
00133    "  and (2) offer you this license which gives you legal permission to\n" ,
00134    "  copy, distribute and/or modify the software.\n" ,
00135    "\n" ,
00136    "  Also, for each author's protection and ours, we want to make certain\n" ,
00137    "  that everyone understands that there is no warranty for this free\n" ,
00138    "  software. If the software is modified by someone else and passed on,\n" ,
00139    "  we want its recipients to know that what they have is not the\n" ,
00140    "  original, so that any problems introduced by others will not reflect\n" ,
00141    "  on the original authors' reputations.\n" ,
00142    "\n" ,
00143    "  Finally, any free program is threatened constantly by software\n" ,
00144    "  patents. We wish to avoid the danger that redistributors of a free\n" ,
00145    "  program will individually obtain patent licenses, in effect making\n" ,
00146    "  the program proprietary. To prevent this, we have made it clear that\n" ,
00147    "  any patent must be licensed for everyone's free use or not licensed\n" ,
00148    "  at all.\n" ,
00149    "\n" ,
00150    "  The precise terms and conditions for copying, distribution and\n" ,
00151    "  modification follow.\n" ,
00152    "\n" ,
00153    "                       GNU GENERAL PUBLIC LICENSE\n" ,
00154    "    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" ,
00155    "\n" ,
00156    "  0. This License applies to any program or other work which contains\n" ,
00157    "  a notice placed by the copyright holder saying it may be distributed\n" ,
00158    "  under the terms of this General Public License. The \"Program\",\n" ,
00159    "  below, refers to any such program or work, and a \"work based on the\n" ,
00160    "  Program\" means either the Program or any derivative work under\n" ,
00161    "  copyright law: that is to say, a work containing the Program or a\n" ,
00162    "  portion of it, either verbatim or with modifications and/or\n" ,
00163    "  translated into another language. (Hereinafter, translation is\n" ,
00164    "  included without limitation in the term \"modification\".) Each\n" ,
00165    "  licensee is addressed as \"you\".\n" ,
00166    "\n" ,
00167    "  Activities other than copying, distribution and modification are not\n" ,
00168    "  covered by this License; they are outside its scope. The act of\n" ,
00169    "  running the Program is not restricted, and the output from the\n" ,
00170    "  Program is covered only if its contents constitute a work based on\n" ,
00171    "  the Program (independent of having been made by running the\n" ,
00172    "  Program). Whether that is true depends on what the Program does.\n" ,
00173    "\n" ,
00174    "  1. You may copy and distribute verbatim copies of the Program's\n" ,
00175    "  source code as you receive it, in any medium, provided that you\n" ,
00176    "  conspicuously and appropriately publish on each copy an appropriate\n" ,
00177    "  copyright notice and disclaimer of warranty; keep intact all the\n" ,
00178    "  notices that refer to this License and to the absence of any\n" ,
00179    "  warranty; and give any other recipients of the Program a copy of\n" ,
00180    "  this License along with the Program.\n" ,
00181    "\n" ,
00182    "  You may charge a fee for the physical act of transferring a copy,\n" ,
00183    "  and you may at your option offer warranty protection in exchange for\n" ,
00184    "  a fee.\n" ,
00185    "\n" ,
00186    "  2. You may modify your copy or copies of the Program or any portion\n" ,
00187    "  of it, thus forming a work based on the Program, and copy and\n" ,
00188    "  distribute such modifications or work under the terms of Section 1\n" ,
00189    "  above, provided that you also meet all of these conditions:\n" ,
00190    "\n" ,
00191    "  a) You must cause the modified files to carry prominent notices\n" ,
00192    "  stating that you changed the files and the date of any change.\n" ,
00193    "\n" ,
00194    "  b) You must cause any work that you distribute or publish, that in\n" ,
00195    "  whole or in part contains or is derived from the Program or any part\n" ,
00196    "  thereof, to be licensed as a whole at no charge to all third parties\n" ,
00197    "  under the terms of this License.\n" ,
00198    "\n" ,
00199    "  c) If the modified program normally reads commands interactively\n" ,
00200    "  when run, you must cause it, when started running for such\n" ,
00201    "  interactive use in the most ordinary way, to print or display an\n" ,
00202    "  announcement including an appropriate copyright notice and a notice\n" ,
00203    "  that there is no warranty (or else, saying that you provide a\n" ,
00204    "  warranty) and that users may redistribute the program under these\n" ,
00205    "  conditions, and telling the user how to view a copy of this License.\n" ,
00206    "  (Exception: if the Program itself is interactive but does not\n" ,
00207    "  normally print such an announcement, your work based on the Program\n" ,
00208    "  is not required to print an announcement.)\n" ,
00209    "\n" ,
00210    "  These requirements apply to the modified work as a whole. If\n" ,
00211    "  identifiable sections of that work are not derived from the Program,\n" ,
00212    "  and can be reasonably considered independent and separate works in\n" ,
00213    "  themselves, then this License, and its terms, do not apply to those\n" ,
00214    "  sections when you distribute them as separate works. But when you\n" ,
00215    "  distribute the same sections as part of a whole which is a work\n" ,
00216    "  based on the Program, the distribution of the whole must be on the\n" ,
00217    "  terms of this License, whose permissions for other licensees extend\n" ,
00218    "  to the entire whole, and thus to each and every part regardless of\n" ,
00219    "  who wrote it.\n" ,
00220    "\n" ,
00221    "  Thus, it is not the intent of this section to claim rights or\n" ,
00222    "  contest your rights to work written entirely by you; rather, the\n" ,
00223    "  intent is to exercise the right to control the distribution of\n" ,
00224    "  derivative or collective works based on the Program.\n" ,
00225    "\n" ,
00226    "  In addition, mere aggregation of another work not based on the\n" ,
00227    "  Program with the Program (or with a work based on the Program) on a\n" ,
00228    "  volume of a storage or distribution medium does not bring the other\n" ,
00229    "  work under the scope of this License.\n" ,
00230    "\n" ,
00231    "  3. You may copy and distribute the Program (or a work based on it,\n" ,
00232    "  under Section 2) in object code or executable form under the terms\n" ,
00233    "  of Sections 1 and 2 above provided that you also do one of the\n" ,
00234    "  following:\n" ,
00235    "\n" ,
00236    "  a) Accompany it with the complete corresponding machine-readable\n" ,
00237    "  source code, which must be distributed under the terms of Sections 1\n" ,
00238    "  and 2 above on a medium customarily used for software interchange;\n" ,
00239    "  or,\n" ,
00240    "\n" ,
00241    "  b) Accompany it with a written offer, valid for at least three\n" ,
00242    "  years, to give any third party, for a charge no more than your cost\n" ,
00243    "  of physically performing source distribution, a complete\n" ,
00244    "  machine-readable copy of the corresponding source code, to be\n" ,
00245    "  distributed under the terms of Sections 1 and 2 above on a medium\n" ,
00246    "  customarily used for software interchange; or,\n" ,
00247    "\n" ,
00248    "  c) Accompany it with the information you received as to the offer to\n" ,
00249    "  distribute corresponding source code. (This alternative is allowed\n" ,
00250    "  only for noncommercial distribution and only if you received the\n" ,
00251    "  program in object code or executable form with such an offer, in\n" ,
00252    "  accord with Subsection b above.)\n" ,
00253    "\n" ,
00254    "  The source code for a work means the preferred form of the work for\n" ,
00255    "  making modifications to it. For an executable work, complete source\n" ,
00256    "  code means all the source code for all modules it contains, plus any\n" ,
00257    "  associated interface definition files, plus the scripts used to\n" ,
00258    "  control compilation and installation of the executable. However, as\n" ,
00259    "  a special exception, the source code distributed need not include\n" ,
00260    "  anything that is normally distributed (in either source or binary\n" ,
00261    "  form) with the major components (compiler, kernel, and so on) of the\n" ,
00262    "  operating system on which the executable runs, unless that component\n" ,
00263    "  itself accompanies the executable.\n" ,
00264    "\n" ,
00265    "  If distribution of executable or object code is made by offering\n" ,
00266    "  access to copy from a designated place, then offering equivalent\n" ,
00267    "  access to copy the source code from the same place counts as\n" ,
00268    "  distribution of the source code, even though third parties are not\n" ,
00269    "  compelled to copy the source along with the object code.\n" ,
00270    "\n" ,
00271    "  4. You may not copy, modify, sublicense, or distribute the Program\n" ,
00272    "  except as expressly provided under this License. Any attempt\n" ,
00273    "  otherwise to copy, modify, sublicense or distribute the Program is\n" ,
00274    "  void, and will automatically terminate your rights under this\n" ,
00275    "  License. However, parties who have received copies, or rights, from\n" ,
00276    "  you under this License will not have their licenses terminated so\n" ,
00277    "  long as such parties remain in full compliance.\n" ,
00278    "\n" ,
00279    "  5. You are not required to accept this License, since you have not\n" ,
00280    "  signed it. However, nothing else grants you permission to modify or\n" ,
00281    "  distribute the Program or its derivative works. These actions are\n" ,
00282    "  prohibited by law if you do not accept this License. Therefore, by\n" ,
00283    "  modifying or distributing the Program (or any work based on the\n" ,
00284    "  Program), you indicate your acceptance of this License to do so, and\n" ,
00285    "  all its terms and conditions for copying, distributing or modifying\n" ,
00286    "  the Program or works based on it.\n" ,
00287    "\n" ,
00288    "  6. Each time you redistribute the Program (or any work based on the\n" ,
00289    "  Program), the recipient automatically receives a license from the\n" ,
00290    "  original licensor to copy, distribute or modify the Program subject\n" ,
00291    "  to these terms and conditions. You may not impose any further\n" ,
00292    "  restrictions on the recipients' exercise of the rights granted\n" ,
00293    "  herein. You are not responsible for enforcing compliance by third\n" ,
00294    "  parties to this License.\n" ,
00295    "\n" ,
00296    "  7. If, as a consequence of a court judgment or allegation of patent\n" ,
00297    "  infringement or for any other reason (not limited to patent issues),\n" ,
00298    "  conditions are imposed on you (whether by court order, agreement or\n" ,
00299    "  otherwise) that contradict the conditions of this License, they do\n" ,
00300    "  not excuse you from the conditions of this License. If you cannot\n" ,
00301    "  distribute so as to satisfy simultaneously your obligations under\n" ,
00302    "  this License and any other pertinent obligations, then as a\n" ,
00303    "  consequence you may not distribute the Program at all. For example,\n" ,
00304    "  if a patent license would not permit royalty-free redistribution of\n" ,
00305    "  the Program by all those who receive copies directly or indirectly\n" ,
00306    "  through you, then the only way you could satisfy both it and this\n" ,
00307    "  License would be to refrain entirely from distribution of the\n" ,
00308    "  Program.\n" ,
00309    "\n" ,
00310    "  If any portion of this section is held invalid or unenforceable\n" ,
00311    "  under any particular circumstance, the balance of the section is\n" ,
00312    "  intended to apply and the section as a whole is intended to apply in\n" ,
00313    "  other circumstances.\n" ,
00314    "\n" ,
00315    "  It is not the purpose of this section to induce you to infringe any\n" ,
00316    "  patents or other property right claims or to contest validity of any\n" ,
00317    "  such claims; this section has the sole purpose of protecting the\n" ,
00318    "  integrity of the free software distribution system, which is\n" ,
00319    "  implemented by public license practices. Many people have made\n" ,
00320    "  generous contributions to the wide range of software distributed\n" ,
00321    "  through that system in reliance on consistent application of that\n" ,
00322    "  system; it is up to the author/donor to decide if he or she is\n" ,
00323    "  willing to distribute software through any other system and a\n" ,
00324    "  licensee cannot impose that choice.\n" ,
00325    "\n" ,
00326    "  This section is intended to make thoroughly clear what is believed\n" ,
00327    "  to be a consequence of the rest of this License.\n" ,
00328    "\n" ,
00329    "  8. If the distribution and/or use of the Program is restricted in\n" ,
00330    "  certain countries either by patents or by copyrighted interfaces,\n" ,
00331    "  the original copyright holder who places the Program under this\n" ,
00332    "  License may add an explicit geographical distribution limitation\n" ,
00333    "  excluding those countries, so that distribution is permitted only in\n" ,
00334    "  or among countries not thus excluded. In such case, this License\n" ,
00335    "  incorporates the limitation as if written in the body of this\n" ,
00336    "  License.\n" ,
00337    "\n" ,
00338    "  9. The Free Software Foundation may publish revised and/or new\n" ,
00339    "  versions of the General Public License from time to time. Such new\n" ,
00340    "  versions will be similar in spirit to the present version, but may\n" ,
00341    "  differ in detail to address new problems or concerns.\n" ,
00342    "\n" ,
00343    "  Each version is given a distinguishing version number. If the\n" ,
00344    "  Program specifies a version number of this License which applies to\n" ,
00345    "  it and \"any later version\", you have the option of following the\n" ,
00346    "  terms and conditions either of that version or of any later version\n" ,
00347    "  published by the Free Software Foundation. If the Program does not\n" ,
00348    "  specify a version number of this License, you may choose any version\n" ,
00349    "  ever published by the Free Software Foundation.\n" ,
00350    "\n" ,
00351    "  10. If you wish to incorporate parts of the Program into other free\n" ,
00352    "  programs whose distribution conditions are different, write to the\n" ,
00353    "  author to ask for permission. For software which is copyrighted by\n" ,
00354    "  the Free Software Foundation, write to the Free Software Foundation;\n" ,
00355    "  we sometimes make exceptions for this. Our decision will be guided\n" ,
00356    "  by the two goals of preserving the free status of all derivatives of\n" ,
00357    "  our free software and of promoting the sharing and reuse of software\n" ,
00358    "  generally.\n" ,
00359    "\n" ,
00360    "                              NO WARRANTY\n" ,
00361    "\n" ,
00362    "  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO\n" ,
00363    "  WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\n" ,
00364    "  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\n" ,
00365    "  OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY\n" ,
00366    "  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" ,
00367    "  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n" ,
00368    "  PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND\n" ,
00369    "  PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE\n" ,
00370    "  DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR\n" ,
00371    "  CORRECTION.\n" ,
00372    "\n" ,
00373    "  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\n" ,
00374    "  WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\n" ,
00375    "  AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU\n" ,
00376    "  FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\n" ,
00377    "  CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\n" ,
00378    "  PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\n" ,
00379    "  RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\n" ,
00380    "  FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF\n" ,
00381    "  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n" ,
00382    "  SUCH DAMAGES.\n" ,
00383    "\n" ,
00384    "                      END OF TERMS AND CONDITIONS\n" ,
00385    "\n" ,
00386    "  ============================================================================\n" ,
00387    "\n" ,
00388    "                           OpenContent License (OPL)\n" ,
00389    "                           Version 1.0, July 14, 1998.\n" ,
00390    "\n" ,
00391    "     This document outlines the principles underlying the OpenContent\n" ,
00392    "     (OC) movement and may be redistributed provided it remains\n" ,
00393    "     unaltered. For legal purposes, this document is the license under\n" ,
00394    "     which OpenContent is made available for use.\n" ,
00395    "\n" ,
00396    "     The original version of this document may be found at\n" ,
00397    "     http://opencontent.org/opl.shtml\n" ,
00398    "\n" ,
00399    "     LICENSE\n" ,
00400    "\n" ,
00401    "     Terms and Conditions for Copying, Distributing, and Modifying\n" ,
00402    "\n" ,
00403    "     Items other than copying, distributing, and modifying the Content\n" ,
00404    "     with which this license was distributed (such as using, etc.) are\n" ,
00405    "     outside the scope of this license.\n" ,
00406    "\n" ,
00407    "     1. You may copy and distribute exact replicas of the OpenContent\n" ,
00408    "     (OC) as you receive it, in any medium, provided that you\n" ,
00409    "     conspicuously and appropriately publish on each copy an appropriate\n" ,
00410    "     copyright notice and disclaimer of warranty; keep intact all the\n" ,
00411    "     notices that refer to this License and to the absence of any\n" ,
00412    "     warranty; and give any other recipients of the OC a copy of this\n" ,
00413    "     License along with the OC. You may at your option charge a fee for\n" ,
00414    "     the media and/or handling involved in creating a unique copy of the\n" ,
00415    "     OC for use offline, you may at your option offer instructional\n" ,
00416    "     support for the OC in exchange for a fee, or you may at your option\n" ,
00417    "     offer warranty in exchange for a fee. You may not charge a fee for\n" ,
00418    "     the OC itself. You may not charge a fee for the sole service of\n" ,
00419    "     providing access to and/or use of the OC via a network (e.g. the\n" ,
00420    "     Internet), whether it be via the world wide web, FTP, or any other\n" ,
00421    "     method.\n" ,
00422    "\n" ,
00423    "     2. You may modify your copy or copies of the OpenContent or any\n" ,
00424    "     portion of it, thus forming works based on the Content, and\n" ,
00425    "     distribute such modifications or work under the terms of Section 1\n" ,
00426    "     above, provided that you also meet all of these conditions:\n" ,
00427    "\n" ,
00428    "     a) You must cause the modified content to carry prominent notices\n" ,
00429    "     stating that you changed it, the exact nature and content of the\n" ,
00430    "     changes, and the date of any change.\n" ,
00431    "\n" ,
00432    "     b) You must cause any work that you distribute or publish, that in\n" ,
00433    "     whole or in part contains or is derived from the OC or any part\n" ,
00434    "     thereof, to be licensed as a whole at no charge to all third\n" ,
00435    "     parties under the terms of this License, unless otherwise permitted\n" ,
00436    "     under applicable Fair Use law.\n" ,
00437    "\n" ,
00438    "     These requirements apply to the modified work as a whole. If\n" ,
00439    "     identifiable sections of that work are not derived from the OC, and\n" ,
00440    "     can be reasonably considered independent and separate works in\n" ,
00441    "     themselves, then this License, and its terms, do not apply to those\n" ,
00442    "     sections when you distribute them as separate works. But when you\n" ,
00443    "     distribute the same sections as part of a whole which is a work\n" ,
00444    "     based on the OC, the distribution of the whole must be on the terms\n" ,
00445    "     of this License, whose permissions for other licensees extend to\n" ,
00446    "     the entire whole, and thus to each and every part regardless of who\n" ,
00447    "     wrote it. Exceptions are made to this requirement to release\n" ,
00448    "     modified works free of charge under this license only in compliance\n" ,
00449    "     with Fair Use law where applicable.\n" ,
00450    "\n" ,
00451    "     3. You are not required to accept this License, since you have not\n" ,
00452    "     signed it. However, nothing else grants you permission to copy,\n" ,
00453    "     distribute or modify the OC. These actions are prohibited by law if\n" ,
00454    "     you do not accept this License. Therefore, by distributing or\n" ,
00455    "     translating the OC, or by deriving works herefrom, you indicate\n" ,
00456    "     your acceptance of this License to do so, and all its terms and\n" ,
00457    "     conditions for copying, distributing or translating the OC.\n" ,
00458    "\n" ,
00459    "     NO WARRANTY\n" ,
00460    "\n" ,
00461    "     4. BECAUSE THE OPENCONTENT (OC) IS LICENSED FREE OF CHARGE, THERE\n" ,
00462    "     IS NO WARRANTY FOR THE OC, TO THE EXTENT PERMITTED BY APPLICABLE\n" ,
00463    "     LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS\n" ,
00464    "     AND/OR OTHER PARTIES PROVIDE THE OC \"AS IS\" WITHOUT WARRANTY OF ANY\n" ,
00465    "     KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" ,
00466    "     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n" ,
00467    "     PARTICULAR PURPOSE. THE ENTIRE RISK OF USE OF THE OC IS WITH YOU.\n" ,
00468    "     SHOULD THE OC PROVE FAULTY, INACCURATE, OR OTHERWISE UNACCEPTABLE\n" ,
00469    "     YOU ASSUME THE COST OF ALL NECESSARY REPAIR OR CORRECTION.\n" ,
00470    "\n" ,
00471    "     5. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\n" ,
00472    "     WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY\n" ,
00473    "     MIRROR AND/OR REDISTRIBUTE THE OC AS PERMITTED ABOVE, BE LIABLE TO\n" ,
00474    "     YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\n" ,
00475    "     CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE\n" ,
00476    "     THE OC, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" ,
00477    "     POSSIBILITY OF SUCH DAMAGES.\n" ,
00478    "\n" ,
00479    NULL } ;
00480 #define NUM_license 477
 

Powered by Plone

This site conforms to the following standards: