summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am4
-rw-r--r--mail/alias.c3
-rw-r--r--mail/alt.c3
-rw-r--r--mail/cd.c3
-rw-r--r--mail/copy.c3
-rw-r--r--mail/decode.c3
-rw-r--r--mail/delete.c3
-rw-r--r--mail/dp.c3
-rw-r--r--mail/echo.c3
-rw-r--r--mail/edit.c3
-rw-r--r--mail/eq.c3
-rw-r--r--mail/exit.c3
-rw-r--r--mail/file.c3
-rw-r--r--mail/folders.c3
-rw-r--r--mail/followup.c3
-rw-r--r--mail/from.c3
-rw-r--r--mail/headers.c3
-rw-r--r--mail/help.c3
-rw-r--r--mail/hold.c3
-rw-r--r--mail/if.c3
-rw-r--r--mail/inc.c3
-rw-r--r--mail/list.c3
-rw-r--r--mail/mail.c12
-rw-r--r--mail/mail.h3
-rw-r--r--mail/mailline.c3
-rw-r--r--mail/mbox.c3
-rw-r--r--mail/msgset.y3
-rw-r--r--mail/next.c3
-rw-r--r--mail/pipe.c3
-rw-r--r--mail/previous.c3
-rw-r--r--mail/print.c3
-rw-r--r--mail/quit.c3
-rw-r--r--mail/reply.c3
-rw-r--r--mail/retain.c3
-rw-r--r--mail/save.c3
-rw-r--r--mail/send.c3
-rw-r--r--mail/set.c3
-rw-r--r--mail/setenv.c3
-rw-r--r--mail/shell.c3
-rw-r--r--mail/size.c3
-rw-r--r--mail/source.c3
-rw-r--r--mail/summary.c3
-rw-r--r--mail/table.c3
-rw-r--r--mail/tag.c3
-rw-r--r--mail/testsuite/Makefile.am4
-rw-r--r--mail/testsuite/lib/mail.exp5
-rw-r--r--mail/testsuite/mail/alias.exp5
-rw-r--r--mail/testsuite/mail/folder.exp5
-rw-r--r--mail/testsuite/mail/read.exp5
-rw-r--r--mail/testsuite/mail/send.exp5
-rw-r--r--mail/testsuite/mail/tag.exp5
-rw-r--r--mail/testsuite/mail/write.exp5
-rw-r--r--mail/testsuite/mail/z.exp5
-rw-r--r--mail/top.c3
-rw-r--r--mail/touch.c3
-rw-r--r--mail/unalias.c3
-rw-r--r--mail/undelete.c3
-rw-r--r--mail/unset.c3
-rw-r--r--mail/util.c3
-rw-r--r--mail/var.c3
-rw-r--r--mail/version.c3
-rw-r--r--mail/visual.c3
-rw-r--r--mail/write.c3
-rw-r--r--mail/z.c3
64 files changed, 142 insertions, 77 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 1d5e8c5d3..f70512573 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -14,8 +14,8 @@
##
## 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
AM_YFLAGS=-vt
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu -I${top_srcdir}/mailbox @INTLINCS@ @AUTHINCS@
diff --git a/mail/alias.c b/mail/alias.c
index 38ca55fa7..396ae11e3 100644
--- a/mail/alias.c
+++ b/mail/alias.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/alt.c b/mail/alt.c
index dd9cd4cb3..21ecf67fc 100644
--- a/mail/alt.c
+++ b/mail/alt.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
#include <pwd.h>
diff --git a/mail/cd.c b/mail/cd.c
index aa33e4b31..8a71d07d7 100644
--- a/mail/cd.c
+++ b/mail/cd.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/copy.c b/mail/copy.c
index 2749f82de..3267b0674 100644
--- a/mail/copy.c
+++ b/mail/copy.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/decode.c b/mail/decode.c
index c40394c4d..fe82dcec8 100644
--- a/mail/decode.c
+++ b/mail/decode.c
@@ -14,7 +14,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/delete.c b/mail/delete.c
index 28b87298d..8daba11a2 100644
--- a/mail/delete.c
+++ b/mail/delete.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/dp.c b/mail/dp.c
index 814a5b2bc..ace9d9c19 100644
--- a/mail/dp.c
+++ b/mail/dp.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/echo.c b/mail/echo.c
index 9b19d7e0c..af68ea01c 100644
--- a/mail/echo.c
+++ b/mail/echo.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/edit.c b/mail/edit.c
index 34a2ce28e..782c27ab1 100644
--- a/mail/edit.c
+++ b/mail/edit.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/eq.c b/mail/eq.c
index e65ecfc5b..e717019db 100644
--- a/mail/eq.c
+++ b/mail/eq.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/exit.c b/mail/exit.c
index 9aa73e97f..5089ebcc6 100644
--- a/mail/exit.c
+++ b/mail/exit.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/file.c b/mail/file.c
index a141af350..cb4657ddf 100644
--- a/mail/file.c
+++ b/mail/file.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/folders.c b/mail/folders.c
index 7970cb43b..88a376ddb 100644
--- a/mail/folders.c
+++ b/mail/folders.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/followup.c b/mail/followup.c
index 902398bde..24b2493d0 100644
--- a/mail/followup.c
+++ b/mail/followup.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/from.c b/mail/from.c
index fb62284ff..4d5cf00ae 100644
--- a/mail/from.c
+++ b/mail/from.c
@@ -14,7 +14,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/headers.c b/mail/headers.c
index cd72c16f0..9dd6475a6 100644
--- a/mail/headers.c
+++ b/mail/headers.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/help.c b/mail/help.c
index 43441e1ad..12d78a6d9 100644
--- a/mail/help.c
+++ b/mail/help.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/hold.c b/mail/hold.c
index 9f73be5c0..bd4bb8c12 100644
--- a/mail/hold.c
+++ b/mail/hold.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/if.c b/mail/if.c
index 532e6f1fb..1696f19f4 100644
--- a/mail/if.c
+++ b/mail/if.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/inc.c b/mail/inc.c
index 470438716..ab285ab47 100644
--- a/mail/inc.c
+++ b/mail/inc.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/list.c b/mail/list.c
index a5b4e4fdc..c91270e1c 100644
--- a/mail/list.c
+++ b/mail/list.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/mail.c b/mail/mail.c
index 852dcee78..b10bca9b8 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -14,7 +14,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
@@ -547,9 +548,12 @@ mail_warranty (int argc ARG_UNUSED, char **argv ARG_UNUSED)
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
" GNU General Public License for more details.\n"
"\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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"),
+ " You should have received a copy of the GNU General Public License along\n"
+ " with GNU Mailutils; if not, write to the Free Software Foundation,\n"
+ " Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
+ "\n"
+ "\n"
+),
ofile);
return 0;
diff --git a/mail/mail.h b/mail/mail.h
index ce192de47..62a789769 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#ifndef _MAIL_H
#define _MAIL_H 1
diff --git a/mail/mailline.c b/mail/mailline.c
index b9f4174e4..a2f732e79 100644
--- a/mail/mailline.c
+++ b/mail/mailline.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/mbox.c b/mail/mbox.c
index cf28b87b8..969c8e00e 100644
--- a/mail/mbox.c
+++ b/mail/mbox.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/msgset.y b/mail/msgset.y
index 88af5e9a9..5ba3284e7 100644
--- a/mail/msgset.y
+++ b/mail/msgset.y
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
%{
#include "mail.h"
diff --git a/mail/next.c b/mail/next.c
index 5d581841d..0083440a6 100644
--- a/mail/next.c
+++ b/mail/next.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/pipe.c b/mail/pipe.c
index 6c2655478..06ed2142e 100644
--- a/mail/pipe.c
+++ b/mail/pipe.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/previous.c b/mail/previous.c
index a282a83c7..73d9a6e73 100644
--- a/mail/previous.c
+++ b/mail/previous.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/print.c b/mail/print.c
index 0fbd1afbc..fc5109407 100644
--- a/mail/print.c
+++ b/mail/print.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/quit.c b/mail/quit.c
index 96fb5ed9d..533892926 100644
--- a/mail/quit.c
+++ b/mail/quit.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/reply.c b/mail/reply.c
index 4706c60cb..2cb493bc8 100644
--- a/mail/reply.c
+++ b/mail/reply.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/retain.c b/mail/retain.c
index 1bb13b5f0..e597aef2d 100644
--- a/mail/retain.c
+++ b/mail/retain.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/save.c b/mail/save.c
index b564c6292..c749311c0 100644
--- a/mail/save.c
+++ b/mail/save.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/send.c b/mail/send.c
index 9a0b78264..37a0607dd 100644
--- a/mail/send.c
+++ b/mail/send.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/mail/set.c b/mail/set.c
index 33707147f..c86336d79 100644
--- a/mail/set.c
+++ b/mail/set.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"
diff --git a/mail/setenv.c b/mail/setenv.c
index a61794ab6..042db7fa0 100644
--- a/mail/setenv.c
+++ b/mail/setenv.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include "mail.h"