diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 4bfd81ef..92801941 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-2021 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2022 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 292c919e..43ce1b0d 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-2021 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2022 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "