summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorPaul Howarth <paul@city-fan.org>2022-03-15 19:32:20 +0000
committerPaul Howarth <paul@city-fan.org>2022-03-15 19:32:20 +0000
commit94f3894ab74744653604a52a31b28e1ba333e6d8 (patch)
tree908d59950be20044b5205e8907377ce388b5cd7f /demos
parent57033fb57986a00263e57c615674bfec41efb59c (diff)
downloadparamiko-94f3894ab74744653604a52a31b28e1ba333e6d8.tar.gz
Fix Free Software Foundation address
They moved from Temple Place to Franklin Street in 2005.
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/demo.py2
-rwxr-xr-xdemos/demo_keygen.py2
-rw-r--r--demos/demo_server.py2
-rw-r--r--demos/demo_sftp.py2
-rw-r--r--demos/demo_simple.py2
-rw-r--r--demos/forward.py2
-rw-r--r--demos/interactive.py2
-rwxr-xr-xdemos/rforward.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/demos/demo.py b/demos/demo.py
index c9b0a5f5..5252db7c 100755
--- a/demos/demo.py
+++ b/demos/demo.py
@@ -16,7 +16,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.
import base64
diff --git a/demos/demo_keygen.py b/demos/demo_keygen.py
index 6a80272d..12637ed0 100755
--- a/demos/demo_keygen.py
+++ b/demos/demo_keygen.py
@@ -16,7 +16,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.
import sys
diff --git a/demos/demo_server.py b/demos/demo_server.py
index 313e5fb2..6cb2dc51 100644
--- a/demos/demo_server.py
+++ b/demos/demo_server.py
@@ -16,7 +16,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.
import base64
from binascii import hexlify
diff --git a/demos/demo_sftp.py b/demos/demo_sftp.py
index 7f6a002e..dbcb2cb7 100644
--- a/demos/demo_sftp.py
+++ b/demos/demo_sftp.py
@@ -16,7 +16,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.
# based on code provided by raymond mosteller (thanks!)
diff --git a/demos/demo_simple.py b/demos/demo_simple.py
index 5dd4f6c1..bd932c3e 100644
--- a/demos/demo_simple.py
+++ b/demos/demo_simple.py
@@ -16,7 +16,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.
import base64
diff --git a/demos/forward.py b/demos/forward.py
index cd9dabf1..869e3906 100644
--- a/demos/forward.py
+++ b/demos/forward.py
@@ -16,7 +16,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.
"""
Sample script showing how to do local port forwarding over paramiko.
diff --git a/demos/interactive.py b/demos/interactive.py
index 037787c4..16eae0e7 100644
--- a/demos/interactive.py
+++ b/demos/interactive.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.
import socket
diff --git a/demos/rforward.py b/demos/rforward.py
index a2e8a776..200634ab 100755
--- a/demos/rforward.py
+++ b/demos/rforward.py
@@ -16,7 +16,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.
"""
Sample script showing how to do remote port forwarding over paramiko.