Skip to content

Commit 4356eb1

Browse files
author
Dan
committed
Updated copyright notices
1 parent 6326847 commit 4356eb1

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
lines changed

embedded_server/embedded_server.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- 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

embedded_server/tunnel.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) 2015 Panos Kittenis
3+
# Copyright (C) 2014- 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/agent.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# This file is part of parallel-ssh.
2+
3+
# Copyright (C) 2014- Panos Kittenis
4+
5+
# This library is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Lesser General Public
7+
# License as published by the Free Software Foundation, version 2.1.
8+
9+
# This library is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
# Lesser General Public License for more details.
13+
14+
# You should have received a copy of the GNU Lesser General Public
15+
# License along with this library; if not, write to the Free Software
16+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17+
18+
119
class SSHAgent(paramiko.agent.AgentSSH):
220
""":mod:`paramiko.agent.AgentSSH` compatible class for programmatically
321
supplying an SSH agent"""

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) 2015 Panos Kittenis
3+
# Copyright (C) 2014- 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) 2015- Panos Kittenis
3+
# Copyright (C) 2014- 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/pssh_client.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) 2015- Panos Kittenis
3+
# Copyright (C) 2014- 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/utils.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) 2015- Panos Kittenis
3+
# Copyright (C) 2014- 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015 Panos Kittenis
1+
# Copyright (C) 2014- 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)