aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorathrxx2019-04-30 01:11:48 +0200
committerathrxx2019-04-30 01:12:25 +0200
commite28f6e1ead8b752f627f11377db3895950fe4bbd (patch)
tree48ca9b1859f96f247dbe1c380aa52e2954c0dc14 /engines/kyra
parentf9cc32304f026a6115e2135e0f64e736ed38298f (diff)
downloadscummvm-rg350-e28f6e1ead8b752f627f11377db3895950fe4bbd.tar.gz
scummvm-rg350-e28f6e1ead8b752f627f11377db3895950fe4bbd.tar.bz2
scummvm-rg350-e28f6e1ead8b752f627f11377db3895950fe4bbd.zip
KYRA: - fix some license headers
Remove LGPL license part from files that shouldn't have them. I missed that when I rearranged that code a couple of weeks ago.
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/sound/drivers/audiomaster2.h16
-rw-r--r--engines/kyra/sound/sound_adlib.cpp17
-rw-r--r--engines/kyra/sound/sound_adlib.h16
3 files changed, 0 insertions, 49 deletions
diff --git a/engines/kyra/sound/drivers/audiomaster2.h b/engines/kyra/sound/drivers/audiomaster2.h
index 7c02fb3442..a8b69329e8 100644
--- a/engines/kyra/sound/drivers/audiomaster2.h
+++ b/engines/kyra/sound/drivers/audiomaster2.h
@@ -18,22 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * LGPL License
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#ifdef ENABLE_EOB
diff --git a/engines/kyra/sound/sound_adlib.cpp b/engines/kyra/sound/sound_adlib.cpp
index 599221c3d9..2e72583430 100644
--- a/engines/kyra/sound/sound_adlib.cpp
+++ b/engines/kyra/sound/sound_adlib.cpp
@@ -18,25 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * LGPL License
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
-
#include "kyra/sound/sound_intern.h"
#include "kyra/sound/drivers/adlib.h"
diff --git a/engines/kyra/sound/sound_adlib.h b/engines/kyra/sound/sound_adlib.h
index a5d6fe3659..0baa00bf66 100644
--- a/engines/kyra/sound/sound_adlib.h
+++ b/engines/kyra/sound/sound_adlib.h
@@ -18,22 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * LGPL License
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#ifndef KYRA_SOUND_ADLIB_H