From 13c69821dd707eef4d1c1a738ca52b806a5cb5dc Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 2 Jan 2025 11:18:03 +0100 Subject: [PATCH] Happy new year 2025! Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit cbcd6d6f46d16384001b310bbf3945d11df30a1f) --- include/libssh/libssh.h | 2 +- src/client.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ab6432e7..3bddb019 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -1,7 +1,7 @@ /* * This file is part of the SSH Library * - * Copyright (c) 2003-2024 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2025 by Aris Adamantiadis and the libssh team * * 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/src/client.c b/src/client.c index 6dbce26f..1e99f5de 100644 --- a/src/client.c +++ b/src/client.c @@ -895,7 +895,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2024 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2025 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "