aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-01-02 08:05:46 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-01-02 08:05:59 +0100
commit720739bc2a7e7ea8ad1bd4c868c369e91dbc2ad8 (patch)
treec317c2aa2af236c7a071b9287545befdeedc8931
parentea99215664abe1003e37eaa6dc1dc24733ed7d37 (diff)
downloadlibssh-720739bc2a7e7ea8ad1bd4c868c369e91dbc2ad8.tar.gz
libssh-720739bc2a7e7ea8ad1bd4c868c369e91dbc2ad8.tar.xz
libssh-720739bc2a7e7ea8ad1bd4c868c369e91dbc2ad8.zip
Happy new year!
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-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";
}
/** @} */