summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-30 05:23:07 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-30 05:23:07 +0000
commit3adece8b48417154bcb6d6d0932db74458e6835c (patch)
tree3823a75a2f416c12bc35d00c81c408c36be8ae54 /gui
parenta14ac3d6c7f31a94c0fc732fb1e238b3ded332b2 (diff)
downloadpcsxr-3adece8b48417154bcb6d6d0932db74458e6835c.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
-rw-r--r--gui/Cheat.c3
-rw-r--r--gui/Cheat.h3
-rw-r--r--gui/ConfDlg.c2
-rw-r--r--gui/ConfDlg.h2
-rw-r--r--gui/Config.c2
-rw-r--r--gui/DebugMemory.c3
-rw-r--r--gui/DebugMemory.h3
-rw-r--r--gui/Gtk2Gui.c2
-rw-r--r--gui/Linux.h2
-rw-r--r--gui/LnxMain.c2
-rw-r--r--gui/MemcardDlg.c2
-rw-r--r--gui/MemcardDlg.h2
-rw-r--r--gui/Plugin.c2
13 files changed, 13 insertions, 17 deletions
diff --git a/gui/Cheat.c b/gui/Cheat.c
index 17cc7f0d..4047e2f2 100644
--- a/gui/Cheat.c
+++ b/gui/Cheat.c
@@ -1,5 +1,4 @@
/* Cheat Support for PCSX-Reloaded
- *
* Copyright (C) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
*
* This program is free software; you can redistribute it and/or modify
@@ -14,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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
diff --git a/gui/Cheat.h b/gui/Cheat.h
index 62039118..f0990af1 100644
--- a/gui/Cheat.h
+++ b/gui/Cheat.h
@@ -1,5 +1,4 @@
/* Cheat Support for PCSX-Reloaded
- *
* Copyright (C) 2009, Wei Mingzhi <whistler@openoffice.org>.
*
* This program is free software; you can redistribute it and/or modify
@@ -14,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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef GUI_CHEAT_H
diff --git a/gui/ConfDlg.c b/gui/ConfDlg.c
index 27e0b90e..a9c2a0d5 100644
--- a/gui/ConfDlg.c
+++ b/gui/ConfDlg.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
diff --git a/gui/ConfDlg.h b/gui/ConfDlg.h
index 00e10c10..56afc28c 100644
--- a/gui/ConfDlg.h
+++ b/gui/ConfDlg.h
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef CONFDLG_H
diff --git a/gui/Config.c b/gui/Config.c
index 102f1b09..97b2d0a4 100644
--- a/gui/Config.c
+++ b/gui/Config.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c
index cf5b5363..00fa5395 100644
--- a/gui/DebugMemory.c
+++ b/gui/DebugMemory.c
@@ -1,5 +1,4 @@
/* Memory Viewer/Dumper for PCSX-Reloaded
- *
* Copyright (C) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
*
* This program is free software; you can redistribute it and/or modify
@@ -14,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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include "Linux.h"
diff --git a/gui/DebugMemory.h b/gui/DebugMemory.h
index 07277158..49673731 100644
--- a/gui/DebugMemory.h
+++ b/gui/DebugMemory.h
@@ -1,5 +1,4 @@
/* Memory Viewer/Dumper for PCSX-Reloaded
- *
* Copyright (C) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
*
* This program is free software; you can redistribute it and/or modify
@@ -14,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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef DEBUGMEMORY_H
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
index 0b7ba584..9cca1b46 100644
--- a/gui/Gtk2Gui.c
+++ b/gui/Gtk2Gui.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
diff --git a/gui/Linux.h b/gui/Linux.h
index 9a53ae93..15f5812a 100644
--- a/gui/Linux.h
+++ b/gui/Linux.h
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef __LINUX_H__
diff --git a/gui/LnxMain.c b/gui/LnxMain.c
index c0ff8e72..f9a66dd1 100644
--- a/gui/LnxMain.c
+++ b/gui/LnxMain.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include "config.h"
diff --git a/gui/MemcardDlg.c b/gui/MemcardDlg.c
index f2167f75..94b03cf7 100644
--- a/gui/MemcardDlg.c
+++ b/gui/MemcardDlg.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
diff --git a/gui/MemcardDlg.h b/gui/MemcardDlg.h
index ae583d6d..519283a2 100644
--- a/gui/MemcardDlg.h
+++ b/gui/MemcardDlg.h
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef MEMCARDDLG_H
diff --git a/gui/Plugin.c b/gui/Plugin.c
index 351ee778..ab4101b9 100644
--- a/gui/Plugin.c
+++ b/gui/Plugin.c
@@ -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., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <stdio.h>