[Scummvm-cvs-logs] CVS: scummvm/graphics animation.cpp,1.31,1.31.2.1 animation.h,1.19,1.19.2.1 font.cpp,1.13,1.13.2.1 font.h,1.11,1.11.2.1 fontman.cpp,1.7,1.7.2.1 fontman.h,1.4,1.4.2.1 ilbm.cpp,1.3,1.3.2.1 ilbm.h,1.1,1.1.2.1 primitives.cpp,1.1,1.1.2.1 primitives.h,1.1,1.1.2.1 scummfont.cpp,1.12,1.12.2.1 surface.cpp,1.9,1.9.2.1 surface.h,1.10,1.10.2.1
Eugene Sandulenko
sev at users.sourceforge.net
Mon Oct 17 19:14:37 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActionsPocket.cpp,1.15,1.15.2.1 CEActionsPocket.h,1.6,1.6.2.1 CEActionsSmartphone.cpp,1.12,1.12.2.1 CEActionsSmartphone.h,1.6,1.6.2.1 CEDevice.cpp,1.11,1.11.2.1 CEDevice.h,1.6,1.6.2.1 CEException.cpp,1.4,1.4.2.1 CEException.h,1.2,1.2.2.1 CEKeysDialog.cpp,1.7,1.7.2.1 CEKeysDialog.h,1.2,1.2.2.1 CELauncherDialog.cpp,1.13,1.13.2.1 CELauncherDialog.h,1.4,1.4.2.1 CEScaler.cpp,1.11,1.11.2.1 CEScaler.h,1.5,1.5.2.1 ozone.h,1.2,1.2.2.1 portdefs.h,1.10,1.10.2.1 wince-sdl.cpp,1.32,1.32.2.1 wince-sdl.h,1.20,1.20.2.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEgui CEGUI.h,1.4,1.4.2.1 GUIElement.cpp,1.5,1.5.2.1 GUIElement.h,1.4,1.4.2.1 ItemAction.cpp,1.8,1.8.2.1 ItemAction.h,1.5,1.5.2.1 ItemSwitch.cpp,1.6,1.6.2.1 ItemSwitch.h,1.6,1.6.2.1 Panel.cpp,1.9,1.9.2.1 Panel.h,1.4,1.4.2.1 PanelItem.cpp,1.6,1.6.2.1 PanelItem.h,1.3,1.3.2.1 PanelKeyboard.cpp,1.7,1.7.2.1 PanelKeyboard.h,1.6,1.6.2.1 SDL_ImageResource.cpp,1.6,1.6.2.1 SDL_ImageResource.h,1.3,1.3.2.1 Toolbar.cpp,1.6,1.6.2.1 Toolbar.h,1.4,1.4.2.1 ToolbarHandler.cpp,1.8,1.8.2.1 ToolbarHandler.h,1.5,1.5.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25993/graphics
Modified Files:
Tag: branch-0-8-0
animation.cpp animation.h font.cpp font.h fontman.cpp
fontman.h ilbm.cpp ilbm.h primitives.cpp primitives.h
scummfont.cpp surface.cpp surface.h
Log Message:
Update FSF address. Ugh if I'd only know it and updated before branching :(.
Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.cpp,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -d -r1.31 -r1.31.2.1
--- animation.cpp 30 Jul 2005 21:11:00 -0000 1.31
+++ animation.cpp 18 Oct 2005 02:11:18 -0000 1.31.2.1
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.h,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- animation.h 30 Jul 2005 21:11:00 -0000 1.19
+++ animation.h 18 Oct 2005 02:11:18 -0000 1.19.2.1
@@ -13,7 +13,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
Index: font.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/font.cpp,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- font.cpp 30 Jul 2005 21:11:00 -0000 1.13
+++ font.cpp 18 Oct 2005 02:11:18 -0000 1.13.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/font.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- font.h 8 Oct 2005 21:11:45 -0000 1.11
+++ font.h 18 Oct 2005 02:11:18 -0000 1.11.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: fontman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/fontman.cpp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- fontman.cpp 8 Oct 2005 21:11:45 -0000 1.7
+++ fontman.cpp 18 Oct 2005 02:11:18 -0000 1.7.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: fontman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/fontman.h,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- fontman.h 30 Jul 2005 21:11:00 -0000 1.4
+++ fontman.h 18 Oct 2005 02:11:18 -0000 1.4.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: ilbm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/ilbm.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- ilbm.cpp 30 Jul 2005 21:11:00 -0000 1.3
+++ ilbm.cpp 18 Oct 2005 02:11:18 -0000 1.3.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: ilbm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/ilbm.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- ilbm.h 29 Jul 2005 16:34:42 -0000 1.1
+++ ilbm.h 18 Oct 2005 02:11:18 -0000 1.1.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: primitives.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/primitives.cpp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- primitives.cpp 27 Apr 2005 20:29:18 -0000 1.1
+++ primitives.cpp 18 Oct 2005 02:11:18 -0000 1.1.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: primitives.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/primitives.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- primitives.h 27 Apr 2005 20:29:18 -0000 1.1
+++ primitives.h 18 Oct 2005 02:11:18 -0000 1.1.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: scummfont.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/scummfont.cpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- scummfont.cpp 3 Sep 2005 18:18:35 -0000 1.12
+++ scummfont.cpp 18 Oct 2005 02:11:18 -0000 1.12.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: surface.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/surface.cpp,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- surface.cpp 30 Jul 2005 21:11:00 -0000 1.9
+++ surface.cpp 18 Oct 2005 02:11:18 -0000 1.9.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
Index: surface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/surface.h,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- surface.h 30 Jul 2005 21:11:00 -0000 1.10
+++ surface.h 18 Oct 2005 02:11:18 -0000 1.10.2.1
@@ -13,7 +13,7 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActionsPocket.cpp,1.15,1.15.2.1 CEActionsPocket.h,1.6,1.6.2.1 CEActionsSmartphone.cpp,1.12,1.12.2.1 CEActionsSmartphone.h,1.6,1.6.2.1 CEDevice.cpp,1.11,1.11.2.1 CEDevice.h,1.6,1.6.2.1 CEException.cpp,1.4,1.4.2.1 CEException.h,1.2,1.2.2.1 CEKeysDialog.cpp,1.7,1.7.2.1 CEKeysDialog.h,1.2,1.2.2.1 CELauncherDialog.cpp,1.13,1.13.2.1 CELauncherDialog.h,1.4,1.4.2.1 CEScaler.cpp,1.11,1.11.2.1 CEScaler.h,1.5,1.5.2.1 ozone.h,1.2,1.2.2.1 portdefs.h,1.10,1.10.2.1 wince-sdl.cpp,1.32,1.32.2.1 wince-sdl.h,1.20,1.20.2.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEgui CEGUI.h,1.4,1.4.2.1 GUIElement.cpp,1.5,1.5.2.1 GUIElement.h,1.4,1.4.2.1 ItemAction.cpp,1.8,1.8.2.1 ItemAction.h,1.5,1.5.2.1 ItemSwitch.cpp,1.6,1.6.2.1 ItemSwitch.h,1.6,1.6.2.1 Panel.cpp,1.9,1.9.2.1 Panel.h,1.4,1.4.2.1 PanelItem.cpp,1.6,1.6.2.1 PanelItem.h,1.3,1.3.2.1 PanelKeyboard.cpp,1.7,1.7.2.1 PanelKeyboard.h,1.6,1.6.2.1 SDL_ImageResource.cpp,1.6,1.6.2.1 SDL_ImageResource.h,1.3,1.3.2.1 Toolbar.cpp,1.6,1.6.2.1 Toolbar.h,1.4,1.4.2.1 ToolbarHandler.cpp,1.8,1.8.2.1 ToolbarHandler.h,1.5,1.5.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list