Skip to content

Commit c92aa3e

Browse files
authored
Updated copyright notices (#241)
* Updated copyright notices * Updated setup.py
1 parent 7058c61 commit c92aa3e

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
import os
1819
import random

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)