[Scummvm-git-logs] scummvm master -> a14763b6855816bf1670a4fc720be94d267c735f
sev-
noreply at scummvm.org
Mon May 23 21:46:41 UTC 2022
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:
a14763b685 GROOVIE: Added missing dual-license headers to the Microscope puzzle
Commit: a14763b6855816bf1670a4fc720be94d267c735f
https://github.com/scummvm/scummvm/commit/a14763b6855816bf1670a4fc720be94d267c735f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-05-23T23:46:17+02:00
Commit Message:
GROOVIE: Added missing dual-license headers to the Microscope puzzle
Changed paths:
engines/groovie/logic/cell.cpp
engines/groovie/logic/cell.h
diff --git a/engines/groovie/logic/cell.cpp b/engines/groovie/logic/cell.cpp
index b908d2ad6a4..87b9ab7b75b 100644
--- a/engines/groovie/logic/cell.cpp
+++ b/engines/groovie/logic/cell.cpp
@@ -17,6 +17,12 @@
* 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 GPLv2 license mentioned above, MojoTouch has exclusively licensed
+ * this code on November 10th, 2021, to be use in closed-source products.
+ * Therefore, any contributions (commits) to it will also be dual-licensed.
+ *
*/
#include "groovie/logic/cell.h"
diff --git a/engines/groovie/logic/cell.h b/engines/groovie/logic/cell.h
index d9e9c05ea7b..d9736c3d270 100644
--- a/engines/groovie/logic/cell.h
+++ b/engines/groovie/logic/cell.h
@@ -17,6 +17,12 @@
* 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 GPLv2 license mentioned above, MojoTouch has exclusively licensed
+ * this code on November 10th, 2021, to be use in closed-source products.
+ * Therefore, any contributions (commits) to it will also be dual-licensed.
+ *
*/
#ifndef GROOVIE_LOGIC_CELL_H
More information about the Scummvm-git-logs
mailing list