1 static char *license[] = {
2    "\n" ,
3    "  Major portions of this software are Copyright 1994-2000 by\n" ,
4    "\n" ,
5    "            Medical College of Wisconsin\n" ,
6    "            8701 Watertown Plank Road\n" ,
7    "            Milwaukee, WI 53226\n" ,
8    "\n" ,
9    "  Development of these portions was supported by MCW internal funds, and\n" ,
10    "  also in part by NIH grants MH51358 (PI: JS Hyde) and NS34798 (PI: RW Cox).\n" ,
11    "\n" ,
12    "  *** This software was designed to be used only for research purposes. ***\n" ,
13    "  *** Clinical applications are not recommended, and this software has  ***\n" ,
14    "  *** NOT been evaluated by the United States FDA for any clinical use. ***\n" ,
15    "  ***** There are no plans to EVER evaluate AFNI for clinical usage!! *****\n" ,
16    "\n" ,
17    "  Neither the Medical College of Wisconsin (MCW), the National Institutes\n" ,
18    "  of Health (NIH), nor any of the authors or their institutions, make or\n" ,
19    "  imply any warranty of usefulness of this software for any particular\n" ,
20    "  purpose, and do not assume any liability for damages, incidental or\n" ,
21    "  otherwise, caused by the installation or use of this software.  If\n" ,
22    "  these conditions are not acceptable to you or your institution, or are\n" ,
23    "  not enforceable by the laws of your jurisdiction, you do not have the\n" ,
24    "  right use this software.\n" ,
25    "\n" ,
26    "  The MCW-copyrighted part of this software is released to the public\n" ,
27    "  under the GNU General Public License, Version 2 (or any later version).\n" ,
28    "  A copy of this License (GPL v2, that is to say) is appended.\n" ,
29    "\n" ,
30    "  The final reference copy of the software that was fully derived from\n" ,
31    "  MCW code is in the tar/gzip archive file afni98_lastmcw.tgz.  (This does\n" ,
32    "  NOT mean that later code is not copyrighted by MCW - that depends on the\n" ,
33    "  source file involved.  It simply means that some code developed later comes\n" ,
34    "  from the NIH, and is not copyrighted.  Other parts developed or contributed\n" ,
35    "  later are from MCW or other institutions that still maintain their copyright,\n" ,
36    "  but who release the code under the GPL.)\n" ,
37    "\n" ,
38    "  The MCW-copyrighted part of the documentation is released to the public\n" ,
39    "  under the Open Content License (OCL).  A copy of this license is appended.\n" ,
40    "\n" ,
41    "  These licensing conditions supersede any other conditions on licensing\n" ,
42    "  or distribution that may be found in the files or documents distributed\n" ,
43    "  with this software package.\n" ,
44    "\n" ,
45    "  Other Components\n" ,
46    "  ----------------\n" ,
47    "  Components of this software and its documentation developed at the US\n" ,
48    "  National Institutes of Health (after 15 Jan 2001) are not copyrighted.\n" ,
49    "  Components of the software and documentation contributed by people at\n" ,
50    "  other institutions are released under the GPL and OCL (respectively),\n" ,
51    "  but copyright may be retained by them or their institutions.\n" ,
52    "\n" ,
53    "  The Talairach Daemon data are incorporated with permission from\n" ,
54    "  the Research Imaging Center at the University of Texas Health Sciences\n" ,
55    "  Center at San Antonio.  Thanks go to Drs. Jack Lancaster and Peter Fox\n" ,
56    "  for sharing this database.\n" ,
57    "\n" ,
58    "  The CDF library routines were developed at the University of Texas\n" ,
59    "  M.D. Anderson Cancer Center, and have been placed into the public domain.\n" ,
60    "  See the file \"cdflib.txt\" for more details.\n" ,
61    "\n" ,
62    "  The eis_*.c functions are C translations of the EISPACK library,\n" ,
63    "  distributed by Netlib: http://www.netlib.org\n" ,
64    "\n" ,
65    "  Some of the routines in \"mri_stats.c\" are from the StatLib repository at\n" ,
66    "  Carnegie Mellon: http://lib.stat.cmu.edu\n" ,
67    "\n" ,
68    "  Some of the routines in \"mcw_glob.c\" are derived from the Berkeley Unix\n" ,
69    "  distribution.  See that file for their copyright declaration.\n" ,
70    "\n" ,
71    "  The popup hint functions in \"LiteClue.c\" are from Computer Generation, Inc.\n" ,
72    "  See that file for their copyright declaration.\n" ,
73    "\n" ,
74    "  The MD5 routines in thd_md5.c are adapted from the functions in RFC1321\n" ,
75    "  by R Rivest, and so are derived from the RSA Data Security, Inc MD5\n" ,
76    "  Message-Digest Algorithm.  See file \"thd_md5.c\" for the RSA Copyright\n" ,
77    "  notice.\n" ,
78    "\n" ,
79    "  The SVM-light software included is by Thorsten Joachims of Cornell\n" ,
80    "  University, and is redistributed in the AFNI package by permission.\n" ,
81    "  If you use this software, please cite the paper\n" ,
82    "      T. Joachims, Making large-Scale SVM Learning Practical.\n" ,
83    "        Advances in Kernel Methods - Support Vector Learning,\n" ,
84    "        B. Scholkopf and C. Burges and A. Smola (ed.), MIT-Press, 1999. \n" ,
85    "  The SVM-light software is free ONLY for non-commercial use. It must not be\n" ,
86    "  distributed without prior permission of the author. The author is not\n" ,
87    "  responsible for implications from the use of this software.\n" ,
88    "\n" ,
89    "  The sonnets of William Shakespeare are not copyrighted.  At that time --\n" ,
90    "  the most creative literary period in history -- there was no copyright.\n" ,
91    "  Whoever says that copyright is NECESSARY to ensure artistic and/or\n" ,
92    "  intellectual creativity should explain this historical fact.\n" ,
93    "\n" ,
94    "  ============================================================================\n" ,
95    "\n" ,
96    "                         GNU GENERAL PUBLIC LICENSE\n" ,
97    "                            Version 2, June 1991\n" ,
98    "\n" ,
99    "  Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass\n" ,
100    "  Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and\n" ,
101    "  distribute verbatim copies of this license document, but changing it\n" ,
102    "  is not allowed.\n" ,
103    "\n" ,
104    "                                Preamble\n" ,
105    "\n" ,
106    "  The licenses for most software are designed to take away your\n" ,
107    "  freedom to share and change it. By contrast, the GNU General Public\n" ,
108    "  License is intended to guarantee your freedom to share and change\n" ,
109    "  free software--to make sure the software is free for all its users.\n" ,
110    "  This General Public License applies to most of the Free Software\n" ,
111    "  Foundation's software and to any other program whose authors commit\n" ,
112    "  to using it. (Some other Free Software Foundation software is\n" ,
113    "  covered by the GNU Library General Public License instead.) You can\n" ,
114    "  apply it to your programs, too.\n" ,
115    "\n" ,
116    "  When we speak of free software, we are referring to freedom, not\n" ,
117    "  price. Our General Public Licenses are designed to make sure that\n" ,
118    "  you have the freedom to distribute copies of free software (and\n" ,
119    "  charge for this service if you wish), that you receive source code\n" ,
120    "  or can get it if you want it, that you can change the software or\n" ,
121    "  use pieces of it in new free programs; and that you know you can do\n" ,
122    "  these things.\n" ,
123    "\n" ,
124    "  To protect your rights, we need to make restrictions that forbid\n" ,
125    "  anyone to deny you these rights or to ask you to surrender the\n" ,
126    "  rights. These restrictions translate to certain responsibilities for\n" ,
127    "  you if you distribute copies of the software, or if you modify it.\n" ,
128    "\n" ,
129    "  For example, if you distribute copies of such a program, whether\n" ,
130    "  gratis or for a fee, you must give the recipients all the rights\n" ,
131    "  that you have. You must make sure that they, too, receive or can get\n" ,
132    "  the source code. And you must show them these terms so they know\n" ,
133    "  their rights.\n" ,
134    "\n" ,
135    "  We protect your rights with two steps: (1) copyright the software,\n" ,
136    "  and (2) offer you this license which gives you legal permission to\n" ,
137    "  copy, distribute and/or modify the software.\n" ,
138    "\n" ,
139    "  Also, for each author's protection and ours, we want to make certain\n" ,
140    "  that everyone understands that there is no warranty for this free\n" ,
141    "  software. If the software is modified by someone else and passed on,\n" ,
142    "  we want its recipients to know that what they have is not the\n" ,
143    "  original, so that any problems introduced by others will not reflect\n" ,
144    "  on the original authors' reputations.\n" ,
145    "\n" ,
146    "  Finally, any free program is threatened constantly by software\n" ,
147    "  patents. We wish to avoid the danger that redistributors of a free\n" ,
148    "  program will individually obtain patent licenses, in effect making\n" ,
149    "  the program proprietary. To prevent this, we have made it clear that\n" ,
150    "  any patent must be licensed for everyone's free use or not licensed\n" ,
151    "  at all.\n" ,
152    "\n" ,
153    "  The precise terms and conditions for copying, distribution and\n" ,
154    "  modification follow.\n" ,
155    "\n" ,
156    "                       GNU GENERAL PUBLIC LICENSE\n" ,
157    "    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" ,
158    "\n" ,
159    "  0. This License applies to any program or other work which contains\n" ,
160    "  a notice placed by the copyright holder saying it may be distributed\n" ,
161    "  under the terms of this General Public License. The \"Program\",\n" ,
162    "  below, refers to any such program or work, and a \"work based on the\n" ,
163    "  Program\" means either the Program or any derivative work under\n" ,
164    "  copyright law: that is to say, a work containing the Program or a\n" ,
165    "  portion of it, either verbatim or with modifications and/or\n" ,
166    "  translated into another language. (Hereinafter, translation is\n" ,
167    "  included without limitation in the term \"modification\".) Each\n" ,
168    "  licensee is addressed as \"you\".\n" ,
169    "\n" ,
170    "  Activities other than copying, distribution and modification are not\n" ,
171    "  covered by this License; they are outside its scope. The act of\n" ,
172    "  running the Program is not restricted, and the output from the\n" ,
173    "  Program is covered only if its contents constitute a work based on\n" ,
174    "  the Program (independent of having been made by running the\n" ,
175    "  Program). Whether that is true depends on what the Program does.\n" ,
176    "\n" ,
177    "  1. You may copy and distribute verbatim copies of the Program's\n" ,
178    "  source code as you receive it, in any medium, provided that you\n" ,
179    "  conspicuously and appropriately publish on each copy an appropriate\n" ,
180    "  copyright notice and disclaimer of warranty; keep intact all the\n" ,
181    "  notices that refer to this License and to the absence of any\n" ,
182    "  warranty; and give any other recipients of the Program a copy of\n" ,
183    "  this License along with the Program.\n" ,
184    "\n" ,
185    "  You may charge a fee for the physical act of transferring a copy,\n" ,
186    "  and you may at your option offer warranty protection in exchange for\n" ,
187    "  a fee.\n" ,
188    "\n" ,
189    "  2. You may modify your copy or copies of the Program or any portion\n" ,
190    "  of it, thus forming a work based on the Program, and copy and\n" ,
191    "  distribute such modifications or work under the terms of Section 1\n" ,
192    "  above, provided that you also meet all of these conditions:\n" ,
193    "\n" ,
194    "  a) You must cause the modified files to carry prominent notices\n" ,
195    "  stating that you changed the files and the date of any change.\n" ,
196    "\n" ,
197    "  b) You must cause any work that you distribute or publish, that in\n" ,
198    "  whole or in part contains or is derived from the Program or any part\n" ,
199    "  thereof, to be licensed as a whole at no charge to all third parties\n" ,
200    "  under the terms of this License.\n" ,
201    "\n" ,
202    "  c) If the modified program normally reads commands interactively\n" ,
203    "  when run, you must cause it, when started running for such\n" ,
204    "  interactive use in the most ordinary way, to print or display an\n" ,
205    "  announcement including an appropriate copyright notice and a notice\n" ,
206    "  that there is no warranty (or else, saying that you provide a\n" ,
207    "  warranty) and that users may redistribute the program under these\n" ,
208    "  conditions, and telling the user how to view a copy of this License.\n" ,
209    "  (Exception: if the Program itself is interactive but does not\n" ,
210    "  normally print such an announcement, your work based on the Program\n" ,
211    "  is not required to print an announcement.)\n" ,
212    "\n" ,
213    "  These requirements apply to the modified work as a whole. If\n" ,
214    "  identifiable sections of that work are not derived from the Program,\n" ,
215    "  and can be reasonably considered independent and separate works in\n" ,
216    "  themselves, then this License, and its terms, do not apply to those\n" ,
217    "  sections when you distribute them as separate works. But when you\n" ,
218    "  distribute the same sections as part of a whole which is a work\n" ,
219    "  based on the Program, the distribution of the whole must be on the\n" ,
220    "  terms of this License, whose permissions for other licensees extend\n" ,
221    "  to the entire whole, and thus to each and every part regardless of\n" ,
222    "  who wrote it.\n" ,
223    "\n" ,
224    "  Thus, it is not the intent of this section to claim rights or\n" ,
225    "  contest your rights to work written entirely by you; rather, the\n" ,
226    "  intent is to exercise the right to control the distribution of\n" ,
227    "  derivative or collective works based on the Program.\n" ,
228    "\n" ,
229    "  In addition, mere aggregation of another work not based on the\n" ,
230    "  Program with the Program (or with a work based on the Program) on a\n" ,
231    "  volume of a storage or distribution medium does not bring the other\n" ,
232    "  work under the scope of this License.\n" ,
233    "\n" ,
234    "  3. You may copy and distribute the Program (or a work based on it,\n" ,
235    "  under Section 2) in object code or executable form under the terms\n" ,
236    "  of Sections 1 and 2 above provided that you also do one of the\n" ,
237    "  following:\n" ,
238    "\n" ,
239    "  a) Accompany it with the complete corresponding machine-readable\n" ,
240    "  source code, which must be distributed under the terms of Sections 1\n" ,
241    "  and 2 above on a medium customarily used for software interchange;\n" ,
242    "  or,\n" ,
243    "\n" ,
244    "  b) Accompany it with a written offer, valid for at least three\n" ,
245    "  years, to give any third party, for a charge no more than your cost\n" ,
246    "  of physically performing source distribution, a complete\n" ,
247    "  machine-readable copy of the corresponding source code, to be\n" ,
248    "  distributed under the terms of Sections 1 and 2 above on a medium\n" ,
249    "  customarily used for software interchange; or,\n" ,
250    "\n" ,
251    "  c) Accompany it with the information you received as to the offer to\n" ,
252    "  distribute corresponding source code. (This alternative is allowed\n" ,
253    "  only for noncommercial distribution and only if you received the\n" ,
254    "  program in object code or executable form with such an offer, in\n" ,
255    "  accord with Subsection b above.)\n" ,
256    "\n" ,
257    "  The source code for a work means the preferred form of the work for\n" ,
258    "  making modifications to it. For an executable work, complete source\n" ,
259    "  code means all the source code for all modules it contains, plus any\n" ,
260    "  associated interface definition files, plus the scripts used to\n" ,
261    "  control compilation and installation of the executable. However, as\n" ,
262    "  a special exception, the source code distributed need not include\n" ,
263    "  anything that is normally distributed (in either source or binary\n" ,
264    "  form) with the major components (compiler, kernel, and so on) of the\n" ,
265    "  operating system on which the executable runs, unless that component\n" ,
266    "  itself accompanies the executable.\n" ,
267    "\n" ,
268    "  If distribution of executable or object code is made by offering\n" ,
269    "  access to copy from a designated place, then offering equivalent\n" ,
270    "  access to copy the source code from the same place counts as\n" ,
271    "  distribution of the source code, even though third parties are not\n" ,
272    "  compelled to copy the source along with the object code.\n" ,
273    "\n" ,
274    "  4. You may not copy, modify, sublicense, or distribute the Program\n" ,
275    "  except as expressly provided under this License. Any attempt\n" ,
276    "  otherwise to copy, modify, sublicense or distribute the Program is\n" ,
277    "  void, and will automatically terminate your rights under this\n" ,
278    "  License. However, parties who have received copies, or rights, from\n" ,
279    "  you under this License will not have their licenses terminated so\n" ,
280    "  long as such parties remain in full compliance.\n" ,
281    "\n" ,
282    "  5. You are not required to accept this License, since you have not\n" ,
283    "  signed it. However, nothing else grants you permission to modify or\n" ,
284    "  distribute the Program or its derivative works. These actions are\n" ,
285    "  prohibited by law if you do not accept this License. Therefore, by\n" ,
286    "  modifying or distributing the Program (or any work based on the\n" ,
287    "  Program), you indicate your acceptance of this License to do so, and\n" ,
288    "  all its terms and conditions for copying, distributing or modifying\n" ,
289    "  the Program or works based on it.\n" ,
290    "\n" ,
291    "  6. Each time you redistribute the Program (or any work based on the\n" ,
292    "  Program), the recipient automatically receives a license from the\n" ,
293    "  original licensor to copy, distribute or modify the Program subject\n" ,
294    "  to these terms and conditions. You may not impose any further\n" ,
295    "  restrictions on the recipients' exercise of the rights granted\n" ,
296    "  herein. You are not responsible for enforcing compliance by third\n" ,
297    "  parties to this License.\n" ,
298    "\n" ,
299    "  7. If, as a consequence of a court judgment or allegation of patent\n" ,
300    "  infringement or for any other reason (not limited to patent issues),\n" ,
301    "  conditions are imposed on you (whether by court order, agreement or\n" ,
302    "  otherwise) that contradict the conditions of this License, they do\n" ,
303    "  not excuse you from the conditions of this License. If you cannot\n" ,
304    "  distribute so as to satisfy simultaneously your obligations under\n" ,
305    "  this License and any other pertinent obligations, then as a\n" ,
306    "  consequence you may not distribute the Program at all. For example,\n" ,
307    "  if a patent license would not permit royalty-free redistribution of\n" ,
308    "  the Program by all those who receive copies directly or indirectly\n" ,
309    "  through you, then the only way you could satisfy both it and this\n" ,
310    "  License would be to refrain entirely from distribution of the\n" ,
311    "  Program.\n" ,
312    "\n" ,
313    "  If any portion of this section is held invalid or unenforceable\n" ,
314    "  under any particular circumstance, the balance of the section is\n" ,
315    "  intended to apply and the section as a whole is intended to apply in\n" ,
316    "  other circumstances.\n" ,
317    "\n" ,
318    "  It is not the purpose of this section to induce you to infringe any\n" ,
319    "  patents or other property right claims or to contest validity of any\n" ,
320    "  such claims; this section has the sole purpose of protecting the\n" ,
321    "  integrity of the free software distribution system, which is\n" ,
322    "  implemented by public license practices. Many people have made\n" ,
323    "  generous contributions to the wide range of software distributed\n" ,
324    "  through that system in reliance on consistent application of that\n" ,
325    "  system; it is up to the author/donor to decide if he or she is\n" ,
326    "  willing to distribute software through any other system and a\n" ,
327    "  licensee cannot impose that choice.\n" ,
328    "\n" ,
329    "  This section is intended to make thoroughly clear what is believed\n" ,
330    "  to be a consequence of the rest of this License.\n" ,
331    "\n" ,
332    "  8. If the distribution and/or use of the Program is restricted in\n" ,
333    "  certain countries either by patents or by copyrighted interfaces,\n" ,
334    "  the original copyright holder who places the Program under this\n" ,
335    "  License may add an explicit geographical distribution limitation\n" ,
336    "  excluding those countries, so that distribution is permitted only in\n" ,
337    "  or among countries not thus excluded. In such case, this License\n" ,
338    "  incorporates the limitation as if written in the body of this\n" ,
339    "  License.\n" ,
340    "\n" ,
341    "  9. The Free Software Foundation may publish revised and/or new\n" ,
342    "  versions of the General Public License from time to time. Such new\n" ,
343    "  versions will be similar in spirit to the present version, but may\n" ,
344    "  differ in detail to address new problems or concerns.\n" ,
345    "\n" ,
346    "  Each version is given a distinguishing version number. If the\n" ,
347    "  Program specifies a version number of this License which applies to\n" ,
348    "  it and \"any later version\", you have the option of following the\n" ,
349    "  terms and conditions either of that version or of any later version\n" ,
350    "  published by the Free Software Foundation. If the Program does not\n" ,
351    "  specify a version number of this License, you may choose any version\n" ,
352    "  ever published by the Free Software Foundation.\n" ,
353    "\n" ,
354    "  10. If you wish to incorporate parts of the Program into other free\n" ,
355    "  programs whose distribution conditions are different, write to the\n" ,
356    "  author to ask for permission. For software which is copyrighted by\n" ,
357    "  the Free Software Foundation, write to the Free Software Foundation;\n" ,
358    "  we sometimes make exceptions for this. Our decision will be guided\n" ,
359    "  by the two goals of preserving the free status of all derivatives of\n" ,
360    "  our free software and of promoting the sharing and reuse of software\n" ,
361    "  generally.\n" ,
362    "\n" ,
363    "                              NO WARRANTY\n" ,
364    "\n" ,
365    "  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO\n" ,
366    "  WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\n" ,
367    "  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\n" ,
368    "  OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY\n" ,
369    "  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" ,
370    "  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n" ,
371    "  PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND\n" ,
372    "  PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE\n" ,
373    "  DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR\n" ,
374    "  CORRECTION.\n" ,
375    "\n" ,
376    "  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\n" ,
377    "  WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\n" ,
378    "  AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU\n" ,
379    "  FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\n" ,
380    "  CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\n" ,
381    "  PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\n" ,
382    "  RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\n" ,
383    "  FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF\n" ,
384    "  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n" ,
385    "  SUCH DAMAGES.\n" ,
386    "\n" ,
387    "                      END OF TERMS AND CONDITIONS\n" ,
388    "\n" ,
389    "  ============================================================================\n" ,
390    "\n" ,
391    "                           OpenContent License (OPL)\n" ,
392    "                           Version 1.0, July 14, 1998.\n" ,
393    "\n" ,
394    "     This document outlines the principles underlying the OpenContent\n" ,
395    "     (OC) movement and may be redistributed provided it remains\n" ,
396    "     unaltered. For legal purposes, this document is the license under\n" ,
397    "     which OpenContent is made available for use.\n" ,
398    "\n" ,
399    "     The original version of this document may be found at\n" ,
400    "     http://opencontent.org/opl.shtml\n" ,
401    "\n" ,
402    "     LICENSE\n" ,
403    "\n" ,
404    "     Terms and Conditions for Copying, Distributing, and Modifying\n" ,
405    "\n" ,
406    "     Items other than copying, distributing, and modifying the Content\n" ,
407    "     with which this license was distributed (such as using, etc.) are\n" ,
408    "     outside the scope of this license.\n" ,
409    "\n" ,
410    "     1. You may copy and distribute exact replicas of the OpenContent\n" ,
411    "     (OC) as you receive it, in any medium, provided that you\n" ,
412    "     conspicuously and appropriately publish on each copy an appropriate\n" ,
413    "     copyright notice and disclaimer of warranty; keep intact all the\n" ,
414    "     notices that refer to this License and to the absence of any\n" ,
415    "     warranty; and give any other recipients of the OC a copy of this\n" ,
416    "     License along with the OC. You may at your option charge a fee for\n" ,
417    "     the media and/or handling involved in creating a unique copy of the\n" ,
418    "     OC for use offline, you may at your option offer instructional\n" ,
419    "     support for the OC in exchange for a fee, or you may at your option\n" ,
420    "     offer warranty in exchange for a fee. You may not charge a fee for\n" ,
421    "     the OC itself. You may not charge a fee for the sole service of\n" ,
422    "     providing access to and/or use of the OC via a network (e.g. the\n" ,
423    "     Internet), whether it be via the world wide web, FTP, or any other\n" ,
424    "     method.\n" ,
425    "\n" ,
426    "     2. You may modify your copy or copies of the OpenContent or any\n" ,
427    "     portion of it, thus forming works based on the Content, and\n" ,
428    "     distribute such modifications or work under the terms of Section 1\n" ,
429    "     above, provided that you also meet all of these conditions:\n" ,
430    "\n" ,
431    "     a) You must cause the modified content to carry prominent notices\n" ,
432    "     stating that you changed it, the exact nature and content of the\n" ,
433    "     changes, and the date of any change.\n" ,
434    "\n" ,
435    "     b) You must cause any work that you distribute or publish, that in\n" ,
436    "     whole or in part contains or is derived from the OC or any part\n" ,
437    "     thereof, to be licensed as a whole at no charge to all third\n" ,
438    "     parties under the terms of this License, unless otherwise permitted\n" ,
439    "     under applicable Fair Use law.\n" ,
440    "\n" ,
441    "     These requirements apply to the modified work as a whole. If\n" ,
442    "     identifiable sections of that work are not derived from the OC, and\n" ,
443    "     can be reasonably considered independent and separate works in\n" ,
444    "     themselves, then this License, and its terms, do not apply to those\n" ,
445    "     sections when you distribute them as separate works. But when you\n" ,
446    "     distribute the same sections as part of a whole which is a work\n" ,
447    "     based on the OC, the distribution of the whole must be on the terms\n" ,
448    "     of this License, whose permissions for other licensees extend to\n" ,
449    "     the entire whole, and thus to each and every part regardless of who\n" ,
450    "     wrote it. Exceptions are made to this requirement to release\n" ,
451    "     modified works free of charge under this license only in compliance\n" ,
452    "     with Fair Use law where applicable.\n" ,
453    "\n" ,
454    "     3. You are not required to accept this License, since you have not\n" ,
455    "     signed it. However, nothing else grants you permission to copy,\n" ,
456    "     distribute or modify the OC. These actions are prohibited by law if\n" ,
457    "     you do not accept this License. Therefore, by distributing or\n" ,
458    "     translating the OC, or by deriving works herefrom, you indicate\n" ,
459    "     your acceptance of this License to do so, and all its terms and\n" ,
460    "     conditions for copying, distributing or translating the OC.\n" ,
461    "\n" ,
462    "     NO WARRANTY\n" ,
463    "\n" ,
464    "     4. BECAUSE THE OPENCONTENT (OC) IS LICENSED FREE OF CHARGE, THERE\n" ,
465    "     IS NO WARRANTY FOR THE OC, TO THE EXTENT PERMITTED BY APPLICABLE\n" ,
466    "     LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS\n" ,
467    "     AND/OR OTHER PARTIES PROVIDE THE OC \"AS IS\" WITHOUT WARRANTY OF ANY\n" ,
468    "     KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" ,
469    "     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n" ,
470    "     PARTICULAR PURPOSE. THE ENTIRE RISK OF USE OF THE OC IS WITH YOU.\n" ,
471    "     SHOULD THE OC PROVE FAULTY, INACCURATE, OR OTHERWISE UNACCEPTABLE\n" ,
472    "     YOU ASSUME THE COST OF ALL NECESSARY REPAIR OR CORRECTION.\n" ,
473    "\n" ,
474    "     5. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\n" ,
475    "     WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY\n" ,
476    "     MIRROR AND/OR REDISTRIBUTE THE OC AS PERMITTED ABOVE, BE LIABLE TO\n" ,
477    "     YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\n" ,
478    "     CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE\n" ,
479    "     THE OC, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n" ,
480    "     POSSIBILITY OF SUCH DAMAGES.\n" ,
481    "\n" ,
482    NULL } ;
483