Skip to content

Commit

Permalink
games/qudos: do not patch the top GPL comment in two *.c files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed May 11, 2023
1 parent ea9c02a commit 9361a94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 94 deletions.
45 changes: 5 additions & 40 deletions games/qudos/files/patch-src__client__snd_dma.c
@@ -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
Expand Down
55 changes: 1 addition & 54 deletions games/qudos/files/patch-src__unix__snd_sdl.c
@@ -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 ¿½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"

Expand Down

0 comments on commit 9361a94

Please sign in to comment.