From 8a7946e3383796169d3a74afa528deb1d3fcf4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 6 Apr 2019 21:05:14 +0000 Subject: [PATCH] Update FSF postal address. Signed-off-by: Nicolas Sebrecht --- offlineimap.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/offlineimap.py b/offlineimap.py index c6b0a6f..e3927a9 100755 --- a/offlineimap.py +++ b/offlineimap.py @@ -14,7 +14,7 @@ # # 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 St, Fifth Floor, Boston, MA 02110-1301 USA import os import sys diff --git a/setup.py b/setup.py index 2af2465..e4528db 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # # 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 St, Fifth Floor, Boston, MA 02110-1301 USA import os from distutils.core import setup, Command