From 22c41e6784ba3d41dd7678c96f0942fa8b3bf1d1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 9 Jan 2024 08:11:28 +0100 Subject: [PATCH] Happy new year 2024! Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- 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 c8107706..77ecb4f3 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-2023 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2024 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 a54bac60..9e1606a3 100644 --- a/src/client.c +++ b/src/client.c @@ -873,7 +873,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2023 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2024 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "