Skip to content

Commit 09c55eb

Browse files
author
Dan
committed
Updated copyright notices
1 parent 09de9f4 commit 09c55eb

File tree

8 files changed

+18
-20
lines changed

8 files changed

+18
-20
lines changed

fake_server/fake_agent.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) 2015 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

fake_server/fake_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) 2014 Panos Kittenis
5+
# Copyright (C) 2015 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

fake_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) 2014 Panos Kittenis
3+
# Copyright (C) 2015 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.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) 2014 Panos Kittenis
5+
# Copyright (C) 2015 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_local.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) 2015 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: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
"""
2-
Copyright (C) 2014 Panos Kittenis
1+
# Copyright (C) 2015 Panos Kittenis
32

4-
This library is free software; you can redistribute it and/or
5-
modify it under the terms of the GNU Lesser General Public
6-
License as published by the Free Software Foundation, version 2.1.
3+
# This library is free software; you can redistribute it and/or
4+
# modify it under the terms of the GNU Lesser General Public
5+
# License as published by the Free Software Foundation, version 2.1.
76

8-
This library is distributed in the hope that it will be useful,
9-
but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11-
Lesser General Public License for more details.
7+
# This library is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10+
# Lesser General Public License for more details.
1211

13-
You should have received a copy of the GNU Lesser General Public
14-
License along with this library; if not, write to the Free Software
15-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16-
"""
12+
# You should have received a copy of the GNU Lesser General Public
13+
# License along with this library; if not, write to the Free Software
14+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1715

1816
from distutils.core import setup
1917
from setuptools import find_packages

tests/test_pssh_client.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) 2014 Panos Kittenis
5+
# Copyright (C) 2015 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

tests/test_ssh_client.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) 2014 Panos Kittenis
5+
# Copyright (C) 2015 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

0 commit comments

Comments
 (0)