From 940090c1547b7e201350ba52214edba8e8f3247d Mon Sep 17 00:00:00 2001 From: Panos Date: Sat, 11 Oct 2025 22:49:25 +0100 Subject: [PATCH] Copyright updates --- ssh2/agent.c | 4 ++-- ssh2/channel.c | 4 ++-- ssh2/error_codes.c | 4 ++-- ssh2/exceptions.c | 8 ++++---- ssh2/ext/find_eol.c | 2 +- ssh2/ext/find_eol.h | 2 +- ssh2/fileinfo.c | 4 ++-- ssh2/knownhost.c | 6 +++--- ssh2/listener.c | 4 ++-- ssh2/pkey.c | 4 ++-- ssh2/publickey.c | 4 ++-- ssh2/session.c | 4 ++-- ssh2/sftp.c | 4 ++-- ssh2/sftp_handle.c | 4 ++-- ssh2/statinfo.c | 4 ++-- ssh2/utils.c | 6 +++--- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/ssh2/agent.c b/ssh2/agent.c index 52da2042..b5d49a67 100644 --- a/ssh2/agent.c +++ b/ssh2/agent.c @@ -6202,8 +6202,8 @@ __Pyx_RefNannySetupContext("PyInit_agent", 0); __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; /* "ssh2/agent.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/channel.c b/ssh2/channel.c index 6afa7df9..f5f5fc99 100644 --- a/ssh2/channel.c +++ b/ssh2/channel.c @@ -11740,8 +11740,8 @@ __Pyx_RefNannySetupContext("PyInit_channel", 0); __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; /* "ssh2/channel.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/error_codes.c b/ssh2/error_codes.c index 1e16be10..7731d7e0 100644 --- a/ssh2/error_codes.c +++ b/ssh2/error_codes.c @@ -3204,8 +3204,8 @@ __Pyx_RefNannySetupContext("PyInit_error_codes", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/error_codes.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/exceptions.c b/ssh2/exceptions.c index 2c8590d4..433c40fc 100644 --- a/ssh2/exceptions.c +++ b/ssh2/exceptions.c @@ -2109,7 +2109,7 @@ static const char __pyx_k_Raised_on_out_of_boundary_errors[] = "Raised on out of static const char __pyx_k_Raised_on_password_expired_error[] = "Raised on password expired errors"; static const char __pyx_k_Raised_on_public_key_protocol_er[] = "Raised on public key protocol errors"; static const char __pyx_k_Raised_on_public_key_verificatio[] = "Raised on public key verification errors"; -static const char __pyx_k_Raised_on_randon_number_generato[] = "Raised on randon number generator errors"; +static const char __pyx_k_Raised_on_randon_number_generato[] = "Raised on randon number generator error"; static const char __pyx_k_Raised_on_session_handshake_erro[] = "Raised on session handshake errors"; static const char __pyx_k_Raised_on_session_startup_errors[] = "Raised on session startup errors"; static const char __pyx_k_Raised_on_socket_disconnection_e[] = "Raised on socket disconnection errors"; @@ -4930,7 +4930,7 @@ __Pyx_RefNannySetupContext("PyInit_exceptions", 0); * * * class RandGenError(SSH2Error): # <<<<<<<<<<<<<< - * """Raised on randon number generator errors""" + * """Raised on randon number generator error""" * */ __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_SSH2Error); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 306, __pyx_L1_error) @@ -5136,8 +5136,8 @@ __Pyx_RefNannySetupContext("PyInit_exceptions", 0); __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; /* "ssh2/exceptions.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/ext/find_eol.c b/ssh2/ext/find_eol.c index d1cfd052..149dfea0 100644 --- a/ssh2/ext/find_eol.c +++ b/ssh2/ext/find_eol.c @@ -1,6 +1,6 @@ /* This file is part of ssh2-python. -Copyright (C) 2017-2020 Panos Kittenis +Copyright (C) 2017-2025 Panos Kittenis This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/ssh2/ext/find_eol.h b/ssh2/ext/find_eol.h index 86352bf0..3eec84d1 100644 --- a/ssh2/ext/find_eol.h +++ b/ssh2/ext/find_eol.h @@ -1,6 +1,6 @@ /* This file is part of ssh2-python. -Copyright (C) 2017-2020 Panos Kittenis +Copyright (C) 2017-2025 Panos Kittenis This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/ssh2/fileinfo.c b/ssh2/fileinfo.c index 105a6891..3a33f76f 100644 --- a/ssh2/fileinfo.c +++ b/ssh2/fileinfo.c @@ -4197,8 +4197,8 @@ __Pyx_RefNannySetupContext("PyInit_fileinfo", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/fileinfo.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/knownhost.c b/ssh2/knownhost.c index 7aad9a51..a72740d2 100644 --- a/ssh2/knownhost.c +++ b/ssh2/knownhost.c @@ -8747,7 +8747,7 @@ __Pyx_RefNannySetupContext("PyInit_knownhost", 0); /*--- Execution code ---*/ /* "ssh2/knownhost.pyx":17 - * # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * from base64 import b64decode # <<<<<<<<<<<<<< * from libc.stdlib cimport malloc, free @@ -9271,8 +9271,8 @@ __Pyx_RefNannySetupContext("PyInit_knownhost", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/knownhost.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/listener.c b/ssh2/listener.c index 1ade4db7..db417379 100644 --- a/ssh2/listener.c +++ b/ssh2/listener.c @@ -3993,8 +3993,8 @@ __Pyx_RefNannySetupContext("PyInit_listener", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/listener.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/pkey.c b/ssh2/pkey.c index 050d4e7b..fd773a4e 100644 --- a/ssh2/pkey.c +++ b/ssh2/pkey.c @@ -3726,8 +3726,8 @@ __Pyx_RefNannySetupContext("PyInit_pkey", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/pkey.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/publickey.c b/ssh2/publickey.c index 2da96d0c..3dd28c03 100644 --- a/ssh2/publickey.c +++ b/ssh2/publickey.c @@ -8033,8 +8033,8 @@ __Pyx_RefNannySetupContext("PyInit_publickey", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/publickey.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/session.c b/ssh2/session.c index d19f0968..bef3bb72 100644 --- a/ssh2/session.c +++ b/ssh2/session.c @@ -17490,8 +17490,8 @@ __Pyx_RefNannySetupContext("PyInit_session", 0); __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; /* "ssh2/session.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2025 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/sftp.c b/ssh2/sftp.c index 8073e3ae..e9ee0f01 100644 --- a/ssh2/sftp.c +++ b/ssh2/sftp.c @@ -8814,8 +8814,8 @@ __Pyx_RefNannySetupContext("PyInit_sftp", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/sftp.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/sftp_handle.c b/ssh2/sftp_handle.c index 28ddb27f..43fc5135 100644 --- a/ssh2/sftp_handle.c +++ b/ssh2/sftp_handle.c @@ -13173,8 +13173,8 @@ __Pyx_RefNannySetupContext("PyInit_sftp_handle", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/sftp_handle.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/statinfo.c b/ssh2/statinfo.c index daedde1e..60bd2094 100644 --- a/ssh2/statinfo.c +++ b/ssh2/statinfo.c @@ -4220,8 +4220,8 @@ __Pyx_RefNannySetupContext("PyInit_statinfo", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/statinfo.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) diff --git a/ssh2/utils.c b/ssh2/utils.c index 7f3bb590..3d164d3c 100644 --- a/ssh2/utils.c +++ b/ssh2/utils.c @@ -6013,7 +6013,7 @@ __Pyx_RefNannySetupContext("PyInit_utils", 0); /*--- Execution code ---*/ /* "ssh2/utils.pyx":17 - * # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * from select import select # <<<<<<<<<<<<<< * @@ -6126,8 +6126,8 @@ __Pyx_RefNannySetupContext("PyInit_utils", 0); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "ssh2/utils.pyx":1 - * # This file is part of ssh2-python. # <<<<<<<<<<<<<< - * # Copyright (C) 2017-2020 Panos Kittenis + * # This file is part of ssh2-python. # <<<<<<<<<<<<<< + * # Copyright (C) 2017-2025 Panos Kittenis * # */ __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)