From 39a18fef6078388dac7a1db386cdfd2900f5263c Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Sat, 12 Aug 2006 05:15:55 +0100 Subject: [PATCH] Update FSF address --- COPYING | 4 ++-- COPYRIGHT | 2 +- Makefile | 2 +- bin/offlineimap | 2 +- offlineimap/CustomConfig.py | 2 +- offlineimap/accounts.py | 2 +- offlineimap/folder/Base.py | 2 +- offlineimap/folder/IMAP.py | 2 +- offlineimap/folder/LocalStatus.py | 2 +- offlineimap/folder/Maildir.py | 2 +- offlineimap/folder/UIDMaps.py | 2 +- offlineimap/imapserver.py | 2 +- offlineimap/imaputil.py | 2 +- offlineimap/init.py | 2 +- offlineimap/localeval.py | 2 +- offlineimap/mbnames.py | 2 +- offlineimap/repository/Base.py | 2 +- offlineimap/repository/IMAP.py | 2 +- offlineimap/repository/LocalStatus.py | 2 +- offlineimap/repository/Maildir.py | 2 +- offlineimap/syncmaster.py | 2 +- offlineimap/threadutil.py | 2 +- offlineimap/ui/Blinkenlights.py | 2 +- offlineimap/ui/Curses.py | 2 +- offlineimap/ui/Noninteractive.py | 2 +- offlineimap/ui/TTY.py | 2 +- offlineimap/ui/Tk.py | 2 +- offlineimap/ui/UIBase.py | 2 +- offlineimap/ui/__init__.py | 2 +- offlineimap/ui/debuglock.py | 2 +- offlineimap/ui/detector.py | 2 +- offlineimap/version.py | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/COPYING b/COPYING index a3e9774..e70efd4 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 Also add information on how to contact you by electronic and paper mail. diff --git a/COPYRIGHT b/COPYRIGHT index ea9bd08..2cb8c15 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -13,7 +13,7 @@ Copyright (C) 2002 - 2005 John Goerzen 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 ONLY imaplib.py is Copyright (c) 2001 Python Software Foundation; All Rights Reserved diff --git a/Makefile b/Makefile index 1e7938d..12dd8c9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,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 VERSION=4.0.13 TARGZ=offlineimap_$(VERSION).tar.gz diff --git a/bin/offlineimap b/bin/offlineimap index fcaf75d..2fbc59c 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -15,7 +15,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 from offlineimap import init init.startup('4.0.13') diff --git a/offlineimap/CustomConfig.py b/offlineimap/CustomConfig.py index 155b5d2..07be0f6 100644 --- a/offlineimap/CustomConfig.py +++ b/offlineimap/CustomConfig.py @@ -13,7 +13,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 from ConfigParser import ConfigParser from offlineimap.localeval import LocalEval diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index 74791b9..b367de1 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -13,7 +13,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 from offlineimap import threadutil, mbnames, CustomConfig import offlineimap.repository.Base, offlineimap.repository.LocalStatus diff --git a/offlineimap/folder/Base.py b/offlineimap/folder/Base.py index 50d9ccb..0ee1412 100644 --- a/offlineimap/folder/Base.py +++ b/offlineimap/folder/Base.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 from threading import * from offlineimap import threadutil diff --git a/offlineimap/folder/IMAP.py b/offlineimap/folder/IMAP.py index 3a0ea1a..7cb334a 100644 --- a/offlineimap/folder/IMAP.py +++ b/offlineimap/folder/IMAP.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 from Base import BaseFolder from offlineimap import imaputil, imaplib diff --git a/offlineimap/folder/LocalStatus.py b/offlineimap/folder/LocalStatus.py index 195eff6..1de7bdd 100644 --- a/offlineimap/folder/LocalStatus.py +++ b/offlineimap/folder/LocalStatus.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 from Base import BaseFolder import os, threading diff --git a/offlineimap/folder/Maildir.py b/offlineimap/folder/Maildir.py index 3b7b055..525f936 100644 --- a/offlineimap/folder/Maildir.py +++ b/offlineimap/folder/Maildir.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 from Base import BaseFolder from offlineimap import imaputil diff --git a/offlineimap/folder/UIDMaps.py b/offlineimap/folder/UIDMaps.py index 1544c4b..9cd35d3 100644 --- a/offlineimap/folder/UIDMaps.py +++ b/offlineimap/folder/UIDMaps.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 from threading import * from offlineimap import threadutil diff --git a/offlineimap/imapserver.py b/offlineimap/imapserver.py index c8c9078..9ebdb2e 100644 --- a/offlineimap/imapserver.py +++ b/offlineimap/imapserver.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 from offlineimap import imaplib, imaputil, threadutil from offlineimap.ui import UIBase diff --git a/offlineimap/imaputil.py b/offlineimap/imaputil.py index b533daf..9d487be 100644 --- a/offlineimap/imaputil.py +++ b/offlineimap/imaputil.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 re, string, types from offlineimap.ui import UIBase diff --git a/offlineimap/init.py b/offlineimap/init.py index ed0ff67..45a5773 100644 --- a/offlineimap/init.py +++ b/offlineimap/init.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 from offlineimap import imaplib, imapserver, repository, folder, mbnames, threadutil, version, syncmaster, accounts from offlineimap.localeval import LocalEval diff --git a/offlineimap/localeval.py b/offlineimap/localeval.py index fc92e91..22014e6 100644 --- a/offlineimap/localeval.py +++ b/offlineimap/localeval.py @@ -15,7 +15,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 imp try: diff --git a/offlineimap/mbnames.py b/offlineimap/mbnames.py index 27ce797..5ff0f29 100644 --- a/offlineimap/mbnames.py +++ b/offlineimap/mbnames.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.path import re # for folderfilter diff --git a/offlineimap/repository/Base.py b/offlineimap/repository/Base.py index 9e76200..945183f 100644 --- a/offlineimap/repository/Base.py +++ b/offlineimap/repository/Base.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 from offlineimap import CustomConfig import os.path diff --git a/offlineimap/repository/IMAP.py b/offlineimap/repository/IMAP.py index db243b9..8548b6d 100644 --- a/offlineimap/repository/IMAP.py +++ b/offlineimap/repository/IMAP.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 from Base import BaseRepository from offlineimap import folder, imaputil, imapserver diff --git a/offlineimap/repository/LocalStatus.py b/offlineimap/repository/LocalStatus.py index 45ec047..c30e1f1 100644 --- a/offlineimap/repository/LocalStatus.py +++ b/offlineimap/repository/LocalStatus.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 from Base import BaseRepository from offlineimap import folder diff --git a/offlineimap/repository/Maildir.py b/offlineimap/repository/Maildir.py index a6c3056..fc92bc4 100644 --- a/offlineimap/repository/Maildir.py +++ b/offlineimap/repository/Maildir.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 from Base import BaseRepository from offlineimap import folder, imaputil diff --git a/offlineimap/syncmaster.py b/offlineimap/syncmaster.py index 4c720aa..d10c5c3 100644 --- a/offlineimap/syncmaster.py +++ b/offlineimap/syncmaster.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 from offlineimap import imaplib, imapserver, repository, folder, mbnames, threadutil, version from offlineimap.threadutil import InstanceLimitedThread, ExitNotifyThread diff --git a/offlineimap/threadutil.py b/offlineimap/threadutil.py index 1818cf8..665d334 100644 --- a/offlineimap/threadutil.py +++ b/offlineimap/threadutil.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 from threading import * from StringIO import StringIO diff --git a/offlineimap/ui/Blinkenlights.py b/offlineimap/ui/Blinkenlights.py index 60c3704..717e81b 100644 --- a/offlineimap/ui/Blinkenlights.py +++ b/offlineimap/ui/Blinkenlights.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 from threading import * from offlineimap.ui.UIBase import UIBase diff --git a/offlineimap/ui/Curses.py b/offlineimap/ui/Curses.py index 0163c8d..0f5343f 100644 --- a/offlineimap/ui/Curses.py +++ b/offlineimap/ui/Curses.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 from Blinkenlights import BlinkenBase from UIBase import UIBase diff --git a/offlineimap/ui/Noninteractive.py b/offlineimap/ui/Noninteractive.py index 77ffc10..18b18a7 100644 --- a/offlineimap/ui/Noninteractive.py +++ b/offlineimap/ui/Noninteractive.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 sys, time from UIBase import UIBase diff --git a/offlineimap/ui/TTY.py b/offlineimap/ui/TTY.py index a0c8d99..99c46d4 100644 --- a/offlineimap/ui/TTY.py +++ b/offlineimap/ui/TTY.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 from UIBase import UIBase from getpass import getpass diff --git a/offlineimap/ui/Tk.py b/offlineimap/ui/Tk.py index 14b331b..a8976d8 100644 --- a/offlineimap/ui/Tk.py +++ b/offlineimap/ui/Tk.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 from __future__ import nested_scopes diff --git a/offlineimap/ui/UIBase.py b/offlineimap/ui/UIBase.py index 70dc720..26402c2 100644 --- a/offlineimap/ui/UIBase.py +++ b/offlineimap/ui/UIBase.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 offlineimap.version import re, time, sys, traceback, threading, thread diff --git a/offlineimap/ui/__init__.py b/offlineimap/ui/__init__.py index d470819..c1bdb2e 100644 --- a/offlineimap/ui/__init__.py +++ b/offlineimap/ui/__init__.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 UIBase, Blinkenlights diff --git a/offlineimap/ui/debuglock.py b/offlineimap/ui/debuglock.py index 1f1ad22..7873a1f 100644 --- a/offlineimap/ui/debuglock.py +++ b/offlineimap/ui/debuglock.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 from threading import * import traceback diff --git a/offlineimap/ui/detector.py b/offlineimap/ui/detector.py index 8116fd1..908b9f8 100644 --- a/offlineimap/ui/detector.py +++ b/offlineimap/ui/detector.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 offlineimap.ui import sys diff --git a/offlineimap/version.py b/offlineimap/version.py index 64abbb7..d14d6bf 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -36,7 +36,7 @@ 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""" +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA""" cmdhelp = """ offlineimap [ -1 ] [ -P profiledir ] [ -a accountlist ] [ -- 2.39.2