summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-07 19:27:46 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-07 19:27:46 +0000
commit9b53489a21e8c3ab45c43bcb7c62e0ee25898281 (patch)
treeec598876a3c8222dab1c4855a1510703aa60d370
parente9923493c8fe6ec13d5423b9404885a7907657c9 (diff)
downloadfuse-9b53489a21e8c3ab45c43bcb7c62e0ee25898281.tar.gz
change email address
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog122
-rw-r--r--debian/copyright2
-rw-r--r--example/fusexmp.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/null.c2
-rw-r--r--include/fuse.h2
-rw-r--r--include/linux/fuse.h2
-rw-r--r--kernel/dev.c2
-rw-r--r--kernel/dir.c2
-rw-r--r--kernel/file.c2
-rw-r--r--kernel/fuse_i.h2
-rw-r--r--kernel/inode.c2
-rw-r--r--kernel/util.c4
-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
-rw-r--r--util/fusermount.c2
20 files changed, 81 insertions, 81 deletions
diff --git a/AUTHORS b/AUTHORS
index a81e3c0..978027e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
FUSE core
---------
-Miklos Szeredi <mszeredi@inf.bme.hu>
+Miklos Szeredi <miklos@szeredi.hu>
Python bindings
diff --git a/ChangeLog b/ChangeLog
index 37ebbdc..0476313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2004-07-06 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-06 Miklos Szeredi <miklos@szeredi.hu>
* Make RELEASE method synchronous. This fixes an abort in libfuse
if FORGET was received earlier than the last RELEASE (bug found
@@ -9,12 +9,12 @@
* Minor fix in read: print debug info even if read size is zero
-2004-07-04 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-04 Miklos Szeredi <miklos@szeredi.hu>
* Fix race between truncate and writepage (fsx-linux now runs
without error)
-2004-07-02 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-07-02 Miklos Szeredi <miklos@szeredi.hu>
* Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
by Mattias Wadman)
@@ -28,11 +28,11 @@
(bug found by Valient Gough with the fsx-linux utility)
-2004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-06-22 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.2
-2004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-06-22 Miklos Szeredi <miklos@szeredi.hu>
* Add FS_BINARY_MOUNTDATA filesystem flag for kernels that define
it. This fixes mount problems on recent 2.6 kernels with SELinux
@@ -40,28 +40,28 @@
* Merge bugfixes from main branch (see below)
-2004-04-09 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-04-09 Miklos Szeredi <miklos@szeredi.hu>
* Check some limits so userspace won't get too big requests
-2004-04-05 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-04-05 Miklos Szeredi <miklos@szeredi.hu>
* Kill compile warning
-2004-03-02 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-03-02 Miklos Szeredi <miklos@szeredi.hu>
* Fix for uClinux (Christian Magnusson)
-2004-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-12 Miklos Szeredi <miklos@szeredi.hu>
* Remove MS_PERMISSION mount flag (that means something else now)
-2004-02-10 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-10 Miklos Szeredi <miklos@szeredi.hu>
* Added check for i_size_read/write functions to configure.in
(patch by Valient Gough)
-2004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-06 Miklos Szeredi <miklos@szeredi.hu>
* Fixed writing >= 2G files
@@ -73,15 +73,15 @@
* Make loopback mount of a fuse file work
-2004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-02-04 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.1
-2004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-29 Miklos Szeredi <miklos@szeredi.hu>
* Properly check if the inode exists in fuse_invalidate
-2004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-27 Miklos Szeredi <miklos@szeredi.hu>
* Added -q option for fusermount
@@ -91,21 +91,21 @@
* Fix i_nlink correctness after rmdir/unlink
-2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.1-pre2
-2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
* Fix typo (thanks Marcos Dione)
* Compile fixes for 2.4 kernels
-2004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-23 Miklos Szeredi <miklos@szeredi.hu>
* Fix CONFIG_MODVERSIONS compile on 2.6
-2004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-22 Miklos Szeredi <miklos@szeredi.hu>
* Write all pending data before a RELEASE operation
@@ -119,11 +119,11 @@
* fuse_main() can accept fusermount arguments after a '--'
-2004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-19 Miklos Szeredi <miklos@szeredi.hu>
* Support for exporting filesystem over NFS (see README.NFS)
-2004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-14 Miklos Szeredi <miklos@szeredi.hu>
* Support non-blocking writepage on 2.6. This makes FUSE behave
much more nicely in low-memory situations
@@ -131,25 +131,25 @@
* Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
(Note: the mknod method does not yet use 32bit device number)
-2004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-13 Miklos Szeredi <miklos@szeredi.hu>
* Code cleanups
-2004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-07 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.1-pre1
-2004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-06 Miklos Szeredi <miklos@szeredi.hu>
* Integrated 2.6 kernel support patch by Michael Grigoriev
* Improvements and cleanups for 2.6 kernels
-2004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
+2004-01-05 Miklos Szeredi <miklos@szeredi.hu>
* Added -d option to fusermount
-2003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-15 Miklos Szeredi <miklos@szeredi.hu>
* Added major+minor version to library API, and minor version to
kernel API
@@ -161,7 +161,7 @@
* Implemented 'fsync' and 'statfs' methods in python
interface
-2003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-12 Miklos Szeredi <miklos@szeredi.hu>
* Make it compile on 2.4.19.
@@ -172,7 +172,7 @@
* Added distutils support to the python module, as per standard
python development practice
-2003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-12-11 Miklos Szeredi <miklos@szeredi.hu>
* Add file locking for mount/unmount (based on patch by Valient
Gough)
@@ -199,25 +199,25 @@
also, mount arguments get passed to your filesystem
-2003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-11-04 Miklos Szeredi <miklos@szeredi.hu>
* Fix kernel version detection (again). Bugreport by Peter Levart
-2003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-11-03 Miklos Szeredi <miklos@szeredi.hu>
* Applied read combining patch by Michael Grigoriev (tested by
Valient Gough and Vincent Wagelaar)
-2003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-22 Miklos Szeredi <miklos@szeredi.hu>
* Mtab handling fix in fusermount by "Valient Gough" (SF patch
#766443)
-2003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-13 Miklos Szeredi <miklos@szeredi.hu>
* Error code fixes in kernel module
-2003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-10-04 Miklos Szeredi <miklos@szeredi.hu>
* kernel version detection fix
@@ -225,7 +225,7 @@
* fusermount can use modprobe with module-init-tools
-2003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-09-08 Miklos Szeredi <miklos@szeredi.hu>
* Integrated caching patch by Michael Grigoriev
@@ -235,64 +235,64 @@
* Added patch by Michael Grigoriev to allow compliation of FUSE
kernel module for 2.6 kernels
-2003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-06-02 Miklos Szeredi <miklos@szeredi.hu>
* And another spec-file fix by Achim Settelmeier
-2003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-05-26 Miklos Szeredi <miklos@szeredi.hu>
* Spec-file fix by Achim Settelmeier
-2003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-10 Miklos Szeredi <miklos@szeredi.hu>
* Fix umount oops (found by Samuli Kärkkäinen)
-2003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-05 Miklos Szeredi <miklos@szeredi.hu>
* Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
-2003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-03-04 Miklos Szeredi <miklos@szeredi.hu>
* Updated fuse.spec file (Achim Settelmeier)
-2003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-02-19 Miklos Szeredi <miklos@szeredi.hu>
* Version 1.0 released
-2003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
+2003-02-12 Miklos Szeredi <miklos@szeredi.hu>
* SuSE compilation fix by Juan-Mariano de Goyeneche
-2002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-10 Miklos Szeredi <miklos@szeredi.hu>
* The release() VFS call is now exported to the FUSE interface
-2002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-05 Miklos Szeredi <miklos@szeredi.hu>
* 64 bit file offset fixes in the fuse kernel module
* Added function 'fuse_exit()' which can be used to exit the main
loop
-2002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-12-03 Miklos Szeredi <miklos@szeredi.hu>
* Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
an incompatible interface change.
-2002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-28 Miklos Szeredi <miklos@szeredi.hu>
* Portablility fix (bug reported by C. Chris Erway)
-2002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-25 Miklos Szeredi <miklos@szeredi.hu>
* Use Mark Glines' fd passing method for default operation instead
of old reexec
-2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
* fix "Stale NFS file handle" bug caused by changes in 2.4.19
-2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
* fix incompatiblity with Red Hat kernels, with help from Nathan
Thompson-Amato.
@@ -309,24 +309,24 @@
* use struct fuse_statfs everywhere possible to avoid problems
with the headerfiles changing struct statfs member sizes
-2002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-03-01 Miklos Szeredi <miklos@szeredi.hu>
* Another RPM spec file for RedHat >= 7 by Ian Pilcher
-2002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-14 Miklos Szeredi <miklos@szeredi.hu>
* RPM support by Achim Settelmeier
-2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
* Version 0.95 released
-2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
* Revaidate all path components not just the last, this means a
very small performance penalty for being more up-to-date.
-2002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
+2002-01-08 Miklos Szeredi <miklos@szeredi.hu>
* Update and fix python interface
@@ -334,13 +334,13 @@
* Added statfs() support to kernel, lib, examples, and perl!
-2001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-26 Miklos Szeredi <miklos@szeredi.hu>
* Better cross compilation support
* Ported to Compaq IPAQ
-2001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-20 Miklos Szeredi <miklos@szeredi.hu>
* Added function fuse_get_context() to library API (inspired by
patch from Matt Ryan)
@@ -350,37 +350,37 @@
* Integrated fuse_set_operations() into fuse_new()
-2001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-08 Miklos Szeredi <miklos@szeredi.hu>
* Applied header protection + extern "C" patch by Roland
Bauerschmidt
-2001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-12-02 Miklos Szeredi <miklos@szeredi.hu>
* Added perl bindings by Mark Glines
-2001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-21 Miklos Szeredi <miklos@szeredi.hu>
* Cleaned up way of mounting simple filesystems.
* fuse_main() helper function added
-2001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-18 Miklos Szeredi <miklos@szeredi.hu>
* Optimized read/write operations, so that minimal copying of data
is done
-2001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-14 Miklos Szeredi <miklos@szeredi.hu>
* Python bindings by Jeff Epler added
-2001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-13 Miklos Szeredi <miklos@szeredi.hu>
* Fixed vfsmount reference leak in fuse_follow_link
* FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
userspace is ignored
-2001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
+2001-11-09 Miklos Szeredi <miklos@szeredi.hu>
* Started ChangeLog
diff --git a/debian/copyright b/debian/copyright
index 2fc2d19..0936032 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Fri, 5 Apr 2002 16:56:10 +0200.
It was downloaded from http://sourceforge.net/projects/avf/
-Upstream Author: Miklos Szeredi <mszeredi@inf.bme.hu>
+Upstream Author: Miklos Szeredi <miklos@szeredi.hu>
FUSE is licensed under the terms of the GPL. On Debian systems, the full
text can be found in /usr/share/common-licenses/GPL.
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 1a96ba5..ab437ae 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.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.
diff --git a/example/hello.c b/example/hello.c
index 7466b9f..da2a9ee 100644
--- a/example/hello.c
+++ b/example/hello.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.
diff --git a/example/null.c b/example/null.c
index f9ead78..8beb60a 100644
--- a/example/null.c
+++ b/example/null.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.
diff --git a/include/fuse.h b/include/fuse.h
index c2f0be4..b7b7605 100644
--- a/include/fuse.h
+++ b/include/fuse.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/include/linux/fuse.h b/include/linux/fuse.h
index 1af796b..cae213b 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.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 GPL.
See the file COPYING.
diff --git a/kernel/dev.c b/kernel/dev.c
index f763108..2f778fc 100644
--- a/kernel/dev.c
+++ b/kernel/dev.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.
diff --git a/kernel/dir.c b/kernel/dir.c
index 6306795..e6bf28c 100644
--- a/kernel/dir.c
+++ b/kernel/dir.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.
diff --git a/kernel/file.c b/kernel/file.c
index eaed13e..fdd4d0b 100644
--- a/kernel/file.c
+++ b/kernel/file.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.
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 0e7d07e..7c67e49 100644
--- a/kernel/fuse_i.h
+++ b/kernel/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 GPL.
See the file COPYING.
diff --git a/kernel/inode.c b/kernel/inode.c
index 1dce924..4d2640a 100644
--- a/kernel/inode.c
+++ b/kernel/inode.c
@@ -1,6 +1,6 @@
/*
FUSE: Filesystem in Userspace
- Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
+ Copyright (C) 2001 Miklos Szeredi (miklos@szeredi.hu)
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
diff --git a/kernel/util.c b/kernel/util.c
index 6764157..cdc9911 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");
diff --git a/lib/fuse.c b/lib/fuse.c
index 7ab996b..ed525ca 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 52f1fdc..792c8a9 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 f1a2e5c..86c4fbb 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 d417d90..5ad9c53 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 7b67203..b370360 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.
diff --git a/util/fusermount.c b/util/fusermount.c
index 3d27219..5cd73c9 100644
--- a/util/fusermount.c
+++ b/util/fusermount.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.