From 690a05fff87d7a8dac6c5b1cb1fbc0be3c6adc0f Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Thu, 10 Jun 2004 18:12:00 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-61] no more Foobar fix "Foobar" to be "Paramiko" in the one place i missed it in all the gpl headers. sigh. :) --- paramiko/__init__.py | 2 +- paramiko/auth_transport.py | 2 +- paramiko/ber.py | 2 +- paramiko/common.py | 2 +- paramiko/dsskey.py | 2 +- paramiko/kex_gex.py | 2 +- paramiko/kex_group1.py | 2 +- paramiko/logging22.py | 2 +- paramiko/message.py | 2 +- paramiko/pkey.py | 2 +- paramiko/primes.py | 2 +- paramiko/rsakey.py | 2 +- paramiko/ssh_exception.py | 2 +- paramiko/util.py | 2 +- test.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/paramiko/__init__.py b/paramiko/__init__.py index 2450369..fea18bd 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/auth_transport.py b/paramiko/auth_transport.py index 1515312..048e3f0 100644 --- a/paramiko/auth_transport.py +++ b/paramiko/auth_transport.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/ber.py b/paramiko/ber.py index c03d1a8..d26a6fb 100644 --- a/paramiko/ber.py +++ b/paramiko/ber.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. import struct, util diff --git a/paramiko/common.py b/paramiko/common.py index 0c565e4..8f42fe2 100644 --- a/paramiko/common.py +++ b/paramiko/common.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/dsskey.py b/paramiko/dsskey.py index 612e1f8..eaefba3 100644 --- a/paramiko/dsskey.py +++ b/paramiko/dsskey.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/kex_gex.py b/paramiko/kex_gex.py index 7db93d6..4603cbc 100644 --- a/paramiko/kex_gex.py +++ b/paramiko/kex_gex.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/kex_group1.py b/paramiko/kex_group1.py index c528f29..cb033ef 100644 --- a/paramiko/kex_group1.py +++ b/paramiko/kex_group1.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/logging22.py b/paramiko/logging22.py index b59aacf..acf843b 100644 --- a/paramiko/logging22.py +++ b/paramiko/logging22.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/message.py b/paramiko/message.py index 0ce0c70..a230f4e 100644 --- a/paramiko/message.py +++ b/paramiko/message.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/pkey.py b/paramiko/pkey.py index f130725..8faacc5 100644 --- a/paramiko/pkey.py +++ b/paramiko/pkey.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/primes.py b/paramiko/primes.py index c7ce245..8c7e0a6 100644 --- a/paramiko/primes.py +++ b/paramiko/primes.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/rsakey.py b/paramiko/rsakey.py index 23fc615..aa85724 100644 --- a/paramiko/rsakey.py +++ b/paramiko/rsakey.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/ssh_exception.py b/paramiko/ssh_exception.py index d0c0a49..6321821 100644 --- a/paramiko/ssh_exception.py +++ b/paramiko/ssh_exception.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ diff --git a/paramiko/util.py b/paramiko/util.py index 191f845..0344919 100644 --- a/paramiko/util.py +++ b/paramiko/util.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. from __future__ import generators diff --git a/test.py b/test.py index 15a9b77..e4d5746 100755 --- a/test.py +++ b/test.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software Foundation, Inc., +# along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """