aboutsummaryrefslogtreecommitdiff
path: root/backends/psp
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/psp
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/psp')
-rw-r--r--backends/psp/icon0.pngbin13139 -> 13140 bytes
-rw-r--r--backends/psp/osys_psp.cpp2
-rw-r--r--backends/psp/osys_psp.h2
-rw-r--r--backends/psp/osys_psp_gu.cpp2
-rw-r--r--backends/psp/osys_psp_gu.h2
-rw-r--r--backends/psp/pic0.pngbin4007 -> 4008 bytes
-rw-r--r--backends/psp/pic1.pngbin159564 -> 159565 bytes
-rw-r--r--backends/psp/portdefs.h2
-rw-r--r--backends/psp/psp_fs.cpp2
-rw-r--r--backends/psp/psp_main.cpp2
-rw-r--r--backends/psp/trace.cpp2
-rw-r--r--backends/psp/trace.h2
12 files changed, 9 insertions, 9 deletions
diff --git a/backends/psp/icon0.png b/backends/psp/icon0.png
index b5fb9008b0..70bf1184e2 100644
--- a/backends/psp/icon0.png
+++ b/backends/psp/icon0.png
Binary files differ
diff --git a/backends/psp/osys_psp.cpp b/backends/psp/osys_psp.cpp
index 1437bcfa91..a5c01b7efd 100644
--- a/backends/psp/osys_psp.cpp
+++ b/backends/psp/osys_psp.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/psp/osys_psp.h b/backends/psp/osys_psp.h
index 8709dcd3c1..5b74205f2f 100644
--- a/backends/psp/osys_psp.h
+++ b/backends/psp/osys_psp.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/psp/osys_psp_gu.cpp b/backends/psp/osys_psp_gu.cpp
index 31b658af94..74e26087dc 100644
--- a/backends/psp/osys_psp_gu.cpp
+++ b/backends/psp/osys_psp_gu.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/psp/osys_psp_gu.h b/backends/psp/osys_psp_gu.h
index 2fd48055ef..ac0682dc0f 100644
--- a/backends/psp/osys_psp_gu.h
+++ b/backends/psp/osys_psp_gu.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.
*
*
*/
diff --git a/backends/psp/pic0.png b/backends/psp/pic0.png
index 592c4a013f..0d435929a2 100644
--- a/backends/psp/pic0.png
+++ b/backends/psp/pic0.png
Binary files differ
diff --git a/backends/psp/pic1.png b/backends/psp/pic1.png
index 6c35d5de4f..bfa7b8f630 100644
--- a/backends/psp/pic1.png
+++ b/backends/psp/pic1.png
Binary files differ
diff --git a/backends/psp/portdefs.h b/backends/psp/portdefs.h
index 99fec22746..0741f53df2 100644
--- a/backends/psp/portdefs.h
+++ b/backends/psp/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/psp/psp_fs.cpp b/backends/psp/psp_fs.cpp
index d69e66a37d..2a52a38aee 100644
--- a/backends/psp/psp_fs.cpp
+++ b/backends/psp/psp_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/psp/psp_main.cpp b/backends/psp/psp_main.cpp
index 89ad768941..cd82b494be 100644
--- a/backends/psp/psp_main.cpp
+++ b/backends/psp/psp_main.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/psp/trace.cpp b/backends/psp/trace.cpp
index fb737df13f..b2a9338c0e 100644
--- a/backends/psp/trace.cpp
+++ b/backends/psp/trace.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/psp/trace.h b/backends/psp/trace.h
index 5482699e3b..109d4c4c38 100644
--- a/backends/psp/trace.h
+++ b/backends/psp/trace.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$
*