summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libssh/libssh.h2
-rw-r--r--include/libssh/priv.h2
-rw-r--r--libssh/buffer.c2
-rw-r--r--libssh/connect.c2
-rw-r--r--libssh/misc.c2
-rw-r--r--libssh/poll.c3
-rw-r--r--sample.c2
7 files changed, 8 insertions, 7 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index b574e36a..bc58eebf 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -1,7 +1,7 @@
/*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 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/include/libssh/priv.h b/include/libssh/priv.h
index ba173b82..356d0f98 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -1,7 +1,7 @@
/*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 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/libssh/buffer.c b/libssh/buffer.c
index 2b6e0a22..ea8c7a13 100644
--- a/libssh/buffer.c
+++ b/libssh/buffer.c
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 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/libssh/connect.c b/libssh/connect.c
index 4720b9fd..2a7e82c6 100644
--- a/libssh/connect.c
+++ b/libssh/connect.c
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 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/libssh/misc.c b/libssh/misc.c
index 83a05207..2de8b56f 100644
--- a/libssh/misc.c
+++ b/libssh/misc.c
@@ -3,7 +3,7 @@
*
* This file is part of the SSH Library
*
- * Copyright (c) 2003 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 by Aris Adamantiadis
* Copyright (c) 2008-2009 by Andreas Schneider <mail@cynapses.org>
*
* The SSH Library is free software; you can redistribute it and/or modify
diff --git a/libssh/poll.c b/libssh/poll.c
index 18b53cca..0df3e428 100644
--- a/libssh/poll.c
+++ b/libssh/poll.c
@@ -3,7 +3,8 @@
*
* This file is part of the SSH Library
*
- * Copyright (c) 2003-2008 by Aris Adamantiadis
+ * Copyright (c) 2003-2009 by Aris Adamantiadis
+ * Copyright (c) 2009 Aleksandar Kanchev
*
* 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/sample.c b/sample.c
index 2b9a3521..a2b25fc9 100644
--- a/sample.c
+++ b/sample.c
@@ -1,6 +1,6 @@
/* client.c */
/*
-Copyright 2003 Aris Adamantiadis
+Copyright 2003-2009 Aris Adamantiadis
This file is part of the SSH Library