[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src base_event.cpp,1.2,1.3 base_gfx.cpp,1.2,1.3 base_mouse.cpp,1.1,1.2 be_base.cpp,1.2,1.3 be_base.h,1.2,1.3 be_create.cpp,1.1,1.2 be_os5.cpp,1.1,1.2 be_os5.h,1.1,1.2 be_save.cpp,1.1,1.2 be_zodiac.cpp,1.1,1.2 be_zodiac.h,1.2,1.3 cd_default.cpp,1.5,1.6 cd_default.h,1.3,1.4 cd_msa.cpp,1.9,1.10 cd_msa.h,1.6,1.7 cd_pockettunes.cpp,1.6,1.7 cd_pockettunes.h,1.4,1.5 cdaudio.h,1.6,1.7 extend.cpp,1.15,1.16 extend.h,1.16,1.17 games.cpp,1.10,1.11 games.h,1.10,1.11 globals.h,1.17,1.18 i_zodiac.h,1.1,1.2 init_mathlib.cpp,1.2,1.3 init_palmos.cpp,1.2,1.3 init_palmos.h,1.1,1.2 init_sony.h,1.1,1.2 os5_event.cpp,1.1,1.2 os5_gfx.cpp,1.1,1.2 os5_mouse.cpp,1.1,1.2 os5_overlay.cpp,1.1,1.2 os5_sound.cpp,1.1,1.2 palm.cpp,1.44,1.45 palm.h,1.38,1.39 palmdefs.h,1.1,1.2 palmevt.cpp,1.10,1.11 palmgfx.cpp,1.10,1.11 palmmos.cpp,1.6,1.7 palmovl.cpp,1.4,1.5 palmrdr.cpp,1.8,1.9 palmsave.cpp,1.20,1.21 palmsnd.cpp,1.6,1.7 rumble.h,1.1,1.2 scumm_globals.cpp,1.11,1.12 scumm_globals.h,1.15,1.16 skin.cpp,1.9,1.10 skin.h,1.8,1.9 start.cpp,1.13,1.14 start.h,1.12,1.13 zodiac_event.cpp,1.1,1.2 zodiac_gfx.cpp,1.1,1.2 zodiac_mouse.cpp,1.1,1.2 zodiac_overlay.cpp,1.1,1.2

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 18:32:13 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14546/backends/PalmOS/Src

Modified Files:
	base_event.cpp base_gfx.cpp base_mouse.cpp be_base.cpp 
	be_base.h be_create.cpp be_os5.cpp be_os5.h be_save.cpp 
	be_zodiac.cpp be_zodiac.h cd_default.cpp cd_default.h 
	cd_msa.cpp cd_msa.h cd_pockettunes.cpp cd_pockettunes.h 
	cdaudio.h extend.cpp extend.h games.cpp games.h globals.h 
	i_zodiac.h init_mathlib.cpp init_palmos.cpp init_palmos.h 
	init_sony.h os5_event.cpp os5_gfx.cpp os5_mouse.cpp 
	os5_overlay.cpp os5_sound.cpp palm.cpp palm.h palmdefs.h 
	palmevt.cpp palmgfx.cpp palmmos.cpp palmovl.cpp palmrdr.cpp 
	palmsave.cpp palmsnd.cpp rumble.h scumm_globals.cpp 
	scumm_globals.h skin.cpp skin.h start.cpp start.h 
	zodiac_event.cpp zodiac_gfx.cpp zodiac_mouse.cpp 
	zodiac_overlay.cpp 
Log Message:
Update FSF address. Eek. Actually that took place on May 1, 2005


Index: base_event.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/base_event.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- base_event.cpp	12 Oct 2005 20:19:12 -0000	1.2
+++ base_event.cpp	18 Oct 2005 01:30:00 -0000	1.3
@@ -15,7 +15,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: base_gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/base_gfx.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- base_gfx.cpp	12 Oct 2005 20:20:26 -0000	1.2
+++ base_gfx.cpp	18 Oct 2005 01:30:00 -0000	1.3
@@ -15,7 +15,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: base_mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/base_mouse.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- base_mouse.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ base_mouse.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_base.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_base.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- be_base.cpp	12 Oct 2005 20:24:30 -0000	1.2
+++ be_base.cpp	18 Oct 2005 01:30:00 -0000	1.3
@@ -15,7 +15,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: be_base.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_base.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- be_base.h	12 Oct 2005 20:24:30 -0000	1.2
+++ be_base.h	18 Oct 2005 01:30:00 -0000	1.3
@@ -15,7 +15,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: be_create.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_create.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- be_create.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ be_create.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_os5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_os5.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- be_os5.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ be_os5.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_os5.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_os5.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- be_os5.h	8 Oct 2005 22:18:29 -0000	1.1
+++ be_os5.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_save.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_save.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- be_save.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ be_save.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_zodiac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_zodiac.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- be_zodiac.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ be_zodiac.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: be_zodiac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_zodiac.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- be_zodiac.h	12 Oct 2005 20:24:30 -0000	1.2
+++ be_zodiac.h	18 Oct 2005 01:30:00 -0000	1.3
@@ -15,7 +15,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: cd_default.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_default.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cd_default.cpp	30 Jul 2005 21:10:48 -0000	1.5
+++ cd_default.cpp	18 Oct 2005 01:30:00 -0000	1.6
@@ -14,7 +14,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: cd_default.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_default.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cd_default.h	30 Jul 2005 21:10:48 -0000	1.3
+++ cd_default.h	18 Oct 2005 01:30:00 -0000	1.4
@@ -14,7 +14,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$
  *
@@ -45,4 +45,4 @@
 	UInt32 _defStopTime, _defTrackEndFrame, _defTrackLength;
  };
 
- #endif
\ No newline at end of file
+ #endif

Index: cd_msa.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_msa.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cd_msa.cpp	12 Oct 2005 20:36:40 -0000	1.9
+++ cd_msa.cpp	18 Oct 2005 01:30:00 -0000	1.10
@@ -14,7 +14,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: cd_msa.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_msa.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cd_msa.h	12 Oct 2005 20:36:40 -0000	1.6
+++ cd_msa.h	18 Oct 2005 01:30:00 -0000	1.7
@@ -14,7 +14,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: cd_pockettunes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_pockettunes.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cd_pockettunes.cpp	12 Oct 2005 20:28:11 -0000	1.6
+++ cd_pockettunes.cpp	18 Oct 2005 01:30:00 -0000	1.7
@@ -14,7 +14,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: cd_pockettunes.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cd_pockettunes.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cd_pockettunes.h	12 Oct 2005 20:28:11 -0000	1.4
+++ cd_pockettunes.h	18 Oct 2005 01:30:00 -0000	1.5
@@ -14,7 +14,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$
  *
@@ -63,4 +63,4 @@
  };
  
  #endif
- 
\ No newline at end of file
+ 

Index: cdaudio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/cdaudio.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cdaudio.h	12 Oct 2005 20:36:40 -0000	1.6
+++ cdaudio.h	18 Oct 2005 01:30:00 -0000	1.7
@@ -14,7 +14,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: extend.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/extend.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- extend.cpp	12 Oct 2005 20:41:00 -0000	1.15
+++ extend.cpp	18 Oct 2005 01:30:00 -0000	1.16
@@ -14,7 +14,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: extend.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/extend.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- extend.h	1 Jan 2005 16:08:44 -0000	1.16
+++ extend.h	18 Oct 2005 01:30:00 -0000	1.17
@@ -14,7 +14,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: games.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/games.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- games.cpp	30 Jul 2005 21:10:48 -0000	1.10
+++ games.cpp	18 Oct 2005 01:30:00 -0000	1.11
@@ -14,7 +14,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: games.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/games.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- games.h	30 Jul 2005 21:10:48 -0000	1.10
+++ games.h	18 Oct 2005 01:30:00 -0000	1.11
@@ -14,7 +14,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: globals.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/globals.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- globals.h	30 Jul 2005 21:10:48 -0000	1.17
+++ globals.h	18 Oct 2005 01:30:00 -0000	1.18
@@ -14,7 +14,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: i_zodiac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/i_zodiac.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i_zodiac.h	5 Feb 2004 14:00:03 -0000	1.1
+++ i_zodiac.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -9,4 +9,4 @@
 Err ZodiacInit(void **ptrP, Int32 w, Int32 h);
 Err ZodiacRelease(void **ptrP);
 
-#endif
\ No newline at end of file
+#endif

Index: init_mathlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/init_mathlib.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- init_mathlib.cpp	30 Jul 2005 21:10:48 -0000	1.2
+++ init_mathlib.cpp	18 Oct 2005 01:30:00 -0000	1.3
@@ -27,4 +27,4 @@
 		if (!useCount)
 			SysLibRemove(MathLibRef);
 	}
-}
\ No newline at end of file
+}

Index: init_palmos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/init_palmos.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- init_palmos.cpp	30 Jul 2005 21:10:48 -0000	1.2
+++ init_palmos.cpp	18 Oct 2005 01:30:00 -0000	1.3
@@ -41,4 +41,4 @@
 
 void PalmHRRelease() {
 	// should i do something here ?
-}
\ No newline at end of file
+}

Index: init_palmos.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/init_palmos.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- init_palmos.h	9 Nov 2004 10:45:47 -0000	1.1
+++ init_palmos.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -7,4 +7,4 @@
 Err PalmHRInit(UInt32 depth);
 void PalmHRRelease();
 
-#endif
\ No newline at end of file
+#endif

Index: init_sony.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/init_sony.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- init_sony.h	9 Nov 2004 10:45:47 -0000	1.1
+++ init_sony.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -7,4 +7,4 @@
 UInt16 SonyHRInit(UInt32 depth);
 void SonyHRRelease(UInt16 HRrefNum);
 
-#endif
\ No newline at end of file
+#endif

Index: os5_event.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/os5_event.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- os5_event.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ os5_event.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: os5_gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/os5_gfx.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- os5_gfx.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ os5_gfx.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: os5_mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/os5_mouse.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- os5_mouse.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ os5_mouse.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: os5_overlay.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/os5_overlay.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- os5_overlay.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ os5_overlay.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: os5_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/os5_sound.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- os5_sound.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ os5_sound.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: palm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- palm.cpp	30 Jul 2005 21:10:48 -0000	1.44
+++ palm.cpp	18 Oct 2005 01:30:00 -0000	1.45
@@ -14,7 +14,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: palm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- palm.h	30 Jul 2005 21:10:48 -0000	1.38
+++ palm.h	18 Oct 2005 01:30:00 -0000	1.39
@@ -14,7 +14,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: palmdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmdefs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- palmdefs.h	9 Nov 2004 10:49:08 -0000	1.1
+++ palmdefs.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -8,4 +8,4 @@
 	SYS_TRAP(sysTrapSysGetAppInfo);
 
 
-#endif
\ No newline at end of file
+#endif

Index: palmevt.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmevt.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- palmevt.cpp	30 Jul 2005 21:10:48 -0000	1.10
+++ palmevt.cpp	18 Oct 2005 01:30:00 -0000	1.11
@@ -14,7 +14,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: palmgfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmgfx.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- palmgfx.cpp	30 Jul 2005 21:10:48 -0000	1.10
+++ palmgfx.cpp	18 Oct 2005 01:30:00 -0000	1.11
@@ -14,7 +14,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: palmmos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmmos.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- palmmos.cpp	30 Jul 2005 21:10:48 -0000	1.6
+++ palmmos.cpp	18 Oct 2005 01:30:00 -0000	1.7
@@ -14,7 +14,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: palmovl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmovl.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- palmovl.cpp	30 Jul 2005 21:10:48 -0000	1.4
+++ palmovl.cpp	18 Oct 2005 01:30:00 -0000	1.5
@@ -14,7 +14,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: palmrdr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmrdr.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- palmrdr.cpp	30 Jul 2005 21:10:48 -0000	1.8
+++ palmrdr.cpp	18 Oct 2005 01:30:00 -0000	1.9
@@ -14,7 +14,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: palmsave.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmsave.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- palmsave.cpp	12 Oct 2005 21:01:11 -0000	1.20
+++ palmsave.cpp	18 Oct 2005 01:30:00 -0000	1.21
@@ -14,7 +14,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: palmsnd.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmsnd.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- palmsnd.cpp	30 Jul 2005 21:10:48 -0000	1.6
+++ palmsnd.cpp	18 Oct 2005 01:30:00 -0000	1.7
@@ -14,7 +14,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: rumble.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/rumble.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rumble.h	12 Sep 2004 12:46:35 -0000	1.1
+++ rumble.h	18 Oct 2005 01:30:00 -0000	1.2
@@ -6,4 +6,4 @@
 Boolean	RumbleInit		();
 void	RumbleRelease	();
 
-#endif
\ No newline at end of file
+#endif

Index: scumm_globals.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/scumm_globals.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scumm_globals.cpp	30 Jul 2005 21:10:48 -0000	1.11
+++ scumm_globals.cpp	18 Oct 2005 01:30:00 -0000	1.12
@@ -14,7 +14,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: scumm_globals.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/scumm_globals.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- scumm_globals.h	1 Jan 2005 16:08:45 -0000	1.15
+++ scumm_globals.h	18 Oct 2005 01:30:00 -0000	1.16
@@ -14,7 +14,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: skin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/skin.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- skin.cpp	30 Jul 2005 21:10:48 -0000	1.9
+++ skin.cpp	18 Oct 2005 01:30:00 -0000	1.10
@@ -14,7 +14,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: skin.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/skin.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- skin.h	30 Jul 2005 21:10:48 -0000	1.8
+++ skin.h	18 Oct 2005 01:30:00 -0000	1.9
@@ -14,7 +14,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: start.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- start.cpp	30 Jul 2005 21:10:48 -0000	1.13
+++ start.cpp	18 Oct 2005 01:30:00 -0000	1.14
@@ -14,7 +14,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: start.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- start.h	30 Jul 2005 21:10:48 -0000	1.12
+++ start.h	18 Oct 2005 01:30:00 -0000	1.13
@@ -14,7 +14,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: zodiac_event.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/zodiac_event.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zodiac_event.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ zodiac_event.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: zodiac_gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/zodiac_gfx.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zodiac_gfx.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ zodiac_gfx.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: zodiac_mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/zodiac_mouse.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zodiac_mouse.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ zodiac_mouse.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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: zodiac_overlay.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/zodiac_overlay.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zodiac_overlay.cpp	8 Oct 2005 22:18:29 -0000	1.1
+++ zodiac_overlay.cpp	18 Oct 2005 01:30:00 -0000	1.2
@@ -15,7 +15,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$
  *





More information about the Scummvm-git-logs mailing list