Skip to content

Commit 416f000

Browse files
committed
Replace remaining uses of pylibssh in headers
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 356354a commit 416f000

14 files changed

Lines changed: 15 additions & 13 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The standalone mentions of ``pylibssh`` have been replaced with
2+
``ansible-pylibssh`` in file license headers -- by :user:`Jakuje`.

src/pylibsshext/channel.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# distutils: libraries = ssh
22
#
3-
# This file is part of the pylibssh library
3+
# This file is part of the ansible-pylibssh library
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/channel.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/errors.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# distutils: libraries = ssh
22
#
3-
# This file is part of the pylibssh library
3+
# This file is part of the ansible-pylibssh library
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/errors.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/includes/callbacks.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/includes/libssh.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/includes/sftp.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/scp.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# distutils: libraries = ssh
22
#
3-
# This file is part of the pylibssh library
3+
# This file is part of the ansible-pylibssh library
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public

src/pylibsshext/scp.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the pylibssh library
2+
# This file is part of the ansible-pylibssh library
33
#
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)