CVS: rdesktop bitmap.c,1.24,1.25 cache.c,1.23,1.24 ewmhints.c,1.8,1.9 licence.c,1.35,1.36 parallel.c,1.14,1.15 printer.c,1.16,1.17 pstcache.c,1.4,1.5 rdpsnd.c,1.8,1.9 rdpsnd_libao.c,1.8,1.9 rdpsnd_oss.c,1.16,1.17 rdpsnd_sgi.c,1.7,1.8 rdpsnd_sun.c,1.14,1.15 serial.c,1.28,1.29 tcp.c,1.30,1.31 xkeymap.c,1.79,1.80

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29064

Modified Files:
	bitmap.c cache.c ewmhints.c licence.c parallel.c printer.c 
	pstcache.c rdpsnd.c rdpsnd_libao.c rdpsnd_oss.c rdpsnd_sgi.c 
	rdpsnd_sun.c serial.c tcp.c xkeymap.c 
Log Message:
Added missing c-basic-offset:s and license headers

Index: bitmap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/bitmap.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** bitmap.c	6 Mar 2005 21:11:04 -0000	1.24
--- bitmap.c	3 Aug 2005 10:56:15 -0000	1.25
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     Bitmap decompression routines
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Bitmap decompression routines

Index: cache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cache.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** cache.c	8 Mar 2005 00:23:01 -0000	1.23
--- cache.c	3 Aug 2005 10:56:16 -0000	1.24
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     Cache routines
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Cache routines

Index: ewmhints.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/ewmhints.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ewmhints.c	15 Sep 2003 07:59:07 -0000	1.8
--- ewmhints.c	3 Aug 2005 10:56:16 -0000	1.9
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
  
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
  

Index: licence.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/licence.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** licence.c	13 Mar 2005 13:18:48 -0000	1.35
--- licence.c	3 Aug 2005 10:56:16 -0000	1.36
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     RDP licensing negotiation
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     RDP licensing negotiation

Index: parallel.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parallel.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** parallel.c	15 Mar 2005 11:25:49 -0000	1.14
--- parallel.c	3 Aug 2005 10:56:16 -0000	1.15
***************
*** 1,2 ****
--- 1,20 ----
+ /* -*- 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
+    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
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
  #define	MAX_PARALLEL_DEVICES		1
  

Index: printer.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/printer.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** printer.c	2 Apr 2005 17:32:38 -0000	1.16
--- printer.c	3 Aug 2005 10:56:16 -0000	1.17
***************
*** 1,2 ****
--- 1,21 ----
+ /* -*- 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
+    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
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+ 
  #include "rdesktop.h"
  

Index: pstcache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/pstcache.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pstcache.c	8 Mar 2005 00:23:02 -0000	1.4
--- pstcache.c	3 Aug 2005 10:56:16 -0000	1.5
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     Persistent Bitmap Cache routines
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Persistent Bitmap Cache routines

Index: rdpsnd.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rdpsnd.c	17 Apr 2004 07:19:53 -0000	1.8
--- rdpsnd.c	3 Aug 2005 10:56:16 -0000	1.9
***************
*** 1,3 ****
! /* 
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions

Index: rdpsnd_libao.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_libao.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rdpsnd_libao.c	22 Apr 2005 21:54:57 -0000	1.8
--- rdpsnd_libao.c	3 Aug 2005 10:56:16 -0000	1.9
***************
*** 1,3 ****
! /* 
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - libao-driver
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - libao-driver

Index: rdpsnd_oss.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_oss.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** rdpsnd_oss.c	23 Nov 2004 13:29:12 -0000	1.16
--- rdpsnd_oss.c	3 Aug 2005 10:56:16 -0000	1.17
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - Open Sound System
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - Open Sound System

Index: rdpsnd_sgi.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sgi.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** rdpsnd_sgi.c	26 Jun 2005 22:36:44 -0000	1.7
--- rdpsnd_sgi.c	3 Aug 2005 10:56:16 -0000	1.8
***************
*** 1,3 ****
! /* 
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - SGI/IRIX
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - SGI/IRIX

Index: rdpsnd_sun.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_sun.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rdpsnd_sun.c	3 Nov 2004 10:05:02 -0000	1.14
--- rdpsnd_sun.c	3 Aug 2005 10:56:16 -0000	1.15
***************
*** 1,3 ****
! /* 
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - Sun
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Sound Channel Process Functions - Sun

Index: serial.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/serial.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** serial.c	15 Mar 2005 11:25:50 -0000	1.28
--- serial.c	3 Aug 2005 10:56:16 -0000	1.29
***************
*** 1,2 ****
--- 1,21 ----
+ /* -*- 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
+    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
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
  #include <unistd.h>
  #include <fcntl.h>

Index: tcp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/tcp.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** tcp.c	31 Mar 2005 10:49:59 -0000	1.30
--- tcp.c	3 Aug 2005 10:56:16 -0000	1.31
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     Protocol services - TCP layer
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     Protocol services - TCP layer

Index: xkeymap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xkeymap.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** xkeymap.c	3 Aug 2005 09:56:17 -0000	1.79
--- xkeymap.c	3 Aug 2005 10:56:16 -0000	1.80
***************
*** 1,3 ****
! /*
     rdesktop: A Remote Desktop Protocol client.
     User interface services - X keyboard mapping
--- 1,3 ----
! /* -*- c-basic-offset: 8 -*-
     rdesktop: A Remote Desktop Protocol client.
     User interface services - X keyboard mapping



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.