aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.c8
1 files 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";
}
/** @} */