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.

62 lines
2.5 KiB

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