CVS: rdesktop bitmap.c, 1.29, 1.30 channels.c, 1.19, 1.20 cliprdr.c, 1.31, 1.32 constants.h, 1.52, 1.53 disk.c, 1.64, 1.65 disk.h, 1.4, 1.5 iso.c, 1.20, 1.21 licence.c, 1.40, 1.41 mcs.c, 1.21, 1.22 mppc.c, 1.11, 1.12 orders.c, 1.54, 1.55 orders.h, 1.14, 1.15 parallel.c, 1.18, 1.19 parse.h, 1.12, 1.13 printer.c, 1.19, 1.20 printercache.c, 1.12, 1.13 proto.h, 1.112, 1.113 pstcache.c, 1.11, 1.12 rdesktop.h, 1.39, 1.40 rdp.c, 1.104, 1.105 rdp5.c, 1.20, 1.21 rdpdr.c, 1.54, 1.55 rdpsnd.c, 1.43, 1.44 rdpsnd.h, 1.14, 1.15 rdpsnd_alsa.c, 1.19, 1.20 rdpsnd_dsp.c, 1.28, 1.29 rdpsnd_dsp.h, 1.8, 1.9 rdpsnd_libao.c, 1.39, 1.40 rdpsnd_oss.c, 1.40, 1.41 rdpsnd_sgi.c, 1.25, 1.26 rdpsnd_sun.c, 1.36, 1.37 seamless.c, 1.9, 1.10 seamless.h, 1.3, 1.4 secure.c, 1.69, 1.70 serial.c, 1.32, 1.33 ssl.c, 1.4, 1.5 ssl.h, 1.3, 1.4 tcp.c, 1.39, 1.40 types.h, 1.35, 1.36 xclip.c, 1.46, 1.47 xkeym
Jay Sorg <[email protected]> Thu, 10 Jul 2008 20:51:27 -0700
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10008
Modified Files:
bitmap.c channels.c cliprdr.c constants.h disk.c disk.h iso.c
licence.c mcs.c mppc.c orders.c orders.h parallel.c parse.h
printer.c printercache.c proto.h pstcache.c rdesktop.h rdp.c
rdp5.c rdpdr.c rdpsnd.c rdpsnd.h rdpsnd_alsa.c rdpsnd_dsp.c
rdpsnd_dsp.h rdpsnd_libao.c rdpsnd_oss.c rdpsnd_sgi.c
rdpsnd_sun.c seamless.c seamless.h secure.c serial.c ssl.c
ssl.h tcp.c types.h xclip.c xkeymap.c xwin.c
Log Message:
update the copyright year
Index: bitmap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/bitmap.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** bitmap.c 30 Aug 2007 04:47:36 -0000 1.29
--- bitmap.c 11 Jul 2008 03:51:23 -0000 1.30
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: channels.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/channels.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** channels.c 8 Jan 2007 04:47:05 -0000 1.19
--- channels.c 11 Jul 2008 03:51:23 -0000 1.20
***************
*** 3,7 ****
Protocol services - Virtual channels
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2007
This program is free software; you can redistribute it and/or modify
--- 3,7 ----
Protocol services - Virtual channels
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2008
This program is free software; you can redistribute it and/or modify
Index: cliprdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cliprdr.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** cliprdr.c 8 Jan 2007 04:47:05 -0000 1.31
--- cliprdr.c 11 Jul 2008 03:51:23 -0000 1.32
***************
*** 3,7 ****
Protocol services - Clipboard functions
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2007
This program is free software; you can redistribute it and/or modify
--- 3,7 ----
Protocol services - Clipboard functions
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2008
This program is free software; you can redistribute it and/or modify
Index: constants.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/constants.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** constants.h 11 Jul 2008 03:35:23 -0000 1.52
--- constants.h 11 Jul 2008 03:51:23 -0000 1.53
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: disk.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** disk.c 16 Feb 2008 00:15:43 -0000 1.64
--- disk.c 11 Jul 2008 03:51:23 -0000 1.65
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Disk Redirection
! Copyright (C) Jeroen Meijer 2003-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Disk Redirection
! Copyright (C) Jeroen Meijer 2003-2008
This program is free software; you can redistribute it and/or modify
Index: disk.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** disk.h 4 Jan 2007 05:39:38 -0000 1.4
--- disk.h 11 Jul 2008 03:51:23 -0000 1.5
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Disk Redirection definitions
! Copyright (C) Jeroen Meijer 2003-2007
! Copyright (C) Peter Astrand 2004-2007
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Disk Redirection definitions
! Copyright (C) Jeroen Meijer 2003-2008
! Copyright (C) Peter Astrand 2004-2008
This program is free software; you can redistribute it and/or modify
Index: iso.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/iso.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** iso.c 14 Feb 2008 11:45:13 -0000 1.20
--- iso.c 11 Jul 2008 03:51:23 -0000 1.21
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: licence.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/licence.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** licence.c 9 Jan 2007 07:24:44 -0000 1.40
--- licence.c 11 Jul 2008 03:51:23 -0000 1.41
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: mcs.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mcs.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** mcs.c 11 Jan 2007 05:01:46 -0000 1.21
--- mcs.c 11 Jul 2008 03:51:23 -0000 1.22
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: mppc.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mppc.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** mppc.c 8 Jan 2007 04:47:05 -0000 1.11
--- mppc.c 11 Jul 2008 03:51:23 -0000 1.12
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: orders.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** orders.c 11 Jul 2008 03:35:23 -0000 1.54
--- orders.c 11 Jul 2008 03:51:23 -0000 1.55
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: orders.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** orders.h 4 Jan 2007 05:39:39 -0000 1.14
--- orders.h 11 Jul 2008 03:51:23 -0000 1.15
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: parallel.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parallel.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** parallel.c 4 Jan 2007 05:39:39 -0000 1.18
--- parallel.c 11 Jul 2008 03:51:23 -0000 1.19
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 1,5 ----
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: parse.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parse.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** parse.h 4 Jan 2007 05:39:39 -0000 1.12
--- parse.h 11 Jul 2008 03:51:23 -0000 1.13
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Parsing primitives
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Parsing primitives
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: printer.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/printer.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** printer.c 4 Jan 2007 05:39:39 -0000 1.19
--- printer.c 11 Jul 2008 03:51:23 -0000 1.20
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 1,5 ----
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: printercache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/printercache.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** printercache.c 5 Jan 2008 05:43:02 -0000 1.12
--- printercache.c 11 Jul 2008 03:51:23 -0000 1.13
***************
*** 2,7 ****
* rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions
! * Copyright (C) Matthew Chapman 1999-2007
! * Copyright (C) Jeroen Meijer 2003-2007
*
* This program is free software; you can redistribute it and/or modify
--- 2,7 ----
* rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions
! * Copyright (C) Matthew Chapman 1999-2008
! * Copyright (C) Jeroen Meijer 2003-2008
*
* This program is free software; you can redistribute it and/or modify
Index: proto.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/proto.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** proto.h 11 Jul 2008 03:35:24 -0000 1.112
--- proto.h 11 Jul 2008 03:51:23 -0000 1.113
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 1,5 ----
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: pstcache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/pstcache.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pstcache.c 8 Jan 2007 04:47:05 -0000 1.11
--- pstcache.c 11 Jul 2008 03:51:23 -0000 1.12
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Persistent Bitmap Cache routines
! Copyright (C) Jeroen Meijer 2004-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Persistent Bitmap Cache routines
! Copyright (C) Jeroen Meijer 2004-2008
This program is free software; you can redistribute it and/or modify
Index: rdesktop.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** rdesktop.h 5 Apr 2008 06:15:45 -0000 1.39
--- rdesktop.h 11 Jul 2008 03:51:23 -0000 1.40
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Master include file
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Master include file
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** rdp.c 11 Jul 2008 03:35:24 -0000 1.104
--- rdp.c 11 Jul 2008 03:51:23 -0000 1.105
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: rdp5.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp5.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** rdp5.c 4 Jan 2007 05:39:39 -0000 1.20
--- rdp5.c 11 Jul 2008 03:51:23 -0000 1.21
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP5 short form PDU processing
! Copyright (C) Matthew Chapman 1999-2007
! Copyright (C) Erik Forsberg 2003-2007
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP5 short form PDU processing
! Copyright (C) Matthew Chapman 1999-2008
! Copyright (C) Erik Forsberg 2003-2008
This program is free software; you can redistribute it and/or modify
Index: rdpdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** rdpdr.c 24 Jan 2008 08:06:02 -0000 1.54
--- rdpdr.c 11 Jul 2008 03:51:23 -0000 1.55
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 1,5 ----
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: rdpsnd.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** rdpsnd.c 8 Feb 2008 10:34:52 -0000 1.43
--- rdpsnd.c 11 Jul 2008 03:51:23 -0000 1.44
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions
! Copyright 2006-2007 Pierre Ossman <[email protected]> for Cendio AB
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions
! Copyright 2006-2008 Pierre Ossman <[email protected]> for Cendio AB
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
Index: rdpsnd.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rdpsnd.h 11 Jan 2007 03:30:18 -0000 1.14
--- rdpsnd.h 11 Jul 2008 03:51:23 -0000 1.15
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound infrastructure
! Copyright (C) Michael Gernoth 2006-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Sound infrastructure
! Copyright (C) Michael Gernoth 2006-2008
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_alsa.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_alsa.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rdpsnd_alsa.c 10 Jan 2007 09:00:56 -0000 1.19
--- rdpsnd_alsa.c 11 Jul 2008 03:51:23 -0000 1.20
***************
*** 2,9 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - alsa-driver
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2006-2007
! Copyright 2006-2007 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
--- 2,9 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - alsa-driver
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2006-2008
! Copyright 2006-2008 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_dsp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_dsp.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** rdpsnd_dsp.c 8 Feb 2008 10:35:16 -0000 1.28
--- rdpsnd_dsp.c 11 Jul 2008 03:51:23 -0000 1.29
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006-2008
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_dsp.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_dsp.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rdpsnd_dsp.h 8 Feb 2008 10:34:53 -0000 1.8
--- rdpsnd_dsp.h 11 Jul 2008 03:51:23 -0000 1.9
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006-2008
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_libao.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_libao.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** rdpsnd_libao.c 30 Oct 2007 13:57:30 -0000 1.39
--- rdpsnd_libao.c 11 Jul 2008 03:51:23 -0000 1.40
***************
*** 2,8 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - libao-driver
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2005-2007
This program is free software; you can redistribute it and/or modify
--- 2,8 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - libao-driver
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2005-2008
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_oss.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_oss.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** rdpsnd_oss.c 18 Jan 2007 05:42:11 -0000 1.40
--- rdpsnd_oss.c 11 Jul 2008 03:51:23 -0000 1.41
***************
*** 2,8 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
! Copyright 2006-2007 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
--- 2,8 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
! Copyright 2006-2008 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
Index: rdpsnd_sgi.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sgi.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** rdpsnd_sgi.c 30 Oct 2007 13:57:31 -0000 1.25
--- rdpsnd_sgi.c 11 Jul 2008 03:51:23 -0000 1.26
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - SGI/IRIX
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
Copyright (C) Jeremy Meng [email protected] 2004, 2005
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - SGI/IRIX
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
Copyright (C) Jeremy Meng [email protected] 2004, 2005
Index: rdpsnd_sun.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sun.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** rdpsnd_sun.c 25 Apr 2008 11:17:21 -0000 1.36
--- rdpsnd_sun.c 11 Jul 2008 03:51:23 -0000 1.37
***************
*** 2,9 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Sun
! Copyright (C) Matthew Chapman 2003-2007
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2003-2007
! Copyright 2007 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
--- 2,9 ----
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Sun
! Copyright (C) Matthew Chapman 2003-2008
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2003-2008
! Copyright 2007-2008 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
Index: seamless.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/seamless.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** seamless.c 7 Mar 2008 11:26:29 -0000 1.9
--- seamless.c 11 Jul 2008 03:51:23 -0000 1.10
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright 2005-2007 Peter Astrand <[email protected]> for Cendio AB
! Copyright 2007 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright 2005-2008 Peter Astrand <[email protected]> for Cendio AB
! Copyright 2007-2008 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
Index: seamless.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/seamless.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** seamless.h 4 Jan 2007 05:39:39 -0000 1.3
--- seamless.h 11 Jul 2008 03:51:23 -0000 1.4
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright (C) Peter Astrand <[email protected]> 2005-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright (C) Peter Astrand <[email protected]> 2005-2008
This program is free software; you can redistribute it and/or modify
Index: secure.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/secure.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** secure.c 10 Feb 2007 05:28:54 -0000 1.69
--- secure.c 11 Jul 2008 03:51:23 -0000 1.70
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: serial.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/serial.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** serial.c 8 Jan 2007 04:47:06 -0000 1.32
--- serial.c 11 Jul 2008 03:51:23 -0000 1.33
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: ssl.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/ssl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ssl.c 5 Apr 2008 07:37:02 -0000 1.4
--- ssl.c 11 Jul 2008 03:51:23 -0000 1.5
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Secure sockets abstraction layer
! Copyright (C) Matthew Chapman 1999-2007
! Copyright (C) Jay Sorg 2006-2007
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Secure sockets abstraction layer
! Copyright (C) Matthew Chapman 1999-2008
! Copyright (C) Jay Sorg 2006-2008
This program is free software; you can redistribute it and/or modify
Index: ssl.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/ssl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ssl.h 11 Jan 2007 03:34:03 -0000 1.3
--- ssl.h 11 Jul 2008 03:51:23 -0000 1.4
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Secure sockets abstraction layer
! Copyright (C) Matthew Chapman 1999-2007
! Copyright (C) Jay Sorg 2006-2007
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Secure sockets abstraction layer
! Copyright (C) Matthew Chapman 1999-2008
! Copyright (C) Jay Sorg 2006-2008
This program is free software; you can redistribute it and/or modify
Index: tcp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/tcp.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** tcp.c 20 Feb 2007 16:51:46 -0000 1.39
--- tcp.c 11 Jul 2008 03:51:23 -0000 1.40
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: types.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/types.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** types.h 11 Jul 2008 03:35:24 -0000 1.35
--- types.h 11 Jul 2008 03:51:23 -0000 1.36
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Common data types
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Common data types
! Copyright (C) Matthew Chapman 1999-2008
This program is free software; you can redistribute it and/or modify
Index: xclip.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xclip.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** xclip.c 25 Apr 2007 12:44:26 -0000 1.46
--- xclip.c 11 Jul 2008 03:51:23 -0000 1.47
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Clipboard functions
! Copyright (C) Erik Forsberg <[email protected]> 2003-2007
! Copyright (C) Matthew Chapman 2003-2007
This program is free software; you can redistribute it and/or modify
--- 2,7 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - Clipboard functions
! Copyright (C) Erik Forsberg <[email protected]> 2003-2008
! Copyright (C) Matthew Chapman 2003-2008
This program is free software; you can redistribute it and/or modify
Index: xkeymap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xkeymap.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** xkeymap.c 8 Oct 2007 12:34:05 -0000 1.100
--- xkeymap.c 11 Jul 2008 03:51:23 -0000 1.101
***************
*** 3,8 ****
User interface services - X keyboard mapping
! Copyright (C) Matthew Chapman 1999-2007
! Copyright (C) Peter Astrand <[email protected]> 2003-2007
This program is free software; you can redistribute it and/or modify
--- 3,8 ----
User interface services - X keyboard mapping
! Copyright (C) Matthew Chapman 1999-2008
! Copyright (C) Peter Astrand <[email protected]> 2003-2008
This program is free software; you can redistribute it and/or modify
Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.234
retrieving revision 1.235
diff -C2 -d -r1.234 -r1.235
*** xwin.c 24 Apr 2008 14:13:28 -0000 1.234
--- xwin.c 11 Jul 2008 03:51:23 -0000 1.235
***************
*** 3,7 ****
User interface services - X Window System
Copyright (C) Matthew Chapman 1999-2008
! Copyright 2007 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
--- 3,7 ----
User interface services - X Window System
Copyright (C) Matthew Chapman 1999-2008
! Copyright 2007-2008 Pierre Ossman <[email protected]> for Cendio AB
This program is free software; you can redistribute it and/or modify
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08