aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-18 01:30:26 +0000
committerEugene Sandulenko2005-10-18 01:30:26 +0000
commitb36677af7101bc356c81dedf36302555515eb306 (patch)
tree329caea5326be795b02ff37bf2e68381ee21d1dd /backends/gp32
parentd59af537b5a702446a40af31aff4a95d4cd0a4bd (diff)
downloadscummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.tar.gz
scummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.tar.bz2
scummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.zip
Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
Diffstat (limited to 'backends/gp32')
-rw-r--r--backends/gp32/README.GP322
-rw-r--r--backends/gp32/build.rules2
-rw-r--r--backends/gp32/debug-gdbstub-usb.cpp2
-rw-r--r--backends/gp32/gp-fs.cpp2
-rw-r--r--backends/gp32/gp32.cpp2
-rw-r--r--backends/gp32/gp32.h2
-rw-r--r--backends/gp32/graphics.h2
-rw-r--r--backends/gp32/portdefs.h2
-rw-r--r--backends/gp32/setup.h2
-rw-r--r--backends/gp32/startup.c2
-rw-r--r--backends/gp32/startup.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/backends/gp32/README.GP32 b/backends/gp32/README.GP32
index c48fa45966..dc5f7eb649 100644
--- a/backends/gp32/README.GP32
+++ b/backends/gp32/README.GP32
@@ -35,4 +35,4 @@ Thanks to the following people for their help:
Endy, khalek and the rest ScummVM team members,
Jeff, DarkFader, Inopia, groepaz, chn, FireFly, #gp32dev
- ph0x (ph0x@freemail.hu) \ No newline at end of file
+ ph0x (ph0x@freemail.hu)
diff --git a/backends/gp32/build.rules b/backends/gp32/build.rules
index 44c0a9538d..59ae58b3e7 100644
--- a/backends/gp32/build.rules
+++ b/backends/gp32/build.rules
@@ -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.
diff --git a/backends/gp32/debug-gdbstub-usb.cpp b/backends/gp32/debug-gdbstub-usb.cpp
index 072ac93e9a..8c837cefd6 100644
--- a/backends/gp32/debug-gdbstub-usb.cpp
+++ b/backends/gp32/debug-gdbstub-usb.cpp
@@ -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$
*
diff --git a/backends/gp32/gp-fs.cpp b/backends/gp32/gp-fs.cpp
index 8b6da5fe8d..0c70d568f8 100644
--- a/backends/gp32/gp-fs.cpp
+++ b/backends/gp32/gp-fs.cpp
@@ -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$
*
diff --git a/backends/gp32/gp32.cpp b/backends/gp32/gp32.cpp
index 1613b9fbd6..06b19590c0 100644
--- a/backends/gp32/gp32.cpp
+++ b/backends/gp32/gp32.cpp
@@ -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$
*
diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h
index 3ff953b3ca..5e2e542449 100644
--- a/backends/gp32/gp32.h
+++ b/backends/gp32/gp32.h
@@ -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$
*
diff --git a/backends/gp32/graphics.h b/backends/gp32/graphics.h
index 4a27831d05..6a6ef5c9ac 100644
--- a/backends/gp32/graphics.h
+++ b/backends/gp32/graphics.h
@@ -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$
*
diff --git a/backends/gp32/portdefs.h b/backends/gp32/portdefs.h
index c6cd3a27fe..ecb918dea4 100644
--- a/backends/gp32/portdefs.h
+++ b/backends/gp32/portdefs.h
@@ -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$
*
diff --git a/backends/gp32/setup.h b/backends/gp32/setup.h
index 1daee72798..66da45b91e 100644
--- a/backends/gp32/setup.h
+++ b/backends/gp32/setup.h
@@ -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$
*
diff --git a/backends/gp32/startup.c b/backends/gp32/startup.c
index 159d373242..b7f7e22862 100644
--- a/backends/gp32/startup.c
+++ b/backends/gp32/startup.c
@@ -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$
*
diff --git a/backends/gp32/startup.h b/backends/gp32/startup.h
index b4cbc979f8..bea53a0233 100644
--- a/backends/gp32/startup.h
+++ b/backends/gp32/startup.h
@@ -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$
*