summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-02-20 22:16:44 +0000
committerBenjamin Otte <otte@src.gnome.org>2009-02-20 22:16:44 +0000
commitd9ea873e27d5abce12bb53fd9cd45556d8360815 (patch)
treef9ecf8821852b6c96cc39409d61bcb98c208e140
parent61b5f9a39c236d96ffc01716d95e165de4af4deb (diff)
downloadgvfs-d9ea873e27d5abce12bb53fd9cd45556d8360815.tar.gz
add Andreas as author of the ftp backend
2009-02-19 Benjamin Otte <otte@gnome.org> * AUTHORS: * daemon/gvfsbackendftp.c: add Andreas as author of the ftp backend svn path=/trunk/; revision=2240
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--daemon/gvfsbackendftp.c4
3 files changed, 10 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 2f909357..a6420004 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,6 +33,7 @@ Benjamin Otte <otte@gnome.org>
FTP Backend
===========
Benjamin Otte <otte@gnome.org>
+Andreas Henriksson <andreas@fatal.se>
Http/WebDAV Backend
===================
diff --git a/ChangeLog b/ChangeLog
index 9adc41eb..937bc446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,12 @@
2009-02-19 Benjamin Otte <otte@gnome.org>
+ * AUTHORS:
+ * daemon/gvfsbackendftp.c:
+ add Andreas as author of the ftp backend
+
+2009-02-19 Benjamin Otte <otte@gnome.org>
+
reviewed by: Andreas Henriksson <andreas@fatal.se>
Bug 525283 - handle short reads in ftp
diff --git a/daemon/gvfsbackendftp.c b/daemon/gvfsbackendftp.c
index bbadf991..3b720cc4 100644
--- a/daemon/gvfsbackendftp.c
+++ b/daemon/gvfsbackendftp.c
@@ -1,6 +1,7 @@
/* GIO - GLib Input, Output and Streaming Library
*
- * Copyright (C) 2008 Benjamin Otte <otte@gnome.org>
+ * Copyright (C) 2008,2009 Benjamin Otte <otte@gnome.org>
+ * 2008,2009 Andreas Henriksson <andreas@fatal.se>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -18,6 +19,7 @@
* Boston, MA 02111-1307, USA.
*
* Author: Benjmain Otte <otte@gnome.org>
+ * Andreas Henriksson <andreas@fatal.se>
*/