From: Mikhail Terekhov <[email protected]>

Old FSF address causes rpm build warnings.
---
 COPYING                    |    4 ++--
 stg                        |    3 +--
 stg-dbg                    |    3 +--
 stg-prof                   |    3 +--
 stgit/__init__.py          |    3 +--
 stgit/basedir.py           |    3 +--
 stgit/commands/__init__.py |    3 +--
 stgit/commands/branch.py   |    3 +--
 stgit/commands/clean.py    |    3 +--
 stgit/commands/clone.py    |    3 +--
 stgit/commands/commit.py   |    3 +--
 stgit/commands/common.py   |    3 +--
 stgit/commands/delete.py   |    3 +--
 stgit/commands/diff.py     |    3 +--
 stgit/commands/edit.py     |    3 +--
 stgit/commands/export.py   |    3 +--
 stgit/commands/files.py    |    3 +--
 stgit/commands/float.py    |    3 +--
 stgit/commands/fold.py     |    3 +--
 stgit/commands/goto.py     |    3 +--
 stgit/commands/hide.py     |    3 +--
 stgit/commands/id.py       |    3 +--
 stgit/commands/imprt.py    |    3 +--
 stgit/commands/init.py     |    3 +--
 stgit/commands/log.py      |    3 +--
 stgit/commands/mail.py     |    3 +--
 stgit/commands/new.py      |    3 +--
 stgit/commands/next.py     |    3 +--
 stgit/commands/patches.py  |    3 +--
 stgit/commands/pick.py     |    3 +--
 stgit/commands/pop.py      |    3 +--
 stgit/commands/prev.py     |    3 +--
 stgit/commands/publish.py  |    3 +--
 stgit/commands/pull.py     |    3 +--
 stgit/commands/push.py     |    3 +--
 stgit/commands/rebase.py   |    3 +--
 stgit/commands/redo.py     |    3 +--
 stgit/commands/refresh.py  |    3 +--
 stgit/commands/rename.py   |    3 +--
 stgit/commands/repair.py   |    3 +--
 stgit/commands/reset.py    |    3 +--
 stgit/commands/series.py   |    3 +--
 stgit/commands/show.py     |    3 +--
 stgit/commands/sink.py     |    3 +--
 stgit/commands/squash.py   |    3 +--
 stgit/commands/sync.py     |    3 +--
 stgit/commands/top.py      |    3 +--
 stgit/commands/uncommit.py |    3 +--
 stgit/commands/undo.py     |    3 +--
 stgit/commands/unhide.py   |    3 +--
 stgit/config.py            |    3 +--
 stgit/git.py               |    3 +--
 stgit/lib/__init__.py      |    3 +--
 stgit/main.py              |    3 +--
 stgit/out.py               |    3 +--
 stgit/run.py               |    3 +--
 stgit/stack.py             |    3 +--
 stgit/templates.py         |    3 +--
 stgit/utils.py             |    3 +--
 59 files changed, 60 insertions(+), 118 deletions(-)

diff --git a/COPYING b/COPYING
index d60c31a..1a46463 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..5f0487a 100755
--- a/stg
+++ b/stg
@@ -16,8 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stg-dbg b/stg-dbg
index 546dc7e..79ae38f 100755
--- a/stg-dbg
+++ b/stg-dbg
@@ -16,8 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, pdb
diff --git a/stg-prof b/stg-prof
index cd5f141..1159345 100755
--- a/stg-prof
+++ b/stg-prof
@@ -16,8 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/__init__.py b/stgit/__init__.py
index 4b03e3a..ab9a29a 100644
--- a/stgit/__init__.py
+++ b/stgit/__init__.py
@@ -11,6 +11,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
diff --git a/stgit/basedir.py b/stgit/basedir.py
index 3e078f5..4385cc9 100644
--- a/stgit/basedir.py
+++ b/stgit/basedir.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os
diff --git a/stgit/commands/__init__.py b/stgit/commands/__init__.py
index eeaead8..43352d0 100644
--- a/stgit/commands/__init__.py
+++ b/stgit/commands/__init__.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os
diff --git a/stgit/commands/branch.py b/stgit/commands/branch.py
index c248ce5..fd0eb26 100644
--- a/stgit/commands/branch.py
+++ b/stgit/commands/branch.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, time, re
diff --git a/stgit/commands/clean.py b/stgit/commands/clean.py
index 9b48e7b..ea7205d 100644
--- a/stgit/commands/clean.py
+++ b/stgit/commands/clean.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/clone.py b/stgit/commands/clone.py
index 9e39c54..09afed4 100644
--- a/stgit/commands/clone.py
+++ b/stgit/commands/clone.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os
diff --git a/stgit/commands/commit.py b/stgit/commands/commit.py
index b21c85f..d3d6c0e 100644
--- a/stgit/commands/commit.py
+++ b/stgit/commands/commit.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/common.py b/stgit/commands/common.py
index a6ddb0d..1a7044b 100644
--- a/stgit/commands/common.py
+++ b/stgit/commands/common.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, os.path, re, email.Utils
diff --git a/stgit/commands/delete.py b/stgit/commands/delete.py
index 84a057e..373a4b1 100644
--- a/stgit/commands/delete.py
+++ b/stgit/commands/delete.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/diff.py b/stgit/commands/diff.py
index 05bf297..c8db1d8 100644
--- a/stgit/commands/diff.py
+++ b/stgit/commands/diff.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/edit.py b/stgit/commands/edit.py
index 79335d0..c8ef31f 100644
--- a/stgit/commands/edit.py
+++ b/stgit/commands/edit.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/export.py b/stgit/commands/export.py
index a661a7d..fcdb5ad 100644
--- a/stgit/commands/export.py
+++ b/stgit/commands/export.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os
diff --git a/stgit/commands/files.py b/stgit/commands/files.py
index 7d56b53..91ec652 100644
--- a/stgit/commands/files.py
+++ b/stgit/commands/files.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/float.py b/stgit/commands/float.py
index 25bdb2f..c7a8896 100644
--- a/stgit/commands/float.py
+++ b/stgit/commands/float.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import re
diff --git a/stgit/commands/fold.py b/stgit/commands/fold.py
index 4e3afbf..b469f85 100644
--- a/stgit/commands/fold.py
+++ b/stgit/commands/fold.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/goto.py b/stgit/commands/goto.py
index 608763f..cefabbb 100644
--- a/stgit/commands/goto.py
+++ b/stgit/commands/goto.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/commands/hide.py b/stgit/commands/hide.py
index dfb6b6f..58bc159 100644
--- a/stgit/commands/hide.py
+++ b/stgit/commands/hide.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/commands/id.py b/stgit/commands/id.py
index dc3d249..a5f9297 100644
--- a/stgit/commands/id.py
+++ b/stgit/commands/id.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.out import out
diff --git a/stgit/commands/imprt.py b/stgit/commands/imprt.py
index 1b12f39..f5ac1e0 100644
--- a/stgit/commands/imprt.py
+++ b/stgit/commands/imprt.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, re, email, tarfile
diff --git a/stgit/commands/init.py b/stgit/commands/init.py
index 6ffb93e..62d965a 100644
--- a/stgit/commands/init.py
+++ b/stgit/commands/init.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/commands/log.py b/stgit/commands/log.py
index b028f52..4e4929f 100644
--- a/stgit/commands/log.py
+++ b/stgit/commands/log.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os.path
diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py
index d6fbca8..da37077 100644
--- a/stgit/commands/mail.py
+++ b/stgit/commands/mail.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, re, time, datetime, socket, smtplib, getpass
diff --git a/stgit/commands/new.py b/stgit/commands/new.py
index d5c5382..7b05504 100644
--- a/stgit/commands/new.py
+++ b/stgit/commands/new.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit import argparse, utils
diff --git a/stgit/commands/next.py b/stgit/commands/next.py
index c8e2599..3df1571 100644
--- a/stgit/commands/next.py
+++ b/stgit/commands/next.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/patches.py b/stgit/commands/patches.py
index b9508a3..f2b8421 100644
--- a/stgit/commands/patches.py
+++ b/stgit/commands/patches.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/pick.py b/stgit/commands/pick.py
index 89b0370..df9d798 100644
--- a/stgit/commands/pick.py
+++ b/stgit/commands/pick.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/pop.py b/stgit/commands/pop.py
index abf2814..5c10b9e 100644
--- a/stgit/commands/pop.py
+++ b/stgit/commands/pop.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/commands/prev.py b/stgit/commands/prev.py
index 79f97a8..b9b7b75 100644
--- a/stgit/commands/prev.py
+++ b/stgit/commands/prev.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/publish.py b/stgit/commands/publish.py
index 6bd1c94..3d60ab4 100644
--- a/stgit/commands/publish.py
+++ b/stgit/commands/publish.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit import argparse
diff --git a/stgit/commands/pull.py b/stgit/commands/pull.py
index 8b09b40..65da540 100644
--- a/stgit/commands/pull.py
+++ b/stgit/commands/pull.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/push.py b/stgit/commands/push.py
index 4a6c28e..c4ace21 100644
--- a/stgit/commands/push.py
+++ b/stgit/commands/push.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/commands/rebase.py b/stgit/commands/rebase.py
index 53ad1ea..c6d443e 100644
--- a/stgit/commands/rebase.py
+++ b/stgit/commands/rebase.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/redo.py b/stgit/commands/redo.py
index eb8b20f..0403fad 100644
--- a/stgit/commands/redo.py
+++ b/stgit/commands/redo.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py
index 331c18d..aebfd8f 100644
--- a/stgit/commands/refresh.py
+++ b/stgit/commands/refresh.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/rename.py b/stgit/commands/rename.py
index db898cb..f102a93 100644
--- a/stgit/commands/rename.py
+++ b/stgit/commands/rename.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/repair.py b/stgit/commands/repair.py
index 2e38cde..424b611 100644
--- a/stgit/commands/repair.py
+++ b/stgit/commands/repair.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/reset.py b/stgit/commands/reset.py
index a106e12..1fd4072 100644
--- a/stgit/commands/reset.py
+++ b/stgit/commands/reset.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/series.py b/stgit/commands/series.py
index 1fa9c20..81b181e 100644
--- a/stgit/commands/series.py
+++ b/stgit/commands/series.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/show.py b/stgit/commands/show.py
index aaa46c4..b9cf0cf 100644
--- a/stgit/commands/show.py
+++ b/stgit/commands/show.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/sink.py b/stgit/commands/sink.py
index 34e938f..553e701 100644
--- a/stgit/commands/sink.py
+++ b/stgit/commands/sink.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/squash.py b/stgit/commands/squash.py
index 261b264..5f4d53b 100644
--- a/stgit/commands/squash.py
+++ b/stgit/commands/squash.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/sync.py b/stgit/commands/sync.py
index d765aa6..d4e5de6 100644
--- a/stgit/commands/sync.py
+++ b/stgit/commands/sync.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/commands/top.py b/stgit/commands/top.py
index 4ec37b4..3fe8b35 100644
--- a/stgit/commands/top.py
+++ b/stgit/commands/top.py
@@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py
index 0dcabff..06ad3f8 100644
--- a/stgit/commands/uncommit.py
+++ b/stgit/commands/uncommit.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/undo.py b/stgit/commands/undo.py
index 6a04363..a5c0f6f 100644
--- a/stgit/commands/undo.py
+++ b/stgit/commands/undo.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.argparse import opt
diff --git a/stgit/commands/unhide.py b/stgit/commands/unhide.py
index 4a1b07e..6a53c15 100644
--- a/stgit/commands/unhide.py
+++ b/stgit/commands/unhide.py
@@ -11,8 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 from stgit.commands import common
diff --git a/stgit/config.py b/stgit/config.py
index 15c4f7d..9fb36e1 100644
--- a/stgit/config.py
+++ b/stgit/config.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import os, re
diff --git a/stgit/git.py b/stgit/git.py
index 71d58e0..0ba86ba 100644
--- a/stgit/git.py
+++ b/stgit/git.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, re
diff --git a/stgit/lib/__init__.py b/stgit/lib/__init__.py
index 45eb307..6745b3f 100644
--- a/stgit/lib/__init__.py
+++ b/stgit/lib/__init__.py
@@ -13,6 +13,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
diff --git a/stgit/main.py b/stgit/main.py
index d402b1f..e03a927 100644
--- a/stgit/main.py
+++ b/stgit/main.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, traceback
diff --git a/stgit/out.py b/stgit/out.py
index aa66f3d..ad77457 100644
--- a/stgit/out.py
+++ b/stgit/out.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, textwrap
diff --git a/stgit/run.py b/stgit/run.py
index b36b6f4..4028ebe 100644
--- a/stgit/run.py
+++ b/stgit/run.py
@@ -13,8 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import datetime, os, subprocess
diff --git a/stgit/stack.py b/stgit/stack.py
index 9cd43a3..f79f76f 100644
--- a/stgit/stack.py
+++ b/stgit/stack.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os, re
diff --git a/stgit/templates.py b/stgit/templates.py
index dc37b72..29c9f1b 100644
--- a/stgit/templates.py
+++ b/stgit/templates.py
@@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 import sys, os
diff --git a/stgit/utils.py b/stgit/utils.py
index 5599f7e..9c30d29 100644
--- a/stgit/utils.py
+++ b/stgit/utils.py
@@ -19,8 +19,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, see http://www.gnu.org/licenses/.
 """
 
 def mkdir_file(filename, mode):


_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to