1
1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-01-02 08:05:46 +01:00
родитель ea99215664
Коммит 720739bc2a

Просмотреть файл

@ -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";
}
/** @} */