From d1970350f6d08d1a3606c4b5f9a4e56da793cce9 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 3 Mar 2000 10:10:06 +0000 Subject: [PATCH] The FSF apparently has moved. --- COPYRIGHT | 2 +- addrbook.c | 2 +- alias.c | 2 +- attach.c | 2 +- attach.h | 2 +- base64.c | 3 +-- browser.c | 2 +- browser.h | 2 +- buffy.c | 2 +- buffy.h | 2 +- charset.c | 3 +-- charset.h | 2 +- color.c | 2 +- commands.c | 2 +- complete.c | 2 +- compose.c | 2 +- copy.c | 2 +- copy.h | 2 +- curs_lib.c | 2 +- curs_main.c | 2 +- date.c | 2 +- doc/dotlock.man | 2 +- doc/manual.sgml.head | 2 +- doc/mutt.man | 2 +- doc/muttrc.man.head | 2 +- dotlock.c | 2 +- dotlock.h | 2 +- edit.c | 2 +- editmsg.c | 3 +-- enter.c | 2 +- extlib.c | 3 +-- filter.c | 2 +- flags.c | 2 +- from.c | 2 +- functions.h | 2 +- globals.h | 2 +- gnupgparse.c | 3 +-- handler.c | 2 +- hash.c | 2 +- hash.h | 2 +- hdrline.c | 2 +- headers.c | 2 +- help.c | 2 +- history.c | 2 +- history.h | 2 +- hook.c | 2 +- imap/auth.c | 2 +- imap/auth_gss.c | 2 +- imap/browse.c | 2 +- imap/command.c | 2 +- imap/imap.c | 2 +- imap/imap.h | 2 +- imap/imap_private.h | 2 +- imap/imap_socket.h | 2 +- imap/imap_ssl.c | 2 +- imap/imap_ssl.h | 2 +- imap/message.c | 2 +- imap/message.h | 2 +- imap/socket.c | 2 +- imap/util.c | 2 +- init.c | 2 +- init.h | 2 +- keymap.c | 2 +- keymap.h | 2 +- lib.c | 3 +-- lib.h | 3 +-- mailbox.h | 2 +- main.c | 4 ++-- makedoc.c | 2 +- mapping.h | 2 +- mbox.c | 2 +- menu.c | 2 +- mh.c | 2 +- mime.h | 2 +- mutt.h | 2 +- mutt_curses.h | 2 +- mutt_menu.h | 2 +- mutt_regex.h | 2 +- muttbug.sh.in | 2 +- muttlib.c | 2 +- mx.c | 2 +- mx.h | 2 +- pager.c | 2 +- pager.h | 2 +- parse.c | 2 +- pattern.c | 2 +- pgp.c | 2 +- pgp.h | 2 +- pgpinvoke.c | 3 +-- pgpkey.c | 3 +-- pgplib.c | 3 +-- pgplib.h | 2 +- pgppubring.c | 3 +-- po/cs.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/eo.po | 4 ++-- po/es.po | 4 ++-- po/fr.po | 4 ++-- po/gl.po | 4 ++-- po/id.po | 4 ++-- po/it.po | 2 +- po/ko.po | 4 ++-- po/nl.po | 2 +- po/pl.po | 2 +- po/pt_BR.po | 4 ++-- po/ru.po | 4 ++-- po/sk.po | 4 ++-- po/sv.po | 2 +- po/uk.po | 2 +- po/zh_TW.Big5.po | 5 ++--- pop.c | 2 +- postpone.c | 2 +- protos.h | 2 +- query.c | 2 +- recvattach.c | 2 +- recvcmd.c | 3 +-- remailer.c | 3 +-- remailer.h | 2 +- resize.c | 2 +- rfc1524.c | 2 +- rfc1524.h | 2 +- rfc2047.c | 2 +- rfc2047.h | 2 +- rfc2231.c | 3 +-- rfc2231.h | 3 +-- rfc822.c | 2 +- rfc822.h | 2 +- score.c | 2 +- send.c | 2 +- sendlib.c | 2 +- signal.c | 2 +- sort.c | 2 +- sort.h | 2 +- status.c | 2 +- system.c | 2 +- thread.c | 2 +- 137 files changed, 151 insertions(+), 167 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 74216724..eddbe12c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -22,7 +22,7 @@ Copyright (C) 1998 Ruslan Ermilov 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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. The following copyright notice applies to the SHA1 implementation used by the PGP public key ring parser. diff --git a/addrbook.c b/addrbook.c index 7b9cd231..d629b85c 100644 --- a/addrbook.c +++ b/addrbook.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/alias.c b/alias.c index c226ee93..a860696e 100644 --- a/alias.c +++ b/alias.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/attach.c b/attach.c index 1c4cb636..991e43bf 100644 --- a/attach.c +++ b/attach.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/attach.h b/attach.h index 2095d5f9..4743a278 100644 --- a/attach.h +++ b/attach.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* common protos for compose / attach menus */ diff --git a/base64.c b/base64.c index 85f05d70..daf9cb3f 100644 --- a/base64.c +++ b/base64.c @@ -13,8 +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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Base64 handling elsewhere in mutt should be modified to call these diff --git a/browser.c b/browser.c index 7e88c859..7a7e2f56 100644 --- a/browser.c +++ b/browser.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/browser.h b/browser.h index 8fe7187f..70b82d7e 100644 --- a/browser.h +++ b/browser.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _BROWSER_H diff --git a/buffy.c b/buffy.c index 2ae0bbee..cbdf74f1 100644 --- a/buffy.c +++ b/buffy.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/buffy.h b/buffy.h index b85b4c1c..f3e81952 100644 --- a/buffy.h +++ b/buffy.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ typedef struct buffy_t diff --git a/charset.c b/charset.c index de2484fc..de8718c4 100644 --- a/charset.c +++ b/charset.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/charset.h b/charset.h index 862d7169..ad9be9fb 100644 --- a/charset.h +++ b/charset.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _CHARSET_H diff --git a/color.c b/color.c index 23c9ead9..5c9305c7 100644 --- a/color.c +++ b/color.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/commands.c b/commands.c index d10e00f1..8c506259 100644 --- a/commands.c +++ b/commands.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/complete.c b/complete.c index 796898aa..5455833e 100644 --- a/complete.c +++ b/complete.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/compose.c b/compose.c index c479c9a2..8b7f097c 100644 --- a/compose.c +++ b/compose.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/copy.c b/copy.c index 775ec004..294d2f8f 100644 --- a/copy.c +++ b/copy.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/copy.h b/copy.h index 45038f52..8350a21a 100644 --- a/copy.h +++ b/copy.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* flags to _mutt_copy_message */ diff --git a/curs_lib.c b/curs_lib.c index d67fdf1a..fc8e0315 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/curs_main.c b/curs_main.c index 472df806..b2d5938c 100644 --- a/curs_main.c +++ b/curs_main.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/date.c b/date.c index fc59c707..8d3eda75 100644 --- a/date.c +++ b/date.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/doc/dotlock.man b/doc/dotlock.man index a89ec427..bac79e32 100644 --- a/doc/dotlock.man +++ b/doc/dotlock.man @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. .\" .TH dotlock 1 "AUGUST 1999" Unix "User Manuals" .SH NAME diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 84227ccd..d256af6b 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -75,7 +75,7 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. Getting Started

diff --git a/doc/mutt.man b/doc/mutt.man index 748f3145..82367f0c 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. .\" .TH mutt 1 "February 2000" Unix "User Manuals" .SH NAME diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 3a46cc93..c0c69ad9 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. .\" .TH muttrc 5 "February 2000" Unix "User Manuals" .SH NAME diff --git a/dotlock.c b/dotlock.c index 1ef73070..aadbb082 100644 --- a/dotlock.c +++ b/dotlock.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/dotlock.h b/dotlock.h index 1105dc1c..d20cf597 100644 --- a/dotlock.h +++ b/dotlock.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _DOTLOCK_H diff --git a/edit.c b/edit.c index 73be6b85..005b915b 100644 --- a/edit.c +++ b/edit.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Close approximation of the mailx(1) builtin editor for sending mail. */ diff --git a/editmsg.c b/editmsg.c index ea472caf..e2b9a4a3 100644 --- a/editmsg.c +++ b/editmsg.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* simple, editor-based message editing */ diff --git a/enter.c b/enter.c index 2d40393d..716d0ef7 100644 --- a/enter.c +++ b/enter.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/extlib.c b/extlib.c index c339e178..11448f9e 100644 --- a/extlib.c +++ b/extlib.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/filter.c b/filter.c index db5ad665..056fbdd0 100644 --- a/filter.c +++ b/filter.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/flags.c b/flags.c index 087b01fd..879e739c 100644 --- a/flags.c +++ b/flags.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/from.c b/from.c index 1052a075..0d8407b8 100644 --- a/from.c +++ b/from.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/functions.h b/functions.h index ec3166cb..bcf77579 100644 --- a/functions.h +++ b/functions.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/globals.h b/globals.h index b502fc07..e2d3c3a0 100644 --- a/globals.h +++ b/globals.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ WHERE void (*mutt_error) (const char *, ...); diff --git a/gnupgparse.c b/gnupgparse.c index a77abc91..f46a1465 100644 --- a/gnupgparse.c +++ b/gnupgparse.c @@ -16,8 +16,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/handler.c b/handler.c index 91cc23d9..05667568 100644 --- a/handler.c +++ b/handler.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include diff --git a/hash.c b/hash.c index e420d996..79e71539 100644 --- a/hash.c +++ b/hash.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include diff --git a/hash.h b/hash.h index 913c380d..b6a9a36a 100644 --- a/hash.h +++ b/hash.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _HASH_H diff --git a/hdrline.c b/hdrline.c index 7e4213b4..7e63b5cb 100644 --- a/hdrline.c +++ b/hdrline.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/headers.c b/headers.c index 5e50922c..843b3bba 100644 --- a/headers.c +++ b/headers.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/help.c b/help.c index 1240b46d..dd00bfcd 100644 --- a/help.c +++ b/help.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #define HELP_C diff --git a/history.c b/history.c index f38b4969..e9f4063b 100644 --- a/history.c +++ b/history.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/history.h b/history.h index aef5e607..fb89bb47 100644 --- a/history.h +++ b/history.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _HISTORY_H diff --git a/hook.c b/hook.c index 52b8fbdf..75bdfd57 100644 --- a/hook.c +++ b/hook.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/imap/auth.c b/imap/auth.c index fbdcfd34..e321585a 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* IMAP login/authentication code */ diff --git a/imap/auth_gss.c b/imap/auth_gss.c index acf9387d..2102ff82 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* GSS login/authentication code */ diff --git a/imap/browse.c b/imap/browse.c index 5227b762..4ac57f14 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Mutt browser support routines */ diff --git a/imap/command.c b/imap/command.c index 6ba52fb7..b2cfbacd 100644 --- a/imap/command.c +++ b/imap/command.c @@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* command.c: routines for sending commands to an IMAP server and parsing diff --git a/imap/imap.c b/imap/imap.c index 0c15f2c3..5d8b99d9 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Support for IMAP4rev1, with the occasional nod to IMAP 4. */ diff --git a/imap/imap.h b/imap/imap.h index 9a687034..f0ad815e 100644 --- a/imap/imap.h +++ b/imap/imap.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _IMAP_H diff --git a/imap/imap_private.h b/imap/imap_private.h index 2d7b4085..2572efe1 100644 --- a/imap/imap_private.h +++ b/imap/imap_private.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _IMAP_PRIVATE_H diff --git a/imap/imap_socket.h b/imap/imap_socket.h index ad112b40..da7f50eb 100644 --- a/imap/imap_socket.h +++ b/imap/imap_socket.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _IMAP_SOCKET_H_ diff --git a/imap/imap_ssl.c b/imap/imap_ssl.c index a2abe6ff..9b73e854 100644 --- a/imap/imap_ssl.c +++ b/imap/imap_ssl.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include #include diff --git a/imap/imap_ssl.h b/imap/imap_ssl.h index 7e56d40d..03fc7850 100644 --- a/imap/imap_ssl.h +++ b/imap/imap_ssl.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _MUTT_SSL_H_ diff --git a/imap/message.c b/imap/message.c index 842aea0c..5f4e9e14 100644 --- a/imap/message.c +++ b/imap/message.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* message parsing/updating functions */ diff --git a/imap/message.h b/imap/message.h index ab31fd8f..f0701029 100644 --- a/imap/message.h +++ b/imap/message.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* message.c data structures */ diff --git a/imap/socket.c b/imap/socket.c index e0783f9b..533fa1fc 100644 --- a/imap/socket.c +++ b/imap/socket.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/imap/util.c b/imap/util.c index 94283671..2d107d3d 100644 --- a/imap/util.c +++ b/imap/util.c @@ -15,7 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* general IMAP utility functions */ diff --git a/init.c b/init.c index 493208ea..37ac4372 100644 --- a/init.c +++ b/init.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/init.h b/init.h index 763a6f72..f999f80e 100644 --- a/init.h +++ b/init.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifdef _MAKEDOC diff --git a/keymap.c b/keymap.c index 9f667474..c15a4195 100644 --- a/keymap.c +++ b/keymap.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/keymap.h b/keymap.h index 7ec89973..040e354d 100644 --- a/keymap.h +++ b/keymap.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef KEYMAP_H diff --git a/lib.c b/lib.c index 1d56365e..661685fe 100644 --- a/lib.c +++ b/lib.c @@ -16,8 +16,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/lib.h b/lib.h index 579b717d..59304d12 100644 --- a/lib.h +++ b/lib.h @@ -16,8 +16,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* mutt functions which are generally useful. */ diff --git a/mailbox.h b/mailbox.h index 01afc124..385d280d 100644 --- a/mailbox.h +++ b/mailbox.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _MAILBOX_H diff --git a/main.c b/main.c index d7c07bbe..d88f6235 100644 --- a/main.c +++ b/main.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #define MAIN_C 1 @@ -70,7 +70,7 @@ fixes, and suggestions.\n\ \n\ You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software\n\ - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n\ "); #ifdef HAVE_PGP diff --git a/makedoc.c b/makedoc.c index e1b2b09e..585a554f 100644 --- a/makedoc.c +++ b/makedoc.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /** diff --git a/mapping.h b/mapping.h index 57e89067..4d3d1565 100644 --- a/mapping.h +++ b/mapping.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ struct mapping_t diff --git a/mbox.c b/mbox.c index f9bd2fea..c0777480 100644 --- a/mbox.c +++ b/mbox.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* This file contains code to parse ``mbox'' and ``mmdf'' style mailboxes */ diff --git a/menu.c b/menu.c index 11649e77..eef22988 100644 --- a/menu.c +++ b/menu.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/mh.c b/mh.c index 27b2d56e..46cfbab0 100644 --- a/mh.c +++ b/mh.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/mime.h b/mime.h index 204c0401..1d7e1d46 100644 --- a/mime.h +++ b/mime.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Content-Type */ diff --git a/mutt.h b/mutt.h index 8cfff810..da8bd213 100644 --- a/mutt.h +++ b/mutt.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "config.h" diff --git a/mutt_curses.h b/mutt_curses.h index 9d7a608b..4c7e328e 100644 --- a/mutt_curses.h +++ b/mutt_curses.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifdef USE_SLANG_CURSES diff --git a/mutt_menu.h b/mutt_menu.h index fbc22bd0..13e01b63 100644 --- a/mutt_menu.h +++ b/mutt_menu.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/mutt_regex.h b/mutt_regex.h index a39bd8c1..8518964b 100644 --- a/mutt_regex.h +++ b/mutt_regex.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/muttbug.sh.in b/muttbug.sh.in index 0dc66449..f5c0c142 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -24,7 +24,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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. # SUBMIT="submit@bugs.guug.de" diff --git a/muttlib.c b/muttlib.c index 973634e0..6593e8a3 100644 --- a/muttlib.c +++ b/muttlib.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/mx.c b/mx.c index 3a3c40f3..dc6da4a0 100644 --- a/mx.c +++ b/mx.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/mx.h b/mx.h index 1d7d5a32..23411dfb 100644 --- a/mx.h +++ b/mx.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/pager.c b/pager.c index f63d7330..dfd5edac 100644 --- a/pager.c +++ b/pager.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/pager.h b/pager.h index 39eb4377..70695a99 100644 --- a/pager.h +++ b/pager.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* dynamic internal flags */ diff --git a/parse.c b/parse.c index 6098d0c2..6fae7667 100644 --- a/parse.c +++ b/parse.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/pattern.c b/pattern.c index e56e7c2e..e84764de 100644 --- a/pattern.c +++ b/pattern.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/pgp.c b/pgp.c index 5aab0689..cd457bac 100644 --- a/pgp.c +++ b/pgp.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/pgp.h b/pgp.h index a6ae4a0c..f4fad9b1 100644 --- a/pgp.h +++ b/pgp.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifdef HAVE_PGP diff --git a/pgpinvoke.c b/pgpinvoke.c index ae79165d..642ef893 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* This file contains the new pgp invocation code. Note that this diff --git a/pgpkey.c b/pgpkey.c index 2046efab..1cb418e7 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -16,8 +16,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/pgplib.c b/pgplib.c index 6fc20998..8da90033 100644 --- a/pgplib.c +++ b/pgplib.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* Generally useful, pgp-related functions. */ diff --git a/pgplib.h b/pgplib.h index 5f041401..574aa779 100644 --- a/pgplib.h +++ b/pgplib.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifdef HAVE_PGP diff --git a/pgppubring.c b/pgppubring.c index 68bf3644..33583dca 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/po/cs.po b/po/cs.po index 9046e48f..f117edb7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2714,7 +2714,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2742,7 +2742,7 @@ msgstr "" "\n" " Kopie Obecné veøejné licence GNU mìla být dodána spolu s tímto programem;\n" "pokud se tak nestalo, napi¹te o ni Free Software Foundation, Inc.,\n" -"675 Mass Ave, Cambridge, MA 02139, USA.\n" +"59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" "\n" # diff --git a/po/de.po b/po/de.po index 8960c4ff..0f64b2e3 100644 --- a/po/de.po +++ b/po/de.po @@ -2261,7 +2261,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2287,7 +2287,7 @@ msgstr "" "\n" " Sie sollten eine Kopie der GNU General Public License zusammen mit\n" " diesem Programm erhalten haben; falls nicht, schreiben sie an Free\n" -" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 msgid "" diff --git a/po/el.po b/po/el.po index 3b4f251a..05b127e9 100644 --- a/po/el.po +++ b/po/el.po @@ -2746,7 +2746,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2772,7 +2772,7 @@ msgstr "" "\n" "Èá Ýðñåðå íá Ý÷åôå ëÜâåé Ýíá áíôßãñáöï ôçò GNU ÃåíéêÞò Äçìüóéáò Áäåéáò\n" "ìå áõôü ôï ðñüãñáììá. ÅÜí ü÷é, ãñÜøôå óôï Free Software \n" -"Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" "\n" # diff --git a/po/eo.po b/po/eo.po index bae6bf1e..345db219 100644 --- a/po/eo.po +++ b/po/eo.po @@ -2256,7 +2256,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Kopirajto (C) 1996-2000 Michael R. Elkins \n" "Kopirajto (C) 1996-2000 Brandon Long \n" @@ -2280,7 +2280,7 @@ msgstr "" "\n" " Vi devus esti ricevinta kopion de la Øenerala Publika Rajtigilo de\n" " GNU kun æi tiu programo; se ne, skribu al Free Software Foundation,\n" -" Inc., 675 Mass Ave, Cambridge, MA 02139, Usono.\n" +" Inc., 59 Temple Place - Suite 330, Boston, MA 02111, Usono.\n" #: main.c:77 msgid "" diff --git a/po/es.po b/po/es.po index a8a18190..202cf2d1 100644 --- a/po/es.po +++ b/po/es.po @@ -2256,7 +2256,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2280,7 +2280,7 @@ msgstr "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 msgid "" diff --git a/po/fr.po b/po/fr.po index 973a73a0..580f4c7c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2349,7 +2349,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2373,7 +2373,7 @@ msgstr "" "\n" " Vous devez avoir reçu un exemplaire de la GNU General Public License\n" " avec ce programme ; si ce n'est pas le cas, écrivez à la Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 msgid "" diff --git a/po/gl.po b/po/gl.po index 8cb09664..0942ecd2 100644 --- a/po/gl.po +++ b/po/gl.po @@ -2287,7 +2287,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-9 Michael R. Elkins \n" "Copyright (C) 1997-9 Thomas Roessler \n" @@ -2304,7 +2304,7 @@ msgstr "" "\n" " Debería haber recibido unha copia da Licencia Pública Xeral de GNU\n" " xunto deste programa; se non foi así, escriba á Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 #, fuzzy diff --git a/po/id.po b/po/id.po index 80d2ae92..b9c9184b 100644 --- a/po/id.po +++ b/po/id.po @@ -2262,7 +2262,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Hak Cipta (C) 1996-2000 Michael R. Elkins \n" "Hak Cipta (C) 1996-2000 Brandon Long \n" @@ -2287,7 +2287,7 @@ msgstr "" "\n" " Anda seharusnya sudah menerima salinan dari GNU General Public License\n" " bersama dengan program ini; jika tidak, silakan bersurat kepada\n" -" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 msgid "" diff --git a/po/it.po b/po/it.po index 978e31c7..f750ee55 100644 --- a/po/it.po +++ b/po/it.po @@ -2266,7 +2266,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" #: main.c:77 diff --git a/po/ko.po b/po/ko.po index f86326fc..3d2cc6c5 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2259,7 +2259,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2283,7 +2283,7 @@ msgstr "" "\n" " º» ÇÁ·Î±×·¥¿¡´Â GNU General Public License º¹»çº»ÀÌ Æ÷ÇÔ µÇ¾îÀÖ½À´Ï´Ù;\n" " Æ÷ÇԵǾî ÀÖÁö ¾ÊÀ» °æ¿ì ¾Æ·¡ÀÇ ÁÖ¼Ò·Î ¿¬¶ôÇϽñ⠹ٶø´Ï´Ù.\n" -" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 msgid "" diff --git a/po/nl.po b/po/nl.po index bd710493..7d9ff157 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2277,7 +2277,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" #: main.c:77 diff --git a/po/pl.po b/po/pl.po index 2fbf34a8..e3c1b171 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2291,7 +2291,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-9 Michael R. Elkins \n" "Copyright (C) 1996-9 Brandon Long \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3c80a7df..42a2f58c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2288,7 +2288,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1997-8 Thomas Roessler \n" "Copyright (C) 1998 Werner Kock \n" @@ -2310,7 +2310,7 @@ msgstr "" "\n" " Você deve ter recebido uma cópia da Licença Pública Geral da GNU junto\n" " com este programa; caso contrário, escreva para Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02138, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 #, fuzzy diff --git a/po/ru.po b/po/ru.po index d0368993..b69bf070 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2301,7 +2301,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-9 Michael R. Elkins \n" "Copyright (C) 1996-9 Brandon Long \n" @@ -2325,7 +2325,7 @@ msgstr "" "\n" " ÷Ù ÄÏÌÖÎÙ ÂÙÌÉ ÐÏÌÕÞÉÔØ ËÏÐÉÀ GNU General Public License ×ÍÅÓÔÅ Ó ÜÔÏÊ\n" " ÐÒÏÇÒÁÍÍÏÊ. åÓÌÉ ×Ù ÅÅ ÎÅ ÐÏÌÕÞÉÌÉ, ÏÂÒÁÔÉÔÅÓØ ×Ï Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 #, fuzzy diff --git a/po/sk.po b/po/sk.po index bf03451f..c191c7fc 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2285,7 +2285,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-8 Michael R. Elkins \n" "Copyright (C) 1997-8 Thomas Roessler \n" @@ -2307,7 +2307,7 @@ msgstr "" "\n" " Mali by ste obdr¾a» kópiu GNU General Public License spolu s týmto\n" " programom; ak nie, napí¹te do Free Software Foundation, Inc.,\n" -" 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 #, fuzzy diff --git a/po/sv.po b/po/sv.po index e2e9b2ed..be450c54 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2253,7 +2253,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Upphovsrätt (C) 1996-2000 Michael R. Elkins \n" "Upphovsrätt (C) 1996-2000 Brandon Long \n" diff --git a/po/uk.po b/po/uk.po index a3c1486f..3df2cebc 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2270,7 +2270,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" #: main.c:77 diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po index 6cc1b466..cd9fa640 100644 --- a/po/zh_TW.Big5.po +++ b/po/zh_TW.Big5.po @@ -2275,7 +2275,7 @@ msgid "" "\n" " You should have received a copy of the GNU General Public License\n" " along with this program; if not, write to the Free Software\n" -" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" +" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" msgstr "" "Copyright (C) 1996-2000 Michael R. Elkins \n" "Copyright (C) 1996-2000 Brandon Long \n" @@ -2295,8 +2295,7 @@ msgstr "" " ¤¤±N·|Àò±o§ó¦h¸ê®Æ¡C\n" "\n" " ±zÀ³¤w³s¦PÀ³¥Îµ{¦¡¦¬¨ì¤@¥÷ GNU ¤@¯ë¤½¦@±ÂÅv®Ñ¡F¦pªG¨S¦³¡A½Ð¼g«H\n" -" ¦Ü Free Software Foundation, Inc., 675 Mass Ave, Cambridge,\n" -" MA 02139, USA.\n" +" ¦Ü Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:77 #, fuzzy diff --git a/pop.c b/pop.c index 63da81f4..14fa2a21 100644 --- a/pop.c +++ b/pop.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/postpone.c b/postpone.c index 3fbe10a2..69597f34 100644 --- a/postpone.c +++ b/postpone.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/protos.h b/protos.h index 75db0543..b7380b97 100644 --- a/protos.h +++ b/protos.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ diff --git a/query.c b/query.c index 3396ef21..439f71d0 100644 --- a/query.c +++ b/query.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/recvattach.c b/recvattach.c index 1a278a56..11f370f5 100644 --- a/recvattach.c +++ b/recvattach.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/recvcmd.c b/recvcmd.c index 2a49ee95..8513b83e 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/remailer.c b/remailer.c index e6e33906..82fdc90e 100644 --- a/remailer.c +++ b/remailer.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/remailer.h b/remailer.h index 44937bb1..c1391a5e 100644 --- a/remailer.h +++ b/remailer.h @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/resize.c b/resize.c index 8d5c5d82..c3041d85 100644 --- a/resize.c +++ b/resize.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/rfc1524.c b/rfc1524.c index 4e20b4a8..a9e82d74 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/rfc1524.h b/rfc1524.h index 72609ed8..50d4b6f4 100644 --- a/rfc1524.h +++ b/rfc1524.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef _RFC1524_H diff --git a/rfc2047.c b/rfc2047.c index c3ea0457..01358f6a 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/rfc2047.h b/rfc2047.h index 9364e0bf..ac664907 100644 --- a/rfc2047.h +++ b/rfc2047.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ void rfc2047_encode_string (char *, size_t, const unsigned char *); diff --git a/rfc2231.c b/rfc2231.c index 209042c0..8368d8f7 100644 --- a/rfc2231.c +++ b/rfc2231.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ /* diff --git a/rfc2231.h b/rfc2231.h index 0535e6fc..713883ab 100644 --- a/rfc2231.h +++ b/rfc2231.h @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA - * 02139, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ void rfc2231_decode_parameters (PARAMETER **); diff --git a/rfc822.c b/rfc822.c index 061fcac0..e8fb7190 100644 --- a/rfc822.c +++ b/rfc822.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include diff --git a/rfc822.h b/rfc822.h index b5d4e005..f4f31d63 100644 --- a/rfc822.h +++ b/rfc822.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #ifndef rfc822_h diff --git a/score.c b/score.c index 05eabb66..a9dc638c 100644 --- a/score.c +++ b/score.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/send.c b/send.c index a90c7a85..b2de64c1 100644 --- a/send.c +++ b/send.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/sendlib.c b/sendlib.c index 97459049..5f0493a2 100644 --- a/sendlib.c +++ b/sendlib.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #define _SENDLIB_C 1 diff --git a/signal.c b/signal.c index a65e10b3..68f1f3ca 100644 --- a/signal.c +++ b/signal.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/sort.c b/sort.c index 30ebda2b..16141df4 100644 --- a/sort.c +++ b/sort.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/sort.h b/sort.h index 25a9e566..ff62939b 100644 --- a/sort.h +++ b/sort.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #define SORT_DATE 1 /* the date the mail was sent. */ diff --git a/status.c b/status.c index ea3a1786..b9e52c88 100644 --- a/status.c +++ b/status.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/system.c b/system.c index 7fbd623a..a57732ea 100644 --- a/system.c +++ b/system.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" diff --git a/thread.c b/thread.c index cbe1159a..cbb6e6e3 100644 --- a/thread.c +++ b/thread.c @@ -18,7 +18,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "mutt.h" -- 2.40.0