aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-01-07 15:18:15 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2014-01-07 15:18:15 +0100
commitaecd952d18e249f7331f994ade15f3e74395fcd7 (patch)
tree24e5fb19f8c3d13832e84b996720ab6f79c20a2a /src/client.c
parentfedb1b3def6565a989b3eff007cd12f172f85ab3 (diff)
downloadlibssh-aecd952d18e249f7331f994ade15f3e74395fcd7.tar.gz
libssh-aecd952d18e249f7331f994ade15f3e74395fcd7.tar.xz
libssh-aecd952d18e249f7331f994ade15f3e74395fcd7.zip
update copyright information
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client.c b/src/client.c
index 8951e8d8..729c2129 100644
--- a/src/client.c
+++ b/src/client.c
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2013 by Aris Adamantiadis
*
* The SSH Library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -688,8 +688,8 @@ error:
}
const char *ssh_copyright(void) {
- return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2010 Aris Adamantiadis "
- "(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING "
+ 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";
}
/** @} */