Commit 2f85c7e8 2f85c7e8bd66067efe6da86b2d09fa6b73f2ab55 by Wojciech Polak

Fixed FSF address.

1 parent 972d42a4
2002-12-29 Wojciech Polak <polak@gnu.org>
* mail/mail.c: Updated FSF address.
* mailbox/mu_argp.c: Likewise.
* mh/mh_argp.c: Likewise.
2002-12-29 Wojciech Polak <polak@gnu.org>
* Makefile.am: Added "dist-bzip2" to AUTOMAKE_OPTIONS.
2002-12-29 Sergey Poznyakoff
......
......@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; 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-1307 USA */
#include "mail.h"
......@@ -508,8 +508,8 @@ mail_warranty (int argc, char **argv)
fputs (
_(" GNU Mailutils is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
" the Free Software Foundation; either version 2, or (at your option)\n"
" any later version.\n"
" the Free Software Foundation; either version 2 of the License, or\n"
" (at your option) any later version.\n"
"\n"
" GNU Mailutils is distributed in the hope that it will be useful,\n"
" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
......@@ -518,7 +518,8 @@ mail_warranty (int argc, char **argv)
"\n"
" You should have received a copy of the GNU General Public License\n"
" along with GNU Mailutils; if not, write to the Free Software\n"
" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n"), ofile);
" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"),
ofile);
return 0;
}
......
......@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public License
along with GNU Mailutils; 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-1307 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
......@@ -240,8 +240,8 @@ parse_log_facility (const char *str)
char *mu_license_text =
N_(" GNU Mailutils is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
" the Free Software Foundation; either version 2, or (at your option)\n"
" any later version.\n"
" the Free Software Foundation; either version 2 of the License, or\n"
" (at your option) any later version.\n"
"\n"
" GNU Mailutils is distributed in the hope that it will be useful,\n"
" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
......@@ -250,7 +250,7 @@ char *mu_license_text =
"\n"
" You should have received a copy of the GNU General Public License\n"
" along with GNU Mailutils; if not, write to the Free Software\n"
" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n");
" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n");
static char *mu_conf_option[] = {
"VERSION=" VERSION,
......
......@@ -11,9 +11,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with GNU Mailutils; 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-1307 USA */
/* Coexistence between GNU long options, traditional UNIX-style short
options and traditional MH long options. */
......@@ -149,8 +149,8 @@ mh_license (const char *name)
printf (
_(" GNU Mailutils is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
" the Free Software Foundation; either version 2, or (at your option)\n"
" any later version.\n"
" the Free Software Foundation; either version 2 of the License, or\n"
" (at your option) any later version.\n"
"\n"
" GNU Mailutils is distributed in the hope that it will be useful,\n"
" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
......@@ -159,7 +159,7 @@ mh_license (const char *name)
"\n"
" You should have received a copy of the GNU General Public License\n"
" along with GNU Mailutils; if not, write to the Free Software\n"
" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n"));
" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"));
exit (0);
}
......