|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# This file is part of parallel-ssh. |
| 2 | +# This file is part of parallel-ssh. |
| 3 | +# Copyright (C) 2014-2025 Panos Kittenis. |
| 4 | +# Copyright (C) 2014-2025 parallel-ssh Contributors. |
3 | 5 | # |
4 | | -# Copyright (C) 2014-2022 Panos Kittenis and contributors. |
| 6 | +# This library is free software; you can redistribute it and/or |
| 7 | +# modify it under the terms of the GNU Lesser General Public |
| 8 | +# License as published by the Free Software Foundation, version 2.1. |
5 | 9 | # |
6 | | -# This library is free software; you can redistribute it and/or |
7 | | -# modify it under the terms of the GNU Lesser General Public |
8 | | -# License as published by the Free Software Foundation, version 2.1. |
| 10 | +# This library is distributed in the hope that it will be useful, |
| 11 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | +# Lesser General Public License for more details. |
9 | 14 | # |
10 | | -# This library is distributed in the hope that it will be useful, |
11 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 | | -# Lesser General Public License for more details. |
14 | | -# |
15 | | -# You should have received a copy of the GNU Lesser General Public |
16 | | -# License along with this library; if not, write to the Free Software |
17 | | -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 15 | +# You should have received a copy of the GNU Lesser General Public |
| 16 | +# License along with this library; if not, write to the Free Software |
| 17 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
18 | 18 |
|
19 | 19 |
|
20 | 20 | """Unittests for :mod:`pssh.ParallelSSHClient` class""" |
|
0 commit comments