From 79c267cda79b52cff2ce83397af87aac64d049d7 Mon Sep 17 00:00:00 2001 From: "SND\\dario86_cp" Date: Sun, 19 Feb 2012 02:15:18 +0000 Subject: Updated Free Software Foundation address (Jem256). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/AboutDlg.c | 4 ++-- gui/AboutDlg.h | 2 +- gui/Cheat.c | 2 +- gui/Cheat.h | 2 +- gui/ConfDlg.c | 2 +- gui/ConfDlg.h | 2 +- gui/Config.c | 2 +- gui/DebugMemory.c | 2 +- gui/DebugMemory.h | 2 +- gui/Gtk2Gui.c | 2 +- gui/Linux.h | 2 +- gui/LnxMain.c | 2 +- gui/MemcardDlg.c | 2 +- gui/MemcardDlg.h | 2 +- gui/Plugin.c | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) (limited to 'gui') diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index 380b8e61..dec82daf 100644 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "Linux.h" @@ -85,7 +85,7 @@ void RunAboutDialog(void) { "\n" "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 Street, Fifth Floor, Boston, MA 02111-1307 USA."); + "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."); AboutDlg = gtk_about_dialog_new(); gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(AboutDlg), "PCSX-Reloaded"); diff --git a/gui/AboutDlg.h b/gui/AboutDlg.h index e8b82aff..f5001985 100644 --- a/gui/AboutDlg.h +++ b/gui/AboutDlg.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ABOUTDLG_H diff --git a/gui/Cheat.c b/gui/Cheat.c index 89e2c0fa..ac8ceeb3 100644 --- a/gui/Cheat.c +++ b/gui/Cheat.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/gui/Cheat.h b/gui/Cheat.h index f0990af1..10bcc45d 100644 --- a/gui/Cheat.h +++ b/gui/Cheat.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef GUI_CHEAT_H diff --git a/gui/ConfDlg.c b/gui/ConfDlg.c index b4265fd2..7dfdbf4e 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/gui/ConfDlg.h b/gui/ConfDlg.h index 56afc28c..22ea0263 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CONFDLG_H diff --git a/gui/Config.c b/gui/Config.c index 86038729..d59c728e 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c index d9437a9a..f035ab8b 100644 --- a/gui/DebugMemory.c +++ b/gui/DebugMemory.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "Linux.h" diff --git a/gui/DebugMemory.h b/gui/DebugMemory.h index f9451589..e1a2d264 100644 --- a/gui/DebugMemory.h +++ b/gui/DebugMemory.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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DEBUGMEMORY_H diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c index 4c38d3da..86b08fe4 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/gui/Linux.h b/gui/Linux.h index 352a0f72..281ba082 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __LINUX_H__ diff --git a/gui/LnxMain.c b/gui/LnxMain.c index 4209cbbd..0165ae0f 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/gui/MemcardDlg.c b/gui/MemcardDlg.c index 6f8f3404..e844857f 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/gui/MemcardDlg.h b/gui/MemcardDlg.h index 137cd3fb..346daeab 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MEMCARDDLG_H diff --git a/gui/Plugin.c b/gui/Plugin.c index 1ce533aa..e1bc9884 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 Street, Fifth Floor, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include -- cgit v1.2.3