aboutsummaryrefslogtreecommitdiff
path: root/kyra
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-18 01:30:26 +0000
committerEugene Sandulenko2005-10-18 01:30:26 +0000
commitb36677af7101bc356c81dedf36302555515eb306 (patch)
tree329caea5326be795b02ff37bf2e68381ee21d1dd /kyra
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 'kyra')
-rw-r--r--kyra/kyra.cpp2
-rw-r--r--kyra/kyra.h2
-rw-r--r--kyra/resource.cpp2
-rw-r--r--kyra/resource.h2
-rw-r--r--kyra/screen.cpp2
-rw-r--r--kyra/screen.h2
-rw-r--r--kyra/script.cpp2
-rw-r--r--kyra/script.h2
-rw-r--r--kyra/script_v1.cpp2
-rwxr-xr-xkyra/seqplayer.cpp2
-rwxr-xr-xkyra/seqplayer.h2
-rw-r--r--kyra/sound.cpp2
-rw-r--r--kyra/sound.h2
-rw-r--r--kyra/sprites.cpp2
-rw-r--r--kyra/sprites.h2
-rw-r--r--kyra/staticres.cpp2
-rw-r--r--kyra/wsamovie.cpp2
-rw-r--r--kyra/wsamovie.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp
index 84bfd4ca92..932e978a2b 100644
--- a/kyra/kyra.cpp
+++ b/kyra/kyra.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/kyra/kyra.h b/kyra/kyra.h
index 33270a01a2..bed2622ffa 100644
--- a/kyra/kyra.h
+++ b/kyra/kyra.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/kyra/resource.cpp b/kyra/resource.cpp
index 88f78b334d..3886b88f58 100644
--- a/kyra/resource.cpp
+++ b/kyra/resource.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/kyra/resource.h b/kyra/resource.h
index f028628b0c..daa6de866a 100644
--- a/kyra/resource.h
+++ b/kyra/resource.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/kyra/screen.cpp b/kyra/screen.cpp
index 6c4c617a65..cf524f9bb9 100644
--- a/kyra/screen.cpp
+++ b/kyra/screen.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/kyra/screen.h b/kyra/screen.h
index 600725a424..5cf42b30cc 100644
--- a/kyra/screen.h
+++ b/kyra/screen.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/kyra/script.cpp b/kyra/script.cpp
index 4f941241e5..5520079b71 100644
--- a/kyra/script.cpp
+++ b/kyra/script.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/kyra/script.h b/kyra/script.h
index b9cc31d562..9140e3b7a4 100644
--- a/kyra/script.h
+++ b/kyra/script.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/kyra/script_v1.cpp b/kyra/script_v1.cpp
index b69615d57f..326de04d2c 100644
--- a/kyra/script_v1.cpp
+++ b/kyra/script_v1.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/kyra/seqplayer.cpp b/kyra/seqplayer.cpp
index 08dc5db0eb..3db654d4ef 100755
--- a/kyra/seqplayer.cpp
+++ b/kyra/seqplayer.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/kyra/seqplayer.h b/kyra/seqplayer.h
index bf0da521f6..fd16e9526d 100755
--- a/kyra/seqplayer.h
+++ b/kyra/seqplayer.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/kyra/sound.cpp b/kyra/sound.cpp
index ee81cd3d96..32c8e2f3d1 100644
--- a/kyra/sound.cpp
+++ b/kyra/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/kyra/sound.h b/kyra/sound.h
index e5e1dc0ed2..7bc0cdd65d 100644
--- a/kyra/sound.h
+++ b/kyra/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/kyra/sprites.cpp b/kyra/sprites.cpp
index 14823abee2..669e4e7f6a 100644
--- a/kyra/sprites.cpp
+++ b/kyra/sprites.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/kyra/sprites.h b/kyra/sprites.h
index 3a87b05153..183c7043fb 100644
--- a/kyra/sprites.h
+++ b/kyra/sprites.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/kyra/staticres.cpp b/kyra/staticres.cpp
index 5c28f2000d..9fcded2a05 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.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/kyra/wsamovie.cpp b/kyra/wsamovie.cpp
index 2b6b6eec6c..365ed93261 100644
--- a/kyra/wsamovie.cpp
+++ b/kyra/wsamovie.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/kyra/wsamovie.h b/kyra/wsamovie.h
index 626acdca58..ed0cb6bb96 100644
--- a/kyra/wsamovie.h
+++ b/kyra/wsamovie.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$
*