Fixed FSF address.
Showing
4 changed files
with
20 additions
and
13 deletions
1 | 2002-12-29 Wojciech Polak <polak@gnu.org> | 1 | 2002-12-29 Wojciech Polak <polak@gnu.org> |
2 | 2 | ||
3 | * mail/mail.c: Updated FSF address. | ||
4 | * mailbox/mu_argp.c: Likewise. | ||
5 | * mh/mh_argp.c: Likewise. | ||
6 | |||
7 | 2002-12-29 Wojciech Polak <polak@gnu.org> | ||
8 | |||
3 | * Makefile.am: Added "dist-bzip2" to AUTOMAKE_OPTIONS. | 9 | * Makefile.am: Added "dist-bzip2" to AUTOMAKE_OPTIONS. |
4 | 10 | ||
5 | 2002-12-29 Sergey Poznyakoff | 11 | 2002-12-29 Sergey Poznyakoff | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
15 | along with GNU Mailutils; if not, write to the Free Software | 15 | along with GNU Mailutils; if not, write to the Free Software |
16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |
17 | 17 | ||
18 | #include "mail.h" | 18 | #include "mail.h" |
19 | 19 | ||
... | @@ -508,8 +508,8 @@ mail_warranty (int argc, char **argv) | ... | @@ -508,8 +508,8 @@ mail_warranty (int argc, char **argv) |
508 | fputs ( | 508 | fputs ( |
509 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" | 509 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" |
510 | " it under the terms of the GNU General Public License as published by\n" | 510 | " it under the terms of the GNU General Public License as published by\n" |
511 | " the Free Software Foundation; either version 2, or (at your option)\n" | 511 | " the Free Software Foundation; either version 2 of the License, or\n" |
512 | " any later version.\n" | 512 | " (at your option) any later version.\n" |
513 | "\n" | 513 | "\n" |
514 | " GNU Mailutils is distributed in the hope that it will be useful,\n" | 514 | " GNU Mailutils is distributed in the hope that it will be useful,\n" |
515 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" | 515 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
... | @@ -518,7 +518,8 @@ mail_warranty (int argc, char **argv) | ... | @@ -518,7 +518,8 @@ mail_warranty (int argc, char **argv) |
518 | "\n" | 518 | "\n" |
519 | " You should have received a copy of the GNU General Public License\n" | 519 | " You should have received a copy of the GNU General Public License\n" |
520 | " along with GNU Mailutils; if not, write to the Free Software\n" | 520 | " along with GNU Mailutils; if not, write to the Free Software\n" |
521 | " Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n"), ofile); | 521 | " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"), |
522 | ofile); | ||
522 | 523 | ||
523 | return 0; | 524 | return 0; |
524 | } | 525 | } | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ||
14 | You should have received a copy of the GNU Lesser General Public License | 14 | You should have received a copy of the GNU Lesser General Public License |
15 | along with GNU Mailutils; if not, write to the Free Software | 15 | along with GNU Mailutils; if not, write to the Free Software |
16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |
17 | 17 | ||
18 | #ifdef HAVE_CONFIG_H | 18 | #ifdef HAVE_CONFIG_H |
19 | # include <config.h> | 19 | # include <config.h> |
... | @@ -240,8 +240,8 @@ parse_log_facility (const char *str) | ... | @@ -240,8 +240,8 @@ parse_log_facility (const char *str) |
240 | char *mu_license_text = | 240 | char *mu_license_text = |
241 | N_(" GNU Mailutils is free software; you can redistribute it and/or modify\n" | 241 | N_(" GNU Mailutils is free software; you can redistribute it and/or modify\n" |
242 | " it under the terms of the GNU General Public License as published by\n" | 242 | " it under the terms of the GNU General Public License as published by\n" |
243 | " the Free Software Foundation; either version 2, or (at your option)\n" | 243 | " the Free Software Foundation; either version 2 of the License, or\n" |
244 | " any later version.\n" | 244 | " (at your option) any later version.\n" |
245 | "\n" | 245 | "\n" |
246 | " GNU Mailutils is distributed in the hope that it will be useful,\n" | 246 | " GNU Mailutils is distributed in the hope that it will be useful,\n" |
247 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" | 247 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
... | @@ -250,7 +250,7 @@ char *mu_license_text = | ... | @@ -250,7 +250,7 @@ char *mu_license_text = |
250 | "\n" | 250 | "\n" |
251 | " You should have received a copy of the GNU General Public License\n" | 251 | " You should have received a copy of the GNU General Public License\n" |
252 | " along with GNU Mailutils; if not, write to the Free Software\n" | 252 | " along with GNU Mailutils; if not, write to the Free Software\n" |
253 | " Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n"); | 253 | " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"); |
254 | 254 | ||
255 | static char *mu_conf_option[] = { | 255 | static char *mu_conf_option[] = { |
256 | "VERSION=" VERSION, | 256 | "VERSION=" VERSION, | ... | ... |
... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
13 | 13 | ||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU Lesser General Public License |
15 | along with GNU Mailutils; if not, write to the Free Software | 15 | along with GNU Mailutils; if not, write to the Free Software |
16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |
17 | 17 | ||
18 | /* Coexistence between GNU long options, traditional UNIX-style short | 18 | /* Coexistence between GNU long options, traditional UNIX-style short |
19 | options and traditional MH long options. */ | 19 | options and traditional MH long options. */ |
... | @@ -149,8 +149,8 @@ mh_license (const char *name) | ... | @@ -149,8 +149,8 @@ mh_license (const char *name) |
149 | printf ( | 149 | printf ( |
150 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" | 150 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" |
151 | " it under the terms of the GNU General Public License as published by\n" | 151 | " it under the terms of the GNU General Public License as published by\n" |
152 | " the Free Software Foundation; either version 2, or (at your option)\n" | 152 | " the Free Software Foundation; either version 2 of the License, or\n" |
153 | " any later version.\n" | 153 | " (at your option) any later version.\n" |
154 | "\n" | 154 | "\n" |
155 | " GNU Mailutils is distributed in the hope that it will be useful,\n" | 155 | " GNU Mailutils is distributed in the hope that it will be useful,\n" |
156 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" | 156 | " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |
... | @@ -159,7 +159,7 @@ mh_license (const char *name) | ... | @@ -159,7 +159,7 @@ mh_license (const char *name) |
159 | "\n" | 159 | "\n" |
160 | " You should have received a copy of the GNU General Public License\n" | 160 | " You should have received a copy of the GNU General Public License\n" |
161 | " along with GNU Mailutils; if not, write to the Free Software\n" | 161 | " along with GNU Mailutils; if not, write to the Free Software\n" |
162 | " Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n")); | 162 | " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n")); |
163 | 163 | ||
164 | exit (0); | 164 | exit (0); |
165 | } | 165 | } | ... | ... |
-
Please register or sign in to post a comment