Skip to content

Commit 7e281ca

Browse files
authored
Updated copyright notices (#238)
1 parent 72fb3ce commit 7e281ca

Some content is hidden

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

59 files changed

+774
-434
lines changed

ci/appveyor/build_package.bat

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

319
for %%I in (%PYTHONVERS%) do %%I\python.exe -V

ci/appveyor/build_ssh2.bat

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

ci/appveyor/build_zlib.bat

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

319
mkdir zlib_build && cd zlib_build

ci/appveyor/fix_version.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 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
16+
117
import os
218
from datetime import datetime
319
import subprocess

ci/appveyor/pypi_upload.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 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
16+
117
import sys
218
import subprocess
319
import os

ci/build-manylinux.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#!/bin/bash -xe
2-
# This file is part of ssh2-python.
3-
# Copyright (C) 2017-2022 Panos Kittenis and contributors.
2+
# This file is part of ssh2-python.
3+
# Copyright (C) 2017-2025 Panos Kittenis
44
#
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.
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.
88
#
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.
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.
1313
#
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
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
1717

1818
tar -czf ci/docker/manylinux/libssh2-${LIBSSH2_VERSION}.tar.gz libssh2
1919

ci/build-wheels.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#!/bin/bash -xe
2-
# This file is part of ssh2-python.
3-
# Copyright (C) 2017-2025 Panos Kittenis and contributors.
2+
# This file is part of ssh2-python.
3+
# Copyright (C) 2017-2025 Panos Kittenis
44
#
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.
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.
88
#
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.
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.
1313
#
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
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
1717

1818
# Compile wheels
1919
# For testing

ci/docker/manylinux/Dockerfile.2014_x86_64

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2022 Panos Kittenis and contributors.
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 Panos Kittenis
33
#
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.
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.
77
#
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.
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.
1212
#
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
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
1616
FROM quay.io/pypa/manylinux2014_x86_64
1717

1818
ENV OPENSSL=openssl-3.4.0

ci/docker/manylinux/Dockerfile.aarch64

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# This file is part of ssh2-python.
2-
# Copyright (C) 2017-2022 Panos Kittenis and contributors.
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 Panos Kittenis
33
#
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.
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.
77
#
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.
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.
1212
#
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
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
1616
FROM quay.io/pypa/manylinux2014_aarch64
1717

1818
ENV OPENSSL=openssl-3.4.0

ci/integration_tests/__init__.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is part of ssh2-python.
2+
# Copyright (C) 2017-2025 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

0 commit comments

Comments
 (0)