From ff0db4f44d0eaad734bb7ae9d56887b12fbb9976 Mon Sep 17 00:00:00 2001 From: Carsten Weisse Date: Wed, 22 Dec 2004 23:53:05 +0000 Subject: file header changed --- src/jake2/sound/joal/PlaySound.java | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/jake2/sound/joal/PlaySound.java b/src/jake2/sound/joal/PlaySound.java index da0de95..f21a6c2 100644 --- a/src/jake2/sound/joal/PlaySound.java +++ b/src/jake2/sound/joal/PlaySound.java @@ -1,22 +1,38 @@ /* * Created on Oct 26, 2004 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * Copyright (C) 2003 + * + * $Id: PlaySound.java,v 1.2 2004-12-22 23:53:05 cawe Exp $ */ -package jake2.sound.joal; +/* +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. -import java.util.Vector; +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.sound.sfx_t; import jake2.util.Math3D; /** + * PlaySound + * * @author cwei - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class PlaySound { -- cgit v1.2.3