Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9b1ebb

Browse files
committed
Fix rpmlint: incorrect-fsf-address
""" The Free Software Foundation address in this file seems to be outdated or misspelled. Ask upstream to update the address, or if this is a license file, possibly the entire file with a new copy available from the FSF. """ Replacing it with the correct one.
1 parent 98f7126 commit e9b1ebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/external/ssh/forward.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# You should have received a copy of the GNU Lesser General Public License
1919
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
20-
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
# 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA.
2121

2222
"""
2323
Sample script showing how to do local port forwarding over paramiko.
@@ -87,4 +87,4 @@ class SubHander (Handler):
8787
ForwardServer(('127.0.0.1', local_port), SubHander).serve_forever()
8888

8989

90-
__all__ = ['forward_tunnel']
90+
__all__ = ['forward_tunnel']

0 commit comments

Comments
 (0)