mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/eg/gcc33.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. gcc3.3 don't support multiline strings
  20. Alejandro
  21. --- eg-1.00.orig/eg.c 2000-07-04 09:18:49.000000000 -0400
  22. +++ eg-1.00/eg.c 2004-02-02 17:18:35.000000000 -0300
  23. @@ -174,24 +174,23 @@
  24. uname( &utsn );
  25. printf( "Expert Guide Version " EG_VERSION "\n\n"
  26. - "\
  27. - Expert Guide - A Text Mode Norton Guide Reader
  28. - Copyright (C) 1997,1998,1999,2000 David A Pearson
  29. -
  30. - This program is free software; you can redistribute it and/or modify
  31. - it under the terms of the GNU General Public License as published by
  32. - the Free Software Foundation; either version 2 of the license, or
  33. - (at your option) any later version.
  34. -
  35. - This program is distributed in the hope that it will be useful,
  36. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. - GNU General Public License for more details.
  39. -
  40. - You should have received a copy of the GNU General Public License
  41. - along with this program; if not, write to the Free Software
  42. - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  43. -\n" );
  44. +" Expert Guide - A Text Mode Norton Guide Reader\n"
  45. +" Copyright (C) 1997,1998,1999,2000 David A Pearson\n"
  46. +"\n"
  47. +" This program is free software; you can redistribute it and/or modify\n"
  48. +" it under the terms of the GNU General Public License as published by\n"
  49. +" the Free Software Foundation; either version 2 of the license, or\n"
  50. +" (at your option) any later version.\n"
  51. +"\n"
  52. +" This program is distributed in the hope that it will be useful,\n"
  53. +" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  54. +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  55. +" GNU General Public License for more details.\n"
  56. +"\n"
  57. +" You should have received a copy of the GNU General Public License\n"
  58. +" along with this program; if not, write to the Free Software\n"
  59. +" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
  60. +"\n" );
  61. printf( "System details:\n"
  62. "\tSystem.......: %s %s\n"