[Scummvm-git-logs] scummvm master -> 51624f879c9ff51fdd82c01cbe3850bc83df0916
sev-
noreply at scummvm.org
Mon Nov 25 19:13:55 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
51624f879c SCUMM: Dual-licensing HE mixer code per request by its author, Bosca
Commit: 51624f879c9ff51fdd82c01cbe3850bc83df0916
https://github.com/scummvm/scummvm/commit/51624f879c9ff51fdd82c01cbe3850bc83df0916
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-25T20:13:49+01:00
Commit Message:
SCUMM: Dual-licensing HE mixer code per request by its author, Bosca
Changed paths:
engines/scumm/he/mixer_he.cpp
engines/scumm/he/mixer_he.h
diff --git a/engines/scumm/he/mixer_he.cpp b/engines/scumm/he/mixer_he.cpp
index a7751b92cff..ebfd59913e1 100644
--- a/engines/scumm/he/mixer_he.cpp
+++ b/engines/scumm/he/mixer_he.cpp
@@ -17,6 +17,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * This file is dual-licensed.
+ * In addition to the GPLv3 license mentioned above, this code is also
+ * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
+ * full text of the license.
+ *
*/
#include "scumm/he/mixer_he.h"
diff --git a/engines/scumm/he/mixer_he.h b/engines/scumm/he/mixer_he.h
index 93a43e00bb9..24207ec79b5 100644
--- a/engines/scumm/he/mixer_he.h
+++ b/engines/scumm/he/mixer_he.h
@@ -17,6 +17,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * This file is dual-licensed.
+ * In addition to the GPLv3 license mentioned above, this code is also
+ * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
+ * full text of the license.
+ *
*/
#ifndef SCUMM_HE_MIXER_HE_H
More information about the Scummvm-git-logs
mailing list