[Scummvm-cvs-logs] SF.net SVN: scummvm:[52309] scummvm/trunk/backends/platform/dingux

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Mon Aug 23 21:49:51 CEST 2010


Revision: 52309
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52309&view=rev
Author:   djwillis
Date:     2010-08-23 19:49:51 +0000 (Mon, 23 Aug 2010)

Log Message:
-----------
dingux: Add standard ScummVM copyright headers to the dingux backend.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dingux/dingux-events.cpp
    scummvm/trunk/backends/platform/dingux/dingux-graphics.cpp
    scummvm/trunk/backends/platform/dingux/dingux.cpp
    scummvm/trunk/backends/platform/dingux/dingux.h
    scummvm/trunk/backends/platform/dingux/main.cpp

Modified: scummvm/trunk/backends/platform/dingux/dingux-events.cpp
===================================================================
--- scummvm/trunk/backends/platform/dingux/dingux-events.cpp	2010-08-23 19:45:14 UTC (rev 52308)
+++ scummvm/trunk/backends/platform/dingux/dingux-events.cpp	2010-08-23 19:49:51 UTC (rev 52309)
@@ -1,4 +1,28 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
 
+ * This program 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 General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "backends/platform/dingux/dingux.h"
 
 #include "graphics/scaler/aspect.h"	// for aspect2Real

Modified: scummvm/trunk/backends/platform/dingux/dingux-graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/dingux/dingux-graphics.cpp	2010-08-23 19:45:14 UTC (rev 52308)
+++ scummvm/trunk/backends/platform/dingux/dingux-graphics.cpp	2010-08-23 19:49:51 UTC (rev 52309)
@@ -1,4 +1,28 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
 
+ * This program 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 General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "backends/platform/dingux/dingux.h"
 
 #include "common/mutex.h"

Modified: scummvm/trunk/backends/platform/dingux/dingux.cpp
===================================================================
--- scummvm/trunk/backends/platform/dingux/dingux.cpp	2010-08-23 19:45:14 UTC (rev 52308)
+++ scummvm/trunk/backends/platform/dingux/dingux.cpp	2010-08-23 19:49:51 UTC (rev 52309)
@@ -1,4 +1,28 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
 
+ * This program 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 General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "backends/platform/dingux/dingux.h"
 
 #if defined(DINGUX)

Modified: scummvm/trunk/backends/platform/dingux/dingux.h
===================================================================
--- scummvm/trunk/backends/platform/dingux/dingux.h	2010-08-23 19:45:14 UTC (rev 52308)
+++ scummvm/trunk/backends/platform/dingux/dingux.h	2010-08-23 19:49:51 UTC (rev 52309)
@@ -1,4 +1,28 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
 
+ * This program 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 General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SDL_DINGUX_COMMON_H
 #define SDL_DINGUX_COMMON_H
 
@@ -30,7 +54,7 @@
 	void hideOverlay();
 	bool loadGFXMode();
 	void drawMouse();
-	void undrawMouse();	
+	void undrawMouse();
 	void warpMouse(int, int);
 	void fillMouseEvent(Common::Event&, int, int);
 

Modified: scummvm/trunk/backends/platform/dingux/main.cpp
===================================================================
--- scummvm/trunk/backends/platform/dingux/main.cpp	2010-08-23 19:45:14 UTC (rev 52308)
+++ scummvm/trunk/backends/platform/dingux/main.cpp	2010-08-23 19:49:51 UTC (rev 52309)
@@ -1,4 +1,28 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
 
+ * This program 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 General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "backends/platform/dingux/dingux.h"
 #include "backends/plugins/sdl/sdl-provider.h"
 //#include "backends/plugins/posix/posix-provider.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list