From: Carsten W. <ca...@us...> - 2004-12-22 23:53:16
|
Update of /cvsroot/jake2/jake2/src/jake2/sound/joal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15985/src/jake2/sound/joal Modified Files: PlaySound.java Log Message: file header changed Index: PlaySound.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/joal/PlaySound.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlaySound.java 27 Oct 2004 16:51:32 -0000 1.1 --- PlaySound.java 22 Dec 2004 23:53:05 -0000 1.2 *************** *** 2,21 **** * Created on Oct 26, 2004 * ! * TODO To change the template for this generated file go to ! * Window - Preferences - Java - Code Style - Code Templates */ ! package jake2.sound.joal; ! import java.util.Vector; import jake2.Globals; - import jake2.sound.sfx_t; import jake2.util.Math3D; /** * @author cwei - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class PlaySound { --- 2,37 ---- * Created on Oct 26, 2004 * ! * Copyright (C) 2003 ! * ! * $Id$ */ ! /* ! 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. ! ! */ ! package jake2.sound.joal; import jake2.Globals; import jake2.util.Math3D; /** + * PlaySound + * * @author cwei */ public class PlaySound { |