diff options
author | John Willis | 2010-08-23 19:49:51 +0000 |
---|---|---|
committer | John Willis | 2010-08-23 19:49:51 +0000 |
commit | edea88cf54056d4c903977525d19071097efdd93 (patch) | |
tree | 4e5a202f0e418c3f2577e0e41499ba33fe73b44b /backends/platform | |
parent | bc821136fdf2c82c1877c8ae0e607bcbe784dab1 (diff) | |
download | scummvm-rg350-edea88cf54056d4c903977525d19071097efdd93.tar.gz scummvm-rg350-edea88cf54056d4c903977525d19071097efdd93.tar.bz2 scummvm-rg350-edea88cf54056d4c903977525d19071097efdd93.zip |
dingux: Add standard ScummVM copyright headers to the dingux backend.
svn-id: r52309
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/dingux/dingux-events.cpp | 24 | ||||
-rw-r--r-- | backends/platform/dingux/dingux-graphics.cpp | 24 | ||||
-rw-r--r-- | backends/platform/dingux/dingux.cpp | 24 | ||||
-rw-r--r-- | backends/platform/dingux/dingux.h | 26 | ||||
-rw-r--r-- | backends/platform/dingux/main.cpp | 24 |
5 files changed, 121 insertions, 1 deletions
diff --git a/backends/platform/dingux/dingux-events.cpp b/backends/platform/dingux/dingux-events.cpp index 23082e0181..b6070f68ca 100644 --- a/backends/platform/dingux/dingux-events.cpp +++ b/backends/platform/dingux/dingux-events.cpp @@ -1,3 +1,27 @@ +/* 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" diff --git a/backends/platform/dingux/dingux-graphics.cpp b/backends/platform/dingux/dingux-graphics.cpp index e2d37743bf..569c045e16 100644 --- a/backends/platform/dingux/dingux-graphics.cpp +++ b/backends/platform/dingux/dingux-graphics.cpp @@ -1,3 +1,27 @@ +/* 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" diff --git a/backends/platform/dingux/dingux.cpp b/backends/platform/dingux/dingux.cpp index a253e8bce1..cdf10600ce 100644 --- a/backends/platform/dingux/dingux.cpp +++ b/backends/platform/dingux/dingux.cpp @@ -1,3 +1,27 @@ +/* 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" diff --git a/backends/platform/dingux/dingux.h b/backends/platform/dingux/dingux.h index 8fb5007be1..846ad3faf9 100644 --- a/backends/platform/dingux/dingux.h +++ b/backends/platform/dingux/dingux.h @@ -1,3 +1,27 @@ +/* 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 @@ public: void hideOverlay(); bool loadGFXMode(); void drawMouse(); - void undrawMouse(); + void undrawMouse(); void warpMouse(int, int); void fillMouseEvent(Common::Event&, int, int); diff --git a/backends/platform/dingux/main.cpp b/backends/platform/dingux/main.cpp index 410dee9afe..7b02151c1a 100644 --- a/backends/platform/dingux/main.cpp +++ b/backends/platform/dingux/main.cpp @@ -1,3 +1,27 @@ +/* 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" |