mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
@@ -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";
|
||||||
}
|
}
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user