aboutsummaryrefslogtreecommitdiff
path: root/kernel/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/util.c')
-rw-r--r--kernel/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/util.c b/kernel/util.c
index 3e7b6ef..13f3fe5 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -1,6 +1,6 @@
/*
FUSE: Filesystem in Userspace
- Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
+ Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/slab.h>
-MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>");
+MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>");
MODULE_DESCRIPTION("Filesystem in Userspace");
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");