From de464cb74eb2382c611528d8852181de661c2883 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Jan 2014 16:08:23 +0100 Subject: src: Update my mail address. --- src/callbacks.c | 2 +- src/channels.c | 2 +- src/channels1.c | 2 +- src/config.c | 2 +- src/dh.c | 2 +- src/gzip.c | 2 +- src/known_hosts.c | 2 +- src/misc.c | 2 +- src/options.c | 2 +- src/poll.c | 2 +- src/sftp.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/callbacks.c b/src/callbacks.c index cb1f630d..6f0373d8 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009-2013 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 1045874f..14200696 100644 --- a/src/channels.c +++ b/src/channels.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2013 by Aris Adamantiadis - * Copyright (c) 2009-2013 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/channels1.c b/src/channels1.c index bc66488d..42dde8ea 100644 --- a/src/channels1.c +++ b/src/channels1.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 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/config.c b/src/config.c index 74de82a5..3d8dd414 100644 --- a/src/config.c +++ b/src/config.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009-2013 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/dh.c b/src/dh.c index 75fcdcc1..3f2d30a6 100644 --- a/src/dh.c +++ b/src/dh.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2013 by Aris Adamantiadis - * Copyright (c) 2009-2013 by Andreas Schneider + * 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/gzip.c b/src/gzip.c index 339217d4..acf27bba 100644 --- a/src/gzip.c +++ b/src/gzip.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2009 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/known_hosts.c b/src/known_hosts.c index 6e9eb915..631ead9d 100644 --- a/src/known_hosts.c +++ b/src/known_hosts.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2009 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2009 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/misc.c b/src/misc.c index 18a59d60..693189f2 100644 --- a/src/misc.c +++ b/src/misc.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2003-2009 by Aris Adamantiadis - * Copyright (c) 2008-2009 by Andreas Schneider + * Copyright (c) 2008-2009 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/options.c b/src/options.c index 2a58aba3..cdcbe7c0 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-2013 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 4fba7ff1..4e9f19f0 100644 --- a/src/poll.c +++ b/src/poll.c @@ -3,7 +3,7 @@ * * This file is part of the SSH Library * - * Copyright (c) 2009-2013 by Andreas Schneider + * Copyright (c) 2009-2013 by Andreas Schneider * Copyright (c) 2003-2013 by Aris Adamantiadis * Copyright (c) 2009 Aleksandar Kanchev * diff --git a/src/sftp.c b/src/sftp.c index 62460b4d..fceee6d9 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -4,7 +4,7 @@ * This file is part of the SSH Library * * Copyright (c) 2005-2008 by Aris Adamantiadis - * Copyright (c) 2008-2009 by Andreas Schneider + * Copyright (c) 2008-2009 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 -- cgit