Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87a0b44

Browse files
authored
Updated copyright notices, setup.py classifiers (#104)
* Updated copyright notices, setup.py classifiers* Updated setup.py
1 parent159d04f commit87a0b44

File tree

67 files changed

+946
-578
lines changed

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
setKRB_INSTALL_DIR=%APPVEYOR_HOME_DIR%/src/lib
320
setCPU=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
importos
219
fromdatetimeimportdatetime
320
importsubprocess

‎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__importprint_function
219
importsys
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
importsys
219
importsubprocess
320
importos

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp