]> git.pld-linux.org Git - packages/eg.git/blob - eg-gcc34.patch
- tabs in preamble
[packages/eg.git] / eg-gcc34.patch
1 diff -ru eg-1.00.orig/eg.c eg-1.00/eg.c
2 --- eg-1.00.orig/eg.c   2000-07-04 15:18:49.000000000 +0200
3 +++ eg-1.00/eg.c        2004-11-29 22:22:15.146705152 +0100
4 @@ -174,24 +174,23 @@
5      uname( &utsn );
6  
7      printf( "Expert Guide Version " EG_VERSION "\n\n"
8 -            "\
9 -     Expert Guide - A Text Mode Norton Guide Reader
10 -     Copyright (C) 1997,1998,1999,2000 David A Pearson
11 +
12 +     "Expert Guide - A Text Mode Norton Guide Reader\n"
13 +     "Copyright (C) 1997,1998,1999,2000 David A Pearson\n\n"
14     
15 -     This program is free software; you can redistribute it and/or modify
16 -     it under the terms of the GNU General Public License as published by
17 -     the Free Software Foundation; either version 2 of the license, or 
18 -     (at your option) any later version.
19 +     "This program is free software; you can redistribute it and/or modify\n"
20 +     "it under the terms of the GNU General Public License as published by\n"
21 +     "the Free Software Foundation; either version 2 of the license, or \n"
22 +     "(at your option) any later version.\n\n"
23       
24 -     This program is distributed in the hope that it will be useful,
25 -     but WITHOUT ANY WARRANTY; without even the implied warranty of
26 -     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 -     GNU General Public License for more details.
28 +     "This program is distributed in the hope that it will be useful,\n"
29 +     "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
30 +     "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
31 +     "GNU General Public License for more details.\n"
32       
33 -     You should have received a copy of the GNU General Public License
34 -     along with this program; if not, write to the Free Software
35 -     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
36 -\n" );
37 +     "You should have received a copy of the GNU General Public License\n"
38 +     "along with this program; if not, write to the Free Software\n"
39 +     "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n");
40      
41      printf( "System details:\n"
42              "\tSystem.......: %s %s\n"
This page took 0.06905 seconds and 3 git commands to generate.