From aecd952d18e249f7331f994ade15f3e74395fcd7 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 7 Jan 2014 15:18:15 +0100 Subject: update copyright information --- src/agent.c | 2 +- src/auth.c | 4 ++-- src/callbacks.c | 2 +- src/channels.c | 4 ++-- src/client.c | 6 +++--- src/config.c | 2 +- src/connect.c | 2 +- src/dh.c | 4 ++-- src/ecdh.c | 2 +- src/getpass.c | 2 +- src/log.c | 2 +- src/messages.c | 2 +- src/options.c | 2 +- src/packet.c | 2 +- src/pki.c | 2 +- src/pki_crypto.c | 2 +- src/poll.c | 4 ++-- src/server.c | 2 +- src/session.c | 2 +- src/wrapper.c | 2 +- 20 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/agent.c b/src/agent.c index 1b094ed4..6fcef0ca 100644 --- a/src/agent.c +++ b/src/agent.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2008-2009 by Andreas Schneider + * Copyright (c) 2008-2013 by Andreas Schneider * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/auth.c b/src/auth.c index 6664c203..a801e45f 100644 --- a/src/auth.c +++ b/src/auth.c @@ -3,8 +3,8 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003-2011 by Aris Adamantiadis - * Copyright (c) 2008-2011 Andreas Schneider + * Copyright (c) 2003-2013 by Aris Adamantiadis + * Copyright (c) 2008-2013 Andreas Schneider * * 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 diff --git a/src/callbacks.c b/src/callbacks.c index afc45019..cb1f630d 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2009-2013 by Andreas Schneider * * 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 diff --git a/src/channels.c b/src/channels.c index 25d3ddb9..99a73eb3 100644 --- a/src/channels.c +++ b/src/channels.c @@ -3,8 +3,8 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003-2008 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2003-2013 by Aris Adamantiadis + * Copyright (c) 2009-2013 by Andreas Schneider * * 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 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"; } /** @} */ diff --git a/src/config.c b/src/config.c index c8c05160..74de82a5 100644 --- a/src/config.c +++ b/src/config.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2009-2013 by Andreas Schneider * * 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 diff --git a/src/connect.c b/src/connect.c index b299d41e..346a7ac0 100644 --- a/src/connect.c +++ b/src/connect.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003-2009 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 diff --git a/src/dh.c b/src/dh.c index 4f172c22..75fcdcc1 100644 --- a/src/dh.c +++ b/src/dh.c @@ -3,8 +3,8 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003-2008 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2003-2013 by Aris Adamantiadis + * Copyright (c) 2009-2013 by Andreas Schneider * Copyright (c) 2012 by Dmitriy Kuznetsov * * The SSH Library is free software; you can redistribute it and/or modify diff --git a/src/ecdh.c b/src/ecdh.c index 9b8a74c0..ba8da591 100644 --- a/src/ecdh.c +++ b/src/ecdh.c @@ -1,7 +1,7 @@ /* * This file is part of the SSH Library * - * Copyright (c) 2011 by Aris Adamantiadis + * Copyright (c) 2011-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 diff --git a/src/getpass.c b/src/getpass.c index 0ffb955d..c36f263b 100644 --- a/src/getpass.c +++ b/src/getpass.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2011 by Andreas Schneider + * Copyright (c) 2011-2013 by Andreas Schneider * * 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 diff --git a/src/log.c b/src/log.c index 4552b969..9f6b5a4a 100644 --- a/src/log.c +++ b/src/log.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2008 by Aris Adamantiadis + * Copyright (c) 2008-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 diff --git a/src/messages.c b/src/messages.c index 2c99311d..77bca2fa 100644 --- a/src/messages.c +++ b/src/messages.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003-2009 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 diff --git a/src/options.c b/src/options.c index 2a1999b7..2a58aba3 100644 --- a/src/options.c +++ b/src/options.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2008 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2009-2013 by Andreas Schneider * * 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 diff --git a/src/packet.c b/src/packet.c index 43a7de7c..75f6b58f 100644 --- a/src/packet.c +++ b/src/packet.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 diff --git a/src/pki.c b/src/pki.c index a1dbff4e..9b77302f 100644 --- a/src/pki.c +++ b/src/pki.c @@ -3,7 +3,7 @@ * This file is part of the SSH Library * * Copyright (c) 2010 by Aris Adamantiadis - * Copyright (c) 2011-2012 Andreas Schneider + * Copyright (c) 2011-2013 Andreas Schneider * * 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 diff --git a/src/pki_crypto.c b/src/pki_crypto.c index dc61290f..1080a809 100644 --- a/src/pki_crypto.c +++ b/src/pki_crypto.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2009 by Aris Adamantiadis - * Copyright (c) 2009-2012 by Andreas Schneider + * Copyright (c) 2009-2013 by Andreas Schneider * * 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 diff --git a/src/poll.c b/src/poll.c index f79e1659..4fba7ff1 100644 --- a/src/poll.c +++ b/src/poll.c @@ -3,8 +3,8 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009-2010 by Andreas Schneider - * Copyright (c) 2003-2009 by Aris Adamantiadis + * Copyright (c) 2009-2013 by Andreas Schneider + * Copyright (c) 2003-2013 by Aris Adamantiadis * Copyright (c) 2009 Aleksandar Kanchev * * The SSH Library is free software; you can redistribute it and/or modify diff --git a/src/server.c b/src/server.c index bc6dc6c9..f910ebb0 100644 --- a/src/server.c +++ b/src/server.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2004-2005 by Aris Adamantiadis + * Copyright (c) 2004-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 diff --git a/src/session.c b/src/session.c index 3a607d08..71d4548e 100644 --- a/src/session.c +++ b/src/session.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2005-2008 by Aris Adamantiadis + * Copyright (c) 2005-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 diff --git a/src/wrapper.c b/src/wrapper.c index 51688753..94175d0e 100644 --- a/src/wrapper.c +++ b/src/wrapper.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2003 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 -- cgit v1.2.3