diff options
author | James Brown | 2002-04-21 17:46:42 +0000 |
---|---|---|
committer | James Brown | 2002-04-21 17:46:42 +0000 |
commit | 9809c863730b998c9b1b75f9d7ed2fcd3f989dd0 (patch) | |
tree | f58025b3ec8ccbcabf5306b043ac6eea001e897f /sound | |
parent | 0fb625969cacf1545a1905fa7b57026932d188f6 (diff) | |
download | scummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.tar.gz scummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.tar.bz2 scummvm-rg350-9809c863730b998c9b1b75f9d7ed2fcd3f989dd0.zip |
Add boilerplate license to some files, to satisfy Debian types :)
fmopl.c/fmopl.h are infringing on the GPL at the moment. We either need to
replace these, or get permission to relicense them, before 0.2.0
svn-id: r4036
Diffstat (limited to 'sound')
-rw-r--r-- | sound/fmopl.cpp | 2 | ||||
-rw-r--r-- | sound/fmopl.h | 1 | ||||
-rw-r--r-- | sound/imuse.h | 21 | ||||
-rw-r--r-- | sound/mididrv.h | 22 | ||||
-rw-r--r-- | sound/mixer.cpp | 22 | ||||
-rw-r--r-- | sound/mixer.h | 22 |
6 files changed, 90 insertions, 0 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index b01ecab0c9..86ffaa6f00 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -6,6 +6,8 @@ ** Modified for ScummVM by Ludvig Strigeus ** Version 0.37a (modified) ** +** ENDER: This file is not GPL. Need to replace or have +** relicensed before 0.2.0 release. */ #include "stdafx.h" diff --git a/sound/fmopl.h b/sound/fmopl.h index d331ff14c4..6f19329552 100644 --- a/sound/fmopl.h +++ b/sound/fmopl.h @@ -1,3 +1,4 @@ +/* ENDER: Not GPLed. Replace or relicense before 0.2.0 */ #ifndef __FMOPL_H_ #define __FMOPL_H_ diff --git a/sound/imuse.h b/sound/imuse.h index fc2cacbd0d..5a836f9888 100644 --- a/sound/imuse.h +++ b/sound/imuse.h @@ -1,3 +1,24 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project + * + * 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. + * + * $Header$ + * + */ //WARNING: These is only the public interface to the IMUSE class //This is safe as long as none of the methods are virtual, diff --git a/sound/mididrv.h b/sound/mididrv.h index 228e36ee7e..693226b612 100644 --- a/sound/mididrv.h +++ b/sound/mididrv.h @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project + * + * 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. + * + * $Header$ + * + */ + struct MidiEvent { uint32 delta; uint32 event; diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 2ed358d2fe..ec8c0caae3 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project + * + * 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" diff --git a/sound/mixer.h b/sound/mixer.h index df3b0eea64..272cdb670f 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project + * + * 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. + * + * $Header$ + * + */ + #ifndef _mixer_h_included #define _mixer_h_included |