From 690a05fff87d7a8dac6c5b1cb1fbc0be3c6adc0f Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Thu, 10 Jun 2004 18:12:00 +0000 Subject: [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 24503699..fea18bd8 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 15153124..048e3f02 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 c03d1a88..d26a6fb0 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 0c565e42..8f42fe29 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 612e1f83..eaefba3f 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 7db93d6a..4603cbca 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 c528f29a..cb033efd 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 b59aacf0..acf843b8 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 0ce0c707..a230f4eb 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 f1307256..8faacc5b 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 c7ce2451..8c7e0a61 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 23fc6152..aa85724c 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 d0c0a49a..6321821c 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 191f8454..0344919d 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 15a9b779..e4d57466 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. """ -- cgit v1.2.3