diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ab6432e7..3bddb019 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-2024 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2025 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 6dbce26f..1e99f5de 100644 --- a/src/client.c +++ b/src/client.c @@ -895,7 +895,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2024 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2025 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "