diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2014-01-07 15:18:15 +0100 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2014-01-07 15:18:44 +0100 |
| commit | 61e701caaa6228f5afa622e9dc77ae58f5605de3 (patch) | |
| tree | e80b9c2ab288256ea897fc3a470491d0730e31c2 /src/client.c | |
| parent | 1c36642feda8b6422dcf9e9651146bb55ff6ddd8 (diff) | |
update copyright information
Diffstat (limited to 'src/client.c')
| -rw-r--r-- | src/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client.c b/src/client.c index 9ababd09..611fc3ab 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"; } /** @} */ |
