Skip to content

Commit b5c14a7

Browse files
Update GPL license notices for remote-only FSF
The FSF no longer has a physical address. See: - https://www.gnu.org/licenses/gpl-howto.html - https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html#SEC4
1 parent bb68dbe commit b5c14a7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packaging/debian/copyright

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ License: LGPL-3+link
9494
Library General Public License for more details.
9595
.
9696
You should have received a copy of the GNU Library General Public
97-
License along with this library; if not, write to the Free Software
98-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
99-
02110-1301 USA.
97+
License along with this library; if not, see <https://www.gnu.org/licenses/>.
10098
.
10199
The full text of the GNU Lesser General Public License version 3
102100
is distributed in /usr/share/common-licenses/LGPL-3 on Debian systems.
@@ -127,8 +125,7 @@ License: LGPL-2.1
127125
Lesser General Public License for more details.
128126
.
129127
You should have received a copy of the GNU Lesser General Public
130-
License along with this library; if not, write to the Free Software
131-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
128+
License along with this library; if not, see <https://www.gnu.org/licenses/>.
132129
.
133130
The full text of the GNU Lesser General Public License version 2.1
134131
is distributed in /usr/share/common-licenses/LGPL-2.1 on Debian systems.

zmq/ssh/forward.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
18-
# 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA.
17+
# along with Paramiko; if not, see <https://www.gnu.org/licenses/>.
1918

2019
"""
2120
Sample script showing how to do local port forwarding over paramiko.

0 commit comments

Comments
 (0)