From 1453e61840227098f622691e605bc1c282065113 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 9 Feb 2006 17:44:22 +0000 Subject: [PATCH] update fsf's postal address. i think it's sort of useless nowadays anyway, but heck ... --- acinclude.m4 | 5 ++--- debian/copyright | 6 +++--- get-cert | 4 ++-- src/compat/config.c | 4 ++-- src/compat/convert.c | 4 ++-- src/compat/isync.1 | 4 ++-- src/compat/isync.h | 4 ++-- src/compat/main.c | 4 ++-- src/compat/util.c | 4 ++-- src/config.c | 4 ++-- src/drv_imap.c | 4 ++-- src/drv_maildir.c | 4 ++-- src/isync.h | 4 ++-- src/main.c | 4 ++-- src/mbsync.1 | 4 ++-- src/mdconvert.1 | 4 ++-- src/mdconvert.c | 4 ++-- src/sync.c | 4 ++-- src/util.c | 4 ++-- 19 files changed, 39 insertions(+), 40 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 5c6d30a..6896985 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -16,9 +16,8 @@ # 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 AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) diff --git a/debian/copyright b/debian/copyright index df5b04e..ffc9010 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ Copyright: * isync - IMAP4 to maildir mailbox synchronizer * Copyright (C) 2000-2002 Michael R. Elkins - * Copyright (C) 2002-2003 Oswald Buddenhagen + * Copyright (C) 2002-2006 Oswald Buddenhagen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,8 +23,8 @@ Copyright: * 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 * * As a special exception, isync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/get-cert b/get-cert index fad9f78..a7d10fb 100755 --- a/get-cert +++ b/get-cert @@ -17,8 +17,8 @@ # 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 # if [ $# != 1 ]; then diff --git a/src/compat/config.c b/src/compat/config.c index 9db89ec..3ca0d50 100644 --- a/src/compat/config.c +++ b/src/compat/config.c @@ -14,8 +14,8 @@ * 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 */ #include "isync.h" diff --git a/src/compat/convert.c b/src/compat/convert.c index b8f584c..2c033c1 100644 --- a/src/compat/convert.c +++ b/src/compat/convert.c @@ -14,8 +14,8 @@ * 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 */ #include "isync.h" diff --git a/src/compat/isync.1 b/src/compat/isync.1 index 21a7268..399b0a3 100644 --- a/src/compat/isync.1 +++ b/src/compat/isync.1 @@ -14,8 +14,8 @@ \" 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 \" .. .TH isync 1 "2004 Mar 29" diff --git a/src/compat/isync.h b/src/compat/isync.h index ad6954d..13eb97a 100644 --- a/src/compat/isync.h +++ b/src/compat/isync.h @@ -14,8 +14,8 @@ * 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 */ #define _GNU_SOURCE diff --git a/src/compat/main.c b/src/compat/main.c index 69d3a51..593d5ef 100644 --- a/src/compat/main.c +++ b/src/compat/main.c @@ -14,8 +14,8 @@ * 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 */ #include "isync.h" diff --git a/src/compat/util.c b/src/compat/util.c index 358b0d3..7ac085b 100644 --- a/src/compat/util.c +++ b/src/compat/util.c @@ -14,8 +14,8 @@ * 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 */ #include "isync.h" diff --git a/src/config.c b/src/config.c index 878440b..9e0ed38 100644 --- a/src/config.c +++ b/src/config.c @@ -14,8 +14,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/drv_imap.c b/src/drv_imap.c index fc9b08a..4e89f00 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -15,8 +15,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/drv_maildir.c b/src/drv_maildir.c index 6daa319..e8fdb1b 100644 --- a/src/drv_maildir.c +++ b/src/drv_maildir.c @@ -15,8 +15,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/isync.h b/src/isync.h index 302a56b..94212ee 100644 --- a/src/isync.h +++ b/src/isync.h @@ -14,8 +14,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/main.c b/src/main.c index d55d4d2..ce5b852 100644 --- a/src/main.c +++ b/src/main.c @@ -14,8 +14,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/mbsync.1 b/src/mbsync.1 index ecb1e95..eb57201 100644 --- a/src/mbsync.1 +++ b/src/mbsync.1 @@ -15,8 +15,8 @@ \" 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 \" \" As a special exception, mbsync may be linked with the OpenSSL library, \" despite that library's more restrictive license. diff --git a/src/mdconvert.1 b/src/mdconvert.1 index c915be3..30ca7b6 100644 --- a/src/mdconvert.1 +++ b/src/mdconvert.1 @@ -13,8 +13,8 @@ \" 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 .. .TH mdconvert 1 "2004 Mar 27" .. diff --git a/src/mdconvert.c b/src/mdconvert.c index f2c60a1..75fb068 100644 --- a/src/mdconvert.c +++ b/src/mdconvert.c @@ -13,8 +13,8 @@ * 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 */ #include diff --git a/src/sync.c b/src/sync.c index a2193b6..9bb0a5e 100644 --- a/src/sync.c +++ b/src/sync.c @@ -14,8 +14,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license. diff --git a/src/util.c b/src/util.c index 3e053ef..c749cf5 100644 --- a/src/util.c +++ b/src/util.c @@ -14,8 +14,8 @@ * 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 * * As a special exception, mbsync may be linked with the OpenSSL library, * despite that library's more restrictive license.