From 253658dce81186aed5b5eaaf794f4d41bef64771 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 9 Jan 2023 09:06:38 +0100 Subject: [PATCH] Happy new year 2023! And happy anniversary libssh (20 years). Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen (cherry picked from commit edcce095e0ddb0701e7532d1c61eb4aeff5dabc6) --- 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 aae65799..669a0a96 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-2022 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2023 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 306cef2c..32206081 100644 --- a/src/client.c +++ b/src/client.c @@ -842,7 +842,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2022 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2023 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "