Wrong address for the Free software foundation in license file
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
The license file in this project gives an old address for the Free software foundation (two times, see https://www.fsf.org/about/contact/mailing for their current address), also their own example of the Gnu lesser general public license no longer includes an address for a physical location (see https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html).
The address is also mentioned in many source files, here's a full list of files that mention the old address including the license file:
- demos/demo_keygen.py
- demos/demo.py
- demos/demo_server.py
- demos/demo_sftp.py
- demos/demo_simple.py
- demos/forward.py
- demos/interactive.py
- demos/rforward.py
- LICENSE
- paramiko/agent.py
- paramiko/auth_handler.py
- paramiko/ber.py
- paramiko/buffered_pipe.py
- paramiko/channel.py
- paramiko/client.py
- paramiko/common.py
- paramiko/compress.py
- paramiko/config.py
- paramiko/dsskey.py
- paramiko/ecdsakey.py
- paramiko/ed25519key.py
- paramiko/file.py
- paramiko/hostkeys.py
- paramiko/__init__.py
- paramiko/kex_gex.py
- paramiko/kex_group14.py
- paramiko/kex_group16.py
- paramiko/kex_group1.py
- paramiko/kex_gss.py
- paramiko/message.py
- paramiko/packet.py
- paramiko/pipe.py
- paramiko/pkey.py
- paramiko/primes.py
- paramiko/proxy.py
- paramiko/rsakey.py
- paramiko/server.py
- paramiko/sftp_attr.py
- paramiko/sftp_client.py
- paramiko/sftp_file.py
- paramiko/sftp_handle.py
- paramiko/sftp.py
- paramiko/sftp_server.py
- paramiko/sftp_si.py
- paramiko/ssh_exception.py
- paramiko/ssh_gss.py
- paramiko/transport.py
- paramiko/util.py
- paramiko/win_openssh.py
- paramiko/win_pageant.py
- setup_helper.py
- setup.py
- tests/_loop.py
- tests/_stub_sftp.py
- tests/test_buffered_pipe.py
- tests/test_client.py
- tests/test_file.py
- tests/test_gssapi.py
- tests/test_hostkeys.py
- tests/test_kex_gss.py
- tests/test_kex.py
- tests/test_message.py
- tests/test_packetizer.py
- tests/test_pkey.py
- tests/test_sftp_big.py
- tests/test_sftp.py
- tests/test_ssh_gss.py
- tests/test_transport.py
- tests/test_util.py
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with LICENSE and search the repository for the old Free Software Foundation address, using the listed demos, paramiko, setup, and tests files as the scope. Update or remove the outdated address consistently according to the referenced FSF guidance, then verify the old address no longer appears in the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100