games/qudos: do not patch the top GPL comment in two *.c files.
This commit is contained in:
parent
ea9c02a94b
commit
9361a944fd
2 changed files with 6 additions and 94 deletions
|
@ -1,51 +1,16 @@
|
|||
--- src/client/snd_dma.c.orig Fri Jun 9 16:42:59 2006
|
||||
+++ src/client/snd_dma.c Thu Sep 13 20:17:11 2007
|
||||
@@ -1,27 +1,23 @@
|
||||
/*
|
||||
- * Copyright (C) 1997-2001 Id Software, Inc.
|
||||
- *
|
||||
- * 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., 59
|
||||
- * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
- *
|
||||
- */
|
||||
-/* snd_dma.c -- main control for any streaming sound output device */
|
||||
+Copyright (C) 1997-2001 Id Software, Inc.
|
||||
@@ -19,10 +19,6 @@
|
||||
*/
|
||||
/* snd_dma.c -- main control for any streaming sound output device */
|
||||
|
||||
-#include "client.h"
|
||||
-#include "snd_loc.h"
|
||||
-#include "snd_ogg.h"
|
||||
+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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+
|
||||
+*/
|
||||
+// snd_dma.c -- main control for any streaming sound output device
|
||||
|
||||
-
|
||||
#if defined (__unix__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -31,26 +27,30 @@
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
|
|
@ -1,59 +1,6 @@
|
|||
--- src/unix/snd_sdl.c.orig Thu Sep 13 20:13:49 2007
|
||||
+++ src/unix/snd_sdl.c Thu Sep 13 20:17:03 2007
|
||||
@@ -1,47 +1,47 @@
|
||||
/*
|
||||
- * snd_sdl.c
|
||||
- *
|
||||
- * Sound code taken from SDLQuake and modified to work with Quake2 Robert Bäuml
|
||||
- * 2001-12-25
|
||||
- *
|
||||
- * 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:
|
||||
- *
|
||||
- * Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA
|
||||
- * 02111-1307, USA
|
||||
- *
|
||||
- * $Id: snd_sdl.c,v 1.2 2002/02/09 20:29:38 relnev Exp $
|
||||
- */
|
||||
+ snd_sdl.c
|
||||
+
|
||||
+ Sound code taken from SDLQuake and modified to work with Quake2
|
||||
+ Robert B�ml 2001-12-25
|
||||
+
|
||||
+ 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:
|
||||
+
|
||||
+ Free Software Foundation, Inc.
|
||||
+ 59 Temple Place - Suite 330
|
||||
+ Boston, MA 02111-1307, USA
|
||||
+
|
||||
+ $Id: snd_sdl.c,v 1.2 2002/02/09 20:29:38 relnev Exp $
|
||||
+*/
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
@@ -29,19 +29,18 @@
|
||||
#include "../client/client.h"
|
||||
#include "../client/snd_loc.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue