|
1 | 1 | #!/bin/bash -xe |
2 | | -# This file is part of ssh-python. |
3 | | -# Copyright (C) 2017-2022 Panos Kittenis and contributors. |
| 2 | +# This file is part of ssh-python. |
| 3 | +# Copyright (C) 2018-2025 Panos Kittenis. |
| 4 | +# Copyright (C) 2018-2025 ssh-python Contributors. |
4 | 5 | # |
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. |
| 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. |
8 | 9 | # |
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. |
| 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. |
13 | 14 | # |
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 |
| 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-130 |
17 | 18 |
|
18 | 19 | tar -czf ci/docker/manylinux/libssh-${LIBSSH}.tar.gz libssh |
19 | 20 | tar -czf ci/docker/manylinux/krb5-${KRB}.tar.gz krb5-${KRB} |
|
0 commit comments