aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-18 01:30:26 +0000
committerEugene Sandulenko2005-10-18 01:30:26 +0000
commitb36677af7101bc356c81dedf36302555515eb306 (patch)
tree329caea5326be795b02ff37bf2e68381ee21d1dd /backends/dc
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 'backends/dc')
-rw-r--r--backends/dc/DCLauncherDialog.h2
-rw-r--r--backends/dc/audio.cpp2
-rw-r--r--backends/dc/dc.h2
-rw-r--r--backends/dc/dcloader.cpp2
-rw-r--r--backends/dc/dcloader.h2
-rw-r--r--backends/dc/dcmain.cpp2
-rw-r--r--backends/dc/display.cpp2
-rw-r--r--backends/dc/icon.cpp2
-rw-r--r--backends/dc/icon.h2
-rw-r--r--backends/dc/input.cpp2
-rw-r--r--backends/dc/label.cpp2
-rw-r--r--backends/dc/label.h2
-rw-r--r--backends/dc/portdefs.h2
-rw-r--r--backends/dc/selector.cpp2
-rw-r--r--backends/dc/softkbd.cpp2
-rw-r--r--backends/dc/softkbd.h2
-rw-r--r--backends/dc/time.cpp2
-rw-r--r--backends/dc/vmsave.cpp2
18 files changed, 18 insertions, 18 deletions
diff --git a/backends/dc/DCLauncherDialog.h b/backends/dc/DCLauncherDialog.h
index e1a54ab506..7c0719a614 100644
--- a/backends/dc/DCLauncherDialog.h
+++ b/backends/dc/DCLauncherDialog.h
@@ -14,7 +14,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/backends/dc/audio.cpp b/backends/dc/audio.cpp
index 0bd1ff6db1..5f63221090 100644
--- a/backends/dc/audio.cpp
+++ b/backends/dc/audio.cpp
@@ -14,7 +14,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/backends/dc/dc.h b/backends/dc/dc.h
index 3ceec6aa09..5e10bfc306 100644
--- a/backends/dc/dc.h
+++ b/backends/dc/dc.h
@@ -14,7 +14,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/backends/dc/dcloader.cpp b/backends/dc/dcloader.cpp
index cb12b081d2..5f837c854d 100644
--- a/backends/dc/dcloader.cpp
+++ b/backends/dc/dcloader.cpp
@@ -14,7 +14,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/backends/dc/dcloader.h b/backends/dc/dcloader.h
index fa33475380..3f24ef6e2e 100644
--- a/backends/dc/dcloader.h
+++ b/backends/dc/dcloader.h
@@ -14,7 +14,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/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 6371ff5ff0..71c15ac580 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -14,7 +14,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/backends/dc/display.cpp b/backends/dc/display.cpp
index 1161f60e9f..5a22f8bc27 100644
--- a/backends/dc/display.cpp
+++ b/backends/dc/display.cpp
@@ -14,7 +14,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/backends/dc/icon.cpp b/backends/dc/icon.cpp
index 9d99674fd0..32c3eb2221 100644
--- a/backends/dc/icon.cpp
+++ b/backends/dc/icon.cpp
@@ -14,7 +14,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/backends/dc/icon.h b/backends/dc/icon.h
index ef4830743b..1a164f0794 100644
--- a/backends/dc/icon.h
+++ b/backends/dc/icon.h
@@ -14,7 +14,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/backends/dc/input.cpp b/backends/dc/input.cpp
index 7e13998222..c219b3f2b2 100644
--- a/backends/dc/input.cpp
+++ b/backends/dc/input.cpp
@@ -14,7 +14,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/backends/dc/label.cpp b/backends/dc/label.cpp
index 88f4c48f95..6048ab6767 100644
--- a/backends/dc/label.cpp
+++ b/backends/dc/label.cpp
@@ -14,7 +14,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/backends/dc/label.h b/backends/dc/label.h
index 3211ea0162..83a2dda28e 100644
--- a/backends/dc/label.h
+++ b/backends/dc/label.h
@@ -14,7 +14,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/backends/dc/portdefs.h b/backends/dc/portdefs.h
index 8b3d5b3947..c1fded97d3 100644
--- a/backends/dc/portdefs.h
+++ b/backends/dc/portdefs.h
@@ -14,7 +14,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/backends/dc/selector.cpp b/backends/dc/selector.cpp
index fd8fd6e9c2..268092fc99 100644
--- a/backends/dc/selector.cpp
+++ b/backends/dc/selector.cpp
@@ -14,7 +14,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/backends/dc/softkbd.cpp b/backends/dc/softkbd.cpp
index 11622c2f37..b33fdfb672 100644
--- a/backends/dc/softkbd.cpp
+++ b/backends/dc/softkbd.cpp
@@ -14,7 +14,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/backends/dc/softkbd.h b/backends/dc/softkbd.h
index 6cd6a9daee..e1fa0089e5 100644
--- a/backends/dc/softkbd.h
+++ b/backends/dc/softkbd.h
@@ -14,7 +14,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/backends/dc/time.cpp b/backends/dc/time.cpp
index fd1ceaedd0..aaa908d03e 100644
--- a/backends/dc/time.cpp
+++ b/backends/dc/time.cpp
@@ -14,7 +14,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/backends/dc/vmsave.cpp b/backends/dc/vmsave.cpp
index 1ce7c55306..250e4cb890 100644
--- a/backends/dc/vmsave.cpp
+++ b/backends/dc/vmsave.cpp
@@ -14,7 +14,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$
*