From 09e9167329b3cc81bdf9e76fa3c87a73c136f158 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 1 Jan 2021 16:08:30 +0100 Subject: [PATCH] Happy new year 2021! Signed-off-by: Andreas Schneider (cherry picked from commit 6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1) --- 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 d0776686..1664dfce 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-2009 by Aris Adamantiadis + * Copyright (c) 2003-2021 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 5f822167..a4a7317e 100644 --- a/src/client.c +++ b/src/client.c @@ -771,7 +771,7 @@ error: } const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2019 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2021 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "