diff options
author | Paul Howarth <paul@city-fan.org> | 2022-03-15 19:32:20 +0000 |
---|---|---|
committer | Paul Howarth <paul@city-fan.org> | 2022-03-15 19:32:20 +0000 |
commit | 94f3894ab74744653604a52a31b28e1ba333e6d8 (patch) | |
tree | 908d59950be20044b5205e8907377ce388b5cd7f /paramiko/primes.py | |
parent | 57033fb57986a00263e57c615674bfec41efb59c (diff) | |
download | paramiko-94f3894ab74744653604a52a31b28e1ba333e6d8.tar.gz |
Fix Free Software Foundation address
They moved from Temple Place to Franklin Street in 2005.
Diffstat (limited to 'paramiko/primes.py')
-rw-r--r-- | paramiko/primes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/primes.py b/paramiko/primes.py index 8dff7683..564ab26f 100644 --- a/paramiko/primes.py +++ b/paramiko/primes.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Paramiko; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ Utility functions for dealing with primes. |