diff options
author | athrxx | 2019-04-30 01:11:48 +0200 |
---|---|---|
committer | athrxx | 2019-04-30 01:12:25 +0200 |
commit | e28f6e1ead8b752f627f11377db3895950fe4bbd (patch) | |
tree | 48ca9b1859f96f247dbe1c380aa52e2954c0dc14 /engines/kyra/sound/drivers | |
parent | f9cc32304f026a6115e2135e0f64e736ed38298f (diff) | |
download | scummvm-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/sound/drivers')
-rw-r--r-- | engines/kyra/sound/drivers/audiomaster2.h | 16 |
1 files changed, 0 insertions, 16 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 |