Advertisement
Guest User

Untitled

a guest
Jan 30th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 66.11 KB | None | 0 0
  1. diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c
  2. index 380b8e6..dec82da 100644
  3. --- a/gui/AboutDlg.c
  4. +++ b/gui/AboutDlg.c
  5. @@ -13,7 +13,7 @@
  6.   *
  7.   *  You should have received a copy of the GNU General Public License
  8.   *  along with this program; if not, write to the Free Software
  9. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  10. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  11.   */
  12.  
  13.  #include "Linux.h"
  14. @@ -85,7 +85,7 @@ void RunAboutDialog(void) {
  15.         "\n"
  16.         "You should have received a copy of the GNU General Public License "
  17.         "along with this program; if not, write to the Free Software "
  18. -       "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.");
  19. +       "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.");
  20.  
  21.     AboutDlg = gtk_about_dialog_new();
  22.     gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(AboutDlg), "PCSX-Reloaded");
  23. diff --git a/gui/AboutDlg.h b/gui/AboutDlg.h
  24. index e8b82af..f500198 100644
  25. --- a/gui/AboutDlg.h
  26. +++ b/gui/AboutDlg.h
  27. @@ -13,7 +13,7 @@
  28.   *
  29.   *  You should have received a copy of the GNU General Public License
  30.   *  along with this program; if not, write to the Free Software
  31. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  32. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  33.   */
  34.  
  35.  #ifndef ABOUTDLG_H
  36. diff --git a/gui/Cheat.c b/gui/Cheat.c
  37. index 89e2c0f..ac8ceeb 100644
  38. --- a/gui/Cheat.c
  39. +++ b/gui/Cheat.c
  40. @@ -13,7 +13,7 @@
  41.   *
  42.   *  You should have received a copy of the GNU General Public License
  43.   *  along with this program; if not, write to the Free Software
  44. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  45. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  46.   */
  47.  
  48.  #include <stdio.h>
  49. diff --git a/gui/Cheat.h b/gui/Cheat.h
  50. index f0990af..10bcc45 100644
  51. --- a/gui/Cheat.h
  52. +++ b/gui/Cheat.h
  53. @@ -13,7 +13,7 @@
  54.   *
  55.   *  You should have received a copy of the GNU General Public License
  56.   *  along with this program; if not, write to the Free Software
  57. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  58. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  59.   */
  60.  
  61.  #ifndef GUI_CHEAT_H
  62. diff --git a/gui/ConfDlg.c b/gui/ConfDlg.c
  63. index b4265fd..7dfdbf4 100644
  64. --- a/gui/ConfDlg.c
  65. +++ b/gui/ConfDlg.c
  66. @@ -13,7 +13,7 @@
  67.   *
  68.   *  You should have received a copy of the GNU General Public License
  69.   *  along with this program; if not, write to the Free Software
  70. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  71. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  72.   */
  73.  
  74.  #include <stdio.h>
  75. diff --git a/gui/ConfDlg.h b/gui/ConfDlg.h
  76. index 56afc28..22ea026 100644
  77. --- a/gui/ConfDlg.h
  78. +++ b/gui/ConfDlg.h
  79. @@ -13,7 +13,7 @@
  80.   *
  81.   *  You should have received a copy of the GNU General Public License
  82.   *  along with this program; if not, write to the Free Software
  83. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  84. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  85.   */
  86.  
  87.  #ifndef CONFDLG_H
  88. diff --git a/gui/Config.c b/gui/Config.c
  89. index 8603872..d59c728 100644
  90. --- a/gui/Config.c
  91. +++ b/gui/Config.c
  92. @@ -13,7 +13,7 @@
  93.   *
  94.   *  You should have received a copy of the GNU General Public License
  95.   *  along with this program; if not, write to the Free Software
  96. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  97. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  98.   */
  99.  
  100.  #include <stdio.h>
  101. diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c
  102. index d9437a9..f035ab8 100644
  103. --- a/gui/DebugMemory.c
  104. +++ b/gui/DebugMemory.c
  105. @@ -13,7 +13,7 @@
  106.   *
  107.   *  You should have received a copy of the GNU General Public License
  108.   *  along with this program; if not, write to the Free Software
  109. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  110. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  111.   */
  112.  
  113.  #include "Linux.h"
  114. diff --git a/gui/DebugMemory.h b/gui/DebugMemory.h
  115. index f945158..e1a2d26 100644
  116. --- a/gui/DebugMemory.h
  117. +++ b/gui/DebugMemory.h
  118. @@ -13,7 +13,7 @@
  119.   *
  120.   *  You should have received a copy of the GNU General Public License
  121.   *  along with this program; if not, write to the Free Software
  122. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  123. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  124.   */
  125.  
  126.  #ifndef DEBUGMEMORY_H
  127. diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
  128. index 4c38d3d..86b08fe 100644
  129. --- a/gui/Gtk2Gui.c
  130. +++ b/gui/Gtk2Gui.c
  131. @@ -13,7 +13,7 @@
  132.   *
  133.   *  You should have received a copy of the GNU General Public License
  134.   *  along with this program; if not, write to the Free Software
  135. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  136. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  137.   */
  138.  
  139.  #include <stdio.h>
  140. diff --git a/gui/Linux.h b/gui/Linux.h
  141. index 352a0f7..281ba08 100644
  142. --- a/gui/Linux.h
  143. +++ b/gui/Linux.h
  144. @@ -13,7 +13,7 @@
  145.   *
  146.   *  You should have received a copy of the GNU General Public License
  147.   *  along with this program; if not, write to the Free Software
  148. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  149. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  150.   */
  151.  
  152.  #ifndef __LINUX_H__
  153. diff --git a/gui/LnxMain.c b/gui/LnxMain.c
  154. index 4209cbb..0165ae0 100644
  155. --- a/gui/LnxMain.c
  156. +++ b/gui/LnxMain.c
  157. @@ -13,7 +13,7 @@
  158.   *
  159.   *  You should have received a copy of the GNU General Public License
  160.   *  along with this program; if not, write to the Free Software
  161. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  162. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  163.   */
  164.  
  165.  #include "config.h"
  166. diff --git a/gui/MemcardDlg.c b/gui/MemcardDlg.c
  167. index 6f8f340..e844857 100644
  168. --- a/gui/MemcardDlg.c
  169. +++ b/gui/MemcardDlg.c
  170. @@ -13,7 +13,7 @@
  171.   *
  172.   *  You should have received a copy of the GNU General Public License
  173.   *  along with this program; if not, write to the Free Software
  174. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  175. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  176.   */
  177.  
  178.  #include <stdio.h>
  179. diff --git a/gui/MemcardDlg.h b/gui/MemcardDlg.h
  180. index 137cd3f..346daea 100644
  181. --- a/gui/MemcardDlg.h
  182. +++ b/gui/MemcardDlg.h
  183. @@ -13,7 +13,7 @@
  184.   *
  185.   *  You should have received a copy of the GNU General Public License
  186.   *  along with this program; if not, write to the Free Software
  187. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  188. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  189.   */
  190.  
  191.  #ifndef MEMCARDDLG_H
  192. diff --git a/gui/Plugin.c b/gui/Plugin.c
  193. index 1ce533a..e1bc988 100644
  194. --- a/gui/Plugin.c
  195. +++ b/gui/Plugin.c
  196. @@ -13,7 +13,7 @@
  197.   *
  198.   *  You should have received a copy of the GNU General Public License
  199.   *  along with this program; if not, write to the Free Software
  200. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  201. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  202.   */
  203.  
  204.  #include <stdio.h>
  205. diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
  206. index 03baad3..78f00bf 100644
  207. --- a/libpcsxcore/cdriso.c
  208. +++ b/libpcsxcore/cdriso.c
  209. @@ -15,7 +15,7 @@
  210.   *   You should have received a copy of the GNU General Public License     *
  211.   *   along with this program; if not, write to the                         *
  212.   *   Free Software Foundation, Inc.,                                       *
  213. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  214. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  215.   ***************************************************************************/
  216.  
  217.  #include "psxcommon.h"
  218. diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h
  219. index 4fa81cb..8c35445 100644
  220. --- a/libpcsxcore/cdriso.h
  221. +++ b/libpcsxcore/cdriso.h
  222. @@ -15,7 +15,7 @@
  223.   *   You should have received a copy of the GNU General Public License     *
  224.   *   along with this program; if not, write to the                         *
  225.   *   Free Software Foundation, Inc.,                                       *
  226. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  227. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  228.   ***************************************************************************/
  229.  
  230.  #ifndef CDRISO_H
  231. diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
  232. index d160580..7b69924 100644
  233. --- a/libpcsxcore/cdrom.c
  234. +++ b/libpcsxcore/cdrom.c
  235. @@ -14,7 +14,7 @@
  236.   *   You should have received a copy of the GNU General Public License     *
  237.   *   along with this program; if not, write to the                         *
  238.   *   Free Software Foundation, Inc.,                                       *
  239. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  240. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  241.   ***************************************************************************/
  242.  
  243.  /*
  244. diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
  245. index 7432ab0..512c321 100644
  246. --- a/libpcsxcore/cdrom.h
  247. +++ b/libpcsxcore/cdrom.h
  248. @@ -14,7 +14,7 @@
  249.   *   You should have received a copy of the GNU General Public License     *
  250.   *   along with this program; if not, write to the                         *
  251.   *   Free Software Foundation, Inc.,                                       *
  252. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  253. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  254.   ***************************************************************************/
  255.  
  256.  #ifndef __CDROM_H__
  257. diff --git a/libpcsxcore/cheat.c b/libpcsxcore/cheat.c
  258. index 21d88b8..befaa39 100644
  259. --- a/libpcsxcore/cheat.c
  260. +++ b/libpcsxcore/cheat.c
  261. @@ -13,7 +13,7 @@
  262.   *
  263.   *  You should have received a copy of the GNU General Public License
  264.   *  along with this program; if not, write to the Free Software
  265. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  266. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  267.   */
  268.  
  269.  #include "psxcommon.h"
  270. diff --git a/libpcsxcore/cheat.h b/libpcsxcore/cheat.h
  271. index d54f22c..3668d97 100644
  272. --- a/libpcsxcore/cheat.h
  273. +++ b/libpcsxcore/cheat.h
  274. @@ -13,7 +13,7 @@
  275.   *
  276.   *  You should have received a copy of the GNU General Public License
  277.   *  along with this program; if not, write to the Free Software
  278. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  279. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  280.   */
  281.  
  282.  #ifndef CHEAT_H
  283. diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h
  284. index fc906a8..0551a7f 100644
  285. --- a/libpcsxcore/debug.h
  286. +++ b/libpcsxcore/debug.h
  287. @@ -14,7 +14,7 @@
  288.   *   You should have received a copy of the GNU General Public License     *
  289.   *   along with this program; if not, write to the                         *
  290.   *   Free Software Foundation, Inc.,                                       *
  291. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  292. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  293.   ***************************************************************************/
  294.  
  295.  #ifndef __DEBUG_H__
  296. diff --git a/libpcsxcore/decode_xa.c b/libpcsxcore/decode_xa.c
  297. index 9198659..96f7c95 100644
  298. --- a/libpcsxcore/decode_xa.c
  299. +++ b/libpcsxcore/decode_xa.c
  300. @@ -14,7 +14,7 @@
  301.   *   You should have received a copy of the GNU General Public License     *
  302.   *   along with this program; if not, write to the                         *
  303.   *   Free Software Foundation, Inc.,                                       *
  304. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  305. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  306.   ***************************************************************************/
  307.  
  308.  /*
  309. diff --git a/libpcsxcore/decode_xa.h b/libpcsxcore/decode_xa.h
  310. index a5994e1..b9e9d32 100644
  311. --- a/libpcsxcore/decode_xa.h
  312. +++ b/libpcsxcore/decode_xa.h
  313. @@ -14,7 +14,7 @@
  314.   *   You should have received a copy of the GNU General Public License     *
  315.   *   along with this program; if not, write to the                         *
  316.   *   Free Software Foundation, Inc.,                                       *
  317. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  318. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  319.   ***************************************************************************/
  320.  
  321.  #ifndef __DECODE_XA_H__
  322. diff --git a/libpcsxcore/disr3000a.c b/libpcsxcore/disr3000a.c
  323. index d99fe98..28bbdc5 100644
  324. --- a/libpcsxcore/disr3000a.c
  325. +++ b/libpcsxcore/disr3000a.c
  326. @@ -14,7 +14,7 @@
  327.   *   You should have received a copy of the GNU General Public License     *
  328.   *   along with this program; if not, write to the                         *
  329.   *   Free Software Foundation, Inc.,                                       *
  330. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  331. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  332.   ***************************************************************************/
  333.  
  334.  /*
  335. diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c
  336. index 0513754..9ade94a 100644
  337. --- a/libpcsxcore/gpu.c
  338. +++ b/libpcsxcore/gpu.c
  339. @@ -13,7 +13,7 @@
  340.   *
  341.   *  You should have received a copy of the GNU General Public License
  342.   *  along with this program; if not, write to the Free Software
  343. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  344. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  345.   */
  346.  
  347.  #include "psxhw.h"
  348. diff --git a/libpcsxcore/gte.c b/libpcsxcore/gte.c
  349. index a27bd0f..f65d423 100644
  350. --- a/libpcsxcore/gte.c
  351. +++ b/libpcsxcore/gte.c
  352. @@ -16,7 +16,7 @@
  353.   *   You should have received a copy of the GNU General Public License     *
  354.   *   along with this program; if not, write to the                         *
  355.   *   Free Software Foundation, Inc.,                                       *
  356. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  357. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  358.   ***************************************************************************/
  359.  
  360.  /*
  361. diff --git a/libpcsxcore/gte.h b/libpcsxcore/gte.h
  362. index 2cea026..4d008bb 100644
  363. --- a/libpcsxcore/gte.h
  364. +++ b/libpcsxcore/gte.h
  365. @@ -16,7 +16,7 @@
  366.   *   You should have received a copy of the GNU General Public License     *
  367.   *   along with this program; if not, write to the                         *
  368.   *   Free Software Foundation, Inc.,                                       *
  369. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  370. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  371.   ***************************************************************************/
  372.  
  373.  #ifndef __GTE_H__
  374. diff --git a/libpcsxcore/ix86/iGte.h b/libpcsxcore/ix86/iGte.h
  375. index d03705e..421aa32 100644
  376. --- a/libpcsxcore/ix86/iGte.h
  377. +++ b/libpcsxcore/ix86/iGte.h
  378. @@ -14,7 +14,7 @@
  379.   *   You should have received a copy of the GNU General Public License     *
  380.   *   along with this program; if not, write to the                         *
  381.   *   Free Software Foundation, Inc.,                                       *
  382. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  383. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  384.   ***************************************************************************/
  385.  
  386.  #ifndef __IGTE_H__
  387. diff --git a/libpcsxcore/ix86/iR3000A.c b/libpcsxcore/ix86/iR3000A.c
  388. index 7fe10b4..f1d7464 100644
  389. --- a/libpcsxcore/ix86/iR3000A.c
  390. +++ b/libpcsxcore/ix86/iR3000A.c
  391. @@ -14,7 +14,7 @@
  392.   *   You should have received a copy of the GNU General Public License     *
  393.   *   along with this program; if not, write to the                         *
  394.   *   Free Software Foundation, Inc.,                                       *
  395. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  396. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  397.   ***************************************************************************/
  398.  
  399.  /*
  400. diff --git a/libpcsxcore/ix86/ix86.c b/libpcsxcore/ix86/ix86.c
  401. index 3f8903e..ef61582 100644
  402. --- a/libpcsxcore/ix86/ix86.c
  403. +++ b/libpcsxcore/ix86/ix86.c
  404. @@ -14,7 +14,7 @@
  405.   *   You should have received a copy of the GNU General Public License     *
  406.   *   along with this program; if not, write to the                         *
  407.   *   Free Software Foundation, Inc.,                                       *
  408. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  409. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  410.   ***************************************************************************/
  411.  
  412.  /*
  413. diff --git a/libpcsxcore/ix86/ix86.h b/libpcsxcore/ix86/ix86.h
  414. index 2b60dff..816c6a1 100644
  415. --- a/libpcsxcore/ix86/ix86.h
  416. +++ b/libpcsxcore/ix86/ix86.h
  417. @@ -14,7 +14,7 @@
  418.   *   You should have received a copy of the GNU General Public License     *
  419.   *   along with this program; if not, write to the                         *
  420.   *   Free Software Foundation, Inc.,                                       *
  421. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  422. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  423.   ***************************************************************************/
  424.  
  425.  /*
  426. diff --git a/libpcsxcore/ix86_64/iGte.h b/libpcsxcore/ix86_64/iGte.h
  427. index bcb2f4b..d288f54 100644
  428. --- a/libpcsxcore/ix86_64/iGte.h
  429. +++ b/libpcsxcore/ix86_64/iGte.h
  430. @@ -14,7 +14,7 @@
  431.   *   You should have received a copy of the GNU General Public License     *
  432.   *   along with this program; if not, write to the                         *
  433.   *   Free Software Foundation, Inc.,                                       *
  434. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  435. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  436.   ***************************************************************************/
  437.  
  438.  #ifndef __IGTE_H__
  439. diff --git a/libpcsxcore/ix86_64/iR3000A-64.c b/libpcsxcore/ix86_64/iR3000A-64.c
  440. index 8b3cfa6..10dfd1a 100644
  441. --- a/libpcsxcore/ix86_64/iR3000A-64.c
  442. +++ b/libpcsxcore/ix86_64/iR3000A-64.c
  443. @@ -14,7 +14,7 @@
  444.   *   You should have received a copy of the GNU General Public License     *
  445.   *   along with this program; if not, write to the                         *
  446.   *   Free Software Foundation, Inc.,                                       *
  447. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  448. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  449.   ***************************************************************************/
  450.  
  451.  /*
  452. diff --git a/libpcsxcore/ix86_64/ix86_cpudetect.c b/libpcsxcore/ix86_64/ix86_cpudetect.c
  453. index 664e6b7..1496913 100644
  454. --- a/libpcsxcore/ix86_64/ix86_cpudetect.c
  455. +++ b/libpcsxcore/ix86_64/ix86_cpudetect.c
  456. @@ -13,7 +13,7 @@
  457.   *
  458.   *  You should have received a copy of the GNU General Public License
  459.   *  along with this program; if not, write to the Free Software
  460. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  461. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  462.   */
  463.  
  464.  #ifdef __x86_64__
  465. diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c
  466. index f8fa31b..58d3c1e 100644
  467. --- a/libpcsxcore/mdec.c
  468. +++ b/libpcsxcore/mdec.c
  469. @@ -15,7 +15,7 @@
  470.   *   You should have received a copy of the GNU General Public License     *
  471.   *   along with this program; if not, write to the                         *
  472.   *   Free Software Foundation, Inc.,                                       *
  473. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  474. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  475.   ***************************************************************************/
  476.  
  477.  #include "mdec.h"
  478. diff --git a/libpcsxcore/mdec.h b/libpcsxcore/mdec.h
  479. index e191b4e..b804d67 100644
  480. --- a/libpcsxcore/mdec.h
  481. +++ b/libpcsxcore/mdec.h
  482. @@ -14,7 +14,7 @@
  483.   *   You should have received a copy of the GNU General Public License     *
  484.   *   along with this program; if not, write to the                         *
  485.   *   Free Software Foundation, Inc.,                                       *
  486. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  487. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  488.   ***************************************************************************/
  489.  
  490.  #ifndef __MDEC_H__
  491. diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
  492. index 90e8d0f..1de0aff 100644
  493. --- a/libpcsxcore/misc.c
  494. +++ b/libpcsxcore/misc.c
  495. @@ -14,7 +14,7 @@
  496.   *   You should have received a copy of the GNU General Public License     *
  497.   *   along with this program; if not, write to the                         *
  498.   *   Free Software Foundation, Inc.,                                       *
  499. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  500. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  501.   ***************************************************************************/
  502.  
  503.  /*
  504. diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h
  505. index ae3fc81..626cf5c 100644
  506. --- a/libpcsxcore/misc.h
  507. +++ b/libpcsxcore/misc.h
  508. @@ -14,7 +14,7 @@
  509.   *   You should have received a copy of the GNU General Public License     *
  510.   *   along with this program; if not, write to the                         *
  511.   *   Free Software Foundation, Inc.,                                       *
  512. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  513. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  514.   ***************************************************************************/
  515.  
  516.  #ifndef __MISC_H__
  517. diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c
  518. index 9db5421..c8c01b8 100644
  519. --- a/libpcsxcore/plugins.c
  520. +++ b/libpcsxcore/plugins.c
  521. @@ -14,7 +14,7 @@
  522.   *   You should have received a copy of the GNU General Public License     *
  523.   *   along with this program; if not, write to the                         *
  524.   *   Free Software Foundation, Inc.,                                       *
  525. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  526. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  527.   ***************************************************************************/
  528.  
  529.  /*
  530. diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
  531. index bf55e65..3247c75 100644
  532. --- a/libpcsxcore/plugins.h
  533. +++ b/libpcsxcore/plugins.h
  534. @@ -14,7 +14,7 @@
  535.   *   You should have received a copy of the GNU General Public License     *
  536.   *   along with this program; if not, write to the                         *
  537.   *   Free Software Foundation, Inc.,                                       *
  538. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  539. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  540.   ***************************************************************************/
  541.  
  542.  #ifndef __PLUGINS_H__
  543. diff --git a/libpcsxcore/ppc/pGte.h b/libpcsxcore/ppc/pGte.h
  544. index a968460..51b4db4 100644
  545. --- a/libpcsxcore/ppc/pGte.h
  546. +++ b/libpcsxcore/ppc/pGte.h
  547. @@ -13,7 +13,7 @@
  548.   *
  549.   *  You should have received a copy of the GNU General Public License
  550.   *  along with this program; if not, write to the Free Software
  551. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  552. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  553.   */
  554.  
  555.  #ifndef PGET_H
  556. diff --git a/libpcsxcore/ppc/pR3000A.c b/libpcsxcore/ppc/pR3000A.c
  557. index 3d3bfc8..e0fcb92 100644
  558. --- a/libpcsxcore/ppc/pR3000A.c
  559. +++ b/libpcsxcore/ppc/pR3000A.c
  560. @@ -13,7 +13,7 @@
  561.   *
  562.   *  You should have received a copy of the GNU General Public License
  563.   *  along with this program; if not, write to the Free Software
  564. - *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
  565. + *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301 USA
  566.   */
  567.  
  568.  #if defined (__ppc__) || defined (__ppc64__) || defined (__powerpc__) || defined (__powerpc64__) || defined (__POWERPC__)
  569. diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c
  570. index e5ccdfc..a5caca5 100644
  571. --- a/libpcsxcore/ppf.c
  572. +++ b/libpcsxcore/ppf.c
  573. @@ -17,7 +17,7 @@
  574.   *
  575.   *  You should have received a copy of the GNU General Public License
  576.   *  along with this program; if not, write to the Free Software
  577. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  578. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  579.   */
  580.  
  581.  #include "psxcommon.h"
  582. diff --git a/libpcsxcore/ppf.h b/libpcsxcore/ppf.h
  583. index a8adecb..4bd11b9 100644
  584. --- a/libpcsxcore/ppf.h
  585. +++ b/libpcsxcore/ppf.h
  586. @@ -13,7 +13,7 @@
  587.   *
  588.   *  You should have received a copy of the GNU General Public License
  589.   *  along with this program; if not, write to the Free Software
  590. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  591. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  592.   */
  593.  
  594.  #ifndef __PPF_H__
  595. diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c
  596. index 4be3262..88afba2 100644
  597. --- a/libpcsxcore/psxbios.c
  598. +++ b/libpcsxcore/psxbios.c
  599. @@ -14,7 +14,7 @@
  600.   *   You should have received a copy of the GNU General Public License     *
  601.   *   along with this program; if not, write to the                         *
  602.   *   Free Software Foundation, Inc.,                                       *
  603. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  604. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  605.   ***************************************************************************/
  606.  
  607.  /*
  608. diff --git a/libpcsxcore/psxbios.h b/libpcsxcore/psxbios.h
  609. index 3038319..a5630b1 100644
  610. --- a/libpcsxcore/psxbios.h
  611. +++ b/libpcsxcore/psxbios.h
  612. @@ -14,7 +14,7 @@
  613.   *   You should have received a copy of the GNU General Public License     *
  614.   *   along with this program; if not, write to the                         *
  615.   *   Free Software Foundation, Inc.,                                       *
  616. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  617. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  618.   ***************************************************************************/
  619.  
  620.  #ifndef __PSXBIOS_H__
  621. diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c
  622. index f118c2d..959b9a7 100644
  623. --- a/libpcsxcore/psxcommon.c
  624. +++ b/libpcsxcore/psxcommon.c
  625. @@ -14,7 +14,7 @@
  626.   *   You should have received a copy of the GNU General Public License     *
  627.   *   along with this program; if not, write to the                         *
  628.   *   Free Software Foundation, Inc.,                                       *
  629. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  630. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  631.   ***************************************************************************/
  632.  
  633.  #include "psxcommon.h"
  634. diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
  635. index 78be8db..dbedc42 100644
  636. --- a/libpcsxcore/psxcommon.h
  637. +++ b/libpcsxcore/psxcommon.h
  638. @@ -14,7 +14,7 @@
  639.   *   You should have received a copy of the GNU General Public License     *
  640.   *   along with this program; if not, write to the                         *
  641.   *   Free Software Foundation, Inc.,                                       *
  642. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  643. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  644.   ***************************************************************************/
  645.  
  646.  /*
  647. diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
  648. index 8ecb629..d573d44 100644
  649. --- a/libpcsxcore/psxcounters.c
  650. +++ b/libpcsxcore/psxcounters.c
  651. @@ -14,7 +14,7 @@
  652.   *   You should have received a copy of the GNU General Public License     *
  653.   *   along with this program; if not, write to the                         *
  654.   *   Free Software Foundation, Inc.,                                       *
  655. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  656. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  657.   ***************************************************************************/
  658.  
  659.  /*
  660. diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h
  661. index bccb2e4..013fdbf 100644
  662. --- a/libpcsxcore/psxcounters.h
  663. +++ b/libpcsxcore/psxcounters.h
  664. @@ -14,7 +14,7 @@
  665.   *   You should have received a copy of the GNU General Public License     *
  666.   *   along with this program; if not, write to the                         *
  667.   *   Free Software Foundation, Inc.,                                       *
  668. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  669. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  670.   ***************************************************************************/
  671.  
  672.  #ifndef __PSXCOUNTERS_H__
  673. diff --git a/libpcsxcore/psxdma.c b/libpcsxcore/psxdma.c
  674. index 88eb7fa..cc19d79 100644
  675. --- a/libpcsxcore/psxdma.c
  676. +++ b/libpcsxcore/psxdma.c
  677. @@ -14,7 +14,7 @@
  678.   *   You should have received a copy of the GNU General Public License     *
  679.   *   along with this program; if not, write to the                         *
  680.   *   Free Software Foundation, Inc.,                                       *
  681. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  682. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  683.   ***************************************************************************/
  684.  
  685.  /*
  686. diff --git a/libpcsxcore/psxdma.h b/libpcsxcore/psxdma.h
  687. index 63618ad..d120eed 100644
  688. --- a/libpcsxcore/psxdma.h
  689. +++ b/libpcsxcore/psxdma.h
  690. @@ -14,7 +14,7 @@
  691.   *   You should have received a copy of the GNU General Public License     *
  692.   *   along with this program; if not, write to the                         *
  693.   *   Free Software Foundation, Inc.,                                       *
  694. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  695. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  696.   ***************************************************************************/
  697.  
  698.  #ifndef __PSXDMA_H__
  699. diff --git a/libpcsxcore/psxhle.c b/libpcsxcore/psxhle.c
  700. index 83362ec..9d1d052 100644
  701. --- a/libpcsxcore/psxhle.c
  702. +++ b/libpcsxcore/psxhle.c
  703. @@ -14,7 +14,7 @@
  704.   *   You should have received a copy of the GNU General Public License     *
  705.   *   along with this program; if not, write to the                         *
  706.   *   Free Software Foundation, Inc.,                                       *
  707. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  708. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  709.   ***************************************************************************/
  710.  
  711.  /*
  712. diff --git a/libpcsxcore/psxhle.h b/libpcsxcore/psxhle.h
  713. index eef78e8..6eae341 100644
  714. --- a/libpcsxcore/psxhle.h
  715. +++ b/libpcsxcore/psxhle.h
  716. @@ -14,7 +14,7 @@
  717.   *   You should have received a copy of the GNU General Public License     *
  718.   *   along with this program; if not, write to the                         *
  719.   *   Free Software Foundation, Inc.,                                       *
  720. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  721. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  722.   ***************************************************************************/
  723.  
  724.  #ifndef __PSXHLE_H__
  725. diff --git a/libpcsxcore/psxhw.c b/libpcsxcore/psxhw.c
  726. index 77e1fd0..a33bae0 100644
  727. --- a/libpcsxcore/psxhw.c
  728. +++ b/libpcsxcore/psxhw.c
  729. @@ -14,7 +14,7 @@
  730.   *   You should have received a copy of the GNU General Public License     *
  731.   *   along with this program; if not, write to the                         *
  732.   *   Free Software Foundation, Inc.,                                       *
  733. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  734. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  735.   ***************************************************************************/
  736.  
  737.  /*
  738. diff --git a/libpcsxcore/psxhw.h b/libpcsxcore/psxhw.h
  739. index cd4e928..eaae45b 100644
  740. --- a/libpcsxcore/psxhw.h
  741. +++ b/libpcsxcore/psxhw.h
  742. @@ -14,7 +14,7 @@
  743.   *   You should have received a copy of the GNU General Public License     *
  744.   *   along with this program; if not, write to the                         *
  745.   *   Free Software Foundation, Inc.,                                       *
  746. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  747. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  748.   ***************************************************************************/
  749.  
  750.  #ifndef __PSXHW_H__
  751. diff --git a/libpcsxcore/psxinterpreter.c b/libpcsxcore/psxinterpreter.c
  752. index b2954b4..6b0d3e4 100644
  753. --- a/libpcsxcore/psxinterpreter.c
  754. +++ b/libpcsxcore/psxinterpreter.c
  755. @@ -14,7 +14,7 @@
  756.   *   You should have received a copy of the GNU General Public License     *
  757.   *   along with this program; if not, write to the                         *
  758.   *   Free Software Foundation, Inc.,                                       *
  759. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  760. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  761.   ***************************************************************************/
  762.  
  763.  /*
  764. diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c
  765. index 6e615cf..14e2730 100644
  766. --- a/libpcsxcore/psxmem.c
  767. +++ b/libpcsxcore/psxmem.c
  768. @@ -14,7 +14,7 @@
  769.   *   You should have received a copy of the GNU General Public License     *
  770.   *   along with this program; if not, write to the                         *
  771.   *   Free Software Foundation, Inc.,                                       *
  772. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  773. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  774.   ***************************************************************************/
  775.  
  776.  /*
  777. diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h
  778. index 7efad2b..24bc9e3 100644
  779. --- a/libpcsxcore/psxmem.h
  780. +++ b/libpcsxcore/psxmem.h
  781. @@ -14,7 +14,7 @@
  782.   *   You should have received a copy of the GNU General Public License     *
  783.   *   along with this program; if not, write to the                         *
  784.   *   Free Software Foundation, Inc.,                                       *
  785. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  786. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  787.   ***************************************************************************/
  788.  
  789.  #ifndef __PSXMEMORY_H__
  790. diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c
  791. index 9a37abe..c7a2b09 100644
  792. --- a/libpcsxcore/r3000a.c
  793. +++ b/libpcsxcore/r3000a.c
  794. @@ -14,7 +14,7 @@
  795.   *   You should have received a copy of the GNU General Public License     *
  796.   *   along with this program; if not, write to the                         *
  797.   *   Free Software Foundation, Inc.,                                       *
  798. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  799. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  800.   ***************************************************************************/
  801.  
  802.  /*
  803. diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h
  804. index b34a30f..c927d05 100644
  805. --- a/libpcsxcore/r3000a.h
  806. +++ b/libpcsxcore/r3000a.h
  807. @@ -14,7 +14,7 @@
  808.   *   You should have received a copy of the GNU General Public License     *
  809.   *   along with this program; if not, write to the                         *
  810.   *   Free Software Foundation, Inc.,                                       *
  811. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  812. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  813.   ***************************************************************************/
  814.  
  815.  #ifndef __R3000A_H__
  816. diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c
  817. index f4bb97e..0dd01b3 100644
  818. --- a/libpcsxcore/sio.c
  819. +++ b/libpcsxcore/sio.c
  820. @@ -14,7 +14,7 @@
  821.   *   You should have received a copy of the GNU General Public License     *
  822.   *   along with this program; if not, write to the                         *
  823.   *   Free Software Foundation, Inc.,                                       *
  824. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  825. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  826.   ***************************************************************************/
  827.  
  828.  /*
  829. diff --git a/libpcsxcore/sio.h b/libpcsxcore/sio.h
  830. index cc8d925..2514162 100644
  831. --- a/libpcsxcore/sio.h
  832. +++ b/libpcsxcore/sio.h
  833. @@ -14,7 +14,7 @@
  834.   *   You should have received a copy of the GNU General Public License     *
  835.   *   along with this program; if not, write to the                         *
  836.   *   Free Software Foundation, Inc.,                                       *
  837. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  838. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  839.   ***************************************************************************/
  840.  
  841.  
  842. diff --git a/libpcsxcore/spu.c b/libpcsxcore/spu.c
  843. index a60c047..89d4b71 100644
  844. --- a/libpcsxcore/spu.c
  845. +++ b/libpcsxcore/spu.c
  846. @@ -14,7 +14,7 @@
  847.   *   You should have received a copy of the GNU General Public License     *
  848.   *   along with this program; if not, write to the                         *
  849.   *   Free Software Foundation, Inc.,                                       *
  850. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  851. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  852.   ***************************************************************************/
  853.  
  854.  /*
  855. diff --git a/libpcsxcore/spu.h b/libpcsxcore/spu.h
  856. index 85010cb..92160e3 100644
  857. --- a/libpcsxcore/spu.h
  858. +++ b/libpcsxcore/spu.h
  859. @@ -14,7 +14,7 @@
  860.   *   You should have received a copy of the GNU General Public License     *
  861.   *   along with this program; if not, write to the                         *
  862.   *   Free Software Foundation, Inc.,                                       *
  863. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  864. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  865.   ***************************************************************************/
  866.  
  867.  #ifndef __SPU_H__
  868. diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h
  869. index c869fdf..a67c3a7 100644
  870. --- a/libpcsxcore/system.h
  871. +++ b/libpcsxcore/system.h
  872. @@ -14,7 +14,7 @@
  873.   *   You should have received a copy of the GNU General Public License     *
  874.   *   along with this program; if not, write to the                         *
  875.   *   Free Software Foundation, Inc.,                                       *
  876. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  877. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  878.   ***************************************************************************/
  879.  
  880.  #ifndef __SYSTEM_H__
  881. diff --git a/macosx/Plugin.c b/macosx/Plugin.c
  882. index ff5b1c8..5e2d95a 100644
  883. --- a/macosx/Plugin.c
  884. +++ b/macosx/Plugin.c
  885. @@ -13,7 +13,7 @@
  886.   *
  887.   *  You should have received a copy of the GNU General Public License
  888.   *  along with this program; if not, write to the Free Software
  889. - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  890. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  891.   */
  892.  
  893.  #import <CoreFoundation/CoreFoundation.h>
  894. diff --git a/plugins/bladesio1/settings.c b/plugins/bladesio1/settings.c
  895. index 40e5e43..91459da 100644
  896. --- a/plugins/bladesio1/settings.c
  897. +++ b/plugins/bladesio1/settings.c
  898. @@ -14,7 +14,7 @@
  899.   *   You should have received a copy of the GNU General Public License     *
  900.   *   along with this program; if not, write to the                         *
  901.   *   Free Software Foundation, Inc.,                                       *
  902. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  903. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  904.   ***************************************************************************/
  905.  
  906.  #include <stdio.h>
  907. diff --git a/plugins/bladesio1/settings.h b/plugins/bladesio1/settings.h
  908. index a08f110..c78c1a1 100644
  909. --- a/plugins/bladesio1/settings.h
  910. +++ b/plugins/bladesio1/settings.h
  911. @@ -14,7 +14,7 @@
  912.   *   You should have received a copy of the GNU General Public License     *
  913.   *   along with this program; if not, write to the                         *
  914.   *   Free Software Foundation, Inc.,                                       *
  915. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  916. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  917.   ***************************************************************************/
  918.  
  919.  #ifndef _SETTINGS_H_
  920. diff --git a/plugins/bladesio1/sio1.c b/plugins/bladesio1/sio1.c
  921. index 39ea98c..669451f 100644
  922. --- a/plugins/bladesio1/sio1.c
  923. +++ b/plugins/bladesio1/sio1.c
  924. @@ -14,7 +14,7 @@
  925.   *   You should have received a copy of the GNU General Public License     *
  926.   *   along with this program; if not, write to the                         *
  927.   *   Free Software Foundation, Inc.,                                       *
  928. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  929. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  930.   ***************************************************************************/
  931.  
  932.  #include <stdio.h>
  933. diff --git a/plugins/bladesio1/sio1.h b/plugins/bladesio1/sio1.h
  934. index f4c8a0e..2e27733 100644
  935. --- a/plugins/bladesio1/sio1.h
  936. +++ b/plugins/bladesio1/sio1.h
  937. @@ -14,7 +14,7 @@
  938.   *   You should have received a copy of the GNU General Public License     *
  939.   *   along with this program; if not, write to the                         *
  940.   *   Free Software Foundation, Inc.,                                       *
  941. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  942. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  943.   ***************************************************************************/
  944.  
  945.  #ifndef _SIO1_H_
  946. diff --git a/plugins/dfsound/openal.c b/plugins/dfsound/openal.c
  947. index 05076b4..d4a5d96 100644
  948. --- a/plugins/dfsound/openal.c
  949. +++ b/plugins/dfsound/openal.c
  950. @@ -14,7 +14,7 @@
  951.   *   You should have received a copy of the GNU General Public License     *
  952.   *   along with this program; if not, write to the                         *
  953.   *   Free Software Foundation, Inc.,                                       *
  954. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  955. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  956.   ***************************************************************************/
  957.  
  958.  #include "stdafx.h"
  959. diff --git a/plugins/dfsound/sdl.c b/plugins/dfsound/sdl.c
  960. index 5f80a1f..fa0b4b9 100644
  961. --- a/plugins/dfsound/sdl.c
  962. +++ b/plugins/dfsound/sdl.c
  963. @@ -13,7 +13,7 @@
  964.   *
  965.   * You should have received a copy of the GNU General Public License
  966.   * along with this program; if not, write to the Free Software
  967. - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  968. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  969.   */
  970.  
  971.  #include "stdafx.h"
  972. diff --git a/plugins/dfxvideo/hq3x.h b/plugins/dfxvideo/hq3x.h
  973. index b4e3cee..7277d9c 100644
  974. --- a/plugins/dfxvideo/hq3x.h
  975. +++ b/plugins/dfxvideo/hq3x.h
  976. @@ -15,7 +15,7 @@
  977.   *
  978.   * You should have received a copy of the GNU General Public License
  979.   * along with this program; if not, write to the Free Software
  980. - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  981. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
  982.   *
  983.   * In addition, as a special exception, Andrea Mazzoleni
  984.   * gives permission to link the code of this program with
  985. diff --git a/plugins/dfxvideo/interp.h b/plugins/dfxvideo/interp.h
  986. index 0e72983..c8bcf41 100644
  987. --- a/plugins/dfxvideo/interp.h
  988. +++ b/plugins/dfxvideo/interp.h
  989. @@ -15,7 +15,7 @@
  990.   *
  991.   * You should have received a copy of the GNU General Public License
  992.   * along with this program; if not, write to the Free Software
  993. - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  994. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
  995.   *
  996.   * In addition, as a special exception, Andrea Mazzoleni
  997.   * gives permission to link the code of this program with
  998. diff --git a/plugins/gxvideo/cfg.c b/plugins/gxvideo/cfg.c
  999. index b64bd99..2d3540f 100644
  1000. --- a/plugins/gxvideo/cfg.c
  1001. +++ b/plugins/gxvideo/cfg.c
  1002. @@ -14,8 +14,8 @@
  1003.   *
  1004.   * You should have received a copy of the GNU General Public License
  1005.   * along with this program; if not, write to the Free Software
  1006. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1007. - * 02111-1307, USA.
  1008. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1009. + * 02111-1301, USA.
  1010.   */
  1011.  
  1012.  #include <sys/stat.h>
  1013. diff --git a/plugins/gxvideo/cfg.h b/plugins/gxvideo/cfg.h
  1014. index 1e1c456..8a18707 100644
  1015. --- a/plugins/gxvideo/cfg.h
  1016. +++ b/plugins/gxvideo/cfg.h
  1017. @@ -14,8 +14,8 @@
  1018.   *
  1019.   * You should have received a copy of the GNU General Public License
  1020.   * along with this program; if not, write to the Free Software
  1021. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1022. - * 02111-1307, USA.
  1023. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1024. + * 02111-1301, USA.
  1025.   */
  1026.  
  1027.  #ifndef _GPU_CFG_H_
  1028. diff --git a/plugins/gxvideo/draw.c b/plugins/gxvideo/draw.c
  1029. index 5e3b31a..b2ff4da 100644
  1030. --- a/plugins/gxvideo/draw.c
  1031. +++ b/plugins/gxvideo/draw.c
  1032. @@ -14,8 +14,8 @@
  1033.   *
  1034.   * You should have received a copy of the GNU General Public License
  1035.   * along with this program; if not, write to the Free Software
  1036. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1037. - * 02111-1307, USA.
  1038. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1039. + * 02111-1301, USA.
  1040.   */
  1041.  
  1042.  #include <stdio.h>
  1043. diff --git a/plugins/gxvideo/draw.h b/plugins/gxvideo/draw.h
  1044. index 6ab8951..8d00ba1 100644
  1045. --- a/plugins/gxvideo/draw.h
  1046. +++ b/plugins/gxvideo/draw.h
  1047. @@ -14,8 +14,8 @@
  1048.   *
  1049.   * You should have received a copy of the GNU General Public License
  1050.   * along with this program; if not, write to the Free Software
  1051. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1052. - * 02111-1307, USA.
  1053. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1054. + * 02111-1301, USA.
  1055.   */
  1056.  
  1057.  #ifndef _GPU_DRAW_H_
  1058. diff --git a/plugins/gxvideo/fps.c b/plugins/gxvideo/fps.c
  1059. index 3603dad..7c5ae77 100644
  1060. --- a/plugins/gxvideo/fps.c
  1061. +++ b/plugins/gxvideo/fps.c
  1062. @@ -14,8 +14,8 @@
  1063.   *
  1064.   * You should have received a copy of the GNU General Public License
  1065.   * along with this program; if not, write to the Free Software
  1066. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1067. - * 02111-1307, USA.
  1068. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1069. + * 02111-1301, USA.
  1070.   */
  1071.  
  1072.  #include <unistd.h>
  1073. diff --git a/plugins/gxvideo/fps.h b/plugins/gxvideo/fps.h
  1074. index c1aec33..377cd94 100644
  1075. --- a/plugins/gxvideo/fps.h
  1076. +++ b/plugins/gxvideo/fps.h
  1077. @@ -14,7 +14,7 @@
  1078.   *
  1079.   * You should have received a copy of the GNU General Public License
  1080.   * along with this program; if not, write to the Free Software
  1081. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1082. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1083.   * 02111-1307, USA.
  1084.   */
  1085.  
  1086. diff --git a/plugins/gxvideo/globals.c b/plugins/gxvideo/globals.c
  1087. index 1ad6b14..be5d59f 100644
  1088. --- a/plugins/gxvideo/globals.c
  1089. +++ b/plugins/gxvideo/globals.c
  1090. @@ -14,8 +14,8 @@
  1091.   *
  1092.   * You should have received a copy of the GNU General Public License
  1093.   * along with this program; if not, write to the Free Software
  1094. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1095. - * 02111-1307, USA.
  1096. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1097. + * 02111-1301, USA.
  1098.   */
  1099.  
  1100.  #include "globals.h"
  1101. diff --git a/plugins/gxvideo/globals.h b/plugins/gxvideo/globals.h
  1102. index 299548c..ea4e90e 100644
  1103. --- a/plugins/gxvideo/globals.h
  1104. +++ b/plugins/gxvideo/globals.h
  1105. @@ -14,8 +14,8 @@
  1106.   *
  1107.   * You should have received a copy of the GNU General Public License
  1108.   * along with this program; if not, write to the Free Software
  1109. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1110. - * 02111-1307, USA.
  1111. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1112. + * 02111-1301, USA.
  1113.   */
  1114.  
  1115.  #ifndef GLOBALS_H_
  1116. diff --git a/plugins/gxvideo/gpu.c b/plugins/gxvideo/gpu.c
  1117. index 853c7da..98a4a47 100644
  1118. --- a/plugins/gxvideo/gpu.c
  1119. +++ b/plugins/gxvideo/gpu.c
  1120. @@ -14,8 +14,8 @@
  1121.   *
  1122.   * You should have received a copy of the GNU General Public License
  1123.   * along with this program; if not, write to the Free Software
  1124. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1125. - * 02111-1307, USA.
  1126. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1127. + * 02111-1301, USA.
  1128.   */
  1129.  
  1130.  #include "config.h"
  1131. diff --git a/plugins/gxvideo/gpu_utils.h b/plugins/gxvideo/gpu_utils.h
  1132. index 471cc9a..01bef96 100644
  1133. --- a/plugins/gxvideo/gpu_utils.h
  1134. +++ b/plugins/gxvideo/gpu_utils.h
  1135. @@ -14,8 +14,8 @@
  1136.   *
  1137.   * You should have received a copy of the GNU General Public License
  1138.   * along with this program; if not, write to the Free Software
  1139. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1140. - * 02111-1307, USA.
  1141. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1142. + * 02111-1301, USA.
  1143.   */
  1144.  
  1145.  #ifndef GPU_UTILS_H_
  1146. diff --git a/plugins/gxvideo/gpucfg/main.c b/plugins/gxvideo/gpucfg/main.c
  1147. index d3d4f93..65a53fd 100644
  1148. --- a/plugins/gxvideo/gpucfg/main.c
  1149. +++ b/plugins/gxvideo/gpucfg/main.c
  1150. @@ -13,8 +13,8 @@
  1151.   *
  1152.   * You should have received a copy of the GNU General Public License
  1153.   * along with this program; if not, write to the Free Software
  1154. - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  1155. - * 02111-1307, USA.
  1156. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  1157. + * 02111-1301, USA.
  1158.   */
  1159.  
  1160.  #include <gtk/gtk.h>
  1161. diff --git a/plugins/gxvideo/interp.h b/plugins/gxvideo/interp.h
  1162. index 0e72983..c8bcf41 100644
  1163. --- a/plugins/gxvideo/interp.h
  1164. +++ b/plugins/gxvideo/interp.h
  1165. @@ -15,7 +15,7 @@
  1166.   *
  1167.   * You should have received a copy of the GNU General Public License
  1168.   * along with this program; if not, write to the Free Software
  1169. - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1170. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
  1171.   *
  1172.   * In addition, as a special exception, Andrea Mazzoleni
  1173.   * gives permission to link the code of this program with
  1174. diff --git a/plugins/peopsxgl/gte_accuracy.c b/plugins/peopsxgl/gte_accuracy.c
  1175. index 3af37ab..9a1b7ed 100644
  1176. --- a/plugins/peopsxgl/gte_accuracy.c
  1177. +++ b/plugins/peopsxgl/gte_accuracy.c
  1178. @@ -14,7 +14,7 @@
  1179.   *   You should have received a copy of the GNU General Public License     *
  1180.   *   along with this program; if not, write to the                         *
  1181.   *   Free Software Foundation, Inc.,                                       *
  1182. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  1183. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  1184.   ***************************************************************************/
  1185.  
  1186.  #include "stdafx.h"
  1187. diff --git a/plugins/peopsxgl/gte_accuracy.h b/plugins/peopsxgl/gte_accuracy.h
  1188. index 6f42f21..0d35ed1 100644
  1189. --- a/plugins/peopsxgl/gte_accuracy.h
  1190. +++ b/plugins/peopsxgl/gte_accuracy.h
  1191. @@ -14,7 +14,7 @@
  1192.   *   You should have received a copy of the GNU General Public License     *
  1193.   *   along with this program; if not, write to the                         *
  1194.   *   Free Software Foundation, Inc.,                                       *
  1195. - *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
  1196. + *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  1197.   ***************************************************************************/
  1198.  
  1199.  #ifndef _GTE_ACCURACY_H_
  1200. diff --git a/win32/gui/AboutDlg.c b/win32/gui/AboutDlg.c
  1201. index ca688d8..f73a361 100644
  1202. --- a/win32/gui/AboutDlg.c
  1203. +++ b/win32/gui/AboutDlg.c
  1204. @@ -13,7 +13,7 @@
  1205.   *
  1206.   *  You should have received a copy of the GNU General Public License
  1207.   *  along with this program; if not, write to the Free Software
  1208. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1209. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1210.   */
  1211.  
  1212.  #include <windows.h>
  1213. diff --git a/win32/gui/AboutDlg.h b/win32/gui/AboutDlg.h
  1214. index a6fb136..0ccc8c4 100644
  1215. --- a/win32/gui/AboutDlg.h
  1216. +++ b/win32/gui/AboutDlg.h
  1217. @@ -13,7 +13,7 @@
  1218.   *
  1219.   *  You should have received a copy of the GNU General Public License
  1220.   *  along with this program; if not, write to the Free Software
  1221. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1222. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1223.   */
  1224.  
  1225.  #ifndef _PCSX_ABOUTDLG_H_
  1226. diff --git a/win32/gui/CheatDlg.c b/win32/gui/CheatDlg.c
  1227. index 5dcb939..cb6231f 100644
  1228. --- a/win32/gui/CheatDlg.c
  1229. +++ b/win32/gui/CheatDlg.c
  1230. @@ -13,7 +13,7 @@
  1231.   *
  1232.   *  You should have received a copy of the GNU General Public License
  1233.   *  along with this program; if not, write to the Free Software
  1234. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1235. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1236.   */
  1237.  
  1238.  #include <windows.h>
  1239. diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c
  1240. index 687a6bb..faa0f69 100644
  1241. --- a/win32/gui/ConfigurePlugins.c
  1242. +++ b/win32/gui/ConfigurePlugins.c
  1243. @@ -13,7 +13,7 @@
  1244.   *
  1245.   *  You should have received a copy of the GNU General Public License
  1246.   *  along with this program; if not, write to the Free Software
  1247. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1248. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1249.   */
  1250.  
  1251.  #include <windows.h>
  1252. diff --git a/win32/gui/Win32.h b/win32/gui/Win32.h
  1253. index ad9cfea..d16a391 100644
  1254. --- a/win32/gui/Win32.h
  1255. +++ b/win32/gui/Win32.h
  1256. @@ -13,7 +13,7 @@
  1257.   *
  1258.   *  You should have received a copy of the GNU General Public License
  1259.   *  along with this program; if not, write to the Free Software
  1260. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1261. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1262.   */
  1263.  
  1264.  #ifndef __WIN32_H__
  1265. diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c
  1266. index 77e83a9..924a0de 100644
  1267. --- a/win32/gui/WndMain.c
  1268. +++ b/win32/gui/WndMain.c
  1269. @@ -13,7 +13,7 @@
  1270.   *
  1271.   *  You should have received a copy of the GNU General Public License
  1272.   *  along with this program; if not, write to the Free Software
  1273. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1274. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1275.   */
  1276.  
  1277.  #include <windows.h>
  1278. diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c
  1279. index de93023..b22ff01 100644
  1280. --- a/win32/gui/plugin.c
  1281. +++ b/win32/gui/plugin.c
  1282. @@ -13,7 +13,7 @@
  1283.   *
  1284.   *  You should have received a copy of the GNU General Public License
  1285.   *  along with this program; if not, write to the Free Software
  1286. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1287. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1288.   */
  1289.  
  1290.  #include <windows.h>
  1291. diff --git a/win32/gui/plugin.h b/win32/gui/plugin.h
  1292. index 048dc3e..9cef38f 100644
  1293. --- a/win32/gui/plugin.h
  1294. +++ b/win32/gui/plugin.h
  1295. @@ -13,7 +13,7 @@
  1296.   *
  1297.   *  You should have received a copy of the GNU General Public License
  1298.   *  along with this program; if not, write to the Free Software
  1299. - *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
  1300. + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1301.   */
  1302.  
  1303.  // Windows Specific Plugin Functions
  1304. diff --git a/win32/intl/bindtextdom.c b/win32/intl/bindtextdom.c
  1305. index 67b5742..045b86c 100644
  1306. --- a/win32/intl/bindtextdom.c
  1307. +++ b/win32/intl/bindtextdom.c
  1308. @@ -13,7 +13,7 @@
  1309.  
  1310.     You should have received a copy of the GNU General Public License
  1311.     along with this program; if not, write to the Free Software Foundation,
  1312. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1313. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1314.  
  1315.  #include "intlconfig.h"
  1316.  
  1317. diff --git a/win32/intl/dcgettext.c b/win32/intl/dcgettext.c
  1318. index 64811b1..0a9ab0f 100644
  1319. --- a/win32/intl/dcgettext.c
  1320. +++ b/win32/intl/dcgettext.c
  1321. @@ -13,7 +13,7 @@
  1322.  
  1323.     You should have received a copy of the GNU General Public License
  1324.     along with this program; if not, write to the Free Software Foundation,
  1325. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1326. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1327.  
  1328.  #include "intlconfig.h"
  1329.  
  1330. diff --git a/win32/intl/dgettext.c b/win32/intl/dgettext.c
  1331. index 264bba3..b697525 100644
  1332. --- a/win32/intl/dgettext.c
  1333. +++ b/win32/intl/dgettext.c
  1334. @@ -13,7 +13,7 @@
  1335.  
  1336.     You should have received a copy of the GNU General Public License
  1337.     along with this program; if not, write to the Free Software Foundation,
  1338. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1339. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1340.  
  1341.  #include <intlconfig.h>
  1342.  
  1343. diff --git a/win32/intl/explodename.c b/win32/intl/explodename.c
  1344. index a4f88c2..0d55a66 100644
  1345. --- a/win32/intl/explodename.c
  1346. +++ b/win32/intl/explodename.c
  1347. @@ -13,7 +13,7 @@
  1348.  
  1349.     You should have received a copy of the GNU General Public License
  1350.     along with this program; if not, write to the Free Software Foundation,
  1351. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1352. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1353.  
  1354.  #include "intlconfig.h"
  1355.  
  1356. diff --git a/win32/intl/finddomain.c b/win32/intl/finddomain.c
  1357. index 9d856e4..1c25aa0 100644
  1358. --- a/win32/intl/finddomain.c
  1359. +++ b/win32/intl/finddomain.c
  1360. @@ -14,7 +14,7 @@
  1361.  
  1362.     You should have received a copy of the GNU General Public License
  1363.     along with this program; if not, write to the Free Software Foundation,
  1364. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1365. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1366.  
  1367.  #include "intlconfig.h"
  1368.  
  1369. diff --git a/win32/intl/gettext.c b/win32/intl/gettext.c
  1370. index b72f734..51f921f 100644
  1371. --- a/win32/intl/gettext.c
  1372. +++ b/win32/intl/gettext.c
  1373. @@ -13,7 +13,7 @@
  1374.  
  1375.     You should have received a copy of the GNU General Public License
  1376.     along with this program; if not, write to the Free Software Foundation,
  1377. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1378. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1379.  
  1380.  #include "intlconfig.h"
  1381.  
  1382. diff --git a/win32/intl/gettext.h b/win32/intl/gettext.h
  1383. index 9108a2e..64bbed2 100644
  1384. --- a/win32/intl/gettext.h
  1385. +++ b/win32/intl/gettext.h
  1386. @@ -14,7 +14,7 @@
  1387.     You should have received a copy of the GNU General Public
  1388.     License along with this program; see the file COPYING.  If not,
  1389.     write to the Free Software Foundation, Inc., 51 Franklin Street,
  1390. -   Fifth Floor, Boston, MA 02111-1307 USA.  */
  1391. +   Fifth Floor, Boston, MA 02110-1301 USA.  */
  1392.  
  1393.  #ifndef _GETTEXT_H
  1394.  #define _GETTEXT_H 1
  1395. diff --git a/win32/intl/gettextP.h b/win32/intl/gettextP.h
  1396. index 87b076c..d403ada 100644
  1397. --- a/win32/intl/gettextP.h
  1398. +++ b/win32/intl/gettextP.h
  1399. @@ -14,7 +14,7 @@
  1400.  
  1401.     You should have received a copy of the GNU General Public License
  1402.     along with this program; if not, write to the Free Software Foundation,
  1403. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1404. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1405.  
  1406.  #ifndef _GETTEXTP_H
  1407.  #define _GETTEXTP_H
  1408. diff --git a/win32/intl/hash-string.h b/win32/intl/hash-string.h
  1409. index 9bb0014..a21b68e 100644
  1410. --- a/win32/intl/hash-string.h
  1411. +++ b/win32/intl/hash-string.h
  1412. @@ -14,7 +14,7 @@
  1413.     You should have received a copy of the GNU General Public
  1414.     License along with the this program; see the file COPYING.  If not,
  1415.     write to the Free Software Foundation, Inc., 51 Franklin Street,
  1416. -   Fifth Floor, Boston, MA 02111-1307 USA.  */
  1417. +   Fifth Floor, Boston, MA 02110-1301 USA.  */
  1418.  
  1419.  /* @@ end of prolog @@ */
  1420.  
  1421. diff --git a/win32/intl/intl-compat.c b/win32/intl/intl-compat.c
  1422. index 5f90dab..4a405b8 100644
  1423. --- a/win32/intl/intl-compat.c
  1424. +++ b/win32/intl/intl-compat.c
  1425. @@ -14,7 +14,7 @@ GNU General Public License for more details.
  1426.  
  1427.  You should have received a copy of the GNU General Public License
  1428.  along with this program; if not, write to the Free Software
  1429. -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1430. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1431.  
  1432.  #include "intlconfig.h"
  1433.  
  1434. diff --git a/win32/intl/l10nflist.c b/win32/intl/l10nflist.c
  1435. index d2c32df..df7128f 100644
  1436. --- a/win32/intl/l10nflist.c
  1437. +++ b/win32/intl/l10nflist.c
  1438. @@ -14,7 +14,7 @@
  1439.  
  1440.     You should have received a copy of the GNU General Public License
  1441.     along with this program; if not, write to the Free Software Foundation,
  1442. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1443. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1444.  
  1445.  #include "intlconfig.h"
  1446.  
  1447. diff --git a/win32/intl/libgettext.h b/win32/intl/libgettext.h
  1448. index de4defd..f1274bb 100644
  1449. --- a/win32/intl/libgettext.h
  1450. +++ b/win32/intl/libgettext.h
  1451. @@ -13,7 +13,7 @@
  1452.  
  1453.     You should have received a copy of the GNU General Public License
  1454.     along with this program; if not, write to the Free Software Foundation,
  1455. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1456. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1457.  
  1458.  /* Because on some systems (e.g. Solaris) we sometimes have to include
  1459.     the systems libintl.h as well as this file we have more complex
  1460. diff --git a/win32/intl/libintl.h b/win32/intl/libintl.h
  1461. index 1dcc6af..4dea79d 100644
  1462. --- a/win32/intl/libintl.h
  1463. +++ b/win32/intl/libintl.h
  1464. @@ -16,7 +16,7 @@ GNU Lesser General Public License for more details.
  1465.  
  1466.  You should have received a copy of the GNU Lesser General Public License
  1467.  along with this program; if not, write to the Free Software
  1468. -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1469. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1470.  
  1471.  /* REPLACEMENT FOR ORIGINAL LIBINTL.H for use with Windows32 */
  1472.  
  1473. diff --git a/win32/intl/loadinfo.h b/win32/intl/loadinfo.h
  1474. index 48326e9..2af57c3 100644
  1475. --- a/win32/intl/loadinfo.h
  1476. +++ b/win32/intl/loadinfo.h
  1477. @@ -14,7 +14,7 @@
  1478.  
  1479.     You should have received a copy of the GNU General Public License
  1480.     along with this program; if not, write to the Free Software Foundation,
  1481. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1482. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1483.  
  1484.  #ifndef PARAMS
  1485.  # if __STDC__
  1486. diff --git a/win32/intl/loadmsgcat.c b/win32/intl/loadmsgcat.c
  1487. index 57d148c..4874ef1 100644
  1488. --- a/win32/intl/loadmsgcat.c
  1489. +++ b/win32/intl/loadmsgcat.c
  1490. @@ -13,7 +13,7 @@
  1491.  
  1492.     You should have received a copy of the GNU General Public License
  1493.     along with this program; if not, write to the Free Software Foundation,
  1494. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1495. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1496.  
  1497.  #include "intlconfig.h"
  1498.  
  1499. diff --git a/win32/intl/localealias.c b/win32/intl/localealias.c
  1500. index dfdb848..63619ab 100644
  1501. --- a/win32/intl/localealias.c
  1502. +++ b/win32/intl/localealias.c
  1503. @@ -14,7 +14,7 @@
  1504.  
  1505.     You should have received a copy of the GNU General Public License
  1506.     along with this program; if not, write to the Free Software Foundation,
  1507. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1508. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1509.  
  1510.  #include "intlconfig.h"
  1511.  
  1512. diff --git a/win32/intl/textdomain.c b/win32/intl/textdomain.c
  1513. index 8ec2fd8..78b23a2 100644
  1514. --- a/win32/intl/textdomain.c
  1515. +++ b/win32/intl/textdomain.c
  1516. @@ -14,7 +14,7 @@
  1517.  
  1518.     You should have received a copy of the GNU General Public License
  1519.     along with this program; if not, write to the Free Software Foundation,
  1520. -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.  */
  1521. +   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
  1522.  
  1523.  #include "intlconfig.h"
  1524.  
  1525. diff --git a/win32/plugins/PadSSSPSX/PadSSSPSX.h b/win32/plugins/PadSSSPSX/PadSSSPSX.h
  1526. index 37cc327..8297a6a 100644
  1527. --- a/win32/plugins/PadSSSPSX/PadSSSPSX.h
  1528. +++ b/win32/plugins/PadSSSPSX/PadSSSPSX.h
  1529. @@ -13,7 +13,7 @@
  1530.   *
  1531.   * You should have received a copy of the GNU General Public License
  1532.   * along with this program; if not, write to the Free Software
  1533. - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  1534. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  1535.   */
  1536.  
  1537.  #ifndef __PAD_H__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement