1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../eg/gcc33.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 gcc3.3 don't support multiline strings
19 --- eg-1.00.orig/eg.c 2000-07-04 09:18:49.000000000 -0400
20 +++ eg-1.00/eg.c 2004-02-02 17:18:35.000000000 -0300
24 printf( "Expert Guide Version " EG_VERSION "\n\n"
26 - Expert Guide - A Text Mode Norton Guide Reader
27 - Copyright (C) 1997,1998,1999,2000 David A Pearson
29 - This program is free software; you can redistribute it and/or modify
30 - it under the terms of the GNU General Public License as published by
31 - the Free Software Foundation; either version 2 of the license, or
32 - (at your option) any later version.
34 - This program is distributed in the hope that it will be useful,
35 - but WITHOUT ANY WARRANTY; without even the implied warranty of
36 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 - GNU General Public License for more details.
39 - You should have received a copy of the GNU General Public License
40 - along with this program; if not, write to the Free Software
41 - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
43 +" Expert Guide - A Text Mode Norton Guide Reader\n"
44 +" Copyright (C) 1997,1998,1999,2000 David A Pearson\n"
46 +" This program is free software; you can redistribute it and/or modify\n"
47 +" it under the terms of the GNU General Public License as published by\n"
48 +" the Free Software Foundation; either version 2 of the license, or\n"
49 +" (at your option) any later version.\n"
51 +" This program is distributed in the hope that it will be useful,\n"
52 +" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
53 +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
54 +" GNU General Public License for more details.\n"
56 +" You should have received a copy of the GNU General Public License\n"
57 +" along with this program; if not, write to the Free Software\n"
58 +" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
61 printf( "System details:\n"
62 "\tSystem.......: %s %s\n"