summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
commitb93156813d1112dab689c697eb817e62bb73bbd5 (patch)
treed634b333beeabce99e22131b65043d00ef5960b2 /frm
parentc0b1c8f24780571248345b245a538db24d788872 (diff)
downloadmailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.gz
mailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.bz2
Updated FSF addressalpha_0_6_90
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
@@ -14,7 +14,8 @@
14## 14##
15## You should have received a copy of the GNU General Public License 15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software 16## along with this program; if not, write to the Free Software
17## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18## 02110-1301 USA
18 19
19INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\ 20INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
20 -I${top_builddir}/include/mailutils/gnu @INTLINCS@ 21 -I${top_builddir}/include/mailutils/gnu @INTLINCS@
diff --git a/frm/common.c b/frm/common.c
index 444053a82..db75c7205 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -14,7 +14,8 @@
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
18 19
19#include <frm.h> 20#include <frm.h>
20 21
diff --git a/frm/frm.c b/frm/frm.c
index 7c47101f8..d4d9a4012 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -14,7 +14,8 @@
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
18 19
19#include <frm.h> 20#include <frm.h>
20 21
diff --git a/frm/frm.h b/frm/frm.h
index e9cece794..fda0941e2 100644
--- a/frm/frm.h
+++ b/frm/frm.h
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
17 18
18#ifdef HAVE_CONFIG_H 19#ifdef HAVE_CONFIG_H
19# include <config.h> 20# include <config.h>
diff --git a/frm/from.c b/frm/from.c
index a188be38c..3f4f073b4 100644
--- a/frm/from.c
+++ b/frm/from.c
@@ -13,7 +13,8 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
17 18
18#include <frm.h> 19#include <frm.h>
19 20
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
@@ -14,8 +14,8 @@
14## 14##
15## You should have received a copy of the GNU General Public License 15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software 16## along with this program; if not, write to the Free Software
17## Foundation, Inc. 17## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18## 02110-1301 USA
19 19
20AUTOMAKE_OPTIONS = dejagnu 20AUTOMAKE_OPTIONS = dejagnu
21DEJATOOL = frm 21DEJATOOL = 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
@@ -13,8 +13,9 @@
13# GNU General Public License for more details. 13# GNU General Public License for more details.
14# 14#
15# You should have received a copy of the GNU General Public License 15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software Foundation, 16# along with this program; if not, write to the Free Software
17# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18# 02110-1301 USA.
18 19
19source $top_srcdir/testsuite/lib/mailutils.exp 20source $top_srcdir/testsuite/lib/mailutils.exp
20 21

Return to:

Send suggestions and report system problems to the System administrator.