Skip to content

Commit 87a0b44

Browse files
authored
Updated copyright notices, setup.py classifiers (#104)
* Updated copyright notices, setup.py classifiers * Updated setup.py
1 parent 159d04f commit 87a0b44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+946
-578
lines changed

ci/appveyor/build_krb.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
@REM This file is part of ssh-python.
2+
@REM Copyright (C) 2018-2025 Panos Kittenis.
3+
@REM Copyright (C) 2018-2025 ssh-python Contributors.
4+
@REM
5+
@REM This library is free software; you can redistribute it and/or
6+
@REM modify it under the terms of the GNU Lesser General Public
7+
@REM License as published by the Free Software Foundation, version 2.1.
8+
@REM
9+
@REM This library is distributed in the hope that it will be useful,
10+
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
@REM Lesser General Public License for more details.
13+
@REM
14+
@REM You should have received a copy of the GNU Lesser General Public
15+
@REM License along with this library; if not, write to the Free Software
16+
@REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130
17+
118
refreshenv
219
set KRB_INSTALL_DIR=%APPVEYOR_HOME_DIR%/src/lib
320
set CPU=AMD64

ci/appveyor/build_ssh.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
@REM This file is part of ssh-python.
2+
@REM Copyright (C) 2018-2025 Panos Kittenis.
3+
@REM Copyright (C) 2018-2025 ssh-python Contributors.
4+
@REM
5+
@REM This library is free software; you can redistribute it and/or
6+
@REM modify it under the terms of the GNU Lesser General Public
7+
@REM License as published by the Free Software Foundation, version 2.1.
8+
@REM
9+
@REM This library is distributed in the hope that it will be useful,
10+
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
@REM Lesser General Public License for more details.
13+
@REM
14+
@REM You should have received a copy of the GNU Lesser General Public
15+
@REM License along with this library; if not, write to the Free Software
16+
@REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130
17+
118
IF "%PYTHON_VERSION%" == "2.7" (exit 0)
219

320
mkdir src

ci/appveyor/build_zlib.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
@REM This file is part of ssh-python.
2+
@REM Copyright (C) 2018-2025 Panos Kittenis.
3+
@REM Copyright (C) 2018-2025 ssh-python Contributors.
4+
@REM
5+
@REM This library is free software; you can redistribute it and/or
6+
@REM modify it under the terms of the GNU Lesser General Public
7+
@REM License as published by the Free Software Foundation, version 2.1.
8+
@REM
9+
@REM This library is distributed in the hope that it will be useful,
10+
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
@REM Lesser General Public License for more details.
13+
@REM
14+
@REM You should have received a copy of the GNU Lesser General Public
15+
@REM License along with this library; if not, write to the Free Software
16+
@REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130
17+
118
IF "%PYTHON_VERSION%" == "2.7" (exit 0)
219

320
mkdir zlib_build && cd zlib_build

ci/appveyor/fix_version.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# This file is part of ssh-python.
2+
# Copyright (C) 2018-2025 Panos Kittenis.
3+
# Copyright (C) 2018-2025 ssh-python Contributors.
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-130
17+
118
import os
219
from datetime import datetime
320
import subprocess

ci/appveyor/import_test.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# This file is part of ssh-python.
2+
# Copyright (C) 2018-2025 Panos Kittenis.
3+
# Copyright (C) 2018-2025 ssh-python Contributors.
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-130
17+
118
from __future__ import print_function
219
import sys
320

ci/appveyor/pypi_upload.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# This file is part of ssh-python.
2+
# Copyright (C) 2018-2025 Panos Kittenis.
3+
# Copyright (C) 2018-2025 ssh-python Contributors.
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-130
17+
118
import sys
219
import subprocess
320
import os

ci/build-manylinux.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
#!/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.
45
#
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.
89
#
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.
1314
#
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
1718

1819
tar -czf ci/docker/manylinux/libssh-${LIBSSH}.tar.gz libssh
1920
tar -czf ci/docker/manylinux/krb5-${KRB}.tar.gz krb5-${KRB}

ci/build-wheels.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
#!/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.
45
#
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.
89
#
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.
1314
#
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
1718

1819
# Compile wheels
1920
rm -rf /io/build

ci/docker/manylinux/Dockerfile.2014_x86_64

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# This file is part of ssh-python.
2+
# Copyright (C) 2018-2025 Panos Kittenis.
3+
# Copyright (C) 2018-2025 ssh-python Contributors.
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-130
17+
118
FROM quay.io/pypa/manylinux2014_x86_64
219

320
ENV OPENSSL=openssl-3.4.0

ci/docker/manylinux/Dockerfile.aarch64

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# This file is part of ssh-python.
2+
# Copyright (C) 2018-2025 Panos Kittenis.
3+
# Copyright (C) 2018-2025 ssh-python Contributors.
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-130
17+
118
FROM quay.io/pypa/manylinux2014_aarch64
219

320
ENV OPENSSL=openssl-3.4.0

0 commit comments

Comments
 (0)