Update copyright notices

This commit is contained in:
Eric Wasylishen 2011-01-19 01:19:09 -07:00
parent dc494fad2e
commit a0f74edc77
3 changed files with 23 additions and 1 deletions

View file

@ -2,7 +2,8 @@
cd_shared.c
Copyright (C) 1996-1997 Id Software, Inc.
Copyright (C) 2011 Eric Wasylishen
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

View file

@ -956,6 +956,7 @@ void S_Update_(void)
===============================================================================
background music functions
from ioquake3
===============================================================================
*/

View file

@ -1,3 +1,23 @@
/*
Copyright (C) 2011 Eric Wasylishen
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.
*/
#include "quakedef.h"
#include "sound.h"
#include "speex_resampler.h"