1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Happy new year!

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-01-02 08:05:46 +01:00
parent ea99215664
commit 720739bc2a

View File

@@ -758,9 +758,11 @@ error:
} }
const char *ssh_copyright(void) { const char *ssh_copyright(void) {
return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2014 Aris Adamantiadis, Andreas Schneider, " return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2018 "
"and libssh contributors. Distributed under the LGPL, please refer to COPYING " "Aris Adamantiadis, Andreas Schneider "
"file for information about your rights"; "and libssh contributors. "
"Distributed under the LGPL, please refer to COPYING "
"file for information about your rights";
} }
/** @} */ /** @} */