aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-18 01:30:26 +0000
committerEugene Sandulenko2005-10-18 01:30:26 +0000
commitb36677af7101bc356c81dedf36302555515eb306 (patch)
tree329caea5326be795b02ff37bf2e68381ee21d1dd /sword2
parentd59af537b5a702446a40af31aff4a95d4cd0a4bd (diff)
downloadscummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.tar.gz
scummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.tar.bz2
scummvm-rg350-b36677af7101bc356c81dedf36302555515eb306.zip
Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
Diffstat (limited to 'sword2')
-rw-r--r--sword2/anims.cpp2
-rw-r--r--sword2/build_display.cpp2
-rw-r--r--sword2/build_display.h2
-rw-r--r--sword2/console.cpp2
-rw-r--r--sword2/console.h2
-rw-r--r--sword2/controls.cpp2
-rw-r--r--sword2/controls.h2
-rw-r--r--sword2/debug.cpp2
-rw-r--r--sword2/debug.h2
-rw-r--r--sword2/defs.h2
-rw-r--r--sword2/driver/_mouse.cpp2
-rw-r--r--sword2/driver/animation.cpp2
-rw-r--r--sword2/driver/animation.h2
-rw-r--r--sword2/driver/d_draw.cpp2
-rw-r--r--sword2/driver/d_sound.cpp2
-rw-r--r--sword2/driver/menu.cpp2
-rw-r--r--sword2/driver/palette.cpp2
-rw-r--r--sword2/driver/rdwin.cpp2
-rw-r--r--sword2/driver/render.cpp2
-rw-r--r--sword2/driver/sprite.cpp2
-rw-r--r--sword2/events.cpp2
-rw-r--r--sword2/function.cpp2
-rw-r--r--sword2/header.h2
-rw-r--r--sword2/icons.cpp2
-rw-r--r--sword2/icons.h2
-rw-r--r--sword2/interpreter.cpp2
-rw-r--r--sword2/interpreter.h2
-rw-r--r--sword2/layers.cpp2
-rw-r--r--sword2/layers.h2
-rw-r--r--sword2/logic.cpp2
-rw-r--r--sword2/logic.h2
-rw-r--r--sword2/maketext.cpp2
-rw-r--r--sword2/maketext.h2
-rw-r--r--sword2/memory.cpp2
-rw-r--r--sword2/memory.h2
-rw-r--r--sword2/mouse.cpp2
-rw-r--r--sword2/mouse.h2
-rw-r--r--sword2/object.h2
-rw-r--r--sword2/protocol.cpp2
-rw-r--r--sword2/resman.cpp2
-rw-r--r--sword2/resman.h2
-rw-r--r--sword2/router.cpp2
-rw-r--r--sword2/router.h2
-rw-r--r--sword2/save_rest.cpp2
-rw-r--r--sword2/save_rest.h2
-rw-r--r--sword2/scroll.cpp2
-rw-r--r--sword2/sound.cpp2
-rw-r--r--sword2/sound.h2
-rw-r--r--sword2/speech.cpp2
-rw-r--r--sword2/startup.cpp2
-rw-r--r--sword2/sword2.cpp2
-rw-r--r--sword2/sword2.h2
-rw-r--r--sword2/sync.cpp2
-rw-r--r--sword2/walker.cpp2
54 files changed, 54 insertions, 54 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index f9ca218dcc..eab9e654ec 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index 594da882bb..9a81780e67 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/build_display.h b/sword2/build_display.h
index 72eddaa593..403fb809e5 100644
--- a/sword2/build_display.h
+++ b/sword2/build_display.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/console.cpp b/sword2/console.cpp
index 45cec9baeb..de489f3408 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/console.h b/sword2/console.h
index f7e41f3819..0a2cc4e725 100644
--- a/sword2/console.h
+++ b/sword2/console.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index 81456c84ed..47edd52d09 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/controls.h b/sword2/controls.h
index 59668f7d53..a66b8f6377 100644
--- a/sword2/controls.h
+++ b/sword2/controls.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/debug.cpp b/sword2/debug.cpp
index 7726963eca..75afc49f04 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/debug.h b/sword2/debug.h
index a733052e14..58ef5a2e7b 100644
--- a/sword2/debug.h
+++ b/sword2/debug.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/defs.h b/sword2/defs.h
index 4c25ca4fe2..4415efd2a8 100644
--- a/sword2/defs.h
+++ b/sword2/defs.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 7e04c20aba..9d153f0c56 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp
index 65ac6a9583..41987dd2d4 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index 99138ffd79..431b47a8ee 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index d511afad5c..9b865f3866 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index 405bfadd32..91bf4c950b 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp
index e344d70fd5..4b4be458d9 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp
index adea1a8dfb..731c9449c0 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index bfdeb4ad3d..67e4dd5814 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp
index 94b8fa305f..5da110fc40 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp
index 8a0b3407f7..d1b9a6083c 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/events.cpp b/sword2/events.cpp
index 606e49b442..41b61b0fb8 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/function.cpp b/sword2/function.cpp
index 4f267f021a..d7c2e545f7 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/header.h b/sword2/header.h
index e16e0d6e30..cf630397c6 100644
--- a/sword2/header.h
+++ b/sword2/header.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/icons.cpp b/sword2/icons.cpp
index 87cd0b4a88..2e6eaedd32 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/icons.h b/sword2/icons.h
index 22d2396c24..84b308a3a9 100644
--- a/sword2/icons.h
+++ b/sword2/icons.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/interpreter.cpp b/sword2/interpreter.cpp
index 3f979220db..ea57ae1c89 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/interpreter.h b/sword2/interpreter.h
index e24001c995..e42e1c1647 100644
--- a/sword2/interpreter.h
+++ b/sword2/interpreter.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index b5b365870a..968ee8f621 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/layers.h b/sword2/layers.h
index 3ffdf668b9..6ff3761b95 100644
--- a/sword2/layers.h
+++ b/sword2/layers.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 7699042704..51185a5373 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/logic.h b/sword2/logic.h
index 15520b4219..8f5a01b1f4 100644
--- a/sword2/logic.h
+++ b/sword2/logic.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp
index b42abd60bc..98932b6d2a 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/maketext.h b/sword2/maketext.h
index 97207a811c..edf57b46e2 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/memory.cpp b/sword2/memory.cpp
index 98feaa360d..ef030d87ec 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/memory.h b/sword2/memory.h
index 46a5dd63f0..2733924aa6 100644
--- a/sword2/memory.h
+++ b/sword2/memory.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp
index 2d7d9fe607..7087b36097 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/mouse.h b/sword2/mouse.h
index a09841f704..a1b8268eeb 100644
--- a/sword2/mouse.h
+++ b/sword2/mouse.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/object.h b/sword2/object.h
index 551314a7ef..6f33ae80d8 100644
--- a/sword2/object.h
+++ b/sword2/object.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/protocol.cpp b/sword2/protocol.cpp
index aba97478af..872b7d8063 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index fc8b5f4eb9..70bc5cf7df 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/resman.h b/sword2/resman.h
index e8b7b061a6..e9d1e40c4b 100644
--- a/sword2/resman.h
+++ b/sword2/resman.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/router.cpp b/sword2/router.cpp
index 36a5483002..663001e557 100644
--- a/sword2/router.cpp
+++ b/sword2/router.cpp
@@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/router.h b/sword2/router.h
index 27c2c0bb35..e48a4ce22f 100644
--- a/sword2/router.h
+++ b/sword2/router.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp
index 54af4de2f4..0332fa2f6a 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/save_rest.h b/sword2/save_rest.h
index f32351b2a1..d642b8f475 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/scroll.cpp b/sword2/scroll.cpp
index f1eb00fe9f..bc999de926 100644
--- a/sword2/scroll.cpp
+++ b/sword2/scroll.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/sound.cpp b/sword2/sound.cpp
index c676ea5e7a..d8ac958f08 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/sound.h b/sword2/sound.h
index 9ef3844044..f84f8e15da 100644
--- a/sword2/sound.h
+++ b/sword2/sound.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/speech.cpp b/sword2/speech.cpp
index 3be0e17b9d..25d8c841c2 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/startup.cpp b/sword2/startup.cpp
index 78b7650ffc..a03e624338 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index fa31cf946e..d61672d8e2 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 370046beee..48031be064 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/sync.cpp b/sword2/sync.cpp
index 54627426e8..d5fb75105f 100644
--- a/sword2/sync.cpp
+++ b/sword2/sync.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/
diff --git a/sword2/walker.cpp b/sword2/walker.cpp
index e6ef4a011e..1bc65146c6 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*/