removed some redundant and outdated copyright messages

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@612 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-01-30 19:37:26 +00:00
parent 326130134e
commit 0795bd15b3
12 changed files with 1 additions and 29 deletions
-1
View File
@@ -17,7 +17,6 @@
/*
* Eventually this should include all configuration stuff,
* for now there's few options which indicate 3do/pc flavors.
* By Mika Kolehmainen.
*/
#include <stdlib.h>
-1
View File
@@ -17,7 +17,6 @@
/*
* Eventually this should include all configuration stuff,
* for now there's few options which indicate 3do/pc flavors.
* By Mika Kolehmainen.
*/
#ifndef OPTIONS_H
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* By Mika Kolehmainen, 2002-12-08
*/
#include <assert.h>
#include "sdl_common.h"
@@ -16,7 +16,6 @@
/* Sound file decoder for .wav, .mod, .ogg (to be used with OpenAL)
* API is heavily influenced by SDL_sound.
* By Mika Kolehmainen, 2002-10-27
*/
#ifdef WIN32
@@ -14,9 +14,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* Sound file decoder for .wav, .mod, .ogg (to be used with OpenAL)
/* Sound file decoder for .wav, .mod, .ogg
* API is heavily influenced by SDL_sound.
* By Mika Kolehmainen, 2002-10-27
*/
#ifndef DECODER_H
-3
View File
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* OpenAL specific code by Mika Kolehmainen, 2002-10-23
*/
#if defined SOUNDMODULE_MIXSDL || defined SOUNDMODULE_OPENAL
#include "sound.h"
@@ -14,8 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* OpenAL specific code by Mika Kolehmainen, 2002-10-23
*/
#ifdef SOUNDMODULE_OPENAL
#include "libs/sound/sound.h"
-3
View File
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* OpenAL specific code by Mika Kolehmainen, 2002-10-23
*/
#if defined SOUNDMODULE_MIXSDL || defined SOUNDMODULE_OPENAL
#ifdef WIN32
-3
View File
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* OpenAL specific code by Mika Kolehmainen, 2002-10-23
*/
#include "starcon.h"
#include "misc.h"
#include "libs/strings/strintrn.h"
-3
View File
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* By Mika Kolehmainen, 2002-10-23
*/
#if defined SOUNDMODULE_MIXSDL || defined SOUNDMODULE_OPENAL
#include <assert.h>
-3
View File
@@ -14,9 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* By Mika Kolehmainen, 2002-10-23
*/
#ifndef STREAM_H
#define STREAM_H
-4
View File
@@ -14,10 +14,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* Originally: OpenAL specific code by Mika Kolehmainen, 2002-10-23
* Adapted for MixSDL
*/
#if defined SOUNDMODULE_MIXSDL || defined SOUNDMODULE_OPENAL
#include <assert.h>