Capcode 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ Sun, 08 Mar 2009 14:07:55 +0100
@@ -0,0 +1,100 @@
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3
+ <html>
4
+ <head>
5
+ <title>
6
+ Capcode, the Documentation &raquo; File: AUTHORS
7
+ </title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
10
+ <script language="JavaScript" type="text/javascript">
11
+ // <![CDATA[
12
+
13
+ function toggleSource( id )
14
+ {
15
+ var elem
16
+ var link
17
+
18
+ if( document.getElementById )
19
+ {
20
+ elem = document.getElementById( id )
21
+ link = document.getElementById( "l_" + id )
22
+ }
23
+ else if ( document.all )
24
+ {
25
+ elem = eval( "document.all." + id )
26
+ link = eval( "document.all.l_" + id )
27
+ }
28
+ else
29
+ return false;
30
+
31
+ if( elem.style.display == "block" )
32
+ {
33
+ elem.style.display = "none"
34
+ link.innerHTML = "show source"
35
+ }
36
+ else
37
+ {
38
+ elem.style.display = "block"
39
+ link.innerHTML = "hide source"
40
+ }
41
+ }
42
+
43
+ function openCode( url )
44
+ {
45
+ window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" )
46
+ }
47
+ // ]]>
48
+ </script>
49
+ </head>
50
+ <body>
51
+ <!--
52
+ <div id="menu">
53
+ <h3 class="title">File: AUTHORS</h3>
54
+ </div>
55
+ -->
56
+ <div id="fullpage">
57
+ <div id="pager">
58
+ <table>
59
+ <tr><td><img src="../rubyfr.png" /></td>
60
+ <td id="pagertd">
61
+ <strong># File: AUTHORS<br />
62
+ [
63
+ "<a href="../files/README.html" value="File: README">README</a>",
64
+ "<a href="../files/AUTHORS.html" value="File: AUTHORS">AUTHORS</a>",
65
+ "<a href="../files/COPYING.html" value="File: COPYING">COPYING</a>",
66
+ "<a href="../files/lib/capcode_rb.html" value="File: capcode.rb">lib/capcode.rb</a>",
67
+ <a href="http://greg.rubyfr.net">nil</a>].each do<br />
68
+ <a href="../classes/Capcode.html" title="Module: Capcode">Capcode</a>.view_html<br />
69
+ <a href="../classes/Capcode/Helpers.html" title="Module: Capcode::Helpers">Capcode::Helpers</a>.view_html<br />
70
+ <a href="../classes/Capcode/HTTPError.html" title="Class: Capcode::HTTPError">Capcode::HTTPError</a>.view_html<br />
71
+ <a href="../classes/Capcode/ParameterError.html" title="Class: Capcode::ParameterError">Capcode::ParameterError</a>.view_html<br />
72
+ end</strong>
73
+ </td></tr>
74
+ </table>
75
+ </ul>
76
+ </div>
77
+
78
+ <div id="AUTHORS" class="page_shade">
79
+ <div class="page">
80
+ <div class="header">
81
+ <div class="path">AUTHORS / Fri May 11 09:13:59 +0200 2007</div>
82
+ </div>
83
+
84
+ <p>
85
+ Gregoire Lejeune &lt;glejeune.lejeune@free.fr&gt;
86
+ </p>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+ </div>
95
+ </div>
96
+
97
+
98
+ </div>
99
+ </body>
100
+ </html>
@@ -0,0 +1,524 @@
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3
+ <html>
4
+ <head>
5
+ <title>
6
+ Capcode, the Documentation &raquo; File: COPYING
7
+ </title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
10
+ <script language="JavaScript" type="text/javascript">
11
+ // <![CDATA[
12
+
13
+ function toggleSource( id )
14
+ {
15
+ var elem
16
+ var link
17
+
18
+ if( document.getElementById )
19
+ {
20
+ elem = document.getElementById( id )
21
+ link = document.getElementById( "l_" + id )
22
+ }
23
+ else if ( document.all )
24
+ {
25
+ elem = eval( "document.all." + id )
26
+ link = eval( "document.all.l_" + id )
27
+ }
28
+ else
29
+ return false;
30
+
31
+ if( elem.style.display == "block" )
32
+ {
33
+ elem.style.display = "none"
34
+ link.innerHTML = "show source"
35
+ }
36
+ else
37
+ {
38
+ elem.style.display = "block"
39
+ link.innerHTML = "hide source"
40
+ }
41
+ }
42
+
43
+ function openCode( url )
44
+ {
45
+ window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" )
46
+ }
47
+ // ]]>
48
+ </script>
49
+ </head>
50
+ <body>
51
+ <!--
52
+ <div id="menu">
53
+ <h3 class="title">File: COPYING</h3>
54
+ </div>
55
+ -->
56
+ <div id="fullpage">
57
+ <div id="pager">
58
+ <table>
59
+ <tr><td><img src="../rubyfr.png" /></td>
60
+ <td id="pagertd">
61
+ <strong># File: COPYING<br />
62
+ [
63
+ "<a href="../files/README.html" value="File: README">README</a>",
64
+ "<a href="../files/AUTHORS.html" value="File: AUTHORS">AUTHORS</a>",
65
+ "<a href="../files/COPYING.html" value="File: COPYING">COPYING</a>",
66
+ "<a href="../files/lib/capcode_rb.html" value="File: capcode.rb">lib/capcode.rb</a>",
67
+ <a href="http://greg.rubyfr.net">nil</a>].each do<br />
68
+ <a href="../classes/Capcode.html" title="Module: Capcode">Capcode</a>.view_html<br />
69
+ <a href="../classes/Capcode/Helpers.html" title="Module: Capcode::Helpers">Capcode::Helpers</a>.view_html<br />
70
+ <a href="../classes/Capcode/HTTPError.html" title="Class: Capcode::HTTPError">Capcode::HTTPError</a>.view_html<br />
71
+ <a href="../classes/Capcode/ParameterError.html" title="Class: Capcode::ParameterError">Capcode::ParameterError</a>.view_html<br />
72
+ end</strong>
73
+ </td></tr>
74
+ </table>
75
+ </ul>
76
+ </div>
77
+
78
+ <div id="COPYING" class="page_shade">
79
+ <div class="page">
80
+ <div class="header">
81
+ <div class="path">COPYING / Fri May 11 09:13:59 +0200 2007</div>
82
+ </div>
83
+
84
+ <pre>
85
+ GNU GENERAL PUBLIC LICENSE
86
+ Version 2, June 1991
87
+
88
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
89
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
90
+ Everyone is permitted to copy and distribute verbatim copies
91
+ of this license document, but changing it is not allowed.
92
+
93
+ Preamble
94
+
95
+ The licenses for most software are designed to take away your
96
+ </pre>
97
+ <p>
98
+ freedom to share and change it. By contrast, the GNU General Public License
99
+ is intended to guarantee your freedom to share and change free
100
+ software&#8212;to make sure the software is free for all its users. This
101
+ General Public License applies to most of the Free Software
102
+ Foundation&#8216;s software and to any other program whose authors commit
103
+ to using it. (Some other Free Software Foundation software is covered by
104
+ the GNU Library General Public License instead.) You can apply it to your
105
+ programs, too.
106
+ </p>
107
+ <pre>
108
+ When we speak of free software, we are referring to freedom, not
109
+ </pre>
110
+ <p>
111
+ price. Our General Public Licenses are designed to make sure that you have
112
+ the freedom to distribute copies of free software (and charge for this
113
+ service if you wish), that you receive source code or can get it if you
114
+ want it, that you can change the software or use pieces of it in new free
115
+ programs; and that you know you can do these things.
116
+ </p>
117
+ <pre>
118
+ To protect your rights, we need to make restrictions that forbid
119
+ </pre>
120
+ <p>
121
+ anyone to deny you these rights or to ask you to surrender the rights.
122
+ These restrictions translate to certain responsibilities for you if you
123
+ distribute copies of the software, or if you modify it.
124
+ </p>
125
+ <pre>
126
+ For example, if you distribute copies of such a program, whether
127
+ </pre>
128
+ <p>
129
+ gratis or for a fee, you must give the recipients all the rights that you
130
+ have. You must make sure that they, too, receive or can get the source
131
+ code. And you must show them these terms so they know their rights.
132
+ </p>
133
+ <pre>
134
+ We protect your rights with two steps: (1) copyright the software, and
135
+ </pre>
136
+ <p>
137
+ (2) offer you this license which gives you legal permission to copy,
138
+ distribute and/or modify the software.
139
+ </p>
140
+ <pre>
141
+ Also, for each author's protection and ours, we want to make certain
142
+ </pre>
143
+ <p>
144
+ that everyone understands that there is no warranty for this free software.
145
+ If the software is modified by someone else and passed on, we want its
146
+ recipients to know that what they have is not the original, so that any
147
+ problems introduced by others will not reflect on the original
148
+ authors&#8217; reputations.
149
+ </p>
150
+ <pre>
151
+ Finally, any free program is threatened constantly by software
152
+ </pre>
153
+ <p>
154
+ patents. We wish to avoid the danger that redistributors of a free program
155
+ will individually obtain patent licenses, in effect making the program
156
+ proprietary. To prevent this, we have made it clear that any patent must be
157
+ licensed for everyone&#8216;s free use or not licensed at all.
158
+ </p>
159
+ <pre>
160
+ The precise terms and conditions for copying, distribution and
161
+ </pre>
162
+ <p>
163
+ modification follow.
164
+ </p>
165
+ <pre>
166
+ GNU GENERAL PUBLIC LICENSE
167
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
168
+
169
+ 0. This License applies to any program or other work which contains
170
+ </pre>
171
+ <p>
172
+ a notice placed by the copyright holder saying it may be distributed under
173
+ the terms of this General Public License. The &quot;Program&quot;, below,
174
+ refers to any such program or work, and a &quot;work based on the
175
+ Program&quot; means either the Program or any derivative work under
176
+ copyright law: that is to say, a work containing the Program or a portion
177
+ of it, either verbatim or with modifications and/or translated into another
178
+ language. (Hereinafter, translation is included without limitation in the
179
+ term &quot;modification&quot;.) Each licensee is addressed as
180
+ &quot;you&quot;.
181
+ </p>
182
+ <p>
183
+ Activities other than copying, distribution and modification are not
184
+ covered by this License; they are outside its scope. The act of running the
185
+ Program is not restricted, and the output from the Program is covered only
186
+ if its contents constitute a work based on the Program (independent of
187
+ having been made by running the Program). Whether that is true depends on
188
+ what the Program does.
189
+ </p>
190
+ <pre>
191
+ 1. You may copy and distribute verbatim copies of the Program's
192
+ </pre>
193
+ <p>
194
+ source code as you receive it, in any medium, provided that you
195
+ conspicuously and appropriately publish on each copy an appropriate
196
+ copyright notice and disclaimer of warranty; keep intact all the notices
197
+ that refer to this License and to the absence of any warranty; and give any
198
+ other recipients of the Program a copy of this License along with the
199
+ Program.
200
+ </p>
201
+ <p>
202
+ You may charge a fee for the physical act of transferring a copy, and you
203
+ may at your option offer warranty protection in exchange for a fee.
204
+ </p>
205
+ <pre>
206
+ 2. You may modify your copy or copies of the Program or any portion
207
+ </pre>
208
+ <p>
209
+ of it, thus forming a work based on the Program, and copy and distribute
210
+ such modifications or work under the terms of Section 1 above, provided
211
+ that you also meet all of these conditions:
212
+ </p>
213
+ <pre>
214
+ a) You must cause the modified files to carry prominent notices
215
+ stating that you changed the files and the date of any change.
216
+
217
+ b) You must cause any work that you distribute or publish, that in
218
+ whole or in part contains or is derived from the Program or any
219
+ part thereof, to be licensed as a whole at no charge to all third
220
+ parties under the terms of this License.
221
+
222
+ c) If the modified program normally reads commands interactively
223
+ when run, you must cause it, when started running for such
224
+ interactive use in the most ordinary way, to print or display an
225
+ announcement including an appropriate copyright notice and a
226
+ notice that there is no warranty (or else, saying that you provide
227
+ a warranty) and that users may redistribute the program under
228
+ these conditions, and telling the user how to view a copy of this
229
+ License. (Exception: if the Program itself is interactive but
230
+ does not normally print such an announcement, your work based on
231
+ the Program is not required to print an announcement.)
232
+ </pre>
233
+ <p>
234
+ These requirements apply to the modified work as a whole. If identifiable
235
+ sections of that work are not derived from the Program, and can be
236
+ reasonably considered independent and separate works in themselves, then
237
+ this License, and its terms, do not apply to those sections when you
238
+ distribute them as separate works. But when you distribute the same
239
+ sections as part of a whole which is a work based on the Program, the
240
+ distribution of the whole must be on the terms of this License, whose
241
+ permissions for other licensees extend to the entire whole, and thus to
242
+ each and every part regardless of who wrote it.
243
+ </p>
244
+ <p>
245
+ Thus, it is not the intent of this section to claim rights or contest your
246
+ rights to work written entirely by you; rather, the intent is to exercise
247
+ the right to control the distribution of derivative or collective works
248
+ based on the Program.
249
+ </p>
250
+ <p>
251
+ In addition, mere aggregation of another work not based on the Program with
252
+ the Program (or with a work based on the Program) on a volume of a storage
253
+ or distribution medium does not bring the other work under the scope of
254
+ this License.
255
+ </p>
256
+ <pre>
257
+ 3. You may copy and distribute the Program (or a work based on it,
258
+ </pre>
259
+ <p>
260
+ under Section 2) in object code or executable form under the terms of
261
+ Sections 1 and 2 above provided that you also do one of the following:
262
+ </p>
263
+ <pre>
264
+ a) Accompany it with the complete corresponding machine-readable
265
+ source code, which must be distributed under the terms of Sections
266
+ 1 and 2 above on a medium customarily used for software interchange; or,
267
+
268
+ b) Accompany it with a written offer, valid for at least three
269
+ years, to give any third party, for a charge no more than your
270
+ cost of physically performing source distribution, a complete
271
+ machine-readable copy of the corresponding source code, to be
272
+ distributed under the terms of Sections 1 and 2 above on a medium
273
+ customarily used for software interchange; or,
274
+
275
+ c) Accompany it with the information you received as to the offer
276
+ to distribute corresponding source code. (This alternative is
277
+ allowed only for noncommercial distribution and only if you
278
+ received the program in object code or executable form with such
279
+ an offer, in accord with Subsection b above.)
280
+ </pre>
281
+ <p>
282
+ The source code for a work means the preferred form of the work for making
283
+ modifications to it. For an executable work, complete source code means all
284
+ the source code for all modules it contains, plus any associated interface
285
+ definition files, plus the scripts used to control compilation and
286
+ installation of the executable. However, as a special exception, the source
287
+ code distributed need not include anything that is normally distributed (in
288
+ either source or binary form) with the major components (compiler, kernel,
289
+ and so on) of the operating system on which the executable runs, unless
290
+ that component itself accompanies the executable.
291
+ </p>
292
+ <p>
293
+ If distribution of executable or object code is made by offering access to
294
+ copy from a designated place, then offering equivalent access to copy the
295
+ source code from the same place counts as distribution of the source code,
296
+ even though third parties are not compelled to copy the source along with
297
+ the object code.
298
+ </p>
299
+ <pre>
300
+ 4. You may not copy, modify, sublicense, or distribute the Program
301
+ </pre>
302
+ <p>
303
+ except as expressly provided under this License. Any attempt otherwise to
304
+ copy, modify, sublicense or distribute the Program is void, and will
305
+ automatically terminate your rights under this License. However, parties
306
+ who have received copies, or rights, from you under this License will not
307
+ have their licenses terminated so long as such parties remain in full
308
+ compliance.
309
+ </p>
310
+ <pre>
311
+ 5. You are not required to accept this License, since you have not
312
+ </pre>
313
+ <p>
314
+ signed it. However, nothing else grants you permission to modify or
315
+ distribute the Program or its derivative works. These actions are
316
+ prohibited by law if you do not accept this License. Therefore, by
317
+ modifying or distributing the Program (or any work based on the Program),
318
+ you indicate your acceptance of this License to do so, and all its terms
319
+ and conditions for copying, distributing or modifying the Program or works
320
+ based on it.
321
+ </p>
322
+ <pre>
323
+ 6. Each time you redistribute the Program (or any work based on the
324
+ </pre>
325
+ <p>
326
+ Program), the recipient automatically receives a license from the original
327
+ licensor to copy, distribute or modify the Program subject to these terms
328
+ and conditions. You may not impose any further restrictions on the
329
+ recipients&#8217; exercise of the rights granted herein. You are not
330
+ responsible for enforcing compliance by third parties to this License.
331
+ </p>
332
+ <pre>
333
+ 7. If, as a consequence of a court judgment or allegation of patent
334
+ </pre>
335
+ <p>
336
+ infringement or for any other reason (not limited to patent issues),
337
+ conditions are imposed on you (whether by court order, agreement or
338
+ otherwise) that contradict the conditions of this License, they do not
339
+ excuse you from the conditions of this License. If you cannot distribute so
340
+ as to satisfy simultaneously your obligations under this License and any
341
+ other pertinent obligations, then as a consequence you may not distribute
342
+ the Program at all. For example, if a patent license would not permit
343
+ royalty-free redistribution of the Program by all those who receive copies
344
+ directly or indirectly through you, then the only way you could satisfy
345
+ both it and this License would be to refrain entirely from distribution of
346
+ the Program.
347
+ </p>
348
+ <p>
349
+ If any portion of this section is held invalid or unenforceable under any
350
+ particular circumstance, the balance of the section is intended to apply
351
+ and the section as a whole is intended to apply in other circumstances.
352
+ </p>
353
+ <p>
354
+ It is not the purpose of this section to induce you to infringe any patents
355
+ or other property right claims or to contest validity of any such claims;
356
+ this section has the sole purpose of protecting the integrity of the free
357
+ software distribution system, which is implemented by public license
358
+ practices. Many people have made generous contributions to the wide range
359
+ of software distributed through that system in reliance on consistent
360
+ application of that system; it is up to the author/donor to decide if he or
361
+ she is willing to distribute software through any other system and a
362
+ licensee cannot impose that choice.
363
+ </p>
364
+ <p>
365
+ This section is intended to make thoroughly clear what is believed to be a
366
+ consequence of the rest of this License.
367
+ </p>
368
+ <pre>
369
+ 8. If the distribution and/or use of the Program is restricted in
370
+ </pre>
371
+ <p>
372
+ certain countries either by patents or by copyrighted interfaces, the
373
+ original copyright holder who places the Program under this License may add
374
+ an explicit geographical distribution limitation excluding those countries,
375
+ so that distribution is permitted only in or among countries not thus
376
+ excluded. In such case, this License incorporates the limitation as if
377
+ written in the body of this License.
378
+ </p>
379
+ <pre>
380
+ 9. The Free Software Foundation may publish revised and/or new versions
381
+ </pre>
382
+ <p>
383
+ of the General Public License from time to time. Such new versions will be
384
+ similar in spirit to the present version, but may differ in detail to
385
+ address new problems or concerns.
386
+ </p>
387
+ <p>
388
+ Each version is given a distinguishing version number. If the Program
389
+ specifies a version number of this License which applies to it and
390
+ &quot;any later version&quot;, you have the option of following the terms
391
+ and conditions either of that version or of any later version published by
392
+ the Free Software Foundation. If the Program does not specify a version
393
+ number of this License, you may choose any version ever published by the
394
+ Free Software Foundation.
395
+ </p>
396
+ <pre>
397
+ 10. If you wish to incorporate parts of the Program into other free
398
+ </pre>
399
+ <p>
400
+ programs whose distribution conditions are different, write to the author
401
+ to ask for permission. For software which is copyrighted by the Free
402
+ Software Foundation, write to the Free Software Foundation; we sometimes
403
+ make exceptions for this. Our decision will be guided by the two goals of
404
+ preserving the free status of all derivatives of our free software and of
405
+ promoting the sharing and reuse of software generally.
406
+ </p>
407
+ <pre>
408
+ NO WARRANTY
409
+
410
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
411
+ </pre>
412
+ <p>
413
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
414
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
415
+ PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER
416
+ EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
417
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
418
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
419
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
420
+ REPAIR OR CORRECTION.
421
+ </p>
422
+ <pre>
423
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
424
+ </pre>
425
+ <p>
426
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
427
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
428
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
429
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
430
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
431
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
432
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
433
+ POSSIBILITY OF SUCH DAMAGES.
434
+ </p>
435
+ <pre>
436
+ END OF TERMS AND CONDITIONS
437
+
438
+ How to Apply These Terms to Your New Programs
439
+
440
+ If you develop a new program, and you want it to be of the greatest
441
+ </pre>
442
+ <p>
443
+ possible use to the public, the best way to achieve this is to make it free
444
+ software which everyone can redistribute and change under these terms.
445
+ </p>
446
+ <pre>
447
+ To do so, attach the following notices to the program. It is safest
448
+ </pre>
449
+ <p>
450
+ to attach them to the start of each source file to most effectively convey
451
+ the exclusion of warranty; and each file should have at least the
452
+ &quot;copyright&quot; line and a pointer to where the full notice is found.
453
+ </p>
454
+ <pre>
455
+ &lt;one line to give the program's name and a brief idea of what it does.&gt;
456
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
457
+
458
+ This program is free software; you can redistribute it and/or modify
459
+ it under the terms of the GNU General Public License as published by
460
+ the Free Software Foundation; either version 2 of the License, or
461
+ (at your option) any later version.
462
+
463
+ This program is distributed in the hope that it will be useful,
464
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
465
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
466
+ GNU General Public License for more details.
467
+
468
+ You should have received a copy of the GNU General Public License
469
+ along with this program; if not, write to the Free Software
470
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
471
+ </pre>
472
+ <p>
473
+ Also add information on how to contact you by electronic and paper mail.
474
+ </p>
475
+ <p>
476
+ If the program is interactive, make it output a short notice like this when
477
+ it starts in an interactive mode:
478
+ </p>
479
+ <pre>
480
+ Gnomovision version 69, Copyright (C) year name of author
481
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
482
+ This is free software, and you are welcome to redistribute it
483
+ under certain conditions; type `show c' for details.
484
+ </pre>
485
+ <p>
486
+ The hypothetical commands `show w&#8217; and `show c&#8217; should show the
487
+ appropriate parts of the General Public License. Of course, the commands
488
+ you use may be called something other than `show w&#8217; and `show
489
+ c&#8217;; they could even be mouse-clicks or menu items&#8212;whatever
490
+ suits your program.
491
+ </p>
492
+ <p>
493
+ You should also get your employer (if you work as a programmer) or your
494
+ school, if any, to sign a &quot;copyright disclaimer&quot; for the program,
495
+ if necessary. Here is a sample; alter the names:
496
+ </p>
497
+ <pre>
498
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
499
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
500
+
501
+ &lt;signature of Ty Coon&gt;, 1 April 1989
502
+ Ty Coon, President of Vice
503
+ </pre>
504
+ <p>
505
+ This General Public License does not permit incorporating your program into
506
+ proprietary programs. If your program is a subroutine library, you may
507
+ consider it more useful to permit linking proprietary applications with the
508
+ library. If this is what you want to do, use the GNU Library General Public
509
+ License instead of this License.
510
+ </p>
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+ </div>
519
+ </div>
520
+
521
+
522
+ </div>
523
+ </body>
524
+ </html>