diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 6dff4d0e..21a69fa0 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-2025 by Aris Adamantiadis and the libssh team + * Copyright (c) 2003-2026 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 9804c7c6..97badc12 100644 --- a/src/client.c +++ b/src/client.c @@ -915,7 +915,7 @@ error: */ const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2025 " + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2026 " "Aris Adamantiadis, Andreas Schneider " "and libssh contributors. " "Distributed under the LGPL, please refer to COPYING "