GPL thingy

This commit is contained in:
Joseph Carter 2000-05-22 06:58:14 +00:00
parent 7b1b82a16b
commit 87f6b96eb6
34 changed files with 84 additions and 91 deletions

View File

@ -1,5 +1,7 @@
/*
d_copy.S - x86 assembly-language screen copying code.
d_copy.S
x86 assembly-language screen copying code.
Copyright (C) 1996-1997 Id Software, Inc.

View File

@ -1,7 +1,7 @@
/*
d_draw.S
(description)
x86 assembly-language horizontal 8-bpp span-drawing code.
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_draw.s
// x86 assembly-language horizontal 8-bpp span-drawing code.
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,8 @@
/*
d_draw16.S
(description)
x86 assembly-language horizontal 8-bpp span-drawing code, with
16-pixel subdivision.
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,9 +26,6 @@
$Id$
*/
// d_draw16.s
// x86 assembly-language horizontal 8-bpp span-drawing code, with 16-pixel
// subdivision.
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_fill.c
(description)
clears a specified rectangle to the specified color
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_clear: clears a specified rectangle to the specified color
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_init.c
(description)
rasterization driver initialization
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_init.c: rasterization driver initialization
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_modech.c
(description)
called when mode has just changed
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_modech.c: called when mode has just changed
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_part.c
(description)
software driver module for drawing particles
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_part.c: software driver module for drawing particles
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_parta.S
(description)
x86 assembly-language 8-bpp particle-drawing code.
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_parta.s
// x86 assembly-language 8-bpp particle-drawing code.
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_polysa.S
(description)
x86 assembly-language polygon model drawing code
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_polysa.s
// x86 assembly-language polygon model drawing code
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,8 @@
/*
d_polyse.c
(description)
routines for drawing sets of polygons sharing the same texture
(used for Alias models)
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +26,6 @@
$Id$
*/
// d_polyset.c: routines for drawing sets of polygons sharing the same
// texture (used for Alias models)
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_scan.c
(description)
Portable C scan-level rasterization code, all pixel depths.
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// Portable C scan-level rasterization code, all pixel depths.
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_scana.S
(description)
x86 assembly-language turbulent texture mapping code
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_scana.s
// x86 assembly-language turbulent texture mapping code
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_spr8.S
(description)
x86 assembly-language horizontal 8-bpp transparent span-drawing code.
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_spr8.s
// x86 assembly-language horizontal 8-bpp transparent span-drawing code.
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_sprite.c
(description)
software top-level rasterization driver module for drawing sprites
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// d_sprite.c: software top-level rasterization driver module for drawing
// sprites
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_surf.c
(description)
rasterization driver surface heap manager
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_surf.c: rasterization driver surface heap manager
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
d_vars.c
(description)
global refresh variables
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// r_vars.c: global refresh variables
#ifndef USE_INTEL_ASM

View File

@ -1,7 +1,7 @@
/*
d_zpoint.c
(description)
software driver module for drawing z-buffered points
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// d_zpoint.c: software driver module for drawing z-buffered points
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -9,9 +9,7 @@
* Significantly revised and rewinddir, seekdir and telldir added by Colin
* Peters <colin@fu.is.saga-u.ac.jp>
*
* $Revision$
* $Author$
* $Date$
* $Id$
*
*/

View File

@ -1,7 +1,7 @@
/*
draw.c
(description)
this is the only file outside the refresh that touches the vid buffer
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$
*/
// draw.c -- this is the only file outside the refresh that touches the
// vid buffer
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,6 +1,8 @@
/*
fnmatch.c
(description)
Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
/*
gl_mesh.c
(description)
gl_mesh.c: triangle model functions
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$
*/
// gl_mesh.c: triangle model functions
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,7 +1,7 @@
/*
gl_model.c
(description)
model loading and caching
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,10 +25,10 @@
$Id$
*/
// models.c -- model loading and caching
// models are the only shared resource between a client and server running
// on the same machine.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -25,6 +25,7 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -25,6 +25,7 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -25,6 +25,7 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -25,6 +25,7 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,7 +1,7 @@
/*
gl_rsurf.c
(description)
surface-related refresh code
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$
*/
// r_surf.c: surface-related refresh code
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,7 +1,7 @@
/*
gl_screen.c
(description)
master for refresh, status bar, console, chat, notify, etc
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$
*/
// screen.c -- master for refresh, status bar, console, chat, notify, etc
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,5 +1,5 @@
/*
cl_parse.c
gl_trans.c
(description)
@ -25,7 +25,6 @@
$Id$
*/
// cl_parse.c -- parse a message received from the server
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,25 +1,30 @@
/*
Copyright (C) 1996-1997 Id Software, Inc.
Copyright (C) 1999,2000 contributors of the QuakeForge project
Please see the file "AUTHORS" for a list of contributors
gl_view.c
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.
player eye positioning
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.
Copyright (C) 1996-1997 Id Software, Inc.
See the GNU General Public License for more details.
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.
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.
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$
*/
// view.c -- player eye positioning
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
gl_warp.c
(description)
sky and water polygons
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$
*/
// gl_warp.c -- sky and water polygons
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

View File

@ -1,7 +1,7 @@
/*
in_null.c
(description)
for systems without a mouse
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$
*/
// in_null.c -- for systems without a mouse
#ifdef HAVE_CONFIG_H
# include <config.h>

View File

@ -1,7 +1,7 @@
/*
in_win.c
(description)
windows 95 mouse and joystick code
Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$
*/
// in_win.c -- windows 95 mouse and joystick code
// 02/21/97 JCB Added extended DirectInput code to support external controllers.
#ifdef HAVE_CONFIG_H

View File

@ -1,22 +1,31 @@
/*
Copyright (C) 1996-1997 Id Software, Inc.
link.c
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.
(description)
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.
Copyright (C) 1996-1997 Id Software, Inc.
See the GNU General Public License for more details.
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.
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.
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$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif