]> code.delx.au - offlineimap/commitdiff
Update FSF address
authorJohn Goerzen <jgoerzen@complete.org>
Sat, 12 Aug 2006 04:15:55 +0000 (05:15 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Sat, 12 Aug 2006 04:15:55 +0000 (05:15 +0100)
32 files changed:
COPYING
COPYRIGHT
Makefile
bin/offlineimap
offlineimap/CustomConfig.py
offlineimap/accounts.py
offlineimap/folder/Base.py
offlineimap/folder/IMAP.py
offlineimap/folder/LocalStatus.py
offlineimap/folder/Maildir.py
offlineimap/folder/UIDMaps.py
offlineimap/imapserver.py
offlineimap/imaputil.py
offlineimap/init.py
offlineimap/localeval.py
offlineimap/mbnames.py
offlineimap/repository/Base.py
offlineimap/repository/IMAP.py
offlineimap/repository/LocalStatus.py
offlineimap/repository/Maildir.py
offlineimap/syncmaster.py
offlineimap/threadutil.py
offlineimap/ui/Blinkenlights.py
offlineimap/ui/Curses.py
offlineimap/ui/Noninteractive.py
offlineimap/ui/TTY.py
offlineimap/ui/Tk.py
offlineimap/ui/UIBase.py
offlineimap/ui/__init__.py
offlineimap/ui/debuglock.py
offlineimap/ui/detector.py
offlineimap/version.py

diff --git a/COPYING b/COPYING
index a3e977479693b9733e870e5806b04366bc95bc3f..e70efd4cf2d4bf2f56628139f3fd3edd19a1481b 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
                        Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                        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.
 
  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
 
     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.
 
 
 Also add information on how to contact you by electronic and paper mail.
index ea9bd08ace04e38a48a5f3324e0d055e1047ba8f..2cb8c15e0954b2a74988305a8ff60f57154a2d1c 100644 (file)
--- 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
 
    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
 
 ONLY imaplib.py is Copyright (c) 2001 Python Software Foundation; 
 All Rights Reserved
index 1e7938d64fef6527e37340b3276d750ffe588414..12dd8c9ff9c2dd0469eeb2d8497a3a1ce7304b93 100644 (file)
--- 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
 #
 #    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
 
 VERSION=4.0.13
 TARGZ=offlineimap_$(VERSION).tar.gz
index fcaf75d789b7483f38d46ae4844615a9257f3d44..2fbc59cb06545804e1c3f97a0fca481beb36e63d 100644 (file)
@@ -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
 #
 #    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')
 
 from offlineimap import init
 init.startup('4.0.13')
index 155b5d27d237ac4ed91963f6f0946f34d80ce4f9..07be0f60b3a65ead7a20c44d47ebd7b8f7913a5a 100644 (file)
@@ -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
 #
 #    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
 
 from ConfigParser import ConfigParser
 from offlineimap.localeval import LocalEval
index 74791b9a566ecfe1c4e44892047d2e596152e560..b367de1a468e570db148d9602804240ba7ab8a3f 100644 (file)
@@ -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
 #
 #    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
 
 from offlineimap import threadutil, mbnames, CustomConfig
 import offlineimap.repository.Base, offlineimap.repository.LocalStatus
index 50d9ccbdd4e5cda79f79168048fa26f04f58339f..0ee1412ff23fad089d887bf609069115fe4351a7 100644 (file)
@@ -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
 #
 #    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
 
 from threading import *
 from offlineimap import threadutil
index 3a0ea1aa22f766882375a9124048b6775a0863a9..7cb334a1598a77d280f49bc7ee4de3fe74a65d51 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseFolder
 from offlineimap import imaputil, imaplib
index 195eff63dbd7ea3e44617fde4f6d879c17ff4114..1de7bdd55aed1c4603986d8a4868c824a8eb6362 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseFolder
 import os, threading
index 3b7b0554530d5840e9cfcc2ed553ec39d1b0bbda..525f9367638d73c0a85b19f54afe47372eb7849a 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseFolder
 from offlineimap import imaputil
index 1544c4bb65feac8938c0831e34e6bf1efc57584e..9cd35d3246c0560dd62df03d098e44b8dc06a8bf 100644 (file)
@@ -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
 #
 #    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
 
 from threading import *
 from offlineimap import threadutil
index c8c907870799325c611162c14cc20690d170c6c6..9ebdb2e17eaa815c049ec76f496f1a4c3c0bcb95 100644 (file)
@@ -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
 #
 #    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
 
 from offlineimap import imaplib, imaputil, threadutil
 from offlineimap.ui import UIBase
index b533daf61a10747fa0da8ff71bd7fe88689f4033..9d487be174377ec44b497a4853a913377a56ffb1 100644 (file)
@@ -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
 #
 #    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
 
 import re, string, types
 from offlineimap.ui import UIBase
index ed0ff6760e8eea3859d72722fa0b0b543db984a1..45a57737bc39a30bdb47391a83efe34c6fd61087 100644 (file)
@@ -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
 #
 #    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
 
 from offlineimap import imaplib, imapserver, repository, folder, mbnames, threadutil, version, syncmaster, accounts
 from offlineimap.localeval import LocalEval
index fc92e91aa7a4f2d9db89657eb4d5772018309a03..22014e6812002535d2135de91b7ab957def54a07 100644 (file)
@@ -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
 #
 #    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:
 
 import imp
 try:
index 27ce7979bb819ec77b8e4cfa668865d5bceebcf5..5ff0f29256bcf8696d2956dc411e92e2524e7905 100644 (file)
@@ -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
 #
 #    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
 
 import os.path
 import re                               # for folderfilter
index 9e762007c16f112948295f9a1494696f4cc76628..945183f48cf59d330bb2bcbf2641bd1d19964331 100644 (file)
@@ -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
 #
 #    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
 
 from offlineimap import CustomConfig
 import os.path
index db243b90fb104787b9c0c1e88e4f9fb7609c2c9c..8548b6d9cdf800dc0cfe21b780ddb4ffaad7be69 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseRepository
 from offlineimap import folder, imaputil, imapserver
index 45ec047f6ac1b3ba21a9d988aa8712d7ebf4ef20..c30e1f1a718ea8a5c3c3f74a1de0ada49bb8cdfd 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseRepository
 from offlineimap import folder
index a6c305697aa66ebac3e73665bdc304ccf72fb9ca..fc92bc44efe761a40cb33cdd8528a2da3301deb7 100644 (file)
@@ -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
 #
 #    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
 
 from Base import BaseRepository
 from offlineimap import folder, imaputil
index 4c720aa3664f9ce45dee0fb8383d06b422d75cd0..d10c5c36bb929391fecd4ec045d45d43414db2fc 100644 (file)
@@ -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
 #
 #    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
 
 from offlineimap import imaplib, imapserver, repository, folder, mbnames, threadutil, version
 from offlineimap.threadutil import InstanceLimitedThread, ExitNotifyThread
index 1818cf87db0ba9e9dbb747a09ae03e2b51013960..665d33413cb754c7b0dde100138c615b3d14424e 100644 (file)
@@ -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
 #
 #    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
 
 from threading import *
 from StringIO import StringIO
index 60c370434f397d222d6acf2c70a4b8f5fa94d5f4..717e81ba8280743cc067a8b8fb1974df06467062 100644 (file)
@@ -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
 #
 #    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
 
 from threading import *
 from offlineimap.ui.UIBase import UIBase
index 0163c8da2aa11cbefbc715011c847e0d46abd78f..0f5343fc84774315bc5c6effa8ff7068663bc615 100644 (file)
@@ -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
 #
 #    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
 
 from Blinkenlights import BlinkenBase
 from UIBase import UIBase
index 77ffc106ffaec0ebbcf86000e10bc48ce17ec9cb..18b18a74a7a272a062750020a3ae9fd8a3c62b81 100644 (file)
@@ -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
 #
 #    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
 
 import sys, time
 from UIBase import UIBase
index a0c8d996736a1e35e81622c620a8532768b8503b..99c46d405a6909f884829ca9c91dcb48e9c415ca 100644 (file)
@@ -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
 #
 #    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
 
 from UIBase import UIBase
 from getpass import getpass
index 14b331b8ddb5256757c8d198e6516a77180ae466..a8976d8f4af3cd9aa78422ed6159e683ba08def9 100644 (file)
@@ -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
 #
 #    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
 
 
 from __future__ import nested_scopes
 
index 70dc720fdccba0a78af26be0f0ec4b4dfd221f38..26402c25770db6cce520ca434cdc8e7ea4d6ba61 100644 (file)
@@ -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
 #
 #    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
 
 import offlineimap.version
 import re, time, sys, traceback, threading, thread
index d470819949f2f0885a782549c8052cc44733df5c..c1bdb2ea25d4d5c7fb9fbc1eee0e0cd8a8224940 100644 (file)
@@ -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
 #
 #    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
 
 
 import UIBase, Blinkenlights
index 1f1ad22cef43007a91decc760bfd209d9f4805e5..7873a1fad1534705edab8c7f09e363c0b857c6db 100644 (file)
@@ -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
 #
 #    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
 
 from threading import *
 import traceback
index 8116fd12a720d796491666b7cff807f554df9b6c..908b9f8d51cd6dc6ba91d16102f0077cc3aa6e95 100644 (file)
@@ -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
 #
 #    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
 
 import offlineimap.ui
 import sys
index 64abbb7608fc4f3bb23c0fc2ee9ac1ef14f56e4d..d14d6bf975640fbbf44453f7282d56b4ff4858a0 100644 (file)
@@ -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
 
 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 ]  [
 
 cmdhelp = """
        offlineimap [ -1 ] [ -P profiledir ] [ -a accountlist ]  [