aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callbacks.c2
-rw-r--r--src/channels.c2
-rw-r--r--src/channels1.c2
-rw-r--r--src/config.c2
-rw-r--r--src/dh.c2
-rw-r--r--src/gzip.c2
-rw-r--r--src/known_hosts.c2
-rw-r--r--src/misc.c2
-rw-r--r--src/options.c2
-rw-r--r--src/poll.c2
-rw-r--r--src/sftp.c2
11 files changed, 11 insertions, 11 deletions
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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 99a73eb3..0547889a 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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
* Copyright (c) 2012 by Dmitriy Kuznetsov <dk@yandex.ru>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2008-2009 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <asn@cryptomilk.org>
* 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 <mail@cynapses.org>
+ * Copyright (c) 2008-2009 by Andreas Schneider <asn@cryptomilk.org>
*
* 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