CVS: rdesktop Makefile.in, 1.17, 1.18 bitmap.c, 1.25, 1.26 cache.c, 1.27, 1.28 channels.c, 1.17, 1.18 cliprdr.c, 1.29, 1.30 constants.h, 1.49, 1.50 disk.c, 1.58, 1.59 disk.h, 1.3, 1.4 iso.c, 1.17, 1.18 licence.c, 1.37, 1.38 mcs.c, 1.18, 1.19 mppc.c, 1.9, 1.10 orders.c, 1.51, 1.52 orders.h, 1.13, 1.14 parallel.c, 1.17, 1.18 parse.h, 1.11, 1.12 printer.c, 1.18, 1.19 printercache.c, 1.9, 1.10 proto.h, 1.105, 1.106 proto.head, 1.2, 1.3 pstcache.c, 1.9, 1.10 rdesktop.c, 1.155, 1.156 rdp.c, 1.97, 1.98 rdp5.c, 1.19, 1.20 rdpdr.c, 1.48, 1.49 rdpsnd.c, 1.37, 1.38 rdpsnd.h, 1.11, 1.12 rdpsnd_alsa.c, 1.16, 1.17 rdpsnd_dsp.c, 1.24, 1.25 rdpsnd_dsp.h, 1.5, 1.6 rdpsnd_libao.c, 1.36, 1.37 rdpsnd_oss.c, 1.36, 1.37 rdpsnd_sgi.c, 1.22, 1.23 rdpsnd_sun.c, 1.29, 1.30 seamless.c, 1.4, 1.5 seamless.h, 1.2, 1.3 secure.c, 1.63, 1.64 serial.c, 1.30, 1.31 tcp.c, 1.36, 1.37 types.h, 1.31, 1
Jay Sorg <[email protected]> Wed, 03 Jan 2007 21:39:43 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1415
Modified Files:
Makefile.in bitmap.c cache.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 proto.head
pstcache.c rdesktop.c 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 tcp.c types.h xclip.c xkeymap.c xwin.c
Log Message:
copyright year update
Index: Makefile.in
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.in 1 Nov 2006 20:53:40 -0000 1.17
--- Makefile.in 4 Jan 2007 05:39:38 -0000 1.18
***************
*** 2,6 ****
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
! # Copyright (C) Matthew Chapman 1999-2005
#
--- 2,6 ----
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
! # Copyright (C) Matthew Chapman 1999-2007
#
Index: bitmap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/bitmap.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** bitmap.c 3 Aug 2005 10:56:15 -0000 1.25
--- bitmap.c 4 Jan 2007 05:39:38 -0000 1.26
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
! Copyright (C) Matthew Chapman 1999-2005
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-2007
This program is free software; you can redistribute it and/or modify
Index: cache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cache.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** cache.c 4 Jan 2007 04:55:56 -0000 1.27
--- cache.c 4 Jan 2007 05:39:38 -0000 1.28
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Cache routines
! Copyright (C) Matthew Chapman 1999-2005
Copyright (C) Jeroen Meijer 2005
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Cache routines
! Copyright (C) Matthew Chapman 1999-2007
Copyright (C) Jeroen Meijer 2005
Index: channels.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/channels.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** channels.c 3 Nov 2006 23:51:35 -0000 1.17
--- channels.c 4 Jan 2007 05:39:38 -0000 1.18
***************
*** 3,7 ****
Protocol services - Virtual channels
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2005
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-2007
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.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** cliprdr.c 27 Mar 2006 12:29:29 -0000 1.29
--- cliprdr.c 4 Jan 2007 05:39:38 -0000 1.30
***************
*** 3,7 ****
Protocol services - Clipboard functions
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003
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-2007
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.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** constants.h 4 Jan 2007 04:55:56 -0000 1.49
--- constants.h 4 Jan 2007 05:39:38 -0000 1.50
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--- 2,7 ----
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
it under the terms of the GNU General Public License as published by
Index: disk.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** disk.c 4 Jan 2007 04:55:56 -0000 1.58
--- disk.c 4 Jan 2007 05:39:38 -0000 1.59
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Disk Redirection
! Copyright (C) Jeroen Meijer 2003
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-2007
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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** disk.h 16 Apr 2004 11:10:12 -0000 1.3
--- disk.h 4 Jan 2007 05:39:38 -0000 1.4
***************
*** 2,18 ****
rdesktop: A Remote Desktop Protocol client.
Disk Redirection definitions
! Copyright (C) Jeroen Meijer 2003
! Copyright (C) Peter Astrand 2004
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,18 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: iso.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/iso.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** iso.c 8 Aug 2005 19:15:54 -0000 1.17
--- iso.c 4 Jan 2007 05:39:38 -0000 1.18
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: licence.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/licence.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** licence.c 2 Jul 2006 13:03:22 -0000 1.37
--- licence.c 4 Jan 2007 05:39:38 -0000 1.38
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--- 2,7 ----
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
it under the terms of the GNU General Public License as published by
***************
*** 13,17 ****
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 13,17 ----
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: mcs.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mcs.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** mcs.c 8 Aug 2005 19:15:54 -0000 1.18
--- mcs.c 4 Jan 2007 05:39:38 -0000 1.19
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: mppc.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mppc.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mppc.c 30 Apr 2005 20:48:05 -0000 1.9
--- mppc.c 4 Jan 2007 05:39:38 -0000 1.10
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** orders.c 4 Jan 2007 04:55:56 -0000 1.51
--- orders.c 4 Jan 2007 05:39:38 -0000 1.52
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** orders.h 10 Mar 2005 22:40:20 -0000 1.13
--- orders.h 4 Jan 2007 05:39:39 -0000 1.14
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: parallel.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parallel.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** parallel.c 4 Jan 2007 04:55:56 -0000 1.17
--- parallel.c 4 Jan 2007 05:39:39 -0000 1.18
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** parse.h 6 Mar 2005 21:11:17 -0000 1.11
--- parse.h 4 Jan 2007 05:39:39 -0000 1.12
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
Parsing primitives
! Copyright (C) Matthew Chapman 1999-2005
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: printer.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/printer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** printer.c 4 Jan 2007 04:55:56 -0000 1.18
--- printer.c 4 Jan 2007 05:39:39 -0000 1.19
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** printercache.c 15 Mar 2005 11:25:49 -0000 1.9
--- printercache.c 4 Jan 2007 05:39:39 -0000 1.10
***************
*** 2,7 ****
* rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions
! * Copyright (C) Matthew Chapman 1999-2005
! * Copyright (C) Jeroen Meijer 2003
*
* 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-2007
! * Copyright (C) Jeroen Meijer 2003-2007
*
* 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.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** proto.h 4 Jan 2007 04:55:56 -0000 1.105
--- proto.h 4 Jan 2007 05:39:39 -0000 1.106
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
This program is free software; you can redistribute it and/or modify
Index: proto.head
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/proto.head,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** proto.head 25 Aug 2005 20:43:45 -0000 1.2
--- proto.head 4 Jan 2007 05:39:39 -0000 1.3
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pstcache.c 4 Jan 2007 04:55:56 -0000 1.9
--- pstcache.c 4 Jan 2007 05:39:39 -0000 1.10
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Persistent Bitmap Cache routines
! Copyright (C) Jeroen Meijer 2004-2005
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-2007
This program is free software; you can redistribute it and/or modify
Index: rdesktop.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** rdesktop.c 6 Nov 2006 23:05:39 -0000 1.155
--- rdesktop.c 4 Jan 2007 05:39:39 -0000 1.156
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Entrypoint and utility functions
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Entrypoint and utility functions
! Copyright (C) Matthew Chapman 1999-2007
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.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** rdp.c 4 Jan 2007 04:55:56 -0000 1.97
--- rdp.c 4 Jan 2007 05:39:39 -0000 1.98
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rdp5.c 20 May 2005 22:09:32 -0000 1.19
--- rdp5.c 4 Jan 2007 05:39:39 -0000 1.20
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP5 short form PDU processing
! Copyright (C) Matthew Chapman 1999-2005
! Copyright (C) Erik Forsberg 2003
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-2007
! Copyright (C) Erik Forsberg 2003-2007
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.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** rdpdr.c 4 Jan 2007 04:55:56 -0000 1.48
--- rdpdr.c 4 Jan 2007 05:39:39 -0000 1.49
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** rdpsnd.c 4 Jan 2007 04:55:56 -0000 1.37
--- rdpsnd.c 4 Jan 2007 05:39:39 -0000 1.38
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions
! Copyright 2006 Pierre Ossman <[email protected]> for Cendio AB
! Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo [email protected] 2003
--- 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
Index: rdpsnd.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** rdpsnd.h 4 Jan 2007 04:55:56 -0000 1.11
--- rdpsnd.h 4 Jan 2007 05:39:39 -0000 1.12
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound infrastructure
! Copyright (C) Michael Gernoth 2006
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-2007
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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** rdpsnd_alsa.c 4 Jan 2007 04:55:56 -0000 1.16
--- rdpsnd_alsa.c 4 Jan 2007 05:39:39 -0000 1.17
***************
*** 2,9 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - alsa-driver
! Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2006
! Copyright 2006 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-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
Index: rdpsnd_dsp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_dsp.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** rdpsnd_dsp.c 4 Jan 2007 04:55:56 -0000 1.24
--- rdpsnd_dsp.c 4 Jan 2007 05:39:39 -0000 1.25
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006
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-2007
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.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rdpsnd_dsp.h 4 Jan 2007 04:55:56 -0000 1.5
--- rdpsnd_dsp.h 4 Jan 2007 05:39:39 -0000 1.6
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound DSP routines
! Copyright (C) Michael Gernoth 2006
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-2007
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.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** rdpsnd_libao.c 4 Jan 2007 04:55:56 -0000 1.36
--- rdpsnd_libao.c 4 Jan 2007 05:39:39 -0000 1.37
***************
*** 2,8 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - libao-driver
! Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2005-2006
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-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
Index: rdpsnd_oss.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_oss.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** rdpsnd_oss.c 4 Jan 2007 04:55:56 -0000 1.36
--- rdpsnd_oss.c 4 Jan 2007 05:39:39 -0000 1.37
***************
*** 2,8 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
! Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo [email protected] 2003
! Copyright 2006 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-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
Index: rdpsnd_sgi.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sgi.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** rdpsnd_sgi.c 4 Jan 2007 04:55:56 -0000 1.22
--- rdpsnd_sgi.c 4 Jan 2007 05:39:39 -0000 1.23
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - SGI/IRIX
! Copyright (C) Matthew Chapman 2003
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-2007
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.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** rdpsnd_sun.c 4 Jan 2007 04:55:56 -0000 1.29
--- rdpsnd_sun.c 4 Jan 2007 05:39:39 -0000 1.30
***************
*** 2,8 ****
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Sun
! Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo [email protected] 2003
! Copyright (C) Michael Gernoth [email protected] 2003-2006
This program is free software; you can redistribute it and/or modify
--- 2,8 ----
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
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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** seamless.c 28 Apr 2006 07:55:36 -0000 1.4
--- seamless.c 4 Jan 2007 05:39:39 -0000 1.5
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright (C) Peter Astrand <[email protected]> 2005-2006
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: seamless.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/seamless.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** seamless.h 27 Mar 2006 08:17:33 -0000 1.2
--- seamless.h 4 Jan 2007 05:39:39 -0000 1.3
***************
*** 2,17 ****
rdesktop: A Remote Desktop Protocol client.
Seamless Windows support
! Copyright (C) Peter Astrand <[email protected]> 2005-2006
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
--- 2,17 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
!
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Index: secure.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/secure.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** secure.c 3 Nov 2006 23:51:35 -0000 1.63
--- secure.c 4 Jan 2007 05:39:39 -0000 1.64
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** serial.c 4 Jan 2007 04:55:56 -0000 1.30
--- serial.c 4 Jan 2007 05:39:39 -0000 1.31
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** tcp.c 3 Jan 2007 06:41:13 -0000 1.36
--- tcp.c 4 Jan 2007 05:39:39 -0000 1.37
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** types.h 4 Jan 2007 04:55:56 -0000 1.31
--- types.h 4 Jan 2007 05:39:39 -0000 1.32
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Common data types
! Copyright (C) Matthew Chapman 1999-2005
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-2007
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.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** xclip.c 15 May 2006 11:38:49 -0000 1.41
--- xclip.c 4 Jan 2007 05:39:39 -0000 1.42
***************
*** 2,7 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Clipboard functions
! Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003
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-2007
! Copyright (C) Matthew Chapman 2003-2007
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.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** xkeymap.c 11 Oct 2006 17:59:18 -0000 1.94
--- xkeymap.c 4 Jan 2007 05:39:39 -0000 1.95
***************
*** 3,14 ****
User interface services - X keyboard mapping
! Copyright (C) Matthew Chapman 1999-2005
! Copyright (C) Peter Astrand <[email protected]> 2003
!
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
--- 3,14 ----
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
!
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -C2 -d -r1.218 -r1.219
*** xwin.c 4 Jan 2007 04:55:56 -0000 1.218
--- xwin.c 4 Jan 2007 05:39:39 -0000 1.219
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
User interface services - X Window System
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
User interface services - X Window System
! Copyright (C) Matthew Chapman 1999-2007
This program is free software; you can redistribute it and/or modify
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV