summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
Diffstat (limited to 'frm')
-rw-r--r--frm/Makefile.am3
-rw-r--r--frm/common.c3
-rw-r--r--frm/frm.c3
-rw-r--r--frm/frm.h3
-rw-r--r--frm/from.c3
-rw-r--r--frm/testsuite/Makefile.am4
-rw-r--r--frm/testsuite/frm/test.exp5
7 files changed, 15 insertions, 9 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index a6770bc68..a1e0d93e9 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -11,13 +11,14 @@
## WITHOUT ANY WARRANTY; without even the implied warranty of
## 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
## 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
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
-I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
diff --git a/frm/common.c b/frm/common.c
index 444053a82..db75c7205 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -11,13 +11,14 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
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 <frm.h>
char *show_field; /* Show this header field instead of the default
`From: Subject:' pair. -f option */
int show_to; /* Additionally display To: field. -l option */
diff --git a/frm/frm.c b/frm/frm.c
index 7c47101f8..d4d9a4012 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -11,13 +11,14 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
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 <frm.h>
static int show_summary; /* Summarize the number of messages by message
status in each mailbox. -S option */
static int be_quiet; /* Quiet mode. -q option. */
diff --git a/frm/frm.h b/frm/frm.h
index e9cece794..fda0941e2 100644
--- a/frm/frm.h
+++ b/frm/frm.h
@@ -10,13 +10,14 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
diff --git a/frm/from.c b/frm/from.c
index a188be38c..3f4f073b4 100644
--- a/frm/from.c
+++ b/frm/from.c
@@ -10,13 +10,14 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
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 <frm.h>
int count_only;
char *sender_option;
char *mailbox_name;
diff --git a/frm/testsuite/Makefile.am b/frm/testsuite/Makefile.am
index 22699e526..f39798331 100644
--- a/frm/testsuite/Makefile.am
+++ b/frm/testsuite/Makefile.am
@@ -11,14 +11,14 @@
## WITHOUT ANY WARRANTY; without even the implied warranty of
## 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
## 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
AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = frm
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = frm
diff --git a/frm/testsuite/frm/test.exp b/frm/testsuite/frm/test.exp
index 0df79da51..f319e24a5 100644
--- a/frm/testsuite/frm/test.exp
+++ b/frm/testsuite/frm/test.exp
@@ -10,14 +10,15 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# 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
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
source $top_srcdir/testsuite/lib/mailutils.exp
mu_init
set env(MAIL) $MU_SPOOL_DIR/mbox1
set env(FOLDER) $env(MAIL)

Return to:

Send suggestions and report system problems to the System administrator.