Added missing c-basic-offset:s and license headers

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@962 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-08-03 10:56:16 +00:00
parent 5e5d52ccf4
commit 1320755f2b
15 changed files with 68 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2005 Copyright (C) Matthew Chapman 1999-2005

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Cache routines Cache routines
Copyright (C) Matthew Chapman 1999-2005 Copyright (C) Matthew Chapman 1999-2005

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Support functions for Extended Window Manager Hints, Support functions for Extended Window Manager Hints,

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation RDP licensing negotiation
Copyright (C) Matthew Chapman 1999-2005 Copyright (C) Matthew Chapman 1999-2005

View File

@ -1,3 +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.
*/
#define MAX_PARALLEL_DEVICES 1 #define MAX_PARALLEL_DEVICES 1
#define FILE_DEVICE_PARALLEL 0x22 #define FILE_DEVICE_PARALLEL 0x22

View File

@ -1,3 +1,22 @@
/* -*- 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" #include "rdesktop.h"
extern RDPDR_DEVICE g_rdpdr_device[]; extern RDPDR_DEVICE g_rdpdr_device[];

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Persistent Bitmap Cache routines Persistent Bitmap Cache routines
Copyright (C) Jeroen Meijer 2004-2005 Copyright (C) Jeroen Meijer 2004-2005

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions Sound Channel Process Functions
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - libao-driver Sound Channel Process Functions - libao-driver
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System Sound Channel Process Functions - Open Sound System
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - SGI/IRIX Sound Channel Process Functions - SGI/IRIX
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Sun Sound Channel Process Functions - Sun
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003

View File

@ -1,3 +1,22 @@
/* -*- 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 <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <termios.h> #include <termios.h>

2
tcp.c
View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer Protocol services - TCP layer
Copyright (C) Matthew Chapman 1999-2005 Copyright (C) Matthew Chapman 1999-2005

View File

@ -1,4 +1,4 @@
/* /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
User interface services - X keyboard mapping User interface services - X keyboard mapping