From 6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1 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 --- 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 d8b35950..4f401056 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 3984b3f4..292c919e 100644 --- a/src/client.c +++ b/src/client.c @@ -775,7 +775,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 "