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. """