From b93156813d1112dab689c697eb817e62bb73bbd5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 17 May 2005 13:13:40 +0000 Subject: Updated FSF address --- libmu_scm/Makefile.am | 4 ++-- libmu_scm/mailutils.scm.in | 6 +++--- libmu_scm/mu_address.c | 7 ++++--- libmu_scm/mu_body.c | 7 ++++--- libmu_scm/mu_guimb.c | 7 ++++--- libmu_scm/mu_logger.c | 7 ++++--- libmu_scm/mu_mailbox.c | 7 ++++--- libmu_scm/mu_message.c | 7 ++++--- libmu_scm/mu_mime.c | 7 ++++--- libmu_scm/mu_port.c | 7 ++++--- libmu_scm/mu_scm.c | 7 ++++--- libmu_scm/mu_scm.h | 7 ++++--- libmu_scm/mu_util.c | 7 ++++--- 13 files changed, 49 insertions(+), 38 deletions(-) (limited to 'libmu_scm') diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am index 946279a64..58c2a309b 100644 --- a/libmu_scm/Makefile.am +++ b/libmu_scm/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 INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@ diff --git a/libmu_scm/mailutils.scm.in b/libmu_scm/mailutils.scm.in index 090a439f5..e41ba0575 100644 --- a/libmu_scm/mailutils.scm.in +++ b/libmu_scm/mailutils.scm.in @@ -12,9 +12,9 @@ ;;;; 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 +;;;; 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;;;; changequote([,])dnl diff --git a/libmu_scm/mu_address.c b/libmu_scm/mu_address.c index 633fd5aa9..5b5222f7d 100644 --- a/libmu_scm/mu_address.c +++ b/libmu_scm/mu_address.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_body.c b/libmu_scm/mu_body.c index b27d7de94..a0e3df29d 100644 --- a/libmu_scm/mu_body.c +++ b/libmu_scm/mu_body.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_guimb.c b/libmu_scm/mu_guimb.c index 7c1d877a3..351b90772 100644 --- a/libmu_scm/mu_guimb.c +++ b/libmu_scm/mu_guimb.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_logger.c b/libmu_scm/mu_logger.c index 43d4c126c..13cb1ebad 100644 --- a/libmu_scm/mu_logger.c +++ b/libmu_scm/mu_logger.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_mailbox.c b/libmu_scm/mu_mailbox.c index aa8b7e3ec..f9ee3140e 100644 --- a/libmu_scm/mu_mailbox.c +++ b/libmu_scm/mu_mailbox.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c index dab71cf50..36eca8e90 100644 --- a/libmu_scm/mu_message.c +++ b/libmu_scm/mu_message.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c index 82bf3d9bb..f5e567a44 100644 --- a/libmu_scm/mu_mime.c +++ b/libmu_scm/mu_mime.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_port.c b/libmu_scm/mu_port.c index d8a9858db..73716e040 100644 --- a/libmu_scm/mu_port.c +++ b/libmu_scm/mu_port.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c index e1bf5e331..d7615119c 100644 --- a/libmu_scm/mu_scm.c +++ b/libmu_scm/mu_scm.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" diff --git a/libmu_scm/mu_scm.h b/libmu_scm/mu_scm.h index 741c8860a..f79b3df1e 100644 --- a/libmu_scm/mu_scm.h +++ b/libmu_scm/mu_scm.h @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #if defined(HAVE_CONFIG_H) # include diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c index 24b81310d..6a2071ba9 100644 --- a/libmu_scm/mu_util.c +++ b/libmu_scm/mu_util.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + You should have received a copy of the GNU Lesser General + Public License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA */ #include "mu_scm.h" -- cgit v1.2.1