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 /paramiko/common.py | |
parent | 146417c56c3a9911b0c4f4eec212e69d2d994455 (diff) | |
download | paramiko-690a05fff87d7a8dac6c5b1cb1fbc0be3c6adc0f.tar.gz |
[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. :)
Diffstat (limited to 'paramiko/common.py')
-rw-r--r-- | paramiko/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |