diff options
author | Robey Pointer <robey@lag.net> | 2004-06-10 18:12:00 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-06-10 18:12:00 +0000 |
commit | 690a05fff87d7a8dac6c5b1cb1fbc0be3c6adc0f (patch) | |
tree | 6495c00549740065401a9c33f39cd5b5328c8708 | |
parent | 146417c56c3a9911b0c4f4eec212e69d2d994455 (diff) |
[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. :)
-rw-r--r-- | paramiko/__init__.py | 2 | ||||
-rw-r--r-- | paramiko/auth_transport.py | 2 | ||||
-rw-r--r-- | paramiko/ber.py | 2 | ||||
-rw-r--r-- | paramiko/common.py | 2 | ||||
-rw-r--r-- | paramiko/dsskey.py | 2 | ||||
-rw-r--r-- | paramiko/kex_gex.py | 2 | ||||
-rw-r--r-- | paramiko/kex_group1.py | 2 | ||||
-rw-r--r-- | paramiko/logging22.py | 2 | ||||
-rw-r--r-- | paramiko/message.py | 2 | ||||
-rw-r--r-- | paramiko/pkey.py | 2 | ||||
-rw-r--r-- | paramiko/primes.py | 2 | ||||
-rw-r--r-- | paramiko/rsakey.py | 2 | ||||
-rw-r--r-- | paramiko/ssh_exception.py | 2 | ||||
-rw-r--r-- | paramiko/util.py | 2 | ||||
-rwxr-xr-x | 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 @@ -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. """ |