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.

81 lines
3.4 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/fake/x2x/ansi-comments.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 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. --- ./x2x.c.orig 2004-11-30 23:40:37.202921960 +0100
  20. +++ ./x2x.c 2004-11-30 23:42:08.950974136 +0100
  21. @@ -44,33 +44,33 @@
  22. *
  23. * Original win2vnc copyright follows:
  24. */
  25. -// win2vnc, adapted from vncviewer by Fredrik Hubinette 2001
  26. -//
  27. -// Original copyright follows:
  28. -//
  29. -// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
  30. -//
  31. -// This file is part of the VNC system.
  32. -//
  33. -// The VNC system is free software; you can redistribute it and/or modify
  34. -// it under the terms of the GNU General Public License as published by
  35. -// the Free Software Foundation; either version 2 of the License, or
  36. -// (at your option) any later version.
  37. -//
  38. -// This program is distributed in the hope that it will be useful,
  39. -// but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  41. -// GNU General Public License for more details.
  42. -//
  43. -// You should have received a copy of the GNU General Public License
  44. -// along with this program; if not, write to the Free Software
  45. -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
  46. -// USA.
  47. -//
  48. -// If the source code for the VNC system is not available from the place
  49. -// whence you received this file, check http://www.uk.research.att.com/vnc or contact
  50. -// the authors on vnc@uk.research.att.com for information on obtaining it.
  51. +/* win2vnc, adapted from vncviewer by Fredrik Hubinette 2001
  52. +
  53. + Original copyright follows:
  54. +
  55. + Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
  56. +
  57. + This file is part of the VNC system.
  58. +
  59. + The VNC system is free software; you can redistribute it and/or modify
  60. + it under the terms of the GNU General Public License as published by
  61. + the Free Software Foundation; either version 2 of the License, or
  62. + (at your option) any later version.
  63. +
  64. + This program is distributed in the hope that it will be useful,
  65. + but WITHOUT ANY WARRANTY; without even the implied warranty of
  66. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  67. + GNU General Public License for more details.
  68. +
  69. + You should have received a copy of the GNU General Public License
  70. + along with this program; if not, write to the Free Software
  71. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
  72. + USA.
  73. + If the source code for the VNC system is not available from the place
  74. + whence you received this file, check http://www.uk.research.att.com/vnc or contact
  75. + the authors on vnc@uk.research.att.com for information on obtaining it.
  76. +*/
  77. #include <stdio.h>