Skip to content

Commit c0d9d22

Browse files
author
Dan
committed
Updated notices
1 parent f64ad59 commit c0d9d22

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

pssh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This file is part of parallel-ssh.
44

5-
# Copyright (C) 2015 Panos Kittenis
5+
# Copyright (C) 2014-2017 Panos Kittenis
66

77
# This library is free software; you can redistribute it and/or
88
# modify it under the terms of the GNU Lesser General Public

pssh/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of parallel-ssh.
22

3-
# Copyright (C) 2014- Panos Kittenis
3+
# Copyright (C) 2014-2017 Panos Kittenis
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

pssh/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of parallel-ssh.
22

3-
# Copyright (C) 2014- Panos Kittenis
3+
# Copyright (C) 2014-2017 Panos Kittenis
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

pssh/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of parallel-ssh.
22

3-
# Copyright (C) 2014- Panos Kittenis
3+
# Copyright (C) 2014-2017 Panos Kittenis
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

pssh/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This file is part of parallel-ssh.
44

5-
# Copyright (C) 2015- Panos Kittenis
5+
# Copyright (C) 2014-2017 Panos Kittenis
66

77
# This library is free software; you can redistribute it and/or
88
# modify it under the terms of the GNU Lesser General Public

pssh/utils.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of parallel-ssh.
22

3-
# Copyright (C) 2014- Panos Kittenis
3+
# Copyright (C) 2014-2017 Panos Kittenis
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
@@ -45,7 +45,9 @@ def enable_logger(_logger, level=logging.INFO):
4545

4646
def enable_host_logger():
4747
"""Enable host logger for logging stdout from remote commands
48-
as it becomes available"""
48+
as it becomes available.
49+
50+
"""
4951
enable_logger(host_logger)
5052

5153
def load_private_key(_pkey):
@@ -93,7 +95,3 @@ def read_openssh_config(_host, config_file=None):
9395
if pkey:
9496
break
9597
return host, user, port, pkey
96-
97-
# def enable_pssh_logger():
98-
# """Enable parallel-ssh's logger to stdout"""
99-
# enable_logger(logger)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2014- Panos Kittenis
1+
# Copyright (C) 2014-2017 Panos Kittenis
22

33
# This library is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)