aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-07 19:19:53 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-07 19:19:53 +0000
commit2e6b6f2be836ed7b9f48e51b89d9879a2c8feba0 (patch)
treec260322703facfc1db984aa5a7a1d40dceae2894 /lib
parent25385bbbdc7e4d15df2c287fb54cf59924cfecf0 (diff)
downloadlibfuse-2e6b6f2be836ed7b9f48e51b89d9879a2c8feba0.tar.gz
change email address
Diffstat (limited to 'lib')
-rw-r--r--lib/fuse.c2
-rw-r--r--lib/fuse_i.h2
-rw-r--r--lib/fuse_mt.c2
-rw-r--r--lib/helper.c2
-rw-r--r--lib/mount.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/fuse.c b/lib/fuse.c
index 1f63e9b..10034c8 100644
--- a/lib/fuse.c
+++ b/lib/fuse.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 LGPL.
See the file COPYING.LIB
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 4d387e2..8942d74 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -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 LGPL.
See the file COPYING.LIB.
diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c
index 597ce1a..89c0fc8 100644
--- a/lib/fuse_mt.c
+++ b/lib/fuse_mt.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 LGPL.
See the file COPYING.LIB.
diff --git a/lib/helper.c b/lib/helper.c
index 526fadd..e639d68 100644
--- a/lib/helper.c
+++ b/lib/helper.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 LGPL.
See the file COPYING.LIB.
diff --git a/lib/mount.c b/lib/mount.c
index 53162a5..648dfbc 100644
--- a/lib/mount.c
+++ b/lib/mount.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 LGPL.
See the file COPYING.LIB.