Skip to content

Commit f58c92d

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

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

src/pylibsshext/session.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

0 commit comments

Comments
 (0)