aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rwxr-xr-xbuild/build_make.sh2
-rw-r--r--cmake/Modules/AddCMockaTest.cmake2
-rw-r--r--cmake/Modules/FindArgp.cmake2
-rw-r--r--cmake/Modules/FindNaCl.cmake2
-rw-r--r--cmake/Modules/UseDoxygen.cmake2
-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
-rw-r--r--tests/torture.c2
-rw-r--r--tests/torture.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/AUTHORS b/AUTHORS
index fd753860..51b3e46f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
Author(s):
Aris Adamantiadis <aris@0xbadc0de.be> (project initiator)
-Andreas Schneider <mail@cynapses.org> (developer)
+Andreas Schneider <asn@cryptomilk.org> (developer)
Nick Zitzmann <seiryu (at) comcast (dot) net> (mostly client SFTP stuff)
diff --git a/build/build_make.sh b/build/build_make.sh
index ba03c99c..2f2e4a6c 100755
--- a/build/build_make.sh
+++ b/build/build_make.sh
@@ -4,7 +4,7 @@
#
# Script to build libssh on UNIX.
#
-# Copyright (c) 2006-2007 Andreas Schneider <mail@cynapses.org>
+# Copyright (c) 2006-2007 Andreas Schneider <asn@cryptomilk.org>
#
SOURCE_DIR=".."
diff --git a/cmake/Modules/AddCMockaTest.cmake b/cmake/Modules/AddCMockaTest.cmake
index b2d1ca8a..19eff622 100644
--- a/cmake/Modules/AddCMockaTest.cmake
+++ b/cmake/Modules/AddCMockaTest.cmake
@@ -1,7 +1,7 @@
# - ADD_CHECK_TEST(test_name test_source linklib1 ... linklibN)
# Copyright (c) 2007 Daniel Gollub <dgollub@suse.de>
-# Copyright (c) 2007-2010 Andreas Schneider <asn@cynapses.org>
+# Copyright (c) 2007-2010 Andreas Schneider <asn@cryptomilk.org>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
diff --git a/cmake/Modules/FindArgp.cmake b/cmake/Modules/FindArgp.cmake
index aa228557..8dedc855 100644
--- a/cmake/Modules/FindArgp.cmake
+++ b/cmake/Modules/FindArgp.cmake
@@ -6,7 +6,7 @@
# ARGP_LIBRARIES - Link these to use Argp
# ARGP_DEFINITIONS - Compiler switches required for using Argp
#
-# Copyright (c) 2010 Andreas Schneider <asn@cynapses.org>
+# Copyright (c) 2010 Andreas Schneider <asn@cryptomilk.org>
#
# Redistribution and use is allowed according to the terms of the New
# BSD license.
diff --git a/cmake/Modules/FindNaCl.cmake b/cmake/Modules/FindNaCl.cmake
index fa9c4090..b1a8da45 100644
--- a/cmake/Modules/FindNaCl.cmake
+++ b/cmake/Modules/FindNaCl.cmake
@@ -6,7 +6,7 @@
# NACL_LIBRARIES - Link these to use NaCl
# NACL_DEFINITIONS - Compiler switches required for using NaCl
#
-# Copyright (c) 2010 Andreas Schneider <asn@cynapses.org>
+# Copyright (c) 2010 Andreas Schneider <asn@cryptomilk.org>
# Copyright (c) 2013 Aris Adamantiadis <aris@badcode.be>
#
# Redistribution and use is allowed according to the terms of the New
diff --git a/cmake/Modules/UseDoxygen.cmake b/cmake/Modules/UseDoxygen.cmake
index 861afa51..cd4de023 100644
--- a/cmake/Modules/UseDoxygen.cmake
+++ b/cmake/Modules/UseDoxygen.cmake
@@ -23,7 +23,7 @@
#
# Copyright (c) 2009-2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
-# Copyright (c) 2010 Andreas Schneider <mail@cynapses.org>
+# Copyright (c) 2010 Andreas Schneider <asn@cryptomilk.org>
#
# Redistribution and use is allowed according to the terms of the New
# BSD license.
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
diff --git a/tests/torture.c b/tests/torture.c
index c7031fcb..38e4e56b 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * 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/tests/torture.h b/tests/torture.h
index dbc1906a..75713061 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * 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