| 1 | 		    GNU GENERAL PUBLIC LICENSE | 
1 | 		    GNU GENERAL PUBLIC LICENSE | 
| 2 | 		       Version 2, June 1991 | 
2 | 		       Version 2, June 1991 | 
| 3 |  | 
3 |  | 
| 4 |  Copyright (C) 1989, 1991 Free Software Foundation, Inc. | 
4 |  Copyright (C) 1989, 1991 Free Software Foundation, Inc. | 
| 5 |      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | 
5 |                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | 
| 6 |  Everyone is permitted to copy and distribute verbatim copies | 
6 |  Everyone is permitted to copy and distribute verbatim copies | 
| 7 |  of this license document, but changing it is not allowed. | 
7 |  of this license document, but changing it is not allowed. | 
| 8 |  | 
8 |  | 
| 9 | 			    Preamble | 
9 | 			    Preamble | 
| 10 |  | 
10 |  | 
| … |  | 
… |  | 
| 289 | to attach them to the start of each source file to most effectively | 
289 | to attach them to the start of each source file to most effectively | 
| 290 | convey the exclusion of warranty; and each file should have at least | 
290 | convey the exclusion of warranty; and each file should have at least | 
| 291 | the "copyright" line and a pointer to where the full notice is found. | 
291 | the "copyright" line and a pointer to where the full notice is found. | 
| 292 |  | 
292 |  | 
| 293 |     <one line to give the program's name and a brief idea of what it does.> | 
293 |     <one line to give the program's name and a brief idea of what it does.> | 
| 294 |     Copyright (C) <year>  <name of author> | 
294 |     Copyright (C) 19yy  <name of author> | 
| 295 |  | 
295 |  | 
| 296 |     This program is free software; you can redistribute it and/or modify | 
296 |     This program is free software; you can redistribute it and/or modify | 
| 297 |     it under the terms of the GNU General Public License as published by | 
297 |     it under the terms of the GNU General Public License as published by | 
| 298 |     the Free Software Foundation; either version 2 of the License, or | 
298 |     the Free Software Foundation; either version 2 of the License, or | 
| 299 |     (at your option) any later version. | 
299 |     (at your option) any later version. | 
| … |  | 
… |  | 
| 311 | Also add information on how to contact you by electronic and paper mail. | 
311 | Also add information on how to contact you by electronic and paper mail. | 
| 312 |  | 
312 |  | 
| 313 | If the program is interactive, make it output a short notice like this | 
313 | If the program is interactive, make it output a short notice like this | 
| 314 | when it starts in an interactive mode: | 
314 | when it starts in an interactive mode: | 
| 315 |  | 
315 |  | 
| 316 |     Gnomovision version 69, Copyright (C) year  name of author | 
316 |     Gnomovision version 69, Copyright (C) 19yy name of author | 
| 317 |     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | 
317 |     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | 
| 318 |     This is free software, and you are welcome to redistribute it | 
318 |     This is free software, and you are welcome to redistribute it | 
| 319 |     under certain conditions; type `show c' for details. | 
319 |     under certain conditions; type `show c' for details. | 
| 320 |  | 
320 |  | 
| 321 | The hypothetical commands `show w' and `show c' should show the appropriate | 
321 | The hypothetical commands `show w' and `show c' should show the appropriate |