aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2006-08-15 18:04:01 +0000
committerJohannes Schickel2006-08-15 18:04:01 +0000
commit7d0435f23ce7cc19e007ff77b8dfb4bd0554c386 (patch)
treeea3a18bd10cec74114b1a9366ba2bbc19e418ded
parent4476ed5294e011e4e5eea08117791c3990519211 (diff)
downloadscummvm-rg350-7d0435f23ce7cc19e007ff77b8dfb4bd0554c386.tar.gz
scummvm-rg350-7d0435f23ce7cc19e007ff77b8dfb4bd0554c386.tar.bz2
scummvm-rg350-7d0435f23ce7cc19e007ff77b8dfb4bd0554c386.zip
- adding LPGL headers to adlib sound specific files
- stating about dual license of adlib sound specific files svn-id: r23708
-rw-r--r--engines/kyra/sound.h21
-rw-r--r--engines/kyra/sound_adlib.cpp21
2 files changed, 42 insertions, 0 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index a812f76667..d518a82729 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -1,5 +1,10 @@
/* ScummVM - Scumm Interpreter
+ *
+ * This file is licensed under both GPL and LGPL
* Copyright (C) 2004-2006 The ScummVM project
+ * Copyright (C) 2006 Torbjorn Andersson and Johannes Schickel
+ *
+ * GPL License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -15,6 +20,22 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * LPGL 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
+ *
* $URL$
* $Id$
*
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index 786595061b..4a300ad1e3 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -1,5 +1,10 @@
/* ScummVM - Scumm Interpreter
+ *
+ * This file is licensed under both GPL and LGPL
* Copyright (C) 2006 The ScummVM project
+ * Copyright (C) 2006 Torbjorn Andersson and Johannes Schickel
+ *
+ * GPL License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -15,6 +20,22 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * LPGL 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
+ *
* $URL$
* $Id$
*