[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 README.GP32,1.1,1.1.2.1 build.rules,1.7,1.7.2.1 debug-gdbstub-usb.cpp,1.3,1.3.2.1 gp-fs.cpp,1.7,1.7.2.1 gp32.cpp,1.27,1.27.2.1 gp32.h,1.26,1.26.2.1 graphics.h,1.2,1.2.2.1 portdefs.h,1.6,1.6.2.1 setup.h,1.2,1.2.2.1 startup.c,1.1,1.1.2.1 startup.h,1.2,1.2.2.1

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 19:13:05 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/gp32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25993/backends/gp32

Modified Files:
      Tag: branch-0-8-0
	README.GP32 build.rules debug-gdbstub-usb.cpp gp-fs.cpp 
	gp32.cpp gp32.h graphics.h portdefs.h setup.h startup.c 
	startup.h 
Log Message:
Update FSF address. Ugh if I'd only know it and updated before branching :(.


Index: README.GP32
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/README.GP32,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- README.GP32	9 Mar 2005 22:21:54 -0000	1.1
+++ README.GP32	18 Oct 2005 02:11:16 -0000	1.1.2.1
@@ -35,4 +35,4 @@
  Endy, khalek and the rest ScummVM team members,
  Jeff, DarkFader, Inopia, groepaz, chn, FireFly, #gp32dev
 
-	ph0x (ph0x at freemail.hu)  
\ No newline at end of file
+	ph0x (ph0x at freemail.hu)  

Index: build.rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/build.rules,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- build.rules	10 Aug 2005 12:42:56 -0000	1.7
+++ build.rules	18 Oct 2005 02:11:16 -0000	1.7.2.1
@@ -16,7 +16,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.
 #
 # Module Details	-	ScummVM for the GP32
 #						Build.Rules for GP32 Backend.

Index: debug-gdbstub-usb.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/debug-gdbstub-usb.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- debug-gdbstub-usb.cpp	30 Jul 2005 21:10:52 -0000	1.3
+++ debug-gdbstub-usb.cpp	18 Oct 2005 02:11:16 -0000	1.3.2.1
@@ -16,7 +16,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: gp-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp-fs.cpp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- gp-fs.cpp	30 Jul 2005 21:10:53 -0000	1.7
+++ gp-fs.cpp	18 Oct 2005 02:11:16 -0000	1.7.2.1
@@ -16,7 +16,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: gp32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.cpp,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- gp32.cpp	30 Jul 2005 21:10:53 -0000	1.27
+++ gp32.cpp	18 Oct 2005 02:11:16 -0000	1.27.2.1
@@ -16,7 +16,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: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- gp32.h	30 Jul 2005 21:10:53 -0000	1.26
+++ gp32.h	18 Oct 2005 02:11:16 -0000	1.26.2.1
@@ -16,7 +16,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: graphics.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/graphics.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- graphics.h	30 Jul 2005 21:10:53 -0000	1.2
+++ graphics.h	18 Oct 2005 02:11:16 -0000	1.2.2.1
@@ -16,7 +16,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: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/portdefs.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- portdefs.h	30 Jul 2005 21:10:53 -0000	1.6
+++ portdefs.h	18 Oct 2005 02:11:16 -0000	1.6.2.1
@@ -16,7 +16,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: setup.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/setup.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- setup.h	30 Jul 2005 21:10:53 -0000	1.2
+++ setup.h	18 Oct 2005 02:11:16 -0000	1.2.2.1
@@ -16,7 +16,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: startup.c
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/startup.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- startup.c	9 Mar 2005 22:21:57 -0000	1.1
+++ startup.c	18 Oct 2005 02:11:16 -0000	1.1.2.1
@@ -16,7 +16,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: startup.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/startup.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- startup.h	30 Jul 2005 21:10:53 -0000	1.2
+++ startup.h	18 Oct 2005 02:11:16 -0000	1.2.2.1
@@ -16,7 +16,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