aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-01-07 15:18:15 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2014-01-07 15:18:44 +0100
commit61e701caaa6228f5afa622e9dc77ae58f5605de3 (patch)
treee80b9c2ab288256ea897fc3a470491d0730e31c2 /src
parent1c36642feda8b6422dcf9e9651146bb55ff6ddd8 (diff)
downloadlibssh-61e701caaa6228f5afa622e9dc77ae58f5605de3.tar.gz
libssh-61e701caaa6228f5afa622e9dc77ae58f5605de3.tar.xz
libssh-61e701caaa6228f5afa622e9dc77ae58f5605de3.zip
update copyright information
Diffstat (limited to 'src')
-rw-r--r--src/agent.c2
-rw-r--r--src/auth.c4
-rw-r--r--src/callbacks.c2
-rw-r--r--src/channels.c4
-rw-r--r--src/client.c6
-rw-r--r--src/config.c2
-rw-r--r--src/connect.c2
-rw-r--r--src/dh.c4
-rw-r--r--src/ecdh.c2
-rw-r--r--src/getpass.c2
-rw-r--r--src/log.c2
-rw-r--r--src/messages.c2
-rw-r--r--src/options.c2
-rw-r--r--src/packet.c2
-rw-r--r--src/pki.c2
-rw-r--r--src/pki_crypto.c2
-rw-r--r--src/poll.c4
-rw-r--r--src/server.c2
-rw-r--r--src/session.c2
-rw-r--r--src/wrapper.c2
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 <asn@cryptomilk.org>
+ * Copyright (c) 2008-2013 by Andreas Schneider <asn@cryptomilk.org>
*
* 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 <aris@0xbadc0de.be>
- * Copyright (c) 2008-2011 Andreas Schneider <asn@cryptomilk.org>
+ * Copyright (c) 2003-2013 by Aris Adamantiadis <aris@0xbadc0de.be>
+ * Copyright (c) 2008-2013 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/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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.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 a6ac2be9..1045874f 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 <mail@cynapses.org>
+ * Copyright (c) 2003-2013 by Aris Adamantiadis
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.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/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";
}
/** @} */
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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.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/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 <mail@cynapses.org>
+ * Copyright (c) 2003-2013 by Aris Adamantiadis
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.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/ecdh.c b/src/ecdh.c
index 679cc2e0..792a7e42 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 <mail@cryptomilk.org>
+ * Copyright (c) 2011-2013 by Andreas Schneider <mail@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/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 <mail@cynapses.org>
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.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/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 <asn@cryptomilk.org>
+ * Copyright (c) 2011-2013 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/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 <asn@cryptomilk.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 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 <mail@cynapses.org>
- * Copyright (c) 2003-2009 by Aris Adamantiadis
+ * Copyright (c) 2009-2013 by Andreas Schneider <mail@cynapses.org>
+ * 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