Old FSF address causes rpm build warnings.
---
COPYING | 4 ++--
stg | 2 +-
stg-dbg | 2 +-
stg-prof | 2 +-
stgit/__init__.py | 2 +-
stgit/basedir.py | 2 +-
stgit/commands/__init__.py | 2 +-
stgit/commands/branch.py | 2 +-
stgit/commands/clean.py | 2 +-
stgit/commands/clone.py | 2 +-
stgit/commands/commit.py | 2 +-
stgit/commands/common.py | 2 +-
stgit/commands/delete.py | 2 +-
stgit/commands/diff.py | 2 +-
stgit/commands/edit.py | 2 +-
stgit/commands/export.py | 2 +-
stgit/commands/files.py | 2 +-
stgit/commands/float.py | 2 +-
stgit/commands/fold.py | 2 +-
stgit/commands/goto.py | 2 +-
stgit/commands/hide.py | 2 +-
stgit/commands/id.py | 2 +-
stgit/commands/imprt.py | 2 +-
stgit/commands/init.py | 2 +-
stgit/commands/log.py | 2 +-
stgit/commands/mail.py | 2 +-
stgit/commands/new.py | 2 +-
stgit/commands/next.py | 2 +-
stgit/commands/patches.py | 2 +-
stgit/commands/pick.py | 2 +-
stgit/commands/pop.py | 2 +-
stgit/commands/prev.py | 2 +-
stgit/commands/publish.py | 2 +-
stgit/commands/pull.py | 2 +-
stgit/commands/push.py | 2 +-
stgit/commands/rebase.py | 2 +-
stgit/commands/redo.py | 2 +-
stgit/commands/refresh.py | 2 +-
stgit/commands/rename.py | 2 +-
stgit/commands/repair.py | 2 +-
stgit/commands/reset.py | 2 +-
stgit/commands/series.py | 2 +-
stgit/commands/show.py | 2 +-
stgit/commands/sink.py | 2 +-
stgit/commands/squash.py | 2 +-
stgit/commands/sync.py | 2 +-
stgit/commands/top.py | 2 +-
stgit/commands/uncommit.py | 2 +-
stgit/commands/undo.py | 2 +-
stgit/commands/unhide.py | 2 +-
stgit/config.py | 2 +-
stgit/git.py | 2 +-
stgit/lib/__init__.py | 2 +-
stgit/main.py | 2 +-
stgit/out.py | 2 +-
stgit/run.py | 2 +-
stgit/stack.py | 2 +-
stgit/templates.py | 2 +-
stgit/utils.py | 2 +-
59 files changed, 60 insertions(+), 60 deletions(-)
diff --git a/COPYING b/COPYING
index d60c31a..7767a20 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 Street, Fifth Floor, Boston, MA 02110-1335 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 Street, Fifth Floor, Boston, MA 02110-1335
USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/stg b/stg
index 62e2a47..0730962 100755
--- a/stg
+++ b/stg
@@ -17,7 +17,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stg-dbg b/stg-dbg
index 546dc7e..e05bc59 100755
--- a/stg-dbg
+++ b/stg-dbg
@@ -17,7 +17,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, pdb
diff --git a/stg-prof b/stg-prof
index cd5f141..0977f56 100755
--- a/stg-prof
+++ b/stg-prof
@@ -17,7 +17,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/__init__.py b/stgit/__init__.py
index 4b03e3a..dc1499c 100644
--- a/stgit/__init__.py
+++ b/stgit/__init__.py
@@ -12,5 +12,5 @@ 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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
diff --git a/stgit/basedir.py b/stgit/basedir.py
index 3e078f5..a82b583 100644
--- a/stgit/basedir.py
+++ b/stgit/basedir.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os
diff --git a/stgit/commands/__init__.py b/stgit/commands/__init__.py
index eeaead8..1e9c2b4 100644
--- a/stgit/commands/__init__.py
+++ b/stgit/commands/__init__.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os
diff --git a/stgit/commands/branch.py b/stgit/commands/branch.py
index c248ce5..243d00a 100644
--- a/stgit/commands/branch.py
+++ b/stgit/commands/branch.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, time, re
diff --git a/stgit/commands/clean.py b/stgit/commands/clean.py
index 9b48e7b..00f8d98 100644
--- a/stgit/commands/clean.py
+++ b/stgit/commands/clean.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/clone.py b/stgit/commands/clone.py
index 9e39c54..669caeb 100644
--- a/stgit/commands/clone.py
+++ b/stgit/commands/clone.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os
diff --git a/stgit/commands/commit.py b/stgit/commands/commit.py
index b21c85f..5f525bd 100644
--- a/stgit/commands/commit.py
+++ b/stgit/commands/commit.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/common.py b/stgit/commands/common.py
index a6ddb0d..96b904e 100644
--- a/stgit/commands/common.py
+++ b/stgit/commands/common.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, os.path, re, email.Utils
diff --git a/stgit/commands/delete.py b/stgit/commands/delete.py
index 84a057e..b35f163 100644
--- a/stgit/commands/delete.py
+++ b/stgit/commands/delete.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/diff.py b/stgit/commands/diff.py
index 05bf297..37ff079 100644
--- a/stgit/commands/diff.py
+++ b/stgit/commands/diff.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/edit.py b/stgit/commands/edit.py
index 79335d0..546a559 100644
--- a/stgit/commands/edit.py
+++ b/stgit/commands/edit.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/export.py b/stgit/commands/export.py
index a661a7d..76eb69c 100644
--- a/stgit/commands/export.py
+++ b/stgit/commands/export.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os
diff --git a/stgit/commands/files.py b/stgit/commands/files.py
index 7d56b53..70f217c 100644
--- a/stgit/commands/files.py
+++ b/stgit/commands/files.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/float.py b/stgit/commands/float.py
index 25bdb2f..c126045 100644
--- a/stgit/commands/float.py
+++ b/stgit/commands/float.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import re
diff --git a/stgit/commands/fold.py b/stgit/commands/fold.py
index 4e3afbf..c261a51 100644
--- a/stgit/commands/fold.py
+++ b/stgit/commands/fold.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/goto.py b/stgit/commands/goto.py
index 608763f..71f62ef 100644
--- a/stgit/commands/goto.py
+++ b/stgit/commands/goto.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/commands/hide.py b/stgit/commands/hide.py
index dfb6b6f..7f111cd 100644
--- a/stgit/commands/hide.py
+++ b/stgit/commands/hide.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/commands/id.py b/stgit/commands/id.py
index dc3d249..0307d97 100644
--- a/stgit/commands/id.py
+++ b/stgit/commands/id.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.out import out
diff --git a/stgit/commands/imprt.py b/stgit/commands/imprt.py
index 1b12f39..6b1463f 100644
--- a/stgit/commands/imprt.py
+++ b/stgit/commands/imprt.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, re, email, tarfile
diff --git a/stgit/commands/init.py b/stgit/commands/init.py
index 6ffb93e..f11a5ec 100644
--- a/stgit/commands/init.py
+++ b/stgit/commands/init.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/commands/log.py b/stgit/commands/log.py
index b028f52..08ad77c 100644
--- a/stgit/commands/log.py
+++ b/stgit/commands/log.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os.path
diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py
index d6fbca8..82cab80 100644
--- a/stgit/commands/mail.py
+++ b/stgit/commands/mail.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, re, time, datetime, socket, smtplib, getpass
diff --git a/stgit/commands/new.py b/stgit/commands/new.py
index d5c5382..b954106 100644
--- a/stgit/commands/new.py
+++ b/stgit/commands/new.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit import argparse, utils
diff --git a/stgit/commands/next.py b/stgit/commands/next.py
index c8e2599..80b90f8 100644
--- a/stgit/commands/next.py
+++ b/stgit/commands/next.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/patches.py b/stgit/commands/patches.py
index b9508a3..d57668c 100644
--- a/stgit/commands/patches.py
+++ b/stgit/commands/patches.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/pick.py b/stgit/commands/pick.py
index 89b0370..9d9ad2d 100644
--- a/stgit/commands/pick.py
+++ b/stgit/commands/pick.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/pop.py b/stgit/commands/pop.py
index abf2814..898a6f6 100644
--- a/stgit/commands/pop.py
+++ b/stgit/commands/pop.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/commands/prev.py b/stgit/commands/prev.py
index 79f97a8..1c9f280 100644
--- a/stgit/commands/prev.py
+++ b/stgit/commands/prev.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/publish.py b/stgit/commands/publish.py
index 6bd1c94..133e4d9 100644
--- a/stgit/commands/publish.py
+++ b/stgit/commands/publish.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit import argparse
diff --git a/stgit/commands/pull.py b/stgit/commands/pull.py
index 8b09b40..574b2a5 100644
--- a/stgit/commands/pull.py
+++ b/stgit/commands/pull.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/push.py b/stgit/commands/push.py
index 4a6c28e..1f40928 100644
--- a/stgit/commands/push.py
+++ b/stgit/commands/push.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/commands/rebase.py b/stgit/commands/rebase.py
index 53ad1ea..9ae79eb 100644
--- a/stgit/commands/rebase.py
+++ b/stgit/commands/rebase.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/redo.py b/stgit/commands/redo.py
index eb8b20f..5e9cec5 100644
--- a/stgit/commands/redo.py
+++ b/stgit/commands/redo.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py
index 331c18d..9e5488f 100644
--- a/stgit/commands/refresh.py
+++ b/stgit/commands/refresh.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/rename.py b/stgit/commands/rename.py
index db898cb..e2fa6a9 100644
--- a/stgit/commands/rename.py
+++ b/stgit/commands/rename.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/repair.py b/stgit/commands/repair.py
index 2e38cde..f2fb6fc 100644
--- a/stgit/commands/repair.py
+++ b/stgit/commands/repair.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/reset.py b/stgit/commands/reset.py
index a106e12..35a813a 100644
--- a/stgit/commands/reset.py
+++ b/stgit/commands/reset.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/series.py b/stgit/commands/series.py
index 1fa9c20..30d8eb2 100644
--- a/stgit/commands/series.py
+++ b/stgit/commands/series.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/show.py b/stgit/commands/show.py
index aaa46c4..e6e2c3a 100644
--- a/stgit/commands/show.py
+++ b/stgit/commands/show.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/sink.py b/stgit/commands/sink.py
index 34e938f..12b230b 100644
--- a/stgit/commands/sink.py
+++ b/stgit/commands/sink.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/squash.py b/stgit/commands/squash.py
index 261b264..59beb69 100644
--- a/stgit/commands/squash.py
+++ b/stgit/commands/squash.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/sync.py b/stgit/commands/sync.py
index d765aa6..2efd5c9 100644
--- a/stgit/commands/sync.py
+++ b/stgit/commands/sync.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/commands/top.py b/stgit/commands/top.py
index 4ec37b4..9930fe8 100644
--- a/stgit/commands/top.py
+++ b/stgit/commands/top.py
@@ -13,7 +13,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py
index 0dcabff..09ada03 100644
--- a/stgit/commands/uncommit.py
+++ b/stgit/commands/uncommit.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/undo.py b/stgit/commands/undo.py
index 6a04363..426bef2 100644
--- a/stgit/commands/undo.py
+++ b/stgit/commands/undo.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.argparse import opt
diff --git a/stgit/commands/unhide.py b/stgit/commands/unhide.py
index 4a1b07e..742cf43 100644
--- a/stgit/commands/unhide.py
+++ b/stgit/commands/unhide.py
@@ -12,7 +12,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
from stgit.commands import common
diff --git a/stgit/config.py b/stgit/config.py
index 15c4f7d..05a7216 100644
--- a/stgit/config.py
+++ b/stgit/config.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import os, re
diff --git a/stgit/git.py b/stgit/git.py
index 71d58e0..191973f 100644
--- a/stgit/git.py
+++ b/stgit/git.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, re
diff --git a/stgit/lib/__init__.py b/stgit/lib/__init__.py
index 45eb307..d0325cb 100644
--- a/stgit/lib/__init__.py
+++ b/stgit/lib/__init__.py
@@ -14,5 +14,5 @@ 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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
diff --git a/stgit/main.py b/stgit/main.py
index d402b1f..d632200 100644
--- a/stgit/main.py
+++ b/stgit/main.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, traceback
diff --git a/stgit/out.py b/stgit/out.py
index aa66f3d..906ddcb 100644
--- a/stgit/out.py
+++ b/stgit/out.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, textwrap
diff --git a/stgit/run.py b/stgit/run.py
index b36b6f4..e196508 100644
--- a/stgit/run.py
+++ b/stgit/run.py
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import datetime, os, subprocess
diff --git a/stgit/stack.py b/stgit/stack.py
index 9cd43a3..49bd506 100644
--- a/stgit/stack.py
+++ b/stgit/stack.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os, re
diff --git a/stgit/templates.py b/stgit/templates.py
index dc37b72..8eb5c64 100644
--- a/stgit/templates.py
+++ b/stgit/templates.py
@@ -15,7 +15,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
import sys, os
diff --git a/stgit/utils.py b/stgit/utils.py
index 5599f7e..e92bed1 100644
--- a/stgit/utils.py
+++ b/stgit/utils.py
@@ -20,7 +20,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 Street, Fifth Floor, Boston, MA 02110-1335 USA
"""
def mkdir_file(filename, mode):
_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users