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

Commitc92aa3e

Browse files
authored
Updated copyright notices (#241)
* Updated copyright notices* Updated setup.py
1 parent7058c61 commitc92aa3e

Some content is hidden

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

48 files changed

+166
-61
lines changed

‎ci/appveyor/fix_version.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public

‎ci/appveyor/pypi_upload.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public

‎ci/build-manylinux.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash -xe
22
# This file is part of ssh2-python.
3-
# Copyright (C) 2017-2025 Panos Kittenis
3+
# Copyright (C) 2017-2025 Panos Kittenis.
4+
# Copyright (C) 2017-2025 ssh2-python Contributors.
45
#
56
# This library is free software; you can redistribute it and/or
67
# modify it under the terms of the GNU Lesser General Public

‎ci/build-wheels.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash -xe
22
# This file is part of ssh2-python.
3-
# Copyright (C) 2017-2025 Panos Kittenis
3+
# Copyright (C) 2017-2025 Panos Kittenis.
4+
# Copyright (C) 2017-2025 ssh2-python Contributors.
45
#
56
# This library is free software; you can redistribute it and/or
67
# modify it under the terms of the GNU Lesser General Public

‎ci/integration_tests/__init__.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public

‎ci/integration_tests/base_test.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-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-1301 USA

‎ci/integration_tests/embedded_server/openssh.py‎

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# This file is part of ssh2-python.
2-
# Copyright (C) 2017 Panos Kittenis
3-
4-
# This library is free software; you can redistribute it and/or
5-
# modify it under the terms of the GNU Lesser General Public
6-
# License as published by the Free Software Foundation, version 2.1.
7-
8-
# This library is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11-
# Lesser General Public License for more details.
12-
13-
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-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-1301 USA
1617

1718
importos
1819
importrandom

‎ci/integration_tests/test_agent.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public

‎ci/integration_tests/test_channel.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2025 Panos Kittenis
2+
# Copyright (C) 2017-2025 Panos Kittenis.
3+
# Copyright (C) 2017-2025 ssh2-python Contributors.
34
#
45
# This library is free software; you can redistribute it and/or
56
# modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp