From 228208af5e512685a5ee4779634542621bb2e58c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 2 Jan 2026 14:36:19 +0100 Subject: [PATCH] Happy new year 2026! Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- 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 6dff4d0e..21a69fa0 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-2025 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2026 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 9804c7c6..97badc12 100644 --- a/src/client.c +++ b/src/client.c @@ -915,7 +915,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2025 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2026 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "