From 720739bc2a7e7ea8ad1bd4c868c369e91dbc2ad8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 2 Jan 2018 08:05:46 +0100 Subject: [PATCH] Happy new year! Signed-off-by: Andreas Schneider --- src/client.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/client.c b/src/client.c index 9fc3e1d7..5a554647 100644 --- a/src/client.c +++ b/src/client.c @@ -758,9 +758,11 @@ error: } const char *ssh_copyright(void) { - return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2014 Aris Adamantiadis, Andreas Schneider, " - "and libssh contributors. Distributed under the LGPL, please refer to COPYING " - "file for information about your rights"; + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2018 " + "Aris Adamantiadis, Andreas Schneider " + "and libssh contributors. " + "Distributed under the LGPL, please refer to COPYING " + "file for information about your rights"; } /** @} */