summaryrefslogtreecommitdiff
path: root/mimeview
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 /mimeview
parentc0b1c8f24780571248345b245a538db24d788872 (diff)
downloadmailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.gz
mailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.bz2
Updated FSF addressalpha_0_6_90
Diffstat (limited to 'mimeview')
-rw-r--r--mimeview/Makefile.am3
-rw-r--r--mimeview/mimetypes.l3
-rw-r--r--mimeview/mimetypes.y3
-rw-r--r--mimeview/mimeview.c3
-rw-r--r--mimeview/mimeview.h3
5 files changed, 10 insertions, 5 deletions
diff --git a/mimeview/Makefile.am b/mimeview/Makefile.am
index 16f34d65f..a3926722c 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/Makefile.am
@@ -14,7 +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
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
-I${top_builddir}/include/mailutils/gnu @INTLINCS@
diff --git a/mimeview/mimetypes.l b/mimeview/mimetypes.l
index 955ce18d1..5170535a6 100644
--- a/mimeview/mimetypes.l
+++ b/mimeview/mimetypes.l
@@ -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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/mimeview/mimetypes.y b/mimeview/mimetypes.y
index 480943432..cda0f5d8f 100644
--- a/mimeview/mimetypes.y
+++ b/mimeview/mimetypes.y
@@ -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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/mimeview/mimeview.c b/mimeview/mimeview.c
index c343cdd47..7e0df886e 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/mimeview/mimeview.h b/mimeview/mimeview.h
index fbe2d9e3e..53234a2c4 100644
--- a/mimeview/mimeview.h
+++ b/mimeview/mimeview.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 */
#include <stdlib.h>
#include <stdio.h>

Return to:

Send suggestions and report system problems to the System administrator.