summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2008-05-12 04:01:30 +0000
committerHans Petter <hansp@src.gnome.org>2008-05-12 04:01:30 +0000
commit3bb12290f16d90c4e0266ca4b9126db4a32117a0 (patch)
treed2a8c0f4cc2247e5299cfaa764a8264fcbcbd96a
parent4cf20b979aef45b0e27838763987430ab0a56842 (diff)
downloadgvfs-3bb12290f16d90c4e0266ca4b9126db4a32117a0.tar.gz
Fix erroneous copyright header and provide a better description of the
2008-05-11 Hans Petter Jansson <hpj@novell.com> * client/gvfsfusedaemon.c: Fix erroneous copyright header and provide a better description of the source file. svn path=/branches/gnome-2-22/; revision=1767
-rw-r--r--ChangeLog5
-rw-r--r--client/gvfsfusedaemon.c8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 914fd4ac..02589cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-11 Hans Petter Jansson <hpj@novell.com>
+
+ * client/gvfsfusedaemon.c: Fix erroneous copyright header and
+ provide a better description of the source file.
+
2008-05-09 Federico Mena Quintero <federico@novell.com>
Merged from trunk:
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 209f39aa..98a750d7 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -1,7 +1,8 @@
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* GIO - GLib Input, Output and Streaming Library
+
+/* gvfsfusedaemon.c - FUSE file system mapping daemon for GVFS
*
- * Copyright (C) 2006-2007 Red Hat, Inc.
+ * Copyright (C) 2007-2008 Hans Petter Jansson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -18,10 +19,9 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Author: Alexander Larsson <alexl@redhat.com>
+ * Author: Hans Petter Jansson <hpj@novell.com>
*/
-
#include <config.h>
#include <stdio.h>