Skip to content

Commit 8fa5a91

Browse files
authored
Updated setup.py (#409)
1 parent a5636eb commit 8fa5a91

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

setup.py

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# Copyright (C) 2014-2022 Panos Kittenis.
1+
# This file is part of parallel-ssh.
2+
# Copyright (C) 2014-2025 Panos Kittenis.
3+
# Copyright (C) 2014-2025 parallel-ssh Contributors.
24
#
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.
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.
68
#
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.
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.
1113
#
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
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
1517

1618
from setuptools import setup, find_packages
1719

0 commit comments

Comments
 (0)