diff options
author | Eugene Sandulenko | 2005-10-18 01:30:26 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-10-18 01:30:26 +0000 |
commit | b36677af7101bc356c81dedf36302555515eb306 (patch) | |
tree | 329caea5326be795b02ff37bf2e68381ee21d1dd /backends/morphos | |
parent | d59af537b5a702446a40af31aff4a95d4cd0a4bd (diff) | |
download | scummvm-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/morphos')
-rw-r--r-- | backends/morphos/morphos.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos.h | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_scaler.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_scaler.h | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_sound.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_sound.h | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_start.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_timer.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_timer.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index 21d1c3436f..5dcc545a98 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.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. * * MorphOS interface * diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h index f1a99f3803..c6f63d1121 100644 --- a/backends/morphos/morphos.h +++ b/backends/morphos/morphos.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. * * MorphOS-specific header file * diff --git a/backends/morphos/morphos_scaler.cpp b/backends/morphos/morphos_scaler.cpp index df8e56d0a5..17f7567f2b 100644 --- a/backends/morphos/morphos_scaler.cpp +++ b/backends/morphos/morphos_scaler.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/backends/morphos/morphos_scaler.h b/backends/morphos/morphos_scaler.h index 30778bd144..e473f830bf 100644 --- a/backends/morphos/morphos_scaler.h +++ b/backends/morphos/morphos_scaler.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/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp index 4de6a2b1a6..52ce801fbc 100644 --- a/backends/morphos/morphos_sound.cpp +++ b/backends/morphos/morphos_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. * * MorphOS sound support * diff --git a/backends/morphos/morphos_sound.h b/backends/morphos/morphos_sound.h index 72d3801ac1..6b086201f4 100644 --- a/backends/morphos/morphos_sound.h +++ b/backends/morphos/morphos_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. * * MorphOS-specific header file * diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp index 2c25e0e61a..13ef5f70d2 100644 --- a/backends/morphos/morphos_start.cpp +++ b/backends/morphos/morphos_start.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. * * MorphOS startup handling * diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp index b382aaa9b1..2e9d1a57c4 100644 --- a/backends/morphos/morphos_timer.cpp +++ b/backends/morphos/morphos_timer.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/backends/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h index 40b448fa8b..35006b9af2 100644 --- a/backends/morphos/morphos_timer.h +++ b/backends/morphos/morphos_timer.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$ */ |