Happy new year 2023!

And happy anniversary libssh (20 years).

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2023-01-09 09:06:38 +01:00
parent f297dc6ab8
commit edcce095e0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/* /*
* This file is part of the SSH Library * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@@ -842,7 +842,7 @@ error:
*/ */
const char *ssh_copyright(void) 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 " "Aris Adamantiadis, Andreas Schneider "
"and libssh contributors. " "and libssh contributors. "
"Distributed under the LGPL, please refer to COPYING " "Distributed under the LGPL, please refer to COPYING "